On Jan 5, 2009, at 6:57 PM, Mike Mabey wrote:

> I was just curious if anyone else has been able to verify the behavior
> described in the ticket I opened a couple weeks ago, #1193.  If I  
> have to, I
> can rebuild my app with the revision before the problem starts  
> occurring,
> but I'd rather not.


        OK, I think that I've finally tracked down the problem. If you can  
update to the latest commit and re-test your program, it should not  
freeze anymore.

        Two other things: in your code you have the ValueMode of the dropdown  
set to 'Keys'; it should be 'Key'. Also, after you call  
'biz.moveToPK()', you call 'self.requery()'. That really shouldn't be  
necessary; my guess is that you did that so that the results of moving  
in the bizobj are reflected in the form. Instead, calling  
'self.update()' is what you need; this is the method that updates the  
UI with the current state of the bizobj.


-- 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