UI STYLER - Radio Button
UI STYLER - Radio Button
(OP)
I am a beginner and want a sample code for reading the input from a radio button in UI Styler using C/C++ code. Can anyone help me?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: UI STYLER - Radio Button
Marc
NX Software Developer
RE: UI STYLER - Radio Button
Can you provide me with a small sample application and also explain the important lines of code as I am doing self learning and could not find enough resources over internet.
Thanks in advance!
RE: UI STYLER - Radio Button
Marc
NX Software Developer
RE: UI STYLER - Radio Button
Thanks!
RE: UI STYLER - Radio Button
If you are looking for additional examples, I highly recommend searching for some in GTAC (if you have an account). They have a very large collection of simple examples from which you can learn. Perhaps you will find a similiar example to the one I have provided for the BlockStyler alternative.
If you found this example useful, I would appreciate it if you could mark this reply as "useful", thank you!
HOW TO USE:
1. The project is already built; you will have to edit the file "run.bat" and change the location of where NX6 is installed. The enviroment is necessary for NX to find the dialog file (radio_buttons.dlg).
2. Start "run.bat".
3. In NX, press Ctlr+U and select "ui_styler_radio_button.dll", then press OK to run the sample application.
The most important code is in the source file radio_buttons_template.c, particularily functions named *_cb.
I hope you are able to work off this example!
Marc
NX Software Developer
RE: UI STYLER - Radio Button
I had a look at the sample application and I guess it should work for me. I have not executed it so far though it looks fine to my eyes. In case of any issues i might trouble you again. Dont mind!
Thanks for your timely support :)