Search found 18 matches

by prichlin
Tue Mar 10, 2020 8:06 am
Forum: Application Development
Topic: AlarmViewer not respect Z plane
Replies: 3
Views: 5724

Re: AlarmViewer not respect Z plane

Hello brusarp, I tested a few things and the only thing I could find that would reliably sit on top of the Z-index above the alarm panel was a popup. It blocks clicks/presses under it to the alarm controls too. It's not as clean but maybe you could resize the alarm window though script when the oper...
by prichlin
Tue Mar 10, 2020 7:45 am
Forum: Application Development
Topic: How can I use a TouchComboBox to pick what curves to show
Replies: 3
Views: 6654

Re: How can I use a TouchComboBox to pick what curves to sho

Hello saak, It's not exactly what you're looking for but this might work depending on your application. Have you tried using the Trend Viewer Legend? It has controls to turn on and off the visibility of each curve (using the eye button). It can be added as an Action under Trend Viewer > Show Trend V...
by prichlin
Tue Mar 10, 2020 7:15 am
Forum: Application Development
Topic: AlarmViewer not respect Z plane
Replies: 3
Views: 5724

Re: AlarmViewer not respect Z plane

Hello brusarp, I'm not sure about this issue. Would it help you if you moved your menu into a non-modal popup instead? I would guess popups would be designed to have a very high Z-index. If this works for you, I can also share the code to remove the blue banner at the top of the popup. Edit - correc...
by prichlin
Mon Feb 24, 2020 1:01 pm
Forum: Application Development
Topic: Change "Clicked Colour" of Buttons
Replies: 2
Views: 6689

Re: Change "Clicked Colour" of Buttons

In iX Developer 2.40 SP4, the corner radius can be modified in the Button's Properties > Appearance > Rounded corners 0,0,0,0. Each number is the pixel radius for that corner. I would recommend this as the solution to your question because you can then use the Dynamics Cog to assign Fill colors as J...
by prichlin
Mon Feb 24, 2020 12:12 pm
Forum: Application Development
Topic: Recipe management customize
Replies: 2
Views: 8228

Re: Recipe management customize

Hello Aperez, The syntax for the script commands is different depending on the command. For example, Recipe.SaveRecipe includes options for operator interaction. Load a recipe entry named MySecondRecipeItem from Recipe1: Globals.Recipe1.LoadRecipe("MySecondRecipeItem"); Save the current recipe that ...
by prichlin
Mon Feb 24, 2020 8:59 am
Forum: Application Development
Topic: End of initialization - System start - Tag communication
Replies: 3
Views: 8583

Re: End of initialization - System start - Tag communication

Hello Andrea, If your goal is to see when the communication with the PLC has been established, you could add the Initialize Tag in the panel that defaults to False and is mapped to a bit in the PLC. Have the PLC set that to true (or 1 depending on your PLC) when you want to activate the panel. When ...
by prichlin
Mon Feb 24, 2020 8:39 am
Forum: Application Development
Topic: Component name = Tag name
Replies: 2
Views: 6289

Re: Component name = Tag name

Hello Bergshav, If you follow Jason V.'s suggestion, you can add a text box below the valve component, select both the valve and the text box, and group them together. Then what might be helpful for you would be to add them to your Component Library so you have a single custom built component you ca...
by prichlin
Mon Feb 24, 2020 8:22 am
Forum: Application Development
Topic: How to get rid of the windows border, when using a popup?
Replies: 4
Views: 5979

Re: How to get rid of the windows border, when using a popup

Hello Tweety, I have had a similar question on a recent project. You may want to remove the titlebar so the operator cannot drag the popup, or to match your look and feel. I can think of two approaches to removing the popup's titlebar. First: Locate the Popup in the X,Y position you want it to displ...