Hello Guest it is April 24, 2024, 02:24:43 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - patpat

Pages: 1
1
Mach4 General Discussion / Re: Help needed setting UI Tab focus
« on: June 01, 2017, 06:49:11 PM »
Never mind... I figured it out. Here's the answer:
 
Code: [Select]
scr.SetProperty("OperationsTabs", "Current Tab", "3")It's crazy that the int is really a string.  >:(

2
Mach4 General Discussion / Help needed setting UI Tab focus
« on: June 01, 2017, 05:51:19 PM »
Hello All... I want to script a button press (or event) that will set focus on the "Jogging" tab (aka- tabJogging). The goal is to show the content of the tab when this new button is pressed. I'm guessing that it involves using scr.SetProperty('tabJogging',???, ???);
Any ideas on how to do this?

3
Mach4 Plugins / Re: mcX360 Plugin for Lua
« on: May 22, 2017, 03:13:33 AM »
I'm new to Mach4 and cant seem to get the mcX360_LUA.rar plugin to work on my computer. When Mach4 is loading the Xbox Controller light flashes and once the screen comes up the message line at the bottom reads "mcX360 Controller Found and Active" but nothing moves when I work the joypad. I do have xinput9_1_0 dll in system32. Am I missing a step?
Thanks for any help on this!
-Pat

Pages: 1