X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03 Nov 2009 06:22 PM by  anon
Clueless and need help--please
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
03 Nov 2009 06:22 PM
    I haven't played with IDL in a while (years) and am trying to do something simple..receive text from the user in a text box.   I tried to use : OBJ_NEW('IDLitToolbase')  result=oGUI->PROMPTUSERTEXT('PATIENT NAME',answer, TITLE='ENTER PATIENT NAME') Getproperty,answer=vPtname print, result print, vPtName  ...but no pop-up box ever appears and I get a runtime error  that vPtname is undefined---I'm obviously missing something simple here I created oGUI just to have a method of retrieving the text variable I want I'd apprecaite any help anyone has to offer Thanks, --Karen   oGUI->

    Deleted User



    New Member


    Posts:
    New Member


    --
    11 Nov 2009 05:01 PM
    David Fanning has a good example of this on his website here: http://www.dfanning.com/programs/textbox.pro I think this will likely get you want you want.
    You are not authorized to post a reply.