Glamour Fast List, double click action. Is it supported?
Hi! Does Glamour Fast List Presentation allow double click action on a item? I cannot find anything like that. Thanks! Juraj
On May 11, 2017, at 03:58, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 10 May 2017, at 21:00, Juraj Kubelka <juraj.kubelka@icloud.com> 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
participants (2)
-
Esteban Lorenzano -
Juraj Kubelka