David,

save the data in a custom property. For example

on closeField
  set the cData of me to the text of me
end closeField

and in a preOpenCard handler:

on preOpenCard
  set the text of me to the cData of me
end preOpenCard

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

TwistAWord supports Haiti. Buy a license for this word game at http://www.twistaword.net and support the earthquake victims.

Op 24 jan 2010, om 18:07 heeft David Coker het volgende geschreven:

On the interface I'm working on, I have tab panel setup with
background behavior which is working properly. Navigation from card to
card works without any problems. I also have a group of edit controls
that I want displayed on each card, but I want the data contained in
each edit box to remain common to each card.

The edit controls need to remain editable from any card they are
displayed on without the content changing when navigating from one
card to the other. I've tried this several different ways without any
success and would appreciate any advice that you might offer.

Regards,
David C.


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to