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 Regards, Padmini. GordonL wrote: > > 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 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 invokeurl.js should >> be involved. >> >> Appreciate if you reply. >> >> Thanks >> >> >> GordonL wrote: >>> >>> 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 fine. I changed resizable=yes and added scrollbars=yes...so >>> far so good... >>> >>> But, at line 120, it reads: >>> >>> window.open(url, this.sTarget, this.sWinFeatures); >>> >>> Ok, so the issue is that there is NO sWinFeatures... >>> >>> I changed it to read: >>> window.open(url, this.sTarget, this.sFeatures); >>> >>> And voilĂ ! I am in business...whew. I thought I was losing my touch. >>> >>> gordon >>> >>> >>> >>> Andrew DeMerchant wrote: >>>> >>>> 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. 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 can't recall how at >>>>>> the >>>>>> moment....do 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 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 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 the spot that I'd change. >>>>>>>> >>>>>>>> Andrew >>>>>>>> -- >>>>>>>> *Andrew DeMerchant* >>>>>>>> *Computer Technologist* >>>>>>>> ph.1-877-2GEMTEC x.163 >>>>>>>> fax 506-453-9470 >>>>>>>> >>>>>>>> /GEMTEC Limited<http://www.gemtec.ca> >>>>>>>> /191 Doak Road >>>>>>>> Fredericton, NB, Canada >>>>>>>> E3C 2E6 >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> mapguide-users mailing list >>>>>>>> [email protected] >>>>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> _______________________________________________ >>>>>> mapguide-users mailing list >>>>>> [email protected] >>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>> >>>> -- >>>> *Andrew DeMerchant* >>>> *Computer Technologist* >>>> ph.1-877-2GEMTEC x.163 >>>> fax 506-453-9470 >>>> >>>> /GEMTEC Limited <http://www.gemtec.ca> >>>> /191 Doak Road >>>> Fredericton, NB, Canada >>>> E3C 2E6 >>>> >>>> >>>> _______________________________________________ >>>> mapguide-users mailing list >>>> [email protected] >>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>>> >>>> >>> >>> >> >> > > -- View this message in context: http://n2.nabble.com/invokeurl-tp1816596p2495356.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
