|
Re: Deleting widgets: msg#00054java.netbeans.modules.graph.user
Hi, This may be caused by: 1) you have an widget with move-action assigned (or any other which is locking the event processing) 2) you are pressing delete key while the mouse button is still pressed. Also key-events are processed using a logic specified by Scene.setKeyEventProcessingType - see documentation of possible options. Also you can use Scene.getPriorActions ().addAction (myKeyEventLoggerAction). These actions are processing an event prior to any other action. Let me know, if none of the options help you. Please, could you also attach an example where I could reproduce your problem? Thanks, David Chris Palmer wrote: > Friends! > > It could be my overall implementation. > > I have a problem with my KeyEventLoggerAction I am trying to delete > the widget from the scene...but it seems my KeyEvenLoggerAction > doesn't always fire..... I was wondering if perhaps anyone else has > had a problem with this? > > It does work occasionally.....if I click the widget quite a bit..... > > Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > users-unsubscribe-Hi7mZnf3vbIkiw2pgZvNdR2eb7JE58TQ@xxxxxxxxxxxxxxxx > For additional commands, e-mail: > users-help-Hi7mZnf3vbIkiw2pgZvNdR2eb7JE58TQ@xxxxxxxxxxxxxxxx >
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Grid with Dots, David Kaspar |
|---|---|
| Next by Date: | Delete Not working still, Chris Palmer |
| Previous by Thread: | Deleting widgets, Chris Palmer |
| Next by Thread: | Re: Deleting widgets, David Kaspar |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |