Page 1 of 1

Popup modification

Posted: Fri Feb 03, 2012 12:23 pm
by kim
Hello

Using iX 1.31 & T7A panel

1) Is it possible to modify the header of a popup window so the 'X' close icon in corner gets larger? Its so small on the T7A. Today I must add a separate (larger) button for closing.

2) Can a popup window be made static, I mean so the user cannot move its position? I like it to cover some specific area of the screen while in use.


Thanks, Kim

Re: Popup modification

Posted: Fri Feb 03, 2012 2:06 pm
by Ron L.
1) No that is not possible unless you are doing a PC application. You can add a separate button on the screen to close it.

2) There's not a way to do that with iX Developer.

Re: Popup modification

Posted: Mon Feb 06, 2012 10:33 am
by jcjelektro
Hello

2) Can a popup window be made static, I mean so the user cannot move its position? I like it to cover some specific area of the screen while in use.

You can make a White(background color) box, and place it over the objects, you want to cover.
Or, you can use the Visible funktion, to hide it if some bit is = 0 or 1
I'm using that a lot in my application.

- Emil