Quote from
Darbdenral on October 31, 2022, 7:48 am
I'm trying to organize my plugin commands by category. I can't find any documentation on how to do this.
Is it something simple where we enter the Plug-In's actions?
nbAddAction( 3, 'SpinEditSetValue', 'Change the value of an existing spin edit control.',
[ACTIONPARAM_ALPHA,ACTIONPARAM_NUMERIC], 2 );
Example of what I mean..
I'm trying to organize my plugin commands by category. I can't find any documentation on how to do this.
Is it something simple where we enter the Plug-In's actions?
nbAddAction( 3, 'SpinEditSetValue', 'Change the value of an existing spin edit control.',
[ACTIONPARAM_ALPHA,ACTIONPARAM_NUMERIC], 2 );
Example of what I mean..
Uploaded files:- You need to login to have access to uploads.