Hello Paul,
I have a problem when generating 3 toolbars in Toolbar editor. It seems that IDC_MAIN_TOOLBAR1 works but IDC_MAIN_TOOLBAR2 and IDC_MAIN_TOOLBAR3 has an invalid ID and it would not compile.
I have attached an example of the problem. I use the FF3 version 3.70.
Do you have any workaround for this problem?
-Kim
Hi Kim, in order to use multiple toolbars in FireFly you need to use the Rebar to contain them. You assign each toolbar to a different rebar band in the rebar control. Without the rebar, you will only have one active toolbar.