Using PluggableTextFieldMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Using PluggableTextFieldMorph

Jigyasa Grover
This post was updated on .
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. (Courtesy: Kilon Alios)
Could anyone pls help so as to how could I use the 'getText' method to retrieve the user input string.

Thanks
Jigyasa
Reply | Threaded
Open this post in threaded view
|

Re: Using PluggableTextFieldMorph

Sean P. DeNigris
Administrator
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:readSelection:menu: to supply the model info for callbacks
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Using PluggableTextFieldMorph

Pharo Smalltalk Users mailing list
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 <[hidden email]> wrote:
>
> 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:readSelection:menu: to supply the model info for callbacks
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context: http://forum.world.st/Using-PluggableTextFieldMorph-tp4831375p4831394.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: Using PluggableTextFieldMorph

stepharo
In reply to this post by Jigyasa Grover
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'
> <http://forum.world.st/Getting-a-user-input-string-using-Morphs-td4831121.html>
> 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 use the 'getText' method to
> retrieve the user input string.
>
> Thanks
> Jigyasa
>
>
>
> --
> View this message in context: http://forum.world.st/Using-PluggableTextFieldMorph-tp4831375.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>