Glamour Fast List, double click action. Is it supported?

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

Glamour Fast List, double click action. Is it supported?

Juraj Kubelka
Hi!

Does Glamour Fast List Presentation allow double click action on a item?

I cannot find anything like that.

Thanks!
Juraj


Reply | Threaded
Open this post in threaded view
|

Re: Glamour Fast List, double click action. Is it supported?

EstebanLM

> On 10 May 2017, at 21:00, Juraj Kubelka <[hidden email]> wrote:
>
> Hi!
>
> Does Glamour Fast List Presentation allow double click action on a item?
>
> I cannot find anything like that.

it should be “strongSelection”, isn’t?

Esteban

>
> Thanks!
> Juraj
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Glamour Fast List, double click action. Is it supported?

Juraj Kubelka

On May 11, 2017, at 03:58, Esteban Lorenzano <[hidden email]> wrote:


On 10 May 2017, at 21:00, Juraj Kubelka <[hidden email]> wrote:

Hi!

Does Glamour Fast List Presentation allow double click action on a item?

I cannot find anything like that.

it should be “strongSelection”, isn’t?

You are right, the double click is calles strongSelection, and the solution is: 

-=-=-=-
browser := GLMTabulator new.
browser column: #one.
browser transmit to: #one; andShow: [ :a |
a fastList 
title: 'List';
onChangeOfPort: #strongSelection 
act: [ :presentation :entity | self inform: 'STRONG selection on ', presentation strongSelection asString ] ].

browser openOn: Object allSubclasses  
-=-=-=-

Thanks!
Juraj




Esteban


Thanks!
Juraj