List of Contributions

Geo

Contact Details

Geo


My Content

1 to 2 of 2 total
Posted By Geo Aug 26, 2026 03:12:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Is there a way to limit domains in the WebBrowser? For example, if rockwellautomation.com is the URL, but this website has a link to their YouTube channel, is there a way to prevent the operator from navigating to the YouTube channel and then clicking on recommended videos?
Posted By Geo Aug 20, 2026 02:25:03 PM
Found In Egroup: FactoryTalk Optix
\ view thread
You could use a delay timer: Run the NetLogic when the pop-up appears. The variable could set the opacity or visibility of the pop-up. public class RuntimeNetLogic1 : BaseNetLogic ( public override void Start() ( myDelayedTask = new DelayedTask(ResetLabelText, 4000, LogicObject); myDelayedTask.Start(); ...