Hi!

I did not find in Aris help for macros the possibility to catch the doubleclick event on table control of the macro dialog. I wrote the script in Aris 9.7 using "new style" dialog creation:

DialogTemplate createNewDialogTemplate ( int DX, int DY, String Title ).

Those dialogs have some events but not _doubleclick or _doubleSelection events:

// other methods (all optional):

 // - [ControlID]_pressed(),  // - [ControlID]_focusChanged(boolean lost=false, gained=true)  // - [ControlID]_changed() for TextBox and DropListBox  // - [ControlID]_selChanged(int newSelection)  // - [ControlID]_cellEdited(row, column) for editable tables, row and column are 0-based Does someone have much information regarding this? Thanks.

 or register to reply.

Notify Moderator