Remoting RecordSet and Progress Bar 2004-03-16 - By Russell Donders
Back It may have something to do with the depth, and if 2 are the same depth it may conflict. I know that definitely occurs when attaching movie clips dynamically.
Try :
this.createTextField("myTextFieldA", 1, 200,100, 100, 20); this.createTextField("myTextFieldB", 2, 200,100, 100, 20);
And see how it goes.
HTH
Russell
-- --Original Message-- -- From: Dominico Savio [mailto:dominicosavio@(protected)] Sent: Tuesday, 16 March 2004 7:10 PM To: flashcoders@(protected) Subject: RE: [Flashcoders] Remoting RecordSet and Progress Bar
I have this code:
this.createTextField("myTextFieldA", 1, 200,100, 100, 20); this.createTextField("myTextFieldB", 1, 200,100, 100, 20);
but it only creates the second text field, I check the the output window and did not see the first text field.
Is anything wrong?
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107057 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Supported by Fig Leaf Software =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- Be sure to check the archives and the wiki: http://chattyfig.figleaf.com/ =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107059 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|