From: Joachim K. <jk...@us...> - 2017-07-02 18:31:11
|
--- ** [tickets:#137] Dynamic menu items are too slow** **Status:** open **Created:** Sun Jul 02, 2017 06:31 PM UTC by Joachim Kock **Last Updated:** Sun Jul 02, 2017 06:31 PM UTC **Owner:** nobody Example: in the Text menu, go for Paragraph To Line. This involves selecting the menu, and then pressing Alt, before finally selecting the dynamic item. The probem is that the Alt key is not detected the first half second. In fact the nice behaviour, which is the one of AlphaX, is to be able to press Alt even before selecting the menu. With this behaviour, you can sort of do the two things simultaneously, without worrying which comes first. I think the problems is that the dynamic menus detect the event "Alt being activated" where it would be better if it could detect the event "Alt HAS been activated", that is, has been pressed and is still held down. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2017-09-13 14:01:42
|
This is fixed. The dynamic items are handled by a timer installed just before the menu is opened. This timer was set to fire after 1 second. This has been changed to 0 seconds and it then fires repeatedly every 1/10 sec. Changes committed to the repository ([rev. 1349](http://sourceforge.net/p/alphacocoa/code/1349/)). The core must be rebuilt. --- ** [tickets:#137] Dynamic menu items are too slow** **Status:** open **Created:** Sun Jul 02, 2017 06:31 PM UTC by Joachim Kock **Last Updated:** Sun Jul 02, 2017 06:31 PM UTC **Owner:** nobody Example: in the Text menu, go for Paragraph To Line. This involves selecting the menu, and then pressing Alt, before finally selecting the dynamic item. The probem is that the Alt key is not detected the first half second. In fact the nice behaviour, which is the one of AlphaX, is to be able to press Alt even before selecting the menu. With this behaviour, you can sort of do the two things simultaneously, without worrying which comes first. I think the problems is that the dynamic menus detect the event "Alt being activated" where it would be better if it could detect the event "Alt HAS been activated", that is, has been pressed and is still held down. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2017-09-13 14:01:52
|
- **status**: open --> fixed - **Version**: 9.0b3 --> 9.0b4 --- ** [tickets:#137] Dynamic menu items are too slow** **Status:** fixed **Created:** Sun Jul 02, 2017 06:31 PM UTC by Joachim Kock **Last Updated:** Wed Sep 13, 2017 02:01 PM UTC **Owner:** nobody Example: in the Text menu, go for Paragraph To Line. This involves selecting the menu, and then pressing Alt, before finally selecting the dynamic item. The probem is that the Alt key is not detected the first half second. In fact the nice behaviour, which is the one of AlphaX, is to be able to press Alt even before selecting the menu. With this behaviour, you can sort of do the two things simultaneously, without worrying which comes first. I think the problems is that the dynamic menus detect the event "Alt being activated" where it would be better if it could detect the event "Alt HAS been activated", that is, has been pressed and is still held down. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |
From: Bernard D. <bde...@us...> - 2017-12-07 18:57:38
|
- **status**: fixed --> closed --- ** [tickets:#137] Dynamic menu items are too slow** **Status:** closed **Created:** Sun Jul 02, 2017 06:31 PM UTC by Joachim Kock **Last Updated:** Wed Sep 13, 2017 02:01 PM UTC **Owner:** nobody Example: in the Text menu, go for Paragraph To Line. This involves selecting the menu, and then pressing Alt, before finally selecting the dynamic item. The probem is that the Alt key is not detected the first half second. In fact the nice behaviour, which is the one of AlphaX, is to be able to press Alt even before selecting the menu. With this behaviour, you can sort of do the two things simultaneously, without worrying which comes first. I think the problems is that the dynamic menus detect the event "Alt being activated" where it would be better if it could detect the event "Alt HAS been activated", that is, has been pressed and is still held down. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |