Re: [mapguide-users] FF 3 ...AJAX viewer does not load map

2008-06-18 Thread Zac Spitzer
On Thu, Jun 19, 2008 at 12:36 AM, Tom Chadwin <[EMAIL PROTECTED]> wrote: > > Hello all > > Just to confirm, map also fails to load in FF3 on WinXP SP3, (MGOS on W2K3 > IIS, PHP): does IIS crash like apache does? > > http://maps.northumberlandnationalpark.org.uk:443/ > > Also, layers which are se

Re: [mapguide-users] Java and Linux

2008-06-18 Thread Rock Beans
Also keep in mind that MapGuide requires PHP anyway for the MapAdmin so it might be easier to work with PHP to ease implementations. The Rock On Wed, Jun 18, 2008 at 10:05 AM, gimbrogno @smartlab <[EMAIL PROTECTED]> wrote: > > Hi, new re-compile of mapguide 1.2.0... > > After the command "make

Re: [mapguide-users] Java and Linux

2008-06-18 Thread Rock Beans
THis might not help but this is worked for me on a bare system with nothing installed including desktop environment. *Needed Packages:* yum grouplist yum groupinstall mysql yum install unixODBC unixODBC-devel libjpeg-devel mysql-server chkconfig mysqld on service mysqld start *Building and Ins

Re: [mapguide-users] Call legend palette method from scriptFrame

2008-06-18 Thread Kenneth Skovhede, GEOGRAF A/S
I am not quite sure what you want to do. If you call SetScale on the legend, it will display the legend as if the map was in that scale. That is probably not what you want. Javascript is case sensitive, you must use GetLegendCtrl(), not getLegendCtrl(). I can only recommend that you install

Re: [mapguide-users] Call legend palette method from scriptFrame

2008-06-18 Thread Tom Chadwin
This works: > mapFrame.ZoomToView(mapFrame.GetCenter().X, mapFrame.GetCenter().Y, scale) Brilliant! Still, in the spirit of understanding things fully, how does one proceed using the method you just described? This fails from the scriptFrame: parent.mapFrame.getLegendCtrl().SetScale(1000); Th

Re: [mapguide-users] Call legend palette method from scriptFrame

2008-06-18 Thread Kenneth Skovhede, GEOGRAF A/S
Arh... you have to call mapFrame.GetLegendCtrl() Regards, Kenneth Skovhede, GEOGRAF A/S Tom Chadwin skrev: Hi Kenneth Thanks for the reply. I know the description and diagram are in the Developers' Guide, but the Legend Palette is not present in either the list of frames or the diagram. Is i

Re: [mapguide-users] Call legend palette method from scriptFrame

2008-06-18 Thread Kenneth Skovhede, GEOGRAF A/S
If it is not present in the diagram, where is it visually? Do you have an image? You can upload an image here: http://www.freeimagehosting.net/upload.php Perhaps you can use: mapFrame.ZoomToView(mapFrame.GetCenter().X, mapFrame.GetCenter().Y, scale) Regards, Kenneth Skovhede, GEOGRAF A/S Tom

Re: [mapguide-users] Call legend palette method from scriptFrame

2008-06-18 Thread Tom Chadwin
Hi Kenneth Thanks for the reply. I know the description and diagram are in the Developers' Guide, but the Legend Palette is not present in either the list of frames or the diagram. Is it part of mapFrame? If so, it must be a frame within it, since I believe that mapFrame.SetScale() throws an erro

Re: [mapguide-users] Call legend palette method from scriptFrame

2008-06-18 Thread Kenneth Skovhede, GEOGRAF A/S
The viewer frame layout is described in the "MapGuide Developers Guide" on page 19: http://mapguide.osgeo.org/2.0/documentation.html Regards, Kenneth Skovhede, GEOGRAF A/S Tom Chadwin skrev: Hello I cannot work out which frame contains the legend palette functions. I want to execute the Vie

[mapguide-users] Call legend palette method from scriptFrame

2008-06-18 Thread Tom Chadwin
Hello I cannot work out which frame contains the legend palette functions. I want to execute the Viewer API function SetScale from a script in the scriptFrame, but cannot seem to get the path right. Can anyone help? Many thanks Tom -- View this message in context: http://www.nabble.com/Call-

Re: [mapguide-users] Java and Linux

2008-06-18 Thread gimbrogno @smartlab
Hi, new re-compile of mapguide 1.2.0... After the command "make install" I could see some of these texts: === Libraries have been installed in: /usr/local/mapguideopensource/webserverextensions/lib If you ever happen to want to link against installed libraries in a given directory,

Re: [mapguide-users] FF 3 ...AJAX viewer does not load map

2008-06-18 Thread Tom Chadwin
Hello all Just to confirm, map also fails to load in FF3 on WinXP SP3, (MGOS on W2K3 IIS, PHP): http://maps.northumberlandnationalpark.org.uk:443/ Also, layers which are set not to appear in the legend appear initially, labelled with '?' as they do in IE7. However, they do not subsequently disa

Re: [mapguide-users] CPP Build failure on Ubuntu 8.04

2008-06-18 Thread gimbrogno @smartlab
Hi, try to edit the Makefiles erasing all the -Wxxx paramethers! They are used only to enable warnings and, the cause may be this... Try also to downgrade the gcc compiler version, infact the 4.2.3 bundled with ububtu 8.04 causes some errors... Regards SD-20 wrote: > > Background: > - went throu

Re: [mapguide-users] CPP Build failure on Ubuntu 8.04

2008-06-18 Thread gimbrogno @smartlab
Hi, try to edit the Makefiles erasing all the -Wxxx paramethers! They are used to enable warnings... Try also to downgrade the gcc compiler version, infact the 4.2.3 bundled with ububtu 8.04 causes some errors like this... Regards SD-20 wrote: > > Background: > - went through normal install step

[mapguide-users] FF 3 ...AJAX viewer does not load map

2008-06-18 Thread Maciej Skorczewski
Hi all about this is under this url: http://trac.osgeo.org/mapguide/ticket/378 i add screen from Firebug (on FF 3 full) So dear Mapguide team how can we fix this? this bug should be fixed immediately ...new customers...and counting. http://downloadcounter.sj.mozilla.com/ maciek ___