RE: [mapguide-users] ePLot to DWF

2008-07-04 Thread andrea tiveron - metodi srl
Hi, I'm working on dotnetviewersample, I downloaded the code from 'samples for release 2.0.x' page this code run on MapGuide Server (Version 2.0.0.2716) when I try the plot to dwf utility 'it did not work...just a blank page' (like Brian) I have also an old dotnetviewersample code on MapGuide

RE: [mapguide-users] Ajax Viewer zoom control and digitizing......

2008-03-28 Thread andrea tiveron - metodi srl
Hi Ross, I have the same problem but I have another problem in ajax viewer even more serious for example with an polygon if you are digitizing and between one point and another you change view with zoom or unzoom the markup dimensions don't change can someone confirm me the same

RE: [mapguide-users] Displaying DWF Files

2008-03-17 Thread andrea tiveron - metodi srl
Hi, we work to develop a FM software solution with DWF and MGOS we use MGOS to display DWF over Internet because we draw the area directly on MGOS across browser by our customize solution of gt example code we use SDF file to maintain compatibility with AutoCAD (draw in AutoCAD and/or MGOS) this

RE: [mapguide-users] tool tip image source

2008-02-20 Thread andrea tiveron - metodi srl
I do something like this concat('img src=http://myipsite/fotographs/', concat(MAPNAME(), concat('/', concat(ID, concat('_m.jpg', ' border=0 alt=Property Photo')) andrea -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kencana Sent: Wednesday, February

RE: [mapguide-users] Show/Hide Layers and properties pane programmatically

2007-11-12 Thread andrea tiveron - metodi srl
I add an Invoke Script Command with this code: if(parent.frames[1].document.getElementById(InfoBand).style.width == '0px') { parent.frames[1].minInfoWidth=20; parent.frames[1].ResizeTo(200); parent.frames[1].InitialMapView(); } else { parent.frames[1].minInfoWidth=0;