Re: [Pharo-users] Loading and using Designer
Gentlemen : Paul deBruiker suggested :
ConfigurationOfDesigner project latestVersion load
This works but eventually stalls at : "Loading 1.1 of ConfigurationOfDesigner Widgets-331 and compiling methods". Some time ago I managed to load Designer manually as recommended by Igor Stasenko. ConfigurationOfDesigner is listed in the SystemBrowser but I didn't know how to activate it and I assumed I'd made some sort of error.
ConfigurationOfDesigner load.
produces the error : "The symbolic version #stable is not defined in ConfigurationOfDesigner" It appears the package is not compatible with Pharo. I will contact the developers as Igor Stasenko suggests. Thank you all for your assistance. Best Wishes : Hubert Wagner
hubert this is not that we did not look at Designer. We look at it. Now it is based on signal and signal use thisContext all the times if I recall correctly. In Pharo we are removing event mechanism, to use announcements. And we did not want to add yet another event mechanisms. Then we would like to have a uibuilder like in VW based on the reuse of composable ui elements. This is why the rmod team payed benjamin during the summer and before to work on Spec and an UIbuilder. Now benjamin did a lot but now he should go back to university. So the work around UIBuilder is not something that we will stop but it will be more time than expected. Please note that understanding what we really wanted and analyzing the available solution took us time. Now we have a nice first version of the system. Stef
participants (2)
-
Hubert Wagner -
Stéphane Ducasse