Hi,
I'm trying to launch a window popup using profound ui Rich Displays within a PHP script:
I create another record format configuring show as window to true. When I call this control the content (a css panel ) is showed but the main screen dissapear.
I know this over RPG programs this works well, is possible in php scripts or is there a limitation here?
Thanks
Open window popup over main screen
-
- New User
- Posts: 7
- Joined: Wed Oct 26, 2016 12:45 pm
- First Name: Adrián
- Last Name: Manso
- Company Name: NISA
- Contact:
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Open window popup over main screen
In web, there is no way to write the next display "on top of" the existing display like there is in 5250.
In RPG, the Open Access handler solves this problem by remembering which screens you've written. Then, when you try to pop up a window on top of others, it re-sends the old screen format(s) as well as the new window. Profound UI then draws the old format with the new format on top of it.
In PHP, there is no Open Access handler, so to create a popup window you would have to do the same thing, you'd have to send the old display and the new popup as layers so that the new popup display would appear on top.
In RPG, the Open Access handler solves this problem by remembering which screens you've written. Then, when you try to pop up a window on top of others, it re-sends the old screen format(s) as well as the new window. Profound UI then draws the old format with the new format on top of it.
In PHP, there is no Open Access handler, so to create a popup window you would have to do the same thing, you'd have to send the old display and the new popup as layers so that the new popup display would appear on top.
-
- New User
- Posts: 7
- Joined: Wed Oct 26, 2016 12:45 pm
- First Name: Adrián
- Last Name: Manso
- Company Name: NISA
- Contact:
Re: Open window popup over main screen
Ok thanks
Who is online
Users browsing this forum: No registered users and 0 guests