evilC / CGui

A wrapper for AHK's GUI functionality, Experimental!
10 stars 1 forks source link

Order of Gui, Show in __New is critical for percent positioned items #6

Closed evilC closed 9 years ago

evilC commented 9 years ago

For percent-positioned items, show needs to be at start, and absolute sizes of parents set(or they already know their size when the child is added), else items cannot work out a percentage of an unknown value.

Possibly merge New and Show into one item? Possible to merge items for show into new and have new call show automatically?

Would need to be able to remove keys from the options object before serialization.