Issue 1088 in moose-technology: GTInspector capture Roassal keystroke

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

Issue 1088 in moose-technology: GTInspector capture Roassal keystroke

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

New issue 1088 by [hidden email]: GTInspector capture  
Roassal keystroke
https://code.google.com/p/moose-technology/issues/detail?id=1088

Consider the following:

view := RTView new.
view add: (RTBox new size: 50) element.

view on: TRKeyDown do: [ :evt |
        evt keyCombination = $j command ifTrue: [ RTZoomInMove on: view ].
        evt keyCombination = $k command ifTrue: [ RTZoomOutMove on: view ] ].
view

Apparently, there is no way, the keydown event are emitted in GTInpsector?  
I have to open the view for this :-(
Can this be fixed?

Doru: It looks like the Pager does not allow the Roassal presentation to  
take the focus at all.


--
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