PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Kim Hetlelid on February 23, 2014, 08:08:15 AM

Title: Toolbar editor don't generate code correctly?
Post by: Kim Hetlelid on February 23, 2014, 08:08:15 AM
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

Title: Re: Toolbar editor don't generate code correctly?
Post by: Paul Squires on February 23, 2014, 08:48:01 AM
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.