[Pharo-project] NewTextMorph
I want to plug a multiple line text morph a DrGeo canvas. The morph should display the text (yes) and be editable on place when the user ask for. Which class should I use ? EditableTextMorph, EntryFieldMorph or NewTextMorph The comments of the class EntryFieldMorph wrote about example1 and example2 methods bit I dont see it (I am using Pharo 1.3) Hilaire -- Education 0.2 -- http://blog.ofset.org/hilaire
Hi Hillary, the classes you mention were created by me when Pharo wasnt using the CUIS editors, they allowed me to plug them into Pharo, coming up with a text morph form scratch. Nobody used them since them, except me in Gaucho. So i've discontinued maintaing them in Pharo. I would suggest you to use the other text morphs classes (TextMorph, PluggableTextMorph, etcâ¦), which are maintained and used currently in the system. I will create an issue to remove them from the system, because now is confusing, to have more than one option. Fernando On Sat, Nov 5, 2011 at 4:20 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
I want to plug a multiple line text morph a DrGeo canvas. The morph should display the text (yes) and be editable on place when the user ask for.
Which class should I use ? EditableTextMorph, EntryFieldMorph or NewTextMorph
The comments of the class EntryFieldMorph wrote about example1 and example2 methods bit I dont see it (I am using Pharo 1.3)
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
Hi Fernando, Thanks for the feedback. I also saw these classes were not used, so I sticked to TextMorph. Hilaire Le 09/11/2011 10:17, Fernando Olivero a écrit :
Hi Hillary, the classes you mention were created by me when Pharo wasnt using the CUIS editors, they allowed me to plug them into Pharo, coming up with a text morph form scratch.
Nobody used them since them, except me in Gaucho. So i've discontinued maintaing them in Pharo. I would suggest you to use the other text morphs classes (TextMorph, PluggableTextMorph, etcâ¦), which are maintained and used currently in the system.
I will create an issue to remove them from the system, because now is confusing, to have more than one option.
Fernando
On Sat, Nov 5, 2011 at 4:20 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
I want to plug a multiple line text morph a DrGeo canvas. The morph should display the text (yes) and be editable on place when the user ask for.
Which class should I use ? EditableTextMorph, EntryFieldMorph or NewTextMorph
The comments of the class EntryFieldMorph wrote about example1 and example2 methods bit I dont see it (I am using Pharo 1.3)
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
Can you create a bug entry to remove these classes? If they are not maintained we should remove them. Stef
Hi Fernando,
Thanks for the feedback. I also saw these classes were not used, so I sticked to TextMorph.
Hilaire
Le 09/11/2011 10:17, Fernando Olivero a écrit :
Hi Hillary, the classes you mention were created by me when Pharo wasnt using the CUIS editors, they allowed me to plug them into Pharo, coming up with a text morph form scratch.
Nobody used them since them, except me in Gaucho. So i've discontinued maintaing them in Pharo. I would suggest you to use the other text morphs classes (TextMorph, PluggableTextMorph, etcâ¦), which are maintained and used currently in the system.
I will create an issue to remove them from the system, because now is confusing, to have more than one option.
Fernando
On Sat, Nov 5, 2011 at 4:20 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
I want to plug a multiple line text morph a DrGeo canvas. The morph should display the text (yes) and be editable on place when the user ask for.
Which class should I use ? EditableTextMorph, EntryFieldMorph or NewTextMorph
The comments of the class EntryFieldMorph wrote about example1 and example2 methods bit I dont see it (I am using Pharo 1.3)
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
Fernando, can you do it? I think you know better the related elements. Hilaire Le 10/11/2011 09:30, Stéphane Ducasse a écrit :
Can you create a bug entry to remove these classes? If they are not maintained we should remove them.
Stef
Hi Fernando,
Thanks for the feedback. I also saw these classes were not used, so I sticked to TextMorph.
Hilaire
Le 09/11/2011 10:17, Fernando Olivero a écrit :
Hi Hillary, the classes you mention were created by me when Pharo wasnt using the CUIS editors, they allowed me to plug them into Pharo, coming up with a text morph form scratch.
Nobody used them since them, except me in Gaucho. So i've discontinued maintaing them in Pharo. I would suggest you to use the other text morphs classes (TextMorph, PluggableTextMorph, etcâ¦), which are maintained and used currently in the system.
I will create an issue to remove them from the system, because now is confusing, to have more than one option.
Fernando
On Sat, Nov 5, 2011 at 4:20 PM, Hilaire Fernandes <hilaire.fernandes@edu.ge.ch> wrote:
I want to plug a multiple line text morph a DrGeo canvas. The morph should display the text (yes) and be editable on place when the user ask for.
Which class should I use ? EditableTextMorph, EntryFieldMorph or NewTextMorph
The comments of the class EntryFieldMorph wrote about example1 and example2 methods bit I dont see it (I am using Pharo 1.3)
Hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
-- Education 0.2 -- http://blog.ofset.org/hilaire
participants (4)
-
Fernando Olivero -
Hilaire Fernandes -
Hilaire Fernandes -
Stéphane Ducasse