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, InitializeWebTier(); $siteConnection = new MgSiteConnection(); and some others have already been setup in fusion/MapGuide/php/Common.php, so we had to just comment out some portions that were conflicting with the variables already setup, as well as rework a few lines to ensure compatibility. Hope this helps someone else. 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 > 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 the new javaScript InvokeUrl widget works exactly. Now, it tells me > that some javaScript functions are undeclared when they are clearly > declared and defined inline above the actual call. Has anyone tried and > been successful with invokeUrl in 2.0? And if so, is it possible to know > how invokeUrl behaves differently now? > > Any and all help is appreciated. > > Thanks, > Jonathan > -- View this message in context: http://www.nabble.com/InvokeUrl-in-MGOS-2.0-BETA-tp15148563s16610p15502983.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
