Re: [mapguide-users] initial task in taskpane

2015-06-03 Thread torrini
Hi Jackie, I just copied this code-sample in MapGuide 3.0 beta 2. Unfortunately it won't work. Are there any API changes which I have to respect? -torrini -- View this message in context: http://osgeo-org.1560.x6.nabble.com/initial-task-in-taskpane-tp4186789p5208856.html Sent from the

Re: [mapguide-users] Copy coordinates to clipboard

2015-06-03 Thread Jérôme DUCKERS
Hi Andreotti, Here i solve the problem like that : calling a new window : * function CopytoClipboard(text) { window.open(./CopyToClipboard.html?text=+text,'','width=0px,height=0px'); }* And in this blank window : *html xmlns=http://www.w3.org/1999/xhtml