Form Designer - New gadgets use window caption in variable

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Fredi
Enthusiast
Enthusiast
Posts: 143
Joined: Wed Jul 23, 2008 10:45 pm

Form Designer - New gadgets use window caption in variable

Post by Fredi »

If we hame many window and every window have some gadgets so we have similar Constants in every form source, like Text_0 in all of them.
So if added one option to Preferences > Form like this: "New gadgets use window caption in constant" now every gadget we created in every form source it use window caption in theire constant, Like:
Text_Options_0
Text_About_0
Text_Main_0

In this point "Options" , "About" and "Main" is our windows.

It's very useful and handy :wink:

Thanks
Fredi
Enthusiast
Enthusiast
Posts: 143
Joined: Wed Jul 23, 2008 10:45 pm

Re: Form Designer - New gadgets use window caption in variab

Post by Fredi »

Another feature request is can disable one toolbar icon in their properties (DisableToolBarButton).
In PB 5.22 not exist disabling toolbar icons in toolbar properties.
Post Reply