PDA

View Full Version : Bug: Dialog On Mouse Button event not firing



bule
08-05-2009, 01:17 PM
I've found a bug with the APMS dialogs.

Steps to reproduce:

Create a project with one page and one dialog.

On the page:
1. Put an input box on the page
2. Put a grid on the page
3. Put a button that will call the dialog
4. Add a Debug.Print(e_X.." "..e_Y.."\r\n") to the On Mouse Button event of the Page

On the dialog:
1. Put an input box on the dialog
2. Put a grid on the dialog
3. Put a button that will close the dialog
4. Add a Debug.Print(e_X.." "..e_Y.."\r\n") to the On Mouse Button event of the Dialog.

Run a project:
When you click on the input box (or grid) which is on the page, the event fires.
When you do the same on the dialog, the event doesn't fire.

Please fix this bug so that we can implement grid's doubleclick event (http://www.indigorose.com/forums/showpost.php?p=118396&postcount=3) on the dialogs' grids as
well (since you obviously don't see a need for this essential event on the grid object in the first place).

Example project attached.

Darryl
08-24-2009, 07:51 AM
I've submitted your info to be looked into, thank you.

REF: 18918