- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
User Interface
Hi,
I have made a UI and like to make some changes to it. This is shown below:
I like to move "OK" and "Cancel" to bottom of the window and in "Select Product Name" only choose on product (combine the right and left). Also like to know how to choose these options and put them in a varaible to be used for further scripting.
I have attached the actual script.
Thanks so much for your help.
11 REPLIES 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: User Interface
You can capture the selected product in the code for the OK button.
okb = button box("OK",
one_product = rb1 << get selected;
),
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: User Interface
Thank you very much.
- « Previous
-
- 1
- 2
- Next »