Re: [mapguide-users] invokeurl

2009-03-17 Thread GordonL
I would try the INVOKEURL with the Basic Web Layout and see if the issue is with: PHP in Apache PHP in IIS (if you are using IIS) FUSION MAPGUIDE. That way you will know why the $CurrentSelection is not passing you the XML. gordon achectl wrote: Hi Gordon, I'm looking for invokeurl

Re: [mapguide-users] invokeurl

2009-03-17 Thread padmini godavarthi
Hi, iam using Mapguide opensource 2.0 (with .net 2.0 +IIS 5.1) iam using mapguide maestro for creating packages. Now i want to use Invoke URL (i thought while clicking on feature of the layer a new window will be open) It can be down with invoke url? and how to use it? Can u guide me plz

Re: [mapguide-users] invokeurl

2009-03-16 Thread achectl
Hi Gordon, I'm looking for invokeurl help! I tried it for many time; the result is same! All the parameter value is %24CurrectSelection. Why? Do I need to modify the invokeurl.js? I did amended it - http://trac.osgeo.org/mapguide/ticket/832. I created the command by using MapGuide studio. The

Re: [mapguide-users] invokeurl

2009-01-30 Thread Paul Spencer
-Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of GordonL Sent: Thursday, January 29, 2009 12:26 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] invokeurl Hi Andrew, ok I figured it out

Re: [mapguide-users] invokeurl

2009-01-29 Thread GordonL
Hi Andrew, I am having trouble finding the entry in Nabble. Do you have an example? I am sure I did this a couple of years ago, but I can't find it. Can it be part of the Widget XML in Studio too? thanks gordon Andrew DeMerchant wrote: I did...I also turned on the scrollbars - but I

Re: [mapguide-users] invokeurl

2009-01-29 Thread Andrew DeMerchant
It wasn't part of the widget - i've been away from Fusion for too long now, and really can't recall. I would imagine it was in the .js file for that widget...sorry I'm no more help than that! On 1/29/2009 11:44 AM, GordonL wrote: Hi Andrew, I am having trouble finding the entry in Nabble.

Re: [mapguide-users] invokeurl

2009-01-29 Thread GordonL
Hi Andrew, ok I figured it out. It is the InvokeURL.js file. This file is found in the following folder: \www\fusion\widgets Here is the issue: At line 40 it shows: Fusion.Widget.InvokeURL.prototype = { sFeatures : 'menubar=no,location=no,resizable=yes,status=no,scrollbars=yes', Which is

RE: [mapguide-users] invokeurl

2009-01-29 Thread Andy Morsell
, January 29, 2009 12:26 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] invokeurl Hi Andrew, ok I figured it out. It is the InvokeURL.js file. This file is found in the following folder: \www\fusion\widgets Here is the issue: At line 40 it shows

RE: [mapguide-users] invokeurl

2009-01-29 Thread GordonL
...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of GordonL Sent: Thursday, January 29, 2009 12:26 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] invokeurl Hi Andrew, ok I figured it out. It is the InvokeURL.js file. This file is found

Re: [mapguide-users] invokeurl

2009-01-23 Thread GordonL
Did you figure this out with Flexible Web Layouts? This fix works great for Simple Web Layouts but how do we turn on Scrolling/Toolbars in the InvokeURL for Fusion? Is it part of the InvokeURL.js file in the /fusion/wigets/ folder? thanks gordon Andrew DeMerchant wrote: Is there a way to

Re: [mapguide-users] invokeurl

2009-01-23 Thread Andrew DeMerchant
I did...I also turned on the scrollbars - but I can't recall how at the momentdo a search on Nabble, and you should find the answer. Andrew GordonL wrote: Did you figure this out with Flexible Web Layouts? This fix works great for Simple Web Layouts but how do we turn on

RE: [mapguide-users] invokeURL FUSION only works fine from mgstudio

2008-09-03 Thread Jason Birch
: RE: [mapguide-users] invokeURL FUSION only works fine from mgstudio Sorry for the slow response getting back to you. If you sent an attachment, it didn't make it through to the mailing list. Perhaps you could just copy the XML right into your email

RE: [mapguide-users] invokeURL FUSION only works fine from mgstudio

2008-09-02 Thread Chris Claydon
Of Rodolfo Moreno Sent: Wednesday, August 27, 2008 9:12 AM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] invokeURL FUSION only works fine from mgstudio Hi Chris, I am sending the xml of my flexible layout. you have to launch the map from the index.html file in order to get the error

[mapguide-users] invokeURL FUSION only works fine from mgstudio

2008-08-26 Thread Rodolfo Moreno
I am using an invokeURL widget. When my map is launched from mapguide studio 2009 the SESSIONID and MAPNAME parameters are sent without errors to the mapguide server, however when the map is launched from the index.html directly these parameters are sent twice. Request[MAPNAME] =

RE: [mapguide-users] invokeURL FUSION only works fine from mgstudio

2008-08-26 Thread Chris Claydon
PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] invokeURL FUSION only works fine from mgstudio I am using an invokeURL widget. When my map is launched from mapguide studio 2009 the SESSIONID and MAPNAME parameters are sent without errors to the mapguide server, however when

[mapguide-users] invokeurl

2008-07-23 Thread Andrew DeMerchant
Is there a way to modify the InvokeURL command to have it open a window with scrollbars and toolbars? Right now, if you tell it to open in a new window, that window never has scrollbars or toolbars. I need to turn those on somehow. I've looked through the AJAX viewer php files, but can't find

Re: [mapguide-users] invokeurl

2008-07-23 Thread Andrew DeMerchant
I'd thought of that, but I'd have to change quite a few things to make that method work on all of my sitesso I'm looking for the easy way...I'm sure it's a matter of editing a file - I just have no idea where or which one. Andrew nclayton wrote: You could invoke a url that generates

Re: [mapguide-users] invokeurl

2008-07-23 Thread Andrew DeMerchant
Excellent - found it. I'll try it out in a bit...thanks!! andrew Kenneth Skovhede, GEOGRAF A/S wrote: Not 100%, but the call is window.open, and I think its the function OpenUrl in mainframe.templ, around line 706. Regards, Kenneth Skovhede, GEOGRAF A/S Andrew DeMerchant

Re: [mapguide-users] InvokeUrl in MGOS 2.0 BETA

2008-02-15 Thread J Manafi
Update: I have our script now at least outputting that nothing was selected. For anyone that may run into a similar problem, I wasn't aware that some of the initial setup has now been done already in MGOS 2.0. For instance, nbsp;nbsp;nbsp;InitializeWebTier(); nbsp;nbsp;nbsp;$siteConnection =

[mapguide-users] InvokeUrl in MGOS 2.0 BETA

2008-01-31 Thread J Manafi
Hi all, I am new to MapGuide, and I had just learned enough of 1.2 to make enhancements/modifications to some of our existing code, and then I started testing 2.0.X for the eventual upgrade. We had a php script that was used as an 'invokeUrl' in 1.2 that was working fine, but I am not sure how

Re: [mapguide-users] InvokeUrl in MGOS 2.0 BETA

2008-01-30 Thread Jose Manuel C G
I don't had any problem with the migration from 1.0 to 2.0. Tell us the snip code you want to migrate. Perhaps we can help you. J Manafi wrote: Hi all, I am new to MapGuide, and I had just learned enough of 1.2 to make enhancements/modifications to some of our existing code, and then I