On 1/1/13 4:31 PM, Carey Gagnon wrote: > If I resize yes, the button finally appears. The only problem with that is > the I have all my forms set with: > self.BorderResizable = False
I didn't mean to suggest that is what you should do to get it to work; I merely wanted to find out if my hunch was true that we, the Dabo Developers, need to call layout() on the parent sizer after a dynamicvisible change. Ed, do you know where to put that code? In the meantime Carey, you could probably get away with a self.callAfter(self.Parent.layout) inside your dynamic visible function. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
