On Dec 27, 2010, at 2:22 PM, Carey Gagnon wrote:
> Everything works fine except for being able to change the position value. I
> know this has something to do with my:
> def afterInitAll(self):
> self.new()
> call which automatically sets the drop down to the choice and key for 0
> (which in my case is a key of 0 and a string of Please Select)
>
> Is there a way around this?
Generally, when you have things happening where you want to ensure that
one happens after the other, you should try using the callAfter() or setAfter()
methods. In this case, change the last line to:
dabo.ui.setAfter(self, "PositionValue", 1)
and see if that changes the behavior you're seeing.
-- 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]