Cool :)
It is added in the last version. Thank you for your participation at NewInspector !
I think the best way to preview a form is to show it in the right side of the NewInspector in place of the description panel, but it is a really big challenge: NewInspector is unaware about the composants of the frame (everything is done by model). I must found a way to achieve this :)
Fréd ---- Frédéric Pluquet Université Libre de Bruxelles (ULB) Assistant http://www.ulb.ac.be/di/fpluquet On Mon, Dec 21, 2009 at 4:57 PM, Mariano Martinez Peck <[hidden email]> wrote: Hi Frederic. Henrik Sperre Johansen created this method: _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Mon, Dec 21, 2009 at 8:09 PM, Frederic Pluquet <[hidden email]> wrote: Cool :) you are welcome, it was all thanks to henrik.
yes, that would be REALLYYYYYYYYY cool! but REALLY COOL. hahahah. I don't know to much, but maybe you can ask in the mailing list and someone has an idea :)
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Frederic Pluquet-3
On 21.12.2009 20:09, Frederic Pluquet wrote:
> Cool :) > > It is added in the last version. Thank you for your participation at > NewInspector ! > > I think the best way to preview a form is to show it in the right side > of the NewInspector in place of the description panel, but it is a > really big challenge: NewInspector is unaware about the composants of > the frame (everything is done by model). I must found a way to achieve > this :) > > Fréd > ---- > Frédéric Pluquet > Université Libre de Bruxelles (ULB) > Assistant > http://www.ulb.ac.be/di/fpluquet Sadly, setting the description to be a Form didn't work as well as I had hoped ... So this was the result of the "what can I come up with in 20 mins?" approach :) Probably should be written with a PluggableImageSpec/Morph (which don't exist yet) either way if you're using ToolBuilder for the cross-ui implementation potential. Cheers, Henry _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Yes ! I find a way to view the form in place of the description pane ! Finally it was not so hard :) Check the last version of NewInspector and inspect for example "Form allInstances".
In the same time, I personalized also the color instances :) For example, inspect : "Color allInstances first: 1000"
To Pharo developers: if you want to see anything in place of the description pane, please write a descriptionChildrenSpecBlock (see classes Color and Form for more explanations) and submit it to me.
Fréd ---- Frédéric Pluquet Université Libre de Bruxelles (ULB) Assistant http://www.ulb.ac.be/di/fpluquet On Mon, Dec 21, 2009 at 10:04 PM, Henrik Sperre Johansen <[hidden email]> wrote:
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
2009/12/21 Frederic Pluquet <[hidden email]> Yes ! I find a way to view the form in place of the description pane ! Finally it was not so hard :) Check the last version of NewInspector and inspect for example "Form allInstances". This is great man. Thank you very much to you and to henrik!!!
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Frederic Pluquet-3
Fred
this is cool !! Now I was thinking if you could not reuse this block and use it to add the visual before the [1] : Form... as int he explorer Stef > Form allInstances _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project Screen shot 2009-12-22 at 9.20.29 AM.png (122K) Download Attachment |
Good idea. Too easy finally :) Done in the last version (see the screenshot)!
For Form and Color instances. Parametrizable by blocks or method overridding (#niIcon or #niIconName) :)
Fréd ---- Frédéric Pluquet Université Libre de Bruxelles (ULB) Assistant http://www.ulb.ac.be/di/fpluquet 2009/12/22 Stéphane Ducasse <[hidden email]> Fred _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project Forms with Icons !.png (91K) Download Attachment |
Looks good!
Alexandre On 22 Dec 2009, at 21:35, Frederic Pluquet wrote: > Good idea. Too easy finally :) Done in the last version (see the > screenshot)! > > For Form and Color instances. Parametrizable by blocks or method > overridding (#niIcon or #niIconName) :) > > Fréd > ---- > Frédéric Pluquet > Université Libre de Bruxelles (ULB) > Assistant > http://www.ulb.ac.be/di/fpluquet > > > 2009/12/22 Stéphane Ducasse <[hidden email]> > Fred > > this is cool !! > > Now I was thinking if you could not reuse this block and use it to > add the visual before the [1] : Form... > as int he explorer > > Stef > > > > > > > > Form allInstances > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > <Forms with > Icons !.png>_______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Frederic Pluquet-3
I like when we can get the butter and the money for the butter :)
Indeed like that this is really cool. Did you try to see if you could display any morph like that? ( I mean as icon). Stef On Dec 22, 2009, at 9:35 PM, Frederic Pluquet wrote: > Good idea. Too easy finally :) Done in the last version (see the screenshot)! > > For Form and Color instances. Parametrizable by blocks or method overridding (#niIcon or #niIconName) :) > > Fréd > ---- > Frédéric Pluquet > Université Libre de Bruxelles (ULB) > Assistant > http://www.ulb.ac.be/di/fpluquet > > > 2009/12/22 Stéphane Ducasse <[hidden email]> > Fred > > this is cool !! > > Now I was thinking if you could not reuse this block and use it to add the visual before the [1] : Form... > as int he explorer > > Stef > > > > > > > > Form allInstances > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > <Forms with Icons !.png>_______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Icons for Morph instances : Done :) Moreover I put the image of the morph in the description pane (see the screenshot) ! :) Other things Stef ? :)
Fred ----Frédéric Pluquet Université Libre de Bruxelles (ULB) Assistant http://www.ulb.ac.be/di/fpluquet On Wed, Dec 23, 2009 at 8:58 AM, Stéphane Ducasse <[hidden email]> wrote: I like when we can get the butter and the money for the butter :) _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project Morph Icon and Description.png (144K) Download Attachment |
that's is TOO cool :)
2009/12/23 Frederic Pluquet <[hidden email]>
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Frederic Pluquet-3
This is christmax.
> Icons for Morph instances : Done :) Moreover I put the image of the morph in the description pane (see the screenshot) ! :) > > Other things Stef ? :) This is cool definitively cool. Are the morphs living? :) can I interact with them? I guess not because it would mean that you have either to copy them (bad idea). So I was dreaming :) Stef _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I was thinking if this little improvement will be of help to NullPointer and the UIBuilder.
On Wed, Dec 23, 2009 at 12:15 PM, Stéphane Ducasse <[hidden email]> wrote: This is christmax. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |