List of Contributions

Crowder

Contact Details

Crowder

My Content

1 to 2 of 2 total
Posted By Crowder Mar 16, 2026 05:37:49 AM
Found In Egroup: Advanced Software
\ view thread
Legend! I had a feeling it was something along the lines of accessing the underlying, rather than the instance I just hadn't figured out to use owner. foreach( AllocBoxWidget machine in Owner.FindNodesByType ()) ( string strMachineName = machine.GetVariable("MachineId").Value; var MachinePartNumber ...
Posted By Crowder Mar 16, 2026 05:08:00 AM
Found In Egroup: Advanced Software
\ view thread
I have a requirement to use a number of visual components and update them based on values from JSON data. to achieve this I have created a Widget and given it the variables I need to be able to change/update, these are linked internally. There are up to 30 of these widgets on my screen. This screen is ...