Multiple forms with richviewactions
Multiple forms with richviewactions
Hello,
I have a problem with my multiple forms application...
I have three forms open and when i click on bold on one application ? All application button bold are pressed ...
Is it possible to press only the button of the activate form ?
THanks a lot
bye
I have a problem with my multiple forms application...
I have three forms open and when i click on bold on one application ? All application button bold are pressed ...
Is it possible to press only the button of the activate form ?
THanks a lot
bye
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I have the same problem,
Can you write an example for Bold action ?
Code: Select all
Yes, you need to create copies of actions on each form.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I can explain how to implement multiple forms with actions, if you have problems implementing it, I can make an example.
1. Each form must have TRichViewEdit, TActionList containing actions, toolbar linked with these actions.
2. Assign this RichViewEdit to Control property of all actions on this form.
3. The following components may be common for all these forms: TImageList containing images for tool buttons; TRVAControlPanel; they can be placed on a datamodule that must be created before editing forms.
1. Each form must have TRichViewEdit, TActionList containing actions, toolbar linked with these actions.
2. Assign this RichViewEdit to Control property of all actions on this form.
3. The following components may be common for all these forms: TImageList containing images for tool buttons; TRVAControlPanel; they can be placed on a datamodule that must be created before editing forms.