Search found 2 matches

by shaul
Sat Oct 13, 2007 5:08 pm
Forum: Other questions
Topic: Text (string) input from hoc created GUIs
Replies: 3
Views: 3220

I was ineed referring to string_dialog(). I thought perhaps there is an option to do this without popping up a dialogue box. Just as the xvalue function can get a number from the user without the need for a popup.
by shaul
Wed Oct 10, 2007 5:28 am
Forum: Other questions
Topic: Text (string) input from hoc created GUIs
Replies: 3
Views: 3220

Text (string) input from hoc created GUIs

I am writing a GUI in NEURON to facilitate some of the operations I often perform. Using the GUI commands (xbutton and that family) one can create a "get a number " input through the GUI commands (4, 6 etc'). However I could not see the equivalent for getting a string from the user which w...