Popup modification

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
kim
Posts: 15
Joined: Fri Feb 03, 2012 11:38 am

Popup modification

Post 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

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: Popup modification

Post 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.
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

jcjelektro
Posts: 40
Joined: Tue Nov 22, 2011 3:54 am
Location: Gjerlev, Denmark
Contact:

Re: Popup modification

Post 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
--
Emil Gundersen
JCJelektro.dk

Post Reply