glamour: title problem

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

glamour: title problem

Veronica Isabel Uquillas Gomez
Hi Tudor,

I got an error when in a column or row there is one presentation that has an icon as title...

here an example:
        | browser |
        browser := GLMTabulator new.
        browser
                column: #one.
        browser showOn: #one; using: [
                browser list
                        titleIcon:[ MenuIcons windowIcon ];
                        display: [:x | 1 to: x] ].
        browser openOn: 5

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

Re: glamour: title problem

Alexandre Bergel-4
I confirm.
PharoDebug.log attached

Alexandre




On 30 Apr 2010, at 10:07, Veronica Isabel Uquillas Gomez wrote:

> Hi Tudor,
>
> I got an error when in a column or row there is one presentation  
> that has an icon as title...
>
> here an example:
> | browser |
> browser := GLMTabulator new.
> browser
> column: #one.
> browser showOn: #one; using: [
> browser list
> titleIcon:[ MenuIcons windowIcon ];
> display: [:x | 1 to: x] ].
> browser openOn: 5
>
> Regards,
> Veronica
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

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

PharoDebug.log (34K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: glamour: title problem

Tudor Girba
Thanks for the report.

Indeed, it looks like a groupbox does not work with icons. I would  
have to fix this one.

Could you please open a ticket?

Cheers,
Doru


On 30 Apr 2010, at 17:15, Alexandre Bergel wrote:

> I confirm.
> PharoDebug.log attached
>
> Alexandre
> <PharoDebug.log>
>
>
> On 30 Apr 2010, at 10:07, Veronica Isabel Uquillas Gomez wrote:
>
>> Hi Tudor,
>>
>> I got an error when in a column or row there is one presentation  
>> that has an icon as title...
>>
>> here an example:
>> | browser |
>> browser := GLMTabulator new.
>> browser
>> column: #one.
>> browser showOn: #one; using: [
>> browser list
>> titleIcon:[ MenuIcons windowIcon ];
>> display: [:x | 1 to: x] ].
>> browser openOn: 5
>>
>> Regards,
>> Veronica
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"When people care, great things can happen."



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