NetTalk Central

Author Topic: Progress Bar behind a popup form  (Read 3325 times)

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Progress Bar behind a popup form
« 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.
Cheers,

Stu Andrews

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Progress Bar behind a popup form
« Reply #1 on: September 03, 2013, 07:10:31 AM »
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

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Progress Bar behind a popup form
« Reply #2 on: September 03, 2013, 03:19:30 PM »
A z-Index of 5000 did the trick (the popups have a z-index of 2000 ish).

Thanks Bruce!
Cheers,

Stu Andrews