[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Invoke and drag started events  XML
Forum Index -> Development
Author Message
nruengener



Joined: 20/02/2019 10:39:11
Messages: 2
Offline

Hi all,

i made the following observation with 'setInvokeEvent()' and 'setDragroundtrip(true)':
When using setInvokeEvent(), the listener only responds to 'BaseActionEventInvoke' (also with 'setDragroundtrip(true)'). If setInvokeEvent() is omitted, events of type BaseActionEventDragStarted also come in.

Example:
SCHEDULEITEMNode sin = new SCHEDULEITEMNode()
...
.setInvokeevent("leftanyclick")
.setDragroundtrip(true)
.bindActionListener(...);

For BOXNode the behavior is the same.

Is it possible to catch both event types? Maybe I missed something.

Version is 20220704.

Kind regards,
Nando
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5510
Offline

Hi Nando,

we are checking this issue... in any case there should be two events. We keep you updated through the forum.

Kind regards! Björn

Björn Müller, CaptainCasa GmbH
nruengener



Joined: 20/02/2019 10:39:11
Messages: 2
Offline

Hi Björn,

thanks for the update! Both event types are triggered now.

Kind regards, Nando
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team