Hi Doru,
I just load the latest Glamour on the latest Pharo-Dev (10388). And there is a bug on GLMMorphicRenderer>>renderPane:
On the line: --- container addMorph: ((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) frame: (0 @ 0 corner: 1 @ 1). ---
RectangleMorph does not understand #addMorph:frame:
You can reproduce the bug with examples in GLMMorphicExamples.
Cheers --- Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---
Thanks for reporting. I will take a look a bit later.
Cheers, Doru
On Jul 28, 2009, at 13:58, Laval Jannik jannik.laval@gmail.com wrote:
Hi Doru,
I just load the latest Glamour on the latest Pharo-Dev (10388). And there is a bug on GLMMorphicRenderer>>renderPane:
On the line:
container addMorph: ((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) frame: (0 @ 0 corner: 1 @ 1).
RectangleMorph does not understand #addMorph:frame:
You can reproduce the bug with examples in GLMMorphicExamples.
Cheers
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Hi Jannik,
Hmm, indeed this method exists now only in "ScriptLoader loadOBAlpha". Perhaps something changed in the meantime, but until I solve the problem, please just load OB Alpha.
Cheers, Doru
On 28 Jul 2009, at 16:20, Tudor Girba wrote:
Thanks for reporting. I will take a look a bit later.
Cheers, Doru
On Jul 28, 2009, at 13:58, Laval Jannik jannik.laval@gmail.com wrote:
Hi Doru,
I just load the latest Glamour on the latest Pharo-Dev (10388). And there is a bug on GLMMorphicRenderer>>renderPane:
On the line:
container addMorph: ((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) frame: (0 @ 0 corner: 1 @ 1).
RectangleMorph does not understand #addMorph:frame:
You can reproduce the bug with examples in GLMMorphicExamples.
Cheers
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Relationships are of two kinds: those we choose and those that happen. They both matter."
Hi,
I now replaced the dependency to addMorph:frame: with the existent addMorph:fullFrame:. So, now you do not need to load the OBAlpha before playing with Glamour.
Cheers, Doru
On 28 Jul 2009, at 19:38, Tudor Girba wrote:
Hi Jannik,
Hmm, indeed this method exists now only in "ScriptLoader loadOBAlpha". Perhaps something changed in the meantime, but until I solve the problem, please just load OB Alpha.
Cheers, Doru
On 28 Jul 2009, at 16:20, Tudor Girba wrote:
Thanks for reporting. I will take a look a bit later.
Cheers, Doru
On Jul 28, 2009, at 13:58, Laval Jannik jannik.laval@gmail.com wrote:
Hi Doru,
I just load the latest Glamour on the latest Pharo-Dev (10388). And there is a bug on GLMMorphicRenderer>>renderPane:
On the line:
container addMorph: ((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) frame: (0 @ 0 corner: 1 @ 1).
RectangleMorph does not understand #addMorph:frame:
You can reproduce the bug with examples in GLMMorphicExamples.
Cheers
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Relationships are of two kinds: those we choose and those that happen. They both matter."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Next time you see your life passing by, say 'hi' and get to know her."
Hi Doru,
Thanks for all.
Cheers. Jannik
On 28 juil. 09, at 21:01, Tudor Girba wrote:
Hi,
I now replaced the dependency to addMorph:frame: with the existent addMorph:fullFrame:. So, now you do not need to load the OBAlpha before playing with Glamour.
Cheers, Doru
On 28 Jul 2009, at 19:38, Tudor Girba wrote:
Hi Jannik,
Hmm, indeed this method exists now only in "ScriptLoader loadOBAlpha". Perhaps something changed in the meantime, but until I solve the problem, please just load OB Alpha.
Cheers, Doru
On 28 Jul 2009, at 16:20, Tudor Girba wrote:
Thanks for reporting. I will take a look a bit later.
Cheers, Doru
On Jul 28, 2009, at 13:58, Laval Jannik jannik.laval@gmail.com wrote:
Hi Doru,
I just load the latest Glamour on the latest Pharo-Dev (10388). And there is a bug on GLMMorphicRenderer>>renderPane:
On the line:
container addMorph: ((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) frame: (0 @ 0 corner: 1 @ 1).
RectangleMorph does not understand #addMorph:frame:
You can reproduce the bug with examples in GLMMorphicExamples.
Cheers
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Relationships are of two kinds: those we choose and those that happen. They both matter."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Next time you see your life passing by, say 'hi' and get to know her."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--- Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---
Hi Doru,
There is another exception, with PluggableTreeMorph
In GLMMorphicRenderer>>renderPane:, the line:
((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) window
return nil when the receiver of window is a PluggableTreeMorph.
It works with version 60 of Glamour-Morphic and OBAlpha.
Cheers
Jannik
On 28 juil. 09, at 21:01, Tudor Girba wrote:
Hi,
I now replaced the dependency to addMorph:frame: with the existent addMorph:fullFrame:. So, now you do not need to load the OBAlpha before playing with Glamour.
Cheers, Doru
On 28 Jul 2009, at 19:38, Tudor Girba wrote:
Hi Jannik,
Hmm, indeed this method exists now only in "ScriptLoader loadOBAlpha". Perhaps something changed in the meantime, but until I solve the problem, please just load OB Alpha.
Cheers, Doru
On 28 Jul 2009, at 16:20, Tudor Girba wrote:
Thanks for reporting. I will take a look a bit later.
Cheers, Doru
On Jul 28, 2009, at 13:58, Laval Jannik jannik.laval@gmail.com wrote:
Hi Doru,
I just load the latest Glamour on the latest Pharo-Dev (10388). And there is a bug on GLMMorphicRenderer>>renderPane:
On the line:
container addMorph: ((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) frame: (0 @ 0 corner: 1 @ 1).
RectangleMorph does not understand #addMorph:frame:
You can reproduce the bug with examples in GLMMorphicExamples.
Cheers
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Relationships are of two kinds: those we choose and those that happen. They both matter."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Next time you see your life passing by, say 'hi' and get to know her."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--- Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---
Hi Jannik,
I think I solved the problem by just removing "window". I actually do not know why it was there :)
Let me know if you get into more problems.
Cheers, Doru
On 29 Jul 2009, at 16:30, Laval Jannik wrote:
Hi Doru,
There is another exception, with PluggableTreeMorph
In GLMMorphicRenderer>>renderPane:, the line:
((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) window
return nil when the receiver of window is a PluggableTreeMorph.
It works with version 60 of Glamour-Morphic and OBAlpha.
Cheers
Jannik
On 28 juil. 09, at 21:01, Tudor Girba wrote:
Hi,
I now replaced the dependency to addMorph:frame: with the existent addMorph:fullFrame:. So, now you do not need to load the OBAlpha before playing with Glamour.
Cheers, Doru
On 28 Jul 2009, at 19:38, Tudor Girba wrote:
Hi Jannik,
Hmm, indeed this method exists now only in "ScriptLoader loadOBAlpha". Perhaps something changed in the meantime, but until I solve the problem, please just load OB Alpha.
Cheers, Doru
On 28 Jul 2009, at 16:20, Tudor Girba wrote:
Thanks for reporting. I will take a look a bit later.
Cheers, Doru
On Jul 28, 2009, at 13:58, Laval Jannik jannik.laval@gmail.com wrote:
Hi Doru,
I just load the latest Glamour on the latest Pharo-Dev (10388). And there is a bug on GLMMorphicRenderer>>renderPane:
On the line:
container addMorph: ((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) frame: (0 @ 0 corner: 1 @ 1).
RectangleMorph does not understand #addMorph:frame:
You can reproduce the bug with examples in GLMMorphicExamples.
Cheers
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Relationships are of two kinds: those we choose and those that happen. They both matter."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Next time you see your life passing by, say 'hi' and get to know her."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."
Thanks Doru, It works fine.
Cheers, Jannik
On 30 juil. 09, at 14:07, Tudor Girba wrote:
Hi Jannik,
I think I solved the problem by just removing "window". I actually do not know why it was there :)
Let me know if you get into more problems.
Cheers, Doru
On 29 Jul 2009, at 16:30, Laval Jannik wrote:
Hi Doru,
There is another exception, with PluggableTreeMorph
In GLMMorphicRenderer>>renderPane:, the line:
((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) window
return nil when the receiver of window is a PluggableTreeMorph.
It works with version 60 of Glamour-Morphic and OBAlpha.
Cheers
Jannik
On 28 juil. 09, at 21:01, Tudor Girba wrote:
Hi,
I now replaced the dependency to addMorph:frame: with the existent addMorph:fullFrame:. So, now you do not need to load the OBAlpha before playing with Glamour.
Cheers, Doru
On 28 Jul 2009, at 19:38, Tudor Girba wrote:
Hi Jannik,
Hmm, indeed this method exists now only in "ScriptLoader loadOBAlpha". Perhaps something changed in the meantime, but until I solve the problem, please just load OB Alpha.
Cheers, Doru
On 28 Jul 2009, at 16:20, Tudor Girba wrote:
Thanks for reporting. I will take a look a bit later.
Cheers, Doru
On Jul 28, 2009, at 13:58, Laval Jannik jannik.laval@gmail.com wrote:
Hi Doru,
I just load the latest Glamour on the latest Pharo-Dev (10388). And there is a bug on GLMMorphicRenderer>>renderPane:
On the line:
container addMorph: ((self renderPresentationsOf: aPane) adoptPaneColor: container paneColor) frame: (0 @ 0 corner: 1 @ 1).
RectangleMorph does not understand #addMorph:frame:
You can reproduce the bug with examples in GLMMorphicExamples.
Cheers
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Relationships are of two kinds: those we choose and those that happen. They both matter."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Next time you see your life passing by, say 'hi' and get to know her."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--- Jannik Laval PhD Student - Rmod Team - INRIA Certified Project Management Associate (IPMA) http://www.jannik-laval.eu http://rmod.lille.inria.fr ---