civicparadox
02-08-2003, 05:50 AM
I have a dynamic text box that loads text from an external file. It loads fine but right before the text is loaded into the box, there is string like "_level0.profile". Profile is the name of the text box, the name of the text file, and the variable name in the text file. If the external text is really long, the "_level0.profile" stays on the screen even longer. This leads me to conclude that it is displaying it while the text is loading.
Can someone please tell me how to get rid of this. If you want to see the site, it is http://www.enderlee.com
I also had the bright idea of loading the text box earlier and just assign _visible = false. This does make it invisible but I can't seem to make is visible again.
Anyways, thanks in advance for your help.
Can someone please tell me how to get rid of this. If you want to see the site, it is http://www.enderlee.com
I also had the bright idea of loading the text box earlier and just assign _visible = false. This does make it invisible but I can't seem to make is visible again.
Anyways, thanks in advance for your help.