Search found 72 matches

by andrea
Thu Jan 25, 2018 4:55 am
Forum: Scripting
Topic: Edit control properties by string name
Replies: 6
Views: 12480

Re: Edit control properties by string name

Hi Edmund, I have tried something similar to what you suggest but Ihave problems on some aspects because our screens have a lot of controls on it and also Background/Parent Screen. For example suppose that we have Button1 on the actual screen (example named: Screen1) but also Button1 in the Backgrou...
by andrea
Tue Jan 23, 2018 9:56 am
Forum: Application Development
Topic: How can I have access to background screen objects?
Replies: 9
Views: 15423

Re: How can I have access to background screen objects?

One of our problems with this hierarchy is we can have more controls having same name. For example there could be a Button1 for Main Screen and one Button1 for or more Parent Screen (Base). Since the system can distinguish one from the other, but I don't know how, we would like to discriminate them ...
by andrea
Mon Jan 22, 2018 9:33 am
Forum: Application Development
Topic: How can I have access to background screen objects?
Replies: 9
Views: 15423

Re: How can I have access to background screen objects?

I think that

screen.GetType().GetFields();

does not populate the array

FieldInfo[] props

also using Globals.Name_Of_Real_Screen instead of screen parameter, same result
by andrea
Mon Jan 22, 2018 8:55 am
Forum: Application Development
Topic: How can I have access to background screen objects?
Replies: 9
Views: 15423

Re: How can I have access to background screen objects?

I have a similar problem. The code suggested didn't compile on this instruction FieldInfo[] props = Globals.GetType().GetFields(); so I changed the function in this way public static object GetBaseScreen(object screen) { Type type = screen.GetType().BaseType; FieldInfo[] props = screen.GetType().Get...
by andrea
Mon Jan 08, 2018 4:31 am
Forum: Application Development
Topic: Badge reader integration for login instead of user/password
Replies: 1
Views: 4526

Badge reader integration for login instead of user/password

Hello,

I ask you if someone or Beijer company has developed a system for access and integration with Badge reader to identify user (and then audit trail of user actions) instead of using classic user and password combination to determine the user and access level.

Thank you very much

Andrea
by andrea
Thu Jun 08, 2017 4:39 am
Forum: Application Development
Topic: Runtime 2.15.5751 compatibility with 2.30.24
Replies: 1
Views: 5452

Runtime 2.15.5751 compatibility with 2.30.24

Good morning, I know and tested the installation of the two version of Developer on same pc for developing projects. I ask you if same compatibility will be valid for installing and having both version of runtime on same target industrial pc (Windows 7). We have a lot of projects for a lot of custom...
by andrea
Wed May 31, 2017 1:26 am
Forum: Application Development
Topic: DataGrid gives ValidatesOnNotifyDataError
Replies: 4
Views: 9588

Re: DataGrid gives ValidatesOnNotifyDataError

I wrote directly to Beijer support and reply obtained is this This is known and has been reported to R&D. Unfortunately, the priority of this case is low and due to this I cannot say if or when this will be solved. The problem is related to the System.Windows.Controls.DataGrid and different versions...
by andrea
Tue May 30, 2017 9:44 am
Forum: Application Development
Topic: Compilation error migrating project to last version 2.2 SP 2
Replies: 2
Views: 6587

Re: Compilation error migrating project to last version 2.2

Hello Adam , thank you for your suggestion. I tried to insert the 's' and also to delete all part ValidatesOnNotifyDataError = "True" but seems that, during Build- compilation the file XAML is changed and return as before as iX wants so the error is still the same. Do you know if there is some worka...
by andrea
Fri May 26, 2017 6:10 am
Forum: Application Development
Topic: Compilation error migrating project to last version 2.2 SP 2
Replies: 2
Views: 6587

Compilation error migrating project to last version 2.2 SP 2

Hello, we have attached error after migrating one of our projects from version 2.1 SP2 to last version 2.2 SO 2 Build 2.22.184.0. The property 'ValidatesOnNotifyDataError' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation The errors happens on compilation and...
by andrea
Fri May 26, 2017 5:40 am
Forum: Application Development
Topic: DataGrid gives ValidatesOnNotifyDataError
Replies: 4
Views: 9588

Re: DataGrid gives ValidatesOnNotifyDataError

Have you solved that? how?

We have similar problem migrating a project from version 2.1 SP2 to 2.2 SP2 and for the moment we can not go ahead.

Thank you very much