Re: [Pharo-users] Playground and Dr. Geo

2017-07-22 Thread webwarrior
HilaireFernandes wrote > ... > > >> also >> see: >> https://pharo.fogbugz.com/f/cases/15927/Menu-is-broken-when-contained-in-a-scrollable-pane >> >> > Looks to be the same. But issue was closed so it should be ok, may be an > unrelated problem. > > > Hilaire > > -- > Dr. Geo > http://drgeo.eu

Re: [Pharo-users] Playground and Dr. Geo

2017-07-17 Thread Hilaire
The owner of the menu (DockingBarToogleMenuItemMorph) does not have the right bounds. Therefore its #adjacentTo message returns the wrong information. Le 17/07/2017 à 10:50, Hilaire a écrit : >> if b) The real morph position is probably not the same as where >> clicked causing it to open at anoth

Re: [Pharo-users] Playground and Dr. Geo

2017-07-17 Thread Hilaire
Hi, Le 16/07/2017 à 22:02, Henrik Nergaard a écrit : > > a)Do you wrap the morph inside the morph tab view? , > I don't understand. > b) Do you use the same code for rendering as in Morph>> > #gtInspectorMorphIn: . > No, as I want a Morph view and not a From: gtInspectorCanvasIn: composite

Re: [Pharo-users] Playground and Dr. Geo

2017-07-16 Thread Henrik Nergaard
n-when-contained-in-a-scrollable-pane Best regards, Henrik Fra: Pharo-users på vegne av Hilaire Sendt: 16. juli 2017 21:12:16 Til: pharo-users@lists.pharo.org Emne: [Pharo-users] Playground and Dr. Geo Hi, I am integrating the Dr. Geo Smalltalk Ske