Marcus Denker <marcus.denker@inria.fr> writes:
On Sep 16, 2013, at 11:12 AM, Friedrich Dominicus <frido@q-software-solutions.de> wrote:
Marcus Denker <marcus.denker@inria.fr> writes:
On Sep 13, 2013, at 8:50 AM, Friedrich Dominicus <frido@q-software-solutions.de> wrote:
I guess I found a bug in Browser>openAsMorphClassEditing
I can not find this method in Pharo3 or Pharo2.
Which version are you using? Pharo 2.0 with Nautilus.
In general, we should remove the old Browser soon. It is not used.
I don't know but it seemed to be used hereâ¦
This is really strange: there are no references to class Browser,
both
Smalltalk tools browser SystemBrowser default
return Nautilus.
Do you have an idea in which situation this happens? Sorry, I have tried to load some software into the image. I think it was BabyMock. There is a visual representation of the calles running and in the top you can click on a rectangle. I clicked on one of the rectangles and the MNU showed. I checked the code and have seen that asLayoutFrame was missing, I added it and the stuff runs.
Regards Friedrich