Autodesk MapGuide Enterprise Wishes
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
onDoubleCl ick Event
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
139 Views, 2 Replies
12-18-2006 06:24 AM
Hi, I working on MG 2007 and one of the great lost compare to MG6.5 is the onDoubleClick event on the viewer.
Will it return?
Will it return?
Re: onDoubleCl ick Event
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-23-2007 01:16 PM in reply to:
dhequet
If you update the following two files to the latest versions found here:
http://trac.osgeo.org/mapguide/browser/trunk/MgDev /Web/src/viewerfiles/ajaxmappane.templ
http://trac.osgeo.org/mapguide/browser/trunk/MgDev /Web/src/viewerfiles/dwfmappane.templ
you should have a double-click available. Use the "Original format" link at the bottom of the above web pages to get a downloadable version of the file, and remember to make a backup of the original file before overwriting it in case you need to restore the original.
To use the double-click, the comments read:
// Override this method in an external script to implement
// your own double-click handler.
// e.g. mapFrame.OnDblClick = MyOnDblClick
// where MyOnDblClick() is a function in your script
Tom

Tom Fukushima
Software Development Manager
ICP - IPG
Autodesk, Inc.
http://trac.osgeo.org/mapguide/browser/trunk/MgDev
http://trac.osgeo.org/mapguide/browser/trunk/MgDev
you should have a double-click available. Use the "Original format" link at the bottom of the above web pages to get a downloadable version of the file, and remember to make a backup of the original file before overwriting it in case you need to restore the original.
To use the double-click, the comments read:
// Override this method in an external script to implement
// your own double-click handler.
// e.g. mapFrame.OnDblClick = MyOnDblClick
// where MyOnDblClick() is a function in your script
Tom

Tom Fukushima
Software Development Manager
ICP - IPG
Autodesk, Inc.
Re: onDoubleCl ick Event
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-09-2007 11:37 PM in reply to:
dhequet
Hi tomfukushima,
Thanks for this post Message was edited by: SCLuna
Thanks for this post Message was edited by: SCLuna
