Int3g3r Posted October 5, 2020 Posted October 5, 2020 Hello, Can someone explain me why the "labelTime" is showed in the "formEinkauf" ? (see picture) Both label overlap eachother but they are on diffrent forms. If i press the button "Einkauf" the frmEinkauf gets showed with "frmEinkauf.ShowModal()". Is it necessary to use some sort of container that contains the label ? Regards, Int3g3r
x11 Posted October 6, 2020 Posted October 6, 2020 i have a similar problem http://forums.unigui.com/index.php?/topic/14511-прозрачность-видна-предыдущая-форма/
Int3g3r Posted October 7, 2020 Author Posted October 7, 2020 On 10/6/2020 at 1:58 PM, x11 said: i have a similar problem Can no one help or say anything about this problem ? Is this a bug, or do we something wrong ? Regards, Int3g3r
Sherzod Posted October 7, 2020 Posted October 7, 2020 1 minute ago, Int3g3r said: Can no one help or say anything about this problem ? Is this a bug, or do we something wrong ? Hello, I will open a ticket in the support portal.
Int3g3r Posted October 7, 2020 Author Posted October 7, 2020 If you need more information, just ask. uniGUI Mobile - 1.90.0 build 1535 - ExJS 7.0.0 Thank you! 1
Int3g3r Posted October 16, 2020 Author Posted October 16, 2020 I noticed now that overlapping only happens if i use "TUnimFieldContainer" on both forms in the same place. Are there any news about the opened Ticket ?
Int3g3r Posted October 27, 2020 Author Posted October 27, 2020 Hello, I've upgraded totay to Unigui 1.90.0.1539, this bug still exists.... Regards, Int3g3r
Mehmet Emin Posted October 29, 2020 Posted October 29, 2020 I had the same issue but I thought that it was by design and did not report it. This is how I solved it (I am not sure if it helps in your case) New form is opened on top of an other form: (Capture1.png) 1) on its UnimFormShow I have UniSession.AddJS('document.getElementById("'+cpMenuContainer.JSId+'").parentElement.style.backgroundColor="rgba(1,1,1,0.5)";'); So that it darkens the previous form's visible area. 2) Also cpMenuContainer has its Color property set 3) I open the frmGetVisitType as Modal
Int3g3r Posted November 20, 2020 Author Posted November 20, 2020 I'm displaying the Forms always full screen. I don't use menus like you do. I tested your solution this doesn't work for me. It's like i can see through the displayed form. Here is a other example. You can see here a Button, Input Field and a Grid that should not get displayed. (yellow marked) Those components are from the Formular before. Regards Int3g3r
Sherzod Posted November 20, 2020 Posted November 20, 2020 1 hour ago, Int3g3r said: I'm displaying the Forms always full screen. I don't use menus like you do. I tested your solution this doesn't work for me. It's like i can see through the displayed form. Here is a other example. You can see here a Button, Input Field and a Grid that should not get displayed. (yellow marked) Those components are from the Formular before. Hello, Please make a simple testcase to reproduce.
Int3g3r Posted November 20, 2020 Author Posted November 20, 2020 I created a sample application. See attachments. uniTest.zip
Recommended Posts