> > 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 >
dabo.ui.setAfter(self, "PositionValue", 1) Worked like a charm Ed!! Thanks! Carey --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
