multiple createTextField on the same depth 2004-03-16 - By Dominico Savio
Back I have this code:
this.createTextField("myTextFieldA", 1, 200,100, 100, 20); this.createTextField("myTextFieldB", 1, 200,200, 100, 20); this.createTextField("myTextFieldC", 1, 200,300, 100, 20); this.createTextField("myTextFieldD", 1, 200,400, 100, 20);
but it only creates the last text field, I check the the output window and did not see the first text field.
So, I can not create multiple text fields on the same depth, can I?
Dominic
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- 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:107060 =-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe send a blank e-mail to: Normal Mode: flashcoders-unsubscribe@(protected) Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|