You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
|---|
|
From: Rostislav H. <ros...@as...> - 2005-11-16 22:52:23
|
Hi David, > Is its purpose to handle keyboard shortcuts? Yes, this what the ShortcutManager does. You can check the shortcuts defined in the dropdown menus of the EnFlash demos. > For this to be really useful to me, every focusable object on screen woul= d need > to have its own set of shortcuts, as well as maintaining some global shor= tcuts. > Ideally, the global shortcuts would be able to be overriden by an object= 's > shortcuts, and most global shortcuts should be able to be made unavailabl= e, if > the focued object is modal. You can use it as a reference for your dedicated shorcut managing. The code in the CVS is better I think, but the logic is very tight to the EnFlash way of handilng such actions. Catching ALT and ESC is not that easy, so I have used an onEnterFrame loop. Only one component/action can be assigned to a shortcut combination. Other more advanced options can be continuos vs single action execution and and keypress timeouts for concurrent shortcut combinations. Hope this helps, Rostislav -- EnFlash - It's all about features... http://www.asual.com/enflash/ |
|
From: <mai...@da...> - 2005-11-16 18:02:40
|
I'm interested in attaching keyboard shortcuts to various actions within a flash application. I'm not familiar at all with Enflash, but I've looked through the documentation and noticed the shortcut manager. Is its purpose to handle keyboard shortcuts? For this to be really useful to me, every focusable object on screen would need to have its own set of shortcuts, as well as maintaining some global shortcuts. Ideally, the global shortcuts would be able to be overriden by an object's shortcuts, and most global shortcuts should be able to be made unavailable, if the focued object is modal. Is this what the ShortcutManager does, or am I talking about something totally different? Thanks in advance! David Lanier |
|
From: Rostislav H. <ros...@gm...> - 2005-08-15 14:39:53
|
Hi Nacho, sorry for the late answer. It's a strange problem that has been fixed immediately when mtasc 1.09 came out. See the solution here: http://cvs.sourceforge.net/viewcvs.py/enflash/EnFlash/src/classes/com/asual= /enflash/managers/FocusManager.as?r1=3D1.2&r2=3D1.1 There're lots of new things in the CVS so you may try getting the latest version. Cheers, Rostislav On 8/6/05, Nacho El Kadre <ime...@gm...> wrote: > I'm trying compile your ASDemo.as and I get this damn message: > =20 > E:\mtasc-1.09>mtasc.exe -cp src\classes -swf deploy\asdemo\asdemo.swf > com\asual\demos\ASDemo.as > src\classes/com/asual/enflash/managers/FocusManager.as:129: > characters 9-43 : type error Malformed expression > =20 > Somebody knows why?? =20 > =20 > thanx in advance (my english is very bad, sorry :-( ) > =20 --=20 EnFlash - It's all about features... http://www.asual.com/enflash/ |
|
From: Marcin W. <mar...@pi...> - 2005-08-14 17:40:49
|
Hi, now i have next problem wit EnFlash. I'm trying to remove TreeItems from Tree and then application hangs, cpu goes to 100% and Macromedia Player appears with information to abort script. Can you post wornikg example of creating,adding and removing tree and treeitems? greets Marcin |
|
From: Nacho El K. <ime...@gm...> - 2005-08-05 22:03:42
|
I'm trying compile your ASDemo.as and I get this damn message: E:\mtasc-1.09>mtasc.exe -cp src\classes -swf deploy\asdemo\asdemo.swf=20 com\asual\demos\ASDemo.as src\classes/com/asual/enflash/managers/FocusManager.as:129: characters 9-43= =20 : type error Malformed expression Somebody knows why??=20 thanx in advance (my english is very bad, sorry :-( ) |
|
From: Rostislav H. <ros...@gm...> - 2005-05-24 17:14:52
|
Welcome to EnFlash Users Discussion List. Feel free to ask, suggest and comment. |