Issue 774 in moose-technology: MNU error after selecting data using GLMStacker

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 774 in moose-technology: MNU error after selecting data using GLMStacker

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 774 by [hidden email]: MNU error after selecting data  
using GLMStacker
http://code.google.com/p/moose-technology/issues/detail?id=774

Running the script:
| browser browserB|
browser := GLMTabulator new.
browser
   row: [ :r | r column: #columnA; column: #columnB ].

browser transmit to: #columnA; andShow: [ :a |
        a list display: #('Value 1' 'Value 2' 'Value 3' 'Value 1').
].

browserB:=GLMStacker new.
browserB aPane: #data; aPane: #AdditionalInformation1; aPane:  
#AdditionalInformation2.
browserB transmit to:#data; andShow: [ :a |
        a titleIcon: GLMUIThemeExtraIcons glamorousBrowse ;title:'Data'.
        a list display:#('data A' 'data B' 'data C').
].
browserB transmit from:#data; to:#AdditionalInformation1; andShow: [ :a |
        a titleIcon: GLMUIThemeExtraIcons glamorousAccept ;title:'Additional  
Information 1'.
        a text display:'something'.
].

browser transmit from: #columnA; to: #columnB; andShow: [ :a |
               a custom: browserB.
].

browser openOn: MooseModel root allModels anyOne.

I received the following error after selecting "data A" "data B" or "data  
C": MessageNotUnderstood; receiver of "fullBounds" is nil.


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 774 in moose-technology: MNU error after selecting data using GLMStacker

moose-technology
Updates:
        Status: Invalid
        Labels: Component-Glamour

Comment #1 on issue 774 by [hidden email]: MNU error after selecting  
data using GLMStacker
http://code.google.com/p/moose-technology/issues/detail?id=774

I cannot reproduce this in Moose 4.7 in Pharo 1.4.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev