Hello Guest it is April 16, 2024, 02:54:18 PM

Author Topic: mcTouchOff Dialog  (Read 1249 times)

0 Members and 1 Guest are viewing this topic.

mcTouchOff Dialog
« on: August 12, 2018, 12:40:06 PM »
I am modifying the TouchOff functions to work with any of the many corner finders available on the market.  I have modified the functions to do this, but I need to be able to modify the dialog box to collect 2 additional offset values (X and Y) in the setup.  Is there any way to do this, or do I have to create a new tab on the screen and write my own?

My intention was to submit these changes it to ArtSoft for inclusion in a future release.
- Robert Beaubien
- Drone Plastics
-
“Dear Algebra, Please stop asking us to find your X.  She's never coming back and don't ask Y.”
Re: mcTouchOff Dialog
« Reply #1 on: August 12, 2018, 01:18:04 PM »
Also, is there any documentation on the mc. and wx. namespace functions other than just finding existing samples?
- Robert Beaubien
- Drone Plastics
-
“Dear Algebra, Please stop asking us to find your X.  She's never coming back and don't ask Y.”
Re: mcTouchOff Dialog
« Reply #2 on: August 12, 2018, 01:27:48 PM »
I found the code to modify the dialog.  Would still like documentation on the namespace functions.  Thanx.
- Robert Beaubien
- Drone Plastics
-
“Dear Algebra, Please stop asking us to find your X.  She's never coming back and don't ask Y.”

Offline smurph

*
  • *
  •  1,546 1,546
  • "That there... that's an RV."
    • View Profile
Re: mcTouchOff Dialog
« Reply #3 on: September 12, 2018, 01:53:43 AM »
There is the API manual in the docs folder that addresses the mc. namespace/library/table.  As for the wx. stuff, that is wxLUA and the documentation is on that web site.  However, they kind of expect you to know the wxWidgets API or use the wxWidgets C/C++ API docs and "translate" the C/C++ functions to the LUA syntax.  The wxWidgets API is expansive and there is no possible way we would ever document it.  Unless you are writing wizards or GUI stuff, there really isn't any need for the wx. stuff.  But it is there if you want to get crafty and don't mind a learning curve. 

Steve