View Single Post
  #27  
Unread 12-05-2008, 08:12 PM
SOE-Rothgar SOE-Rothgar is offline
A Griffon
Yes this person is from Daybreak!
 
Join Date: Aug 2007
Server: Unrest
Posts: 208
Default

Quote:
Originally Posted by gm9 View Post
[*]OnLoad (= either for a <Page> or a specific dynamic data element, indicating when the element has been populated with data - this is an issue because dynamic data OnShow fires before the actual data is displayed)
Can you give an example of this one? I looked over the code and it looks like we're setting the Text value of a UIText control before we toggle the visibility when DynamicData changes. There could be specific instances where maybe we change the visibility and then change the text later on, but from what I can tell, if we update the text and visibility at the same time, the text should be available when OnShow fires.
Reply With Quote