Search found 9 matches

by d_reibelt
Tue Jun 18, 2019 10:49 pm
Forum: Hardware
Topic: VNC Refresh Rates for X2
Replies: 1
Views: 4460

VNC Refresh Rates for X2

Hi Observing very slow refresh rates for VNC connections to X2Pro 15" Screens Seems to be 1 second or more to update display. - Tried various vnc clients on different platforms and networks, all very similar response Anyone know of any tips to improve this. I should mention that my projects are feat...
by d_reibelt
Tue Apr 09, 2019 5:20 pm
Forum: Application Development
Topic: Momentary Buttons on X2Pro
Replies: 3
Views: 4317

Re: Momentary Buttons on X2Pro

Adam, I like your solution, but I am under a requirement to limit code in the HMI.

I have hundreds of buttons across many screens, so any non-productive solution is simply not an option.

This situation has serious side effects in a production environment. Beijer, please address this.
by d_reibelt
Thu Apr 04, 2019 5:03 pm
Forum: Application Development
Topic: Momentary Buttons on X2Pro
Replies: 3
Views: 4317

Momentary Buttons on X2Pro

I have now completed 5 different projects using beijer X2 screens. In each case i have encountered a runtime issue with buttons that use animations. including: Multipicture, animated colour and conditional enabled states, along with security activation levels. Randomly, it would seem that if any of ...
by d_reibelt
Fri Mar 01, 2019 7:39 pm
Forum: Application Development
Topic: Button graphics missing after new build/rebuild
Replies: 1
Views: 2982

Re: Button graphics missing after new build/rebuild

I did recently encounter an issue where certain graphics I had to increase the bounding box size to bigger that the image size in order to make them appear....
by d_reibelt
Thu Feb 28, 2019 5:34 am
Forum: Application Development
Topic: XAML and Dynamic Properties
Replies: 1
Views: 2991

XAML and Dynamic Properties

Are there any immediate plans or undocumented ways to expand on the xaml dynamic properties outlined in the help documentation? I have a need for a xaml based graphic with 4 or 5 tag connections. There are other ways of doing this i know, but i have a very large number of these graphics to integrate...
by d_reibelt
Tue Feb 05, 2019 2:29 am
Forum: Application Development
Topic: Undo Bug?
Replies: 4
Views: 5413

Undo Bug?

Has anyone experienced behaviour with IxDeveloper and the undo command where it seems screens not currently visible can revert to a seemingly random point in history upon using the undo command? Each time this has occurred to me I have lost many hours work as it seems to be irrelevant of save time, ...
by d_reibelt
Tue Jun 26, 2018 3:18 am
Forum: Scripting
Topic: Create Dynamic Instances of Objects
Replies: 2
Views: 4640

Re: Create Dynamic Instances of Objects

AMitchneck,

yes thanks, I found a way to do it using standard forms techniques. This key is understanding how iX is doing the same thing.
by d_reibelt
Fri Jun 22, 2018 9:49 pm
Forum: Scripting
Topic: Script manual
Replies: 9
Views: 23810

Re: Script manual

The NEO library is an internal library used by the developers. It is not documented for public use.
Certainly there are aspects of this library that should be provided to users... A prime case would be the audit logging.
by d_reibelt
Thu Jun 21, 2018 10:33 pm
Forum: Scripting
Topic: Create Dynamic Instances of Objects
Replies: 2
Views: 4640

Create Dynamic Instances of Objects

Is this possible to declare new instances and remove instances of objects on a screen on the fly. eg: On_ScreenOpened, read some tag, draw n# instances at dynamic positions then animate those instances individually from those positions and toggle visibility at different stages based on arbitrary tag...