From: Nuklear Z. <nuk...@gm...> - 2010-07-01 22:17:07
|
that explains why wxsmith and wxglade and others are designed the way they are. that also makes a drag n drop wysiwyg like we have difficult. i have an idea that might let us get around using capture mouse and such. its kinda vague though ill do some messing around and see what if anything i can come up with. ill get back later on what i find or if its a lost cause. Nuklear On Thu, Jul 1, 2010 at 8:37 AM, Tony Reina <re...@al...> wrote: > > >> i don't know what if any work/ideas have been put into the form designer. >> if anyone has lets hear about it. i know Tony was looking at the >> wxResizableButton, and it fails on gtk, was any solution found or is it >> still in the air? also has anyone done enough work with the wxXML class to >> know if it can handle what xml we need or do we quite know yet? >> > > > I was never able to find a solution for gtk. From what I discovered, the > CaptureMouse trick is only legal on windowed controls. Using it on a > wxButton is not recommended even though it may work on some platforms. > > -Tony > > |