ARQ Line buttons?
dmurray14
Junior Member
Hey guys,
One of the things that bothers me with the ARQ module is that when you click on a line, you have to do it twice- once to select it and another to actually confirm the press. I know that, for instance, in Ctron you can just click on the line and it will press the button on the ARQ. Is there any easy way to do this in the AMX module? I figured there were other channels for it but I don't see them.
Thanks guys,
Dan
One of the things that bothers me with the ARQ module is that when you click on a line, you have to do it twice- once to select it and another to actually confirm the press. I know that, for instance, in Ctron you can just click on the line and it will press the button on the ARQ. Is there any easy way to do this in the AMX module? I figured there were other channels for it but I don't see them.
Thanks guys,
Dan
Comments
-
If you're using the latest version (6.0) the module definition defaults to a single press:
#if_defined arqTP1 DEFINE_MODULE 'ARQ TP UI v6_0_0' ARQ_TP_1 (arqTP1, //Touch Panel Device ARQ_UNITS, //Virtual AudioReQuest Devices ARQ_SELECT, //ARQ selection channels ARQ_DISCONNECT, //ARQ deselection channel ARQ_CMDS, //Command Channel Array ARQ_ADV_CMDS, //Advanced Command Channel Array ARQ_KEYBOARD_CH, //Keyboard Channel Array ARQ_NUM_CH, //Numbers Channel Array ARQ_FB_CH, //Variable Text Channel Array ARQ_LVL_CH, //Level for Elapsed Time progress bar ARQ_DYNAMIC_IMAGES, //Dynamic image resource names for Cover Art [b]ARQ_LINE_PRESS_SINGLE,[/b] //Line Press Type (single or double) ARQ_NUM_LINES[6]); //Number of lines on Browse page (change array index to 1-8) #end_if
If you are using version 5.0.1 then change:
ARQ_LINE_PRESS_DOUBLE
TO:
ARQ_LINE_PRESS_SINGLE
HTH -
Joe Hebert wrote: »If you're using the latest version (6.0) the module definition defaults to a single press:
#if_defined arqTP1 DEFINE_MODULE 'ARQ TP UI v6_0_0' ARQ_TP_1 (arqTP1, //Touch Panel Device ARQ_UNITS, //Virtual AudioReQuest Devices ARQ_SELECT, //ARQ selection channels ARQ_DISCONNECT, //ARQ deselection channel ARQ_CMDS, //Command Channel Array ARQ_ADV_CMDS, //Advanced Command Channel Array ARQ_KEYBOARD_CH, //Keyboard Channel Array ARQ_NUM_CH, //Numbers Channel Array ARQ_FB_CH, //Variable Text Channel Array ARQ_LVL_CH, //Level for Elapsed Time progress bar ARQ_DYNAMIC_IMAGES, //Dynamic image resource names for Cover Art [b]ARQ_LINE_PRESS_SINGLE,[/b] //Line Press Type (single or double) ARQ_NUM_LINES[6]); //Number of lines on Browse page (change array index to 1-8) #end_if
If you are using version 5.0.1 then change:
ARQ_LINE_PRESS_DOUBLE
TO:
ARQ_LINE_PRESS_SINGLE
HTH
Awesome! Thanks a bunch.
Dan
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums