List of Contributions

Platten

Contact Details

Platten


My Content

1 to 20 of 50+ total
Posted By Platten Jan 20, 2026 01:40:26 AM
Found In Egroup: Advanced Software
\ view thread
I've done that, hence my last Edit3. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 20, 2026 12:53:00 AM
Found In Egroup: Advanced Software
\ view thread
I am using FTOptix 1.6.5.2 and C# (Microsoft Visual Studio Professional 2022). In my code I have: //Process X and Y alignment string[] arystrXYalign = strValue.Split (cstrAlignDelimiter); if (arystrXYalign != null && arystrXYalign.Length == 2) ( PropertyInfo piCAlign = tControl .GetProperty("ContentAlignment") ...
Posted By Platten Jan 20, 2026 12:33:56 AM
Found In Egroup: Advanced Software
\ view thread
If string is an available type then I will create an array of strings. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 19, 2026 08:47:05 AM
Found In Egroup: Advanced Software
\ view thread
Do you mean set the size of a single dimension array then manage the size myself? e.g. Lets say each file is a maximum of 64 bytes and I want 10 files so I would set the array size to 640 bytes? Of course also allowing a null terminator for each string. ------------------------------ Kind regards, ...
Posted By Platten Jan 19, 2026 08:08:34 AM
Found In Egroup: Advanced Software
\ view thread
What if I want to create an array of filename strings each say 64 characters long ? ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 19, 2026 07:47:49 AM
Found In Egroup: Advanced Software
\ view thread
Thank you ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 19, 2026 07:47:11 AM
Found In Egroup: Advanced Software
\ view thread
Thank you. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 19, 2026 07:27:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, I will take another look. I don't see an Array type in UAManageCore.OpcUa.DataTypes, how do I create an Array? ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 19, 2026 03:05:00 AM
Found In Egroup: Advanced Software
\ view thread
I am using FTOptix 1.6.5.2 and C# (Microsoft Visual Studio Professional 2022). I want to create a variable which stores configuration created at design time, I think I can do what I want using the variable type `OpcUa.DataTypes.Structure`, what I want to do is create a list or array of strings, is there ...
Posted By Platten Jan 19, 2026 01:25:00 AM
Found In Egroup: Advanced Software
\ view thread
I don't think this solution is useful to my problem, as I said in my post I need to set this up from C#. [Edit1] It seems that the technique of adding a \n between two strings only works if you do it in the Optix front end. I've tried setting a Label.Text parameter to `Line1\nLine2` and it appears ...
Posted By Platten Jan 19, 2026 01:19:00 AM
Found In Egroup: Advanced Software
\ view thread
I'm obvious thick, because I cannot get this to work, I clicked the Text link 'Change Dynamic Link` , then the `Advanced` tab . In the String formatter, I've tried text before and after \r\n and also '\r\n' and just to check `\r\n`, none of these worked. ------------------------------ Kind regards, ...
Posted By Platten Jan 16, 2026 07:21:00 AM
Found In Egroup: Advanced Software
\ view thread
I'm using FTOptix 1.6.5.1, I have a `Label`, if I edit `Text` property in FTOptix and use the key combination `Alt+Enter' a new line is inserted into the `Text`. If I try to use \n, \r or \r\n, no new line is inserted, what do I have to do to achieve the same result as `Alt+Enter`, I'm asking because ...
Posted By Platten Jan 16, 2026 02:56:00 AM
Found In Egroup: Advanced Software
\ view thread
I am using FTOptix 1.6.5.1, presently in PanelView our HMI's show bitmaps that show the static machine. I would like to replace these static bitmaps with 3D models that would be imported from SolidWorks. Ideally we would like to add active elements to the models to show lamp indications and animation ...
Posted By Platten Jan 16, 2026 01:27:00 AM
Found In Egroup: Advanced Software
\ view thread
I am using FTOptix 1.6.5.1, I have two layouts which I want to implement styles for, but I don't know how to do this, I've searched online and the problem I'm seeing now which I think AI is to blame is often the results returned are incorrect and cannot be implemented. I have a vertical layout (subMenus) ...
Posted By Platten Jan 15, 2026 04:40:00 AM
Found In Egroup: Advanced Software
\ view thread
Having something solely online is not what I would call documentation, you have to search for what you want and might be able to find it, why can't there be a central repository where everything is in one place? Also the quality of what is available is often very questionable, where it seems someone ...
Posted By Platten Jan 15, 2026 03:16:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you for the link, submitted! ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 15, 2026 01:40:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, is there any scheduled date for releasing some decent documentation that will detail all these pearls of wisdom? ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 15, 2026 01:32:00 AM
Found In Egroup: Advanced Software
\ view thread
I cannot see any option in FTOptix to set the style for a Window or Panel, so from your post I should add a rectangle then set the `Style` there. You say Optix doesn't use CSS, then it has copied a lot from the standard because the syntax and names are almost identical. ------------------------------ ...
Posted By Platten Jan 14, 2026 02:58:00 AM
Found In Egroup: Advanced Software
\ view thread
Thank you, however, I have moved on adding the screen size to the XML as an attribute. ------------------------------ Kind regards, Simon Platten ------------------------------
Posted By Platten Jan 13, 2026 07:56:00 AM
Found In Egroup: Advanced Software
\ view thread
I'm using FTOptix 1.6.5.1 and Microsoft Visual Studio Professional 2022, I need to get the size in pixels of the FTOptix display, can do I do this in C#? I tried putting this into google and the results returned where something that doesn't look right and will not compile: fltSpanX = Screen.Pr ...