Search found 824 matches

by mark.monroe
Fri Sep 06, 2013 11:09 am
Forum: Application Development
Topic: Different look the system PopUp Screen iX RunTime
Replies: 3
Views: 5995

Re: Different look the system PopUp Screen iX RunTime

There is no way to change anything about the auto-generated popup screens. You could create your own security dialog box with some scripting. Then you could make it any size you want.
by mark.monroe
Fri Sep 06, 2013 11:07 am
Forum: Scripting
Topic: LINQ to dataset
Replies: 3
Views: 13642

Re: LINQ to dataset

Only some of the methods are supported in CF and the AsEnumerable is not supported.

http://msdn.microsoft.com/en-us/library ... s.90).aspx
Snap 2013-09-06 at 11.04.00.jpg
Snap 2013-09-06 at 11.04.00.jpg (46.4 KiB) Viewed 13632 times
by mark.monroe
Fri Sep 06, 2013 10:48 am
Forum: Scripting
Topic: Adding tags via script
Replies: 1
Views: 5212

Re: Adding tags via script

No, it is not possible to add tags via script.
by mark.monroe
Fri Sep 06, 2013 10:48 am
Forum: Application Development
Topic: Export / Import Recipe
Replies: 2
Views: 5307

Re: Export / Import Recipe

No, there is no way to import/export using the basic iX Dev methods only a selection of the recipes. If you want to do that you will need to query the recipe database and generate the file yourself. Here is a forum post with a script example on how to query the datalogger database in iX Dev. You nee...
by mark.monroe
Fri Sep 06, 2013 10:46 am
Forum: Application Development
Topic: Database Export in a path dynamic - value in a Tag
Replies: 2
Views: 7642

Re: Database Export in a path dynamic - value in a Tag

You will need to query those databases and save the data to a file yourself if you want to change the export path. There is a forum post with a script example on how to query a database in iX Dev. The Script_Database_Export.zip example in the other forum post will show you how to do that. Both Audit...
by mark.monroe
Fri Sep 06, 2013 10:40 am
Forum: Scripting
Topic: Adding radiobutton with a button
Replies: 4
Views: 9891

Re: Adding radiobutton with a button

You can only add controls to the screen using "this.Controls.Add(..." if you are targeting a Windows CE unit. Otherwise you have to look into WPF programming to figure out how to add controls if you are targeting a PC.
by mark.monroe
Fri Sep 06, 2013 10:38 am
Forum: Scripting
Topic: Expression with "if"
Replies: 5
Views: 11143

Re: Expression with "if"

An expression and script code is not the same thing. In expressions you need to set the "value" variable to the result you want iX Dev to use.

This code only works when you are create a script. It will not work in an expression.

Code: Select all

void Tag1_ValueChange(System.Object sender,... 
by mark.monroe
Fri Sep 06, 2013 10:35 am
Forum: Scripting
Topic: add runtime button or shape
Replies: 2
Views: 9906

Re: add runtime button or shape

It would be easier to add the controls in iX Developer and then make them visible/invisible. If you are targeting the Windows version of iX Dev you need to look into WPF programming. The controls object you are referencing is not available when you are targeting a PC.
by mark.monroe
Fri Sep 06, 2013 9:54 am
Forum: Application Development
Topic: Barcode reading and Analog numeric virtual keyboard
Replies: 3
Views: 8399

Re: Barcode reading and Analog numeric virtual keyboard

You can use the Windows TextBox control. That will not popup the virtual keyboard. You will have to use script to move the focus as well as handle moving the text out of the text box and into a tag.
Snap 2013-09-06 at 09.53.37.png
Snap 2013-09-06 at 09.53.37.png (113.08 KiB) Viewed 8394 times
Snap 2013-09-06 at 09.20.51.jpg
Snap 2013-09-06 at 09.20.51.jpg (108.45 KiB) Viewed 8394 times
Snap 2013-09-06 at 09.21.13.jpg
Snap 2013-09-06 at 09.21.13.jpg (101.05 KiB) Viewed 8394 times
by mark.monroe
Fri Sep 06, 2013 9:18 am
Forum: Application Development
Topic: TrendViewer iX 2.0
Replies: 8
Views: 10263

Re: TrendViewer iX 2.0

I tested it and it works correctly on my computer. Here are a few screenshot that might help. In this example, Tag1 is used to set the Time Span.
Snap 2013-09-06 at 09.16.03.jpg
Snap 2013-09-06 at 09.16.03.jpg (79.61 KiB) Viewed 10191 times
Snap 2013-09-06 at 09.13.27.jpg
Snap 2013-09-06 at 09.13.27.jpg (25.86 KiB) Viewed 10191 times