On Nov 12, 2008, at 11:26 PM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:

> As I noted, issuing self.update() from a ctrl+d does nothing to hide/ 
> show
> the grid.


        I don't know what you have tied to ctrl-d, but in order to figure  
this out, put a print statement in your setdynvis() method to show the  
calculated value for the visibility.  If nothing prints, you know that  
the update() isn't firing, which usually means you overrode that  
method somewhere. If it does print, and the value is correct, then  
we'll need to dig deeper. If it does print, but it is the wrong value,  
then there are other issues. Fortunately, most of these are timing  
issues, and can be solved with changing:

self.update()

to:

dabo.ui.callAfter(self.update)


-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to