Issue 771 in moose-technology: Problem with tabs in Glamour

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

Issue 771 in moose-technology: Problem with tabs in Glamour

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

New issue 771 by [hidden email]: Problem with tabs in Glamour
http://code.google.com/p/moose-technology/issues/detail?id=771

Running the following script:

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

browser transmit to: #columnA; andShow: [ :a |
        a list display: [" :model | "#('Value 1' 'Value 2' 'Value 3' 'Value 1') ]
].
browser transmit from: #columnA; to: #columnB; andShow: [ :a |
                a list titleIcon: GLMUIThemeExtraIcons glamorousBrowse; display:#('data  
A' 'data B' 'data C').
                a text titleIcon: GLMUIThemeExtraIcons glamorousAccept;  
display:'something'.
                a text titleIcon: GLMUIThemeExtraIcons glamorousAdd; display:'add  
something'.
].

browser openOn: MooseModel root allModels anyOne.


after selecting a value in columnA the columnB is opened in the last tab  
(the one with the glamorousAdd icon). Instead it must be opened in the  
first tab (the one with the glamorousBrowse icon).

Using text instead of icons, it works.


_______________________________________________
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 771 in moose-technology: Problem with tabs in Glamour

moose-technology

Comment #1 on issue 771 by [hidden email]: Problem with tabs in  
Glamour
http://code.google.com/p/moose-technology/issues/detail?id=771

If you add title to the above code, it will work as expected, and the title  
will appear as a hint.

_______________________________________________
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 771 in moose-technology: Problem with tabs in Glamour

Santiago Vidal
great, thanks.
Cheers,
  Santiago

2012/1/30 <[hidden email]>

Comment #1 on issue 771 by [hidden email]: Problem with tabs in Glamour
http://code.google.com/p/moose-technology/issues/detail?id=771

If you add title to the above code, it will work as expected, and the title will appear as a hint.

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



--
Santiago Vidal

_______________________________________________
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 771 in moose-technology: Problem with tabs in Glamour

moose-technology
In reply to this post by moose-technology
Updates:
        Status: Invalid
        Labels: Component-Glamour

Comment #2 on issue 771 by [hidden email]: Problem with tabs in  
Glamour
http://code.google.com/p/moose-technology/issues/detail?id=771

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev