Message Boards Message Boards

0
|
4902 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to call functions using GUIKit taking input arguments interactively?

POSTED BY: Hassan Hamdoun
2 Replies

I have moved on to use Manipulate instead. It is much better for GUIs than GUIKit which is a bit old now.

POSTED BY: Hassan Hamdoun

I also know that using checkbox I can selecting different values of variable a for example by alternating the check box e.g.:

   {"value of a", Checkbox[Dynamic[a], {10, -10, 100, 150, -50}], 
    Dynamic[a]}

resulting in

enter image description here

The issue with this is that it still doesn't work with GUIRunModal??

POSTED BY: Hassan Hamdoun
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract