Koen De Hondt
Koen De Hondt
It gets worse. I cannot launch images from the Pharo Launcher anymore. Nothing happens. I cannot open an image from the Finder either.
> It gets worse. I cannot launch images from the Pharo Launcher anymore. Nothing happens. > > I cannot open an image from the Finder either. This problem has been...
@MarcusDenker You closed this issue, but it is not clear to me which code changes fix this issue 😄. Is there a more recent version of the Pharo Launcher that...
@Ducasse Do you mean like this? ```smalltalk | box label list application | application := SpApplication new addStyleSheetFromString: '.application [ .listBackground [ Draw { #color: #16214A }, Font { #color:...
I did not check all presenters, but it does not work for `SpTextInputFieldPresenter` either. Consider this code: ```smalltalk | box input | application := SpApplication new addStyleSheetFromString: '.application [ .textBackground...
Yes that would be great. I really look forward to Toplo. Do you think the presentation will be available by this month's Pharo Sprint? That would be a good time...
@hernanmd @estebanlm This issue is related to https://github.com/pharo-spec/Spec/issues/1256, but it includes more issues than mentioned there. By closing this issue, that information would be lost. Should I add a comment...
The status reads: > Looking for some source of already written tests - may be the launcher so that people can have a look @Ducasse Shouldn't we simply use the...
After re-reading the chapter "Testing Spec applications", I think the example with `ClassVisualizerPresenter` is strange. It has two functionalities: 1. When a class is selected, the definition string is shown....
> I do not remember :) I probably thought that we do not have enough examples. For the presenter class I have no idea where I put it. And worse...