Posted 01 February 2017 - 03:33 AM
Is there a way to use multiple monitors with this API?
Even though i somehow managed to fix the error i was getting, the original question still stands. Is there a way to get it to pull the touch event from more then one monitor?
I currently have two 4x8 monitors, an Induction matrix, 4 drac energy cores, 3 reactors, and 12 turbines connected via wired modems as a test setup. The program grab everything putting them in there assigned tables. Currently the program will give you as many buttons as you have turbines and they are each click-able and working. It will also give you a reactor button that does nothing at the moment as it is on a different monitor and I cannot figure out how to get touchpoint to pull events from multiple monitors. the reactor button should toggle if it registers a touch on it. If there is anyone that knows how to do this that would be great.
– Old
–I anyone is willing to help me that would be awesome.
–I am trying to make a great BigReactors program that uses this API. The problem is that I am new to CC and keep getting loads of errors that I don't understand but somehow
–manage to fix(most of the time). Currently I am getting an error with the name of my buttons or something – touchpoint:171: Expected string –. I am currently writing the code in
–parts as it makes it much easier to edit. Here is the pastebin for this specific part - http://pastebin.com/c3e4V0EJ - If you plan on going over the code on pastebin itself
–recommend getting a dark theme as the code is quite large for a sample code.
Good luck and thanks in advance to anyone willing to use their time to help me.
Even though i somehow managed to fix the error i was getting, the original question still stands. Is there a way to get it to pull the touch event from more then one monitor?
I currently have two 4x8 monitors, an Induction matrix, 4 drac energy cores, 3 reactors, and 12 turbines connected via wired modems as a test setup. The program grab everything putting them in there assigned tables. Currently the program will give you as many buttons as you have turbines and they are each click-able and working. It will also give you a reactor button that does nothing at the moment as it is on a different monitor and I cannot figure out how to get touchpoint to pull events from multiple monitors. the reactor button should toggle if it registers a touch on it. If there is anyone that knows how to do this that would be great.
– Old
–I anyone is willing to help me that would be awesome.
–I am trying to make a great BigReactors program that uses this API. The problem is that I am new to CC and keep getting loads of errors that I don't understand but somehow
–manage to fix(most of the time). Currently I am getting an error with the name of my buttons or something – touchpoint:171: Expected string –. I am currently writing the code in
–parts as it makes it much easier to edit. Here is the pastebin for this specific part - http://pastebin.com/c3e4V0EJ - If you plan on going over the code on pastebin itself
–recommend getting a dark theme as the code is quite large for a sample code.
Good luck and thanks in advance to anyone willing to use their time to help me.
Edited on 01 February 2017 - 10:23 PM