[mapguide-users] Re: current win-setup does not work

2010-04-21 Thread stoff
Hi, I solved the installer problem by downloading with another machine(mac) ... It's strange, that I did not get the rigth download file within windows with three different browsers! Now the installer quits here: http://n2.nabble.com/Installation-error-tp3858392p3858392.html Arrgh... Looking

[mapguide-users] Re: Viewer API GetLayer() and base layers

2010-04-21 Thread Tom Chadwin
Thanks for that information, Praveen, but I cannot get it to hook onto the right event properly, and I'm beyond the limit of my Javascript knowledge here. ajaxmappane.templ has the function RequestMap() which was where I placed my code, and which worked. However, I can see no corresponding

RE: [mapguide-users] Re: Viewer API GetLayer() and base layers

2010-04-21 Thread Ivan Miličević
Look at this link: http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/AJAXViewerEventHooking -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Tom Chadwin Sent: Wednesday, April 21, 2010 12:31 PM To:

[mapguide-users] Re: Viewer API GetLayer() and base layers

2010-04-21 Thread Tom Chadwin
That's the page Praveen pointed me towards, and which I was trying to use as a model. However, the two events it shows you how to hook into are the completion of the loading of the map, and OnSelectionChaged. I need to hook into RequestMap(), which is a function, not an event of any kind, as far

RE: [mapguide-users] Re: Viewer API GetLayer() and base layers

2010-04-21 Thread Ivan Miličević
For ajax request, adding Math.Random() or timestamp is world wide known method :) -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Tom Chadwin Sent: Wednesday, April 21, 2010 12:53 PM To:

[mapguide-users] Re: Viewer API GetLayer() and base layers

2010-04-21 Thread Tom Chadwin
Well, the following seems to get rid of caching: header(Expires: 0); header(Last-Modified: . gmdate(D, d M Y H:i:s) . GMT); header(cache-control: no-store, no-cache, must-revalidate); header(Pragma: no-cache); But this seems like overkill. Does anyone have definitive information on best

[mapguide-users] RE: Display the Query Result in a separate popup window

2010-04-21 Thread SriRam007
One problem came... Actually i have two application in my system In 1st app I was accessing formFrame by parent.parent.frames[2] But now after the changes in the framesettaskbar.templ file frameset name=mainFrameset rows=*,%s frameborder=0 border=0 frameset id=mainappFrame

[mapguide-users] Re: Viewer API GetLayer() and base layers

2010-04-21 Thread Tom Chadwin
Math.random is what I was using - if it's the best way, I'll go back to it. Thanks Tom -- View this message in context: http://n2.nabble.com/Viewer-API-GetLayer-and-base-layers-tp4792901p4936382.html Sent from the MapGuide Users mailing list archive at Nabble.com.

RE: [mapguide-users] RE: Display the Query Result in a separate popup window

2010-04-21 Thread Ivan Miličević
If you have more than one project on one mapguide server you should add frames dynamically. -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of SriRam007 Sent: Wednesday, April 21, 2010 1:21 PM To:

[mapguide-users] RE: Display the Query Result in a separate popup window

2010-04-21 Thread SriRam007
I my first post for this topic I have mentioned that how I was trying to add dynamically but some error was showing var newFrame1 = document.createElement(frame); newFrame1.id =

RE: [mapguide-users] RE: Display the Query Result in a separate popup window

2010-04-21 Thread Ivan Miličević
This might be helpful. http://stackoverflow.com/questions/1353215/javascript-dynamically-add-frame-to-frameset -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of SriRam007 Sent: Wednesday, April 21, 2010 1:44 PM

[mapguide-users] RE: Display the Query Result in a separate popup window

2010-04-21 Thread SriRam007
Ok I m trying thanks -- View this message in context: http://n2.nabble.com/Display-the-Query-Result-in-a-separate-popup-window-tp4929403p4936581.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list

[mapguide-users] RE: Display the Query Result in a separate popup window

2010-04-21 Thread SriRam007
Finally Done, Thank u Sir I did as below var body = parent.parent.frames['maparea'];//To get the maparea Frameset var elem = parent.parent.frames['maparea'].document.createElement(frame); //Here created a new frame elem.src = full path; body.appendChild(elem); thanks -- View this message

[mapguide-users] Re: Internet Explorer likes localhost but not servername

2010-04-21 Thread GordonL
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Wed, 21 Apr 2010 13:11:11 UTC Message: Syntax error Line: 163 Char: 9 Code: 0 URI:

Re: [mapguide-users] Re: Internet Explorer likes localhost but not servername

2010-04-21 Thread Zac Spitzer
keep going, you have more information to investigate before you post to a mailing list, you have to dig yourself far enough to provide the root problem, then if you can't find the solution, ask... try with real developer debug friendly browser like firefox with firebug follow through the errors

[mapguide-users] Run MGOS with IIS on another port

2010-04-21 Thread stoff
Hi, I am working on my development machine and there is allready running on port 80 an apache to establish a testenvironment of trac,subversion etc. It is an requirement to use IIS for the new asp.net/MGOS application, so I decided to install IIS paralell working on port 81. No I am not sure

[mapguide-users] Re: Internet Explorer likes localhost but not servername

2010-04-21 Thread GordonL
thanks, I wish I could use FireBug, but it works great in FireFox, the issue is solely with Internet Exporer..developer tools are really weak compared to FireBug. -- View this message in context: http://n2.nabble.com/Internet-Explorer-likes-localhost-but-not-servername-tp4931528p4937230.html

Re: [mapguide-users] Re: Internet Explorer likes localhost but not servername

2010-04-21 Thread Zac Spitzer
ok, i know your pain then whats the around the code at the error message? also fidder is a great tool to debug with as well On 22 April 2010 00:19, GordonL gordon.luck...@arrowgeomatics.com wrote: thanks, I wish I could use FireBug, but it works great in FireFox, the issue is solely with

[mapguide-users] Re: Internet Explorer likes localhost but not servername

2010-04-21 Thread GordonL
I think its around line 1199 in fusion.js: if(appDefUrl){ var xhr = new XMLHttpRequest(); var mapAgentUrl = getAgentUrl(); xhr.open(GET, mapAgentUrl + ?OPERATION=GETRESOURCECONTENTVERSION=1.0.0LOCALE=enCLIENTAGENT=MapGuide+DeveloperRESOURCEID= + appDefUrl +

Re: [mapguide-users] Run MGOS with IIS on another port

2010-04-21 Thread Jason Birch
The port the webserver is running on shouldn't be relevant to MapGuide. Based on your description, that error is more likely because you have another version of PHP installed on your development machine, and it is being seen (php.ini, path to extensions, etc) in preference to the one bundled with

[mapguide-users] RE: Change initial slider location

2010-04-21 Thread Tom Chadwin
OK, I found it at last, I think, though whether this is the best way or not, I don't know - it seems to be pretty much hard-coded to me. In ajaxmappane.templ, find the function ResizeMapSpace(). For my requirement (change initial slider position to top left), change: sscalex = mapDevW - 51,

[mapguide-users] Migrating a repository

2010-04-21 Thread _Jon_
Hello, I have a version 1.1 repository that I wish to migrate to 2.1. Is there anything special that i need to do, or can I just make a package in 1.1 and load it in 2.1? A long time ago, I thought that I read something about a significant change that required a more in-depth migration

RE: [mapguide-users] RE: MapGuide assistance

2010-04-21 Thread Jon Cotey
Hi Stefano, Thank you kindly for your offer. It definitely sounds like you are a person with experience in some of the things we would be interested in asking about. We are starting this in our US facilities, so the times are kind of whacked. We have team members in Ohio, Arizona and

[mapguide-users] Connecting to WMS using Mapguide Studio

2010-04-21 Thread Krishna . Sista
Hello list, I created a MXD(using ArcMap) which contains the Raster SDE dataset and published on to server ABC as a mapservice( enabled WMS capability to the service). I would like to connect the WMS service from the MapGuide studio 2010 (which is on different server). I tried googling and

[mapguide-users] Re: Run MGOS with IIS on another port

2010-04-21 Thread stoff
Thanks, Jason! I will try ... and report. Best regards, Stoff -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Run-MGOS-with-IIS-on-another-port-tp4937189p4941084.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Migrating a repository

2010-04-21 Thread Jason Birch
This is probably what you were looking for: http://trac.osgeo.org/mapguide/wiki/1.2to2.0MigrationInstructions Not sure if you can jump directly to 2.1 using the same procedure or not. You could also do the package unload/load procedure, as lng as your data isn't too large, but you'll only be