Re: [Pharo-users] Using PluggableTextFieldMorph

2015-06-10 Thread stepharo
better use rubric because we will remove PluggableTextField... and friends. Le 10/6/15 11:40, Jigyasa Grover a écrit : Hi With reference to my earlier query 'Getting a user input string using Morphs' I have come ac

Re: [Pharo-users] Using PluggableTextFieldMorph

2015-06-10 Thread Alain Plantec via Pharo-users
--- Begin Message --- Hello, you can have a look at Rubric too. see RubTextFieldExample. also RubPluggableTextMorphExample. to see rubric text field in action within a user interface. Cheers Alain > On 10 Jun 2015, at 13:35, Sean P. DeNigris wrote: > > Jigyasa Grover wrote >> Could anyone pls

Re: [Pharo-users] Using PluggableTextFieldMorph

2015-06-10 Thread Sean P. DeNigris
Jigyasa Grover wrote > Could anyone pls help so as to how could I use the 'getText' method to > retrieve the user input string. The best Smalltalk teacher is usually the image :) Browsing references to PluggableTextFieldMorph (cmd-shift-N on Mac), it seems that many users send #on:text:accept:read

[Pharo-users] Using PluggableTextFieldMorph

2015-06-10 Thread Jigyasa Grover
Hi With reference to my earlier query 'Getting a user input string using Morphs' I have come across 'PluggableTextFieldMorph' which seems to be the one I was looking for. Could anyone pls help so as to how could I u