Status: New
Owner: ----
Labels: Type-Defect Priority-High Component-Glamour Milestone-4.8
New issue 921 by
[hidden email]: TextPresentation should override
default shortcuts
http://code.google.com/p/moose-technology/issues/detail?id=921For example:
composite := GLMCompositePresentation new.
composite wrapper show: [ :a |
a text
act: #inspect on: $d entitled: 'Inspect';
act: #inspect on: $a entitled: 'Inspect';
act: #inspect on: $s entitled: 'Inspect' ].
composite openOn: '123'
It works in Pharo 1.4, but not in Pharo 2.0. The reason is due to the hack
that worked only in Pharo 1.4. Perhaps we need to properly use Keymapping
--
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