Welcome to Koda bug tracker!
At the moment you can post bugreports or suggestions anonymously. But registered users have some benefits: attaching files, commenting, voting, tracking tasks e.t.c.
Due some asshole started spamming tracker, now (at least for some time) it’s not allowed to create anonymous tasks. Sorry for unconvenience.
In edit fields you can use DokuWiki syntax for formatting.
FS#21 - Resizing property - missing some constants
Opened by Zedna (Zedna) - Tuesday, 13 January 2009, 12:59 GMT+4
Last edited by Admin (Lazycat) - Monday, 16 March 2009, 12:13 GMT+4
|
DetailsIn object inspector is property Resizing generated code GUICtrlSetResizing() But there are missing constants (defined in AutoIt’s helpfile): $GUI_DOCKSIZE, $GUI_DOCKMENUBAR, $GUI_DOCKSTATEBAR, $GUI_DOCKALL, $GUI_DOCKBORDERS
All these contants are defined by sum of base constants already defined in Koda But it would be pretty handy to have them all in Koda. |
Seems this was really intentional. Now Resizing is simple set of params. It's simple to add another param, for example DockSize. But in this case, when selecting DockSize, DockWidth and DockHeight should be removed from set. This require special handling in every control, that have Resizing property. This is possible to done too, of course, but need a bunch of additional code.
I thought about adding new constants to Object Inspector's Resizing property and code generator.
Your DockSize idea seems to be too complicated. If you had to change all controls then just forget about it.
This is not so important so feel free to close this ticket.