Getting a user input string using Morphs
Posted by Jigyasa Grover on Jun 09, 2015; 1:25pm
URL: https://forum.world.st/Getting-a-user-input-string-using-Morphs-tp4831121.html
Hi !
I am new to Pharo and am currently working on making an Offline Text Search Application.
I plan to use Morphs to make a nice GUI.
Initially, I had thought of using TextMorphForEditView to get an input string from the user, but I feel this is not giving the desired functionality.
Would be great if anyone could suggest a way to get input string from the user in the same window using an 'input text box' interface element.
Regards