NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Stu on September 02, 2013, 09:19:05 PM
-
Hi Folks,
Am having trouble with the progress bar appearing behind a popup form.
Let me explain. No. Is too much. Let me sum up.
QUESTION: How would I go about getting the progress bar in front of the popup form?
Now, if this does work fine normally, then it's probably because I'm custom-calling the popup form.
1. I have a file netwebform.
2. In the Popups routine of this form, I have a some code that manually calls a memory form.
3. In the embed after the heading, I manually call p_web.CreateButton() to open the popup.
This all works fine!
But, the problem is, on the popup form when I click an action (say one that takes a few seconds), there is no progress bar (well, it appears behind)!
Oh noes.
-
the simple answer is probably to adjust the z-order property of the progress control via css.
is the progress control on the topmost form, or the form under that?
methinks an example might be in order.
cheers
Bruce
-
A z-Index of 5000 did the trick (the popups have a z-index of 2000 ish).
Thanks Bruce!