Hi!
I was wondering about MOChildrenShape. MOChildrenShape has some flavor of marker in the way it is used and implemented. Is it really a shape or does it indicate a location in the grid where the subnodes have to be displayed? I guess it makes sense to have: MOChildrenShape new width: 400 If it is not a marker, what should the MOChildrenShape>>display:on: method be? Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Said in other words, does it mean something to have:
-=-=-=-=-=-=-=-=-= view shape: MOChildrenShape new. view node: 'hello' -=-=-=-=-=-=-=-=-= Cheers, Alexandre On 21 Apr 2011, at 08:48, Alexandre Bergel wrote: > Hi! > > I was wondering about MOChildrenShape. MOChildrenShape has some flavor of marker in the way it is used and implemented. > Is it really a shape or does it indicate a location in the grid where the subnodes have to be displayed? > I guess it makes sense to have: MOChildrenShape new width: 400 > > If it is not a marker, what should the MOChildrenShape>>display:on: method be? > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi,
Good question. The main intention is to have it to work only with the FormsBuilder, but it is a shape. >From the point of view of rendering, it should basically provide the ability to draw the nodes. So, like a rectangle, only without any extra marking. Cheers, Doru On 21 Apr 2011, at 15:15, Alexandre Bergel wrote: > Said in other words, does it mean something to have: > > -=-=-=-=-=-=-=-=-= > view shape: MOChildrenShape new. > view node: 'hello' > -=-=-=-=-=-=-=-=-= > > Cheers, > Alexandre > > > On 21 Apr 2011, at 08:48, Alexandre Bergel wrote: > >> Hi! >> >> I was wondering about MOChildrenShape. MOChildrenShape has some flavor of marker in the way it is used and implemented. >> Is it really a shape or does it indicate a location in the grid where the subnodes have to be displayed? >> I guess it makes sense to have: MOChildrenShape new width: 400 >> >> If it is not a marker, what should the MOChildrenShape>>display:on: method be? >> >> Cheers, >> Alexandre >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Every now and then stop and ask yourself if the war you're fighting is the right one." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Ok, so I will make MOChildrenShape to be a subclass of MOShape, and not MONodeShape.
We can always decide later. Alexandre On 21 Apr 2011, at 14:11, Tudor Girba wrote: > Hi, > > Good question. The main intention is to have it to work only with the FormsBuilder, but it is a shape. > >> From the point of view of rendering, it should basically provide the ability to draw the nodes. So, like a rectangle, only without any extra marking. > > Cheers, > Doru > > > On 21 Apr 2011, at 15:15, Alexandre Bergel wrote: > >> Said in other words, does it mean something to have: >> >> -=-=-=-=-=-=-=-=-= >> view shape: MOChildrenShape new. >> view node: 'hello' >> -=-=-=-=-=-=-=-=-= >> >> Cheers, >> Alexandre >> >> >> On 21 Apr 2011, at 08:48, Alexandre Bergel wrote: >> >>> Hi! >>> >>> I was wondering about MOChildrenShape. MOChildrenShape has some flavor of marker in the way it is used and implemented. >>> Is it really a shape or does it indicate a location in the grid where the subnodes have to be displayed? >>> I guess it makes sense to have: MOChildrenShape new width: 400 >>> >>> If it is not a marker, what should the MOChildrenShape>>display:on: method be? >>> >>> Cheers, >>> Alexandre >>> -- >>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>> Alexandre Bergel http://www.bergel.eu >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>> >>> >> >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > www.tudorgirba.com > > "Every now and then stop and ask yourself if the war you're fighting is the right one." > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |