Hi. Is it possible to find and element for it's id in LZX? Like getElementById() in DHTML. Because it is not easy to keep constructions like this.parent.parent... on track while structure of LZX document changes.
Thank you for your help. Вы писали 27 апреля 2006 г., 18:12:28: >> Can you help me with advice how it is better to indicate for the >> user that >> http request is in process in Laszlo? (I am submitting form and want >> user to know that something is happening) > We don't have a "best practice" for how to inform the user that a > request is processing. If controls _must_ be disabled (to prevent state > changes while the request is on the wire), then disable them. You can > have all your controls' enabled attributes constrained to a flag that > gets set when the request is made and when it is completed, as Henry > suggested. > In many applications, we also change the cursor icon to show that the > application is busy. > Hope this helps, > Dan -- С уважением, Alexey mailto:[EMAIL PROTECTED] _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
