Re: [Pharo-dev] UIPainter in need of some help?
Erwan wrote:
I didn't commit since the past week. I'm trying many things with Spec. Don't worry i'm working on it :)
Just commit the experiments. They provide valuable input on what you already tried. You can mark the successfull experiments in the commit comments :) Some suggestions for things you don't need to pair on: - you are unlikely to want to fill the UIPainterWidgetsLister directly with AbstractBasicWidget subclasses. You probably want an object there that provides you a nice icon, name, dragIcon (and the widget class of course) - you'll need to describe the different valueholders of the widgets in order to have the right widget to edit the value. Stephan
2013/7/10 Stephan Eggermont <stephan@stack.nl>
Erwan wrote:
I didn't commit since the past week. I'm trying many things with Spec. Don't worry i'm working on it :)
Just commit the experiments. They provide valuable input on what you already tried. You can mark the successfull experiments in the commit comments :)
I will
Some suggestions for things you don't need to pair on: - you are unlikely to want to fill the UIPainterWidgetsLister directly with AbstractBasicWidget subclasses. You probably want an object there that provides you a nice icon, name, dragIcon (and the widget class of course) - you'll need to describe the different valueholders of the widgets in order to have the right widget to edit the value.
I already think about that, it will be the goal of WidgetAbstractWrapper class. (and i will work on it right now. Spec makes me crazy :)
Thanks for feedbacks and ideas :) Do you know how i can replace the background of a SpecWindow ? I would like to use UIPainterPanelMorph, which provide me drag'n drop. Thanks for helping :)
Stephan
-- Best regards, Douaille Erwan <douaille.erwan@gmail.com>
participants (2)
-
Erwan Douaille -
Stephan Eggermont