Re: [mapguide-users] Re: Edit WebLayout Problem

2010-04-11 Thread Zac Spitzer
after you modify the weblayout, can you confirm via a getResourceContent call that the change has actually been made to the xml? are you sure that the same sessionID is being used after the reload? On 12 April 2010 16:20, SriRam007 wrote: > > even if i press the reload i don't see the changes >

[mapguide-users] Re: Edit WebLayout Problem

2010-04-11 Thread SriRam007
even if i press the reload i don't see the changes Where i went wrong please thanks -- View this message in context: http://n2.nabble.com/Edit-WebLayout-Problem-tp4869470p4888620.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

[mapguide-users] Re: Edit WebLayout Problem

2010-04-11 Thread SriRam007
even if i press the reload i don't able to see the changes Where i went wrong please thanks -- View this message in context: http://n2.nabble.com/Edit-WebLayout-Problem-tp4869470p4888612.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

[mapguide-users] Re: Edit WebLayout Problem

2010-04-11 Thread SriRam007
Hi zspitzer, I want to modify the weblayout document As Jacki has replied to reload the entire viewer using the resource id of this modified weblayout to see the changes. I dont know how to do this through code (C#.net,Ajaxviewer) If u have any idea please tell me. thanks -- View this message

[mapguide-users] Use Custom Function On Map

2010-04-11 Thread SriRam007
Hi, I want to use a custom function OnMouseWheel event on the Map ie. I want to add some code inside the original function. I just know the code as given below But dont know how to use it so that on every OnMouseWheel event My Function should call. var origOnMouseWheel = null; var mapFrame = v

Re: [mapguide-users] Re: Edit WebLayout Problem

2010-04-11 Thread Zac Spitzer
press the reload button in the browser On 12 April 2010 14:45, SriRam007 wrote: > > Can anyone Answer me Please... > -- > View this message in context: > http://n2.nabble.com/Edit-WebLayout-Problem-tp4869470p4888380.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > __

[mapguide-users] Re: Edit WebLayout Problem

2010-04-11 Thread SriRam007
Can anyone Answer me Please... -- View this message in context: http://n2.nabble.com/Edit-WebLayout-Problem-tp4869470p4888380.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list mapguide-users@lists.osg

[mapguide-users] Re: MapGuide Studio API Package NET

2010-04-11 Thread Jackie Ng
Maestro has a packager API (in OSGeo.MapGuide.MaestroAPI.PackageBuilder.dll) that creates AND uploads packages. Sample usage: ServerConnectionI conn = new HttpServerConnection(new Uri("http://localhost/mapguide/mapagent/mapagent.fcgi";, "Administrator", "admin", "en", true); PackageBuilder build

[mapguide-users] MapGuide Studio API Package NET

2010-04-11 Thread Twi
I have a package on my server and I'd like to have a MapGuide package Library: / /. Can we create a standard package from MapGuide API Studio? Programming .NET -- View this message in context: http://n2.nabble.com/MapGuide-Studio-API-Package-NET-tp4886962p4886962.html Sent from the MapGuide User