Transparent pop up window
Moderator: jeanmichel
-
nic.hall@lansa.com
- Posts: 11
- Joined: 15 Sep 2018, 05:26
Transparent pop up window
5250 pop up windows are transparent so the screen behind is visible. I have tried a few things to correct this with no success
- Attachments
-
- Capture.PNG (44.63 KiB) Viewed 11393 times
-
tim mcentee
- Posts: 40
- Joined: 26 Jul 2017, 13:20
Re: Transparent pop up window
Hi Nic
Have you tried the popup settings on the url: &popups=n
0 – Off all enhanced window handling.
1 – Turns on the detection of degraded DDS windows only.
2 – Turns on the “keep the previous screen background”
behaviour only.
3 – Turns on both
Tim
Have you tried the popup settings on the url: &popups=n
0 – Off all enhanced window handling.
1 – Turns on the detection of degraded DDS windows only.
2 – Turns on the “keep the previous screen background”
behaviour only.
3 – Turns on both
Tim
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Transparent pop up window
Hi Nic,
I've experienced the same before. As far as I know, it happens:
- in 4.1.x.
- the project should be created in 3.1.x.
And what I do as a workaround is:
Step 1) Check useJQueryExtensions and save Step 2) And then uncheck it and save
Step 3) Lastly clear the cache and test
I presume that projectThemes folder (and all the objects in the folder) are necessary in the project folder so that pop up windows appear correctly in 4.1.x. After Step 1 above, projectThemes folder is created in the project folder.
Hope this helps.
Best Regards,
Hidekazu Tanaka
I've experienced the same before. As far as I know, it happens:
- in 4.1.x.
- the project should be created in 3.1.x.
And what I do as a workaround is:
Step 1) Check useJQueryExtensions and save Step 2) And then uncheck it and save
Step 3) Lastly clear the cache and test
I presume that projectThemes folder (and all the objects in the folder) are necessary in the project folder so that pop up windows appear correctly in 4.1.x. After Step 1 above, projectThemes folder is created in the project folder.
Hope this helps.
Best Regards,
Hidekazu Tanaka
-
Taku Izumi
- Posts: 2
- Joined: 06 Oct 2017, 12:32
Re: Transparent pop up window
Hi All,
I found the same issue post in a previous version.
Is there a way to fix the same issue in v4.2.1?
Preferably I can fix this while keeping the style Basic.
I found the same issue post in a previous version.
Is there a way to fix the same issue in v4.2.1?
Preferably I can fix this while keeping the style Basic.
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Transparent pop up window
Hi
Add the following Application.style to your project.
Or modifying /ts/ts2/css/*.css files as follows:
Regards,
Hide from Fairdinkum
Add the following Application.style to your project.
Code: Select all
name...... optional (e.g., windowStyle)
styleFor... HTML Element
htmlTag... dummy, div.ax-terminal-window
style....... {
border: 1px solid #c9c9c9;
background-color: #fff;
}
Regards,
Hide from Fairdinkum