[mapguide-users] Re: MapGuide 2.4 Beta and labelling NULL TEXT

2012-05-14 Thread Jackie Ng
Try: NullValue(property, replacement_value_if_null) Support for this expression function may vary. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-2-4-Beta-and-labelling-NULL-TEXT-tp4974489p4974493.html Sent from the MapGuide Users mailing list archive at

RE: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Ivan Miličević
@lists.osgeo.org Subject: [mapguide-users] Re: MapGuide 2.4 Beta? In such cases, you should extract the internal MSI using 7-zip and run that msi like so: msiexec /l*v install.log /i path/to/the.msi Windows installer will then log everything to install.log But I'm pretty sure I know what's wrong. You

Re: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Zac Spitzer
...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jackie Ng Sent: Wednesday, April 18, 2012 3:45 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Re: MapGuide 2.4 Beta? In such cases, you should extract the internal MSI using 7-zip and run that msi like

Re: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Gabriele Monfardini
Are you going to publish also a Linux build for 2.4 Beta? Regards, Gabriele ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Andrew DeMerchant
18, 2012 3:45 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Re: MapGuide 2.4 Beta? In such cases, you should extract the internal MSI using 7-zip and run that msi like so: msiexec /l*v install.log /i path/to/the.msi Windows installer will then log everything to install.log

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Jackie Ng
Ah yes, the dreaded linux question :) Well fortunately this time round, my gcc/make/ld error comprehension skills have improved significantly from my last major attempt and as a result, I've had some successes building mapguide on ubuntu (11.10)* So the question then becomes: What linux distros

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Jackie Ng
Cannot vouch for stability, but I can tell you what has changed Other than the fix for reporting +- 100 extents, the GDAL provider has not been touched for some time now (I know Trevor has some resampling enhancements in the pipeline for the provider, but not sure if this is going to make it

Re: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Andrew DeMerchant
Title: GEMTEC Email Signature Ok - I only ask because I see there looks to be no support for an x86 install on Server 2008 anymore, which is what I'm currently running (so I can use the x86 gdal). On 12/04/19 9:26 AM, Jackie Ng wrote: Cannot vouch for

Re: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Gabriele Monfardini
Hi Jackie, Ah yes, the dreaded linux question :) Lol. I also was afraid to ask :) Well fortunately this time round, my gcc/make/ld error comprehension skills have improved significantly from my last major attempt and as a result, I've had some successes building mapguide on ubuntu (11.10)*

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Jackie Ng
I was under the impression that Server 2008 was 64-bit only. Or is that only for Server 2008 R2? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-2-4-Beta-tp4553155p4898027.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Andrew DeMerchant
Title: GEMTEC Email Signature Sorry for the confusion! My install Windows installation is x64, but I'm running the x86 version of Mapguideis that configuration still supported? If the gdal actually works out of the box on an x64 install though, I'd just as soon stick to

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Jackie Ng
The answer to [will MapGuide install on my version of windows?] boils down to the following: * Is my version of windows supported by the Visual C++ 2008 Runtime Library? * Is my version of windows supported by the Visual C++ 2010 Runtime Library? * If choosing IIS, does my version of windows

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Jackie Ng
Apache configured installs are mostly self-contained so 32-bit installs on 64-bit windows shouldn't be a problem. 32-bit WOW installs are broken at the moment (I just discovered, doing a 32-bit install on 64-bit Windows 7), but can be easily worked around by setting the Enable 32-bit applications

RE: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Martin Morrison
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jackie Ng Sent: Thursday, April 19, 2012 8:35 AM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Re: MapGuide 2.4 Beta? I was under the impression that Server 2008 was 64-bit only. Or is that only for Server 2008 R2? - Jackie

RE: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-19 Thread Trevor Wekel
...@lists.osgeo.org] On Behalf Of Jackie Ng Sent: April 19, 2012 6:27 AM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Re: MapGuide 2.4 Beta? Cannot vouch for stability, but I can tell you what has changed Other than the fix for reporting +- 100 extents, the GDAL provider has

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-18 Thread Franz1965
This morning I had to unistall and reinstall 2.4 on my Windows 7 32bit. It seems that after uninstalling, it is not possible to reinstall anymore with IIS configuration. The installer seems doing his job (create folders, copy files, ecc...) but when it is closed to finish it start to rollback. I

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-18 Thread Jackie Ng
In such cases, you should extract the internal MSI using 7-zip and run that msi like so: msiexec /l*v install.log /i path/to/the.msi Windows installer will then log everything to install.log But I'm pretty sure I know what's wrong. You should check and remove anything in IIS (via IIS manager)

R: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-12 Thread Francesco Sozzi
Jackie Ng Inviato: giovedì, 12. aprile 2012 05:36 A: mapguide-users@lists.osgeo.org Oggetto: [mapguide-users] Re: MapGuide 2.4 Beta? I've uploaded x86 and x64 installers for MGOS 2.4 http://download.osgeo.org/mapguide/releases/2.4.0/Test/ It was built from r6569 of the 2.4 branch against the FDO

Re: R: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-12 Thread Jackie Ng
Did you have a pre-existing IIS-configured installation? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-2-4-Beta-tp4553155p4846083.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

R: R: [mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-12 Thread Francesco Sozzi
Yes :-) -Messaggio originale- Da: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] Per conto di Jackie Ng Inviato: giovedì, 12. aprile 2012 09:25 A: mapguide-users@lists.osgeo.org Oggetto: Re: R: [mapguide-users] Re: MapGuide 2.4 Beta? Did you have

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-12 Thread Franz1965
Hi All, I'me trying to use Maestro 4.0rc1 with this Mapguide version, but I can't open layers. If I try to open I get: /Value does not fall within the expected range./ With the further info: /System.ArgumentException: Value does not fall within the expected range. at

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-12 Thread Jackie Ng
Use the final release - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-2-4-Beta-tp4553155p4857439.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list

[mapguide-users] Re: MapGuide 2.4 Beta?

2012-04-11 Thread Jackie Ng
I've uploaded x86 and x64 installers for MGOS 2.4 http://download.osgeo.org/mapguide/releases/2.4.0/Test/ It was built from r6569 of the 2.4 branch against the FDO 3.7 beta1 SDK (note this doesn't have the upgrade to GDAL 1.9 as that was made after this SDK release) I've put these installers up