From: Glen D. <gle...@gt...> - 2001-02-11 18:35:48
|
I can answer some of this. "Dynapi.gui.loadpanel-file1" and = "dynapi.gui.loadpanel-file2", are part of the dynapi.gui.loadpanel. = They are the files that get loaded. ;-) The right click context menu is disabled so the right click can be = captured for other events. Right click on the square in = examples/dynapi.api.mouseevents.htm :-)=20 http://sandymermaid.com/examples/dynapi.api.mouseevents.htm It can be changed in the events js in the api folder. The buttons stay on if you release outside the button area, because the = event is fired onmouseup. You can add an onmouseup eventListener to the = document, if you want, to get the affect you want. Please read the faq at http://sourceforge.net/docman/display_doc.php?docid=3D656&group_id=3D5757= Glen ----- Original Message -----=20 From: Roberto Pe=F1a=20 To: dyn...@li...=20 Sent: Sunday, February 11, 2001 12:52 PM Subject: [Dynapi-Dev] buttons bug?? hey you've done a great work!! maybe I just have not read enough but I think you haven't noticed that = buttons may get stuck if you click on them, hold and release outside the = button; if you do this the button gets stuck and follows the = mousepointer when you move it (on scrollbars) or stays pressed (on = regular buttons). as I told you I haven't read all your manual, I found it yesterday; so = I don't know if its really a bug on your code, I think you did this = because of the mousepointer events, you can not see the pop up menu when = you rightclick on some pages from the examples. and you've got 2 files in your examples which are nothing: = "dynapi.gui.loadpanel-file1" and "dynapi.gui.loadpanel-file2" I've just downloded your: Version 2001.01.25 I'd like you to write back, just send a "keep on reading!!" if I'm = wrong or "ok" if I'm right |