At 9:04 PM -0800 11/19/2001, Gary Aitcheson wrote: >I also find that this works on R1.0 but not on R1.1 : > >on commandKeyDown whichKey > if whichKey is D > then > put fullDateTime() after me > select after text of me > end if > pass commandKeyDown >end commandKeyDown > >No slolution to this yet - any suggestions?
The reason for this is that in 1.1, the way command keys are handled in the development environment changed, in such a way that command-key combinations that are used by the environment take priority over the same combinations used by your stacks. Since command-D is used by Edit->Duplicate, it can't be used by your stack - it's trapped by the menu item first. I am not yet completely clear on whether this is considered a bug or a feature. ;-) (Also note that this won't affect standalones - if your menu bar doesn't use command-D as a menu equivalent, there will be no collision.) -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer! _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
