Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 771 by santiago...@gmail.com: 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.
Comment #1 on issue 771 by tudor.gi...@gmail.com: 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.
great, thanks. Cheers, Santiago
2012/1/30 moose-technology@googlecode.com
Comment #1 on issue 771 by tudor.gi...@gmail.com: Problem with tabs in Glamour http://code.google.com/p/**moose-technology/issues/**detail?id=771http://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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/**mailman/listinfo/moose-devhttps://www.iam.unibe.ch/mailman/listinfo/moose-dev
Updates: Status: Invalid Labels: Component-Glamour
Comment #2 on issue 771 by tu...@tudorgirba.com: Problem with tabs in Glamour http://code.google.com/p/moose-technology/issues/detail?id=771
(No comment was entered for this change.)