[mapguide-users] Problem using jx.lib

2012-08-29 Thread veer-singh
Hello ,

I am using jx.lib to create new jx.grid at runtime using .NEt and fusion
layout and IE8, i am facing error while enabling plugin.editor to grid to
start editing on cells. Existing method in jx.lib for class jx.grid is
causing an error in following function. Error states everywhere , where
hasClass () and getParent has been implemented i.e. no method exists, i
think these methods are deprecated now , please suggest me way to get out
from this ... Thanks

getCellData: function(cell) {
var data = null,
index,
column,
row;
if (!cell.hasClass('jxGridCell')) {
  cell = cell.getParent('td.jxGridCell');
}
if (cell) {
  body = this.gridTableBody;
  row = body.getChildren().indexOf(cell.getParent('tr'));
  this.columns.columns.some(function(col,idx){
if (cell.hasClass('jxGridCol'+idx)) {
  index = idx;
  column = col;
  return true;
}
return false;
  });
  data = {
row: row,
column: column,
index: index
  };
  cell.store('jxCellData', data);
}
return data;
  },



-
VEER HCLTECH,INDIA
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Problem-using-jx-lib-tp4998495.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Adding jx.grid in panel

2012-08-29 Thread veer-singh
Any help on this will be appreciated . Thanks



-
VEER HCLTECH,INDIA
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Adding-jx-grid-in-panel-tp4994733p4998496.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS - DWG / DXF

2012-08-29 Thread Gabriele Monfardini
On Wed, Aug 29, 2012 at 5:08 AM, Jackie Ng  wrote:
> The DWG driver support in OGR is through Teigha/ODA, so most definitely just
> vanilla AutoCAD and none of the vertical stuff like OD tables and Link
> Templates.
>
> Good luck finding binaries with DWG driver support built-in.

Also because "Open DWG Alliance" software has Open in the name, which
is a good marketing point, but is available to download only for ODA
members, which pay the quote.

Gabriele
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS - DWG / DXF

2012-08-29 Thread Jackie Ng
Hence why I said "Good Luck" :)

There's no free lunch when working with DWG files.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/MGOS-DWG-DXF-tp4998328p4998503.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Problem using jx.lib

2012-08-29 Thread Jackie Ng
There's a google group for jxlib where you're more likely to get a useful
response:

http://groups.google.com/group/jxlib/

- Jackie



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Problem-using-jx-lib-tp4998495p4998504.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Folders created in Maestro

2012-08-29 Thread sidecar5
Na, I just couldnt figure where my good work was disappearing to. :-)

I thought it may keep a copy in let's say 'normal' format as well but all
good. At least I can stop looking for them now.

Cheers, Peter



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Folders-created-in-Maestro-tp4998435p4998509.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] how to increase the size of new window in studio 2013

2012-08-29 Thread veer-singh
I want to increase the default size of new window setting under any tool.

Regards



-
VEER HCLTECH,INDIA
--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/how-to-increase-the-size-of-new-window-in-studio-2013-tp4998547.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-08-29 Thread snrt100
i have the same probleme that mapas find.
i can t create a feature source to connect with the provider
postgres/postgis.

window 7 32 bits
mapguide os 2.4 32 bits

waths wrong !!




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/mg-2-4-ubuntu-12-04-error-connect-postgres-mysql-tp4984589p4998566.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] API Change in MG 2.4 also Affects PUT in GeoRest?

2012-08-29 Thread GordonL
The funny thing is, the georest 'PUT' worked fine in MGOS2.2 and MG2011.
The update 'PUT' is just updating the sample Parcels.sdf from the Sheboygan
data set.

The Ajax feedback from GeoRest says Feature updated but does not actually
update the SDF
GeoRest may need a proper build for mgos 2.4
I don't see one available yet...

Gordon



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/API-Change-in-MG-2-4-also-Affects-PUT-in-GeoRest-tp4996809p4998589.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] how to do working devguideSample ?

2012-08-29 Thread renardchan
hello,

i mingle between the commons.php files. I have needed many times to
understand that they were 2 differents common.php. One in mapviewerphp, the
second in devguidesamples/phpsamples/common/common.php.

Finaly i have understood that the right common.php files for the
devguidesample is the second. In this file i have seen very directories was
wrong. I have changed it and after this, the example was working.

Thank you for your interess. 

Bye



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/how-to-do-working-devguideSample-tp4997649p4998608.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] API Change in MG 2.4 also Affects PUT in GeoRest?

2012-08-29 Thread Jackie Ng
Just because the APIs for MGOS 2.4 and AIMS 2013 may look the same when
interfacing from .net/Java/PHP code, this is not necessarily the case when
interfacing from C++ code. I wouldn't be surprised if it's some C++ problem
like a vtable mismatch.

So yeah, probably do need a 2.4 targeted build of GeoREST to be absolutely
sure.

- Jackie



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/API-Change-in-MG-2-4-also-Affects-PUT-in-GeoRest-tp4996809p4998613.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-08-29 Thread Steve G
Thank you for the clarification Master Ng.

Do you know of a work around for using alias raster files?

Thanks.




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-tp4995445p4998663.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MGOS - DWG / DXF

2012-08-29 Thread Trevor Wekel

If you are using the Teigha libraries from the Open Design Alliance "ODA" for 
internal use only, ie. not selling or distributing applications, an Associate 
Membership will give you access to the libraries.  Higher level memberships in 
ODA also grant redistribution rights.

http://www.opendesign.com/Associate  Cost is $250 USD for the first year and a 
$100 renewal in subsequent years.
http://www.opendesign.com/Sustaining Cost is $5000 1st yr/$3000 renewal and 
grants unlimited distribution rights. 

It should also be noted that the Teigha libraries are supported on Windows and 
Linux.  I have used them on CentOS 5 and they do work.  With the version I 
used, some of the extended entity information from AutoCAD Map was difficult to 
get at through Teigha.

ODA has posted a design specification for DWG files.  It may give a better 
indication as to what is supported and what isn't.  Object data and link 
templates are mentioned in the document but I suspect "mileage will vary".
 
http://opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf


Regards,
Trevor

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Gabriele Monfardini
Sent: August 29, 2012 1:29 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] MGOS - DWG / DXF

On Wed, Aug 29, 2012 at 5:08 AM, Jackie Ng  wrote:
> The DWG driver support in OGR is through Teigha/ODA, so most 
> definitely just vanilla AutoCAD and none of the vertical stuff like OD 
> tables and Link Templates.
>
> Good luck finding binaries with DWG driver support built-in.

Also because "Open DWG Alliance" software has Open in the name, which is a good 
marketing point, but is available to download only for ODA members, which pay 
the quote.

Gabriele
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-08-29 Thread Chris Gountanis
Might be an off the wall question but will MapGuide 2.4 work with the newer
versions of the GDAL files.

Such as these...

32:
http://www.gisinternals.com/sdk/PackageList.aspx?file=release-1600-gdal-1-9-1-mapserver-6-0-3.zip
64:
http://www.gisinternals.com/sdk/PackageList.aspx?file=release-1600-x64-gdal-1-9-1-mapserver-6-0-3.zip

Is there a benefit to staying current on these or could there be
compatibility issues. I noticed above they linked to 1.9.0 mapserver 6.0.1
where my link is 1.9.1 mapserver 6.0.3.


Thanks in advance!



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-tp4995445p4998706.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-08-29 Thread Steve G
Based on Jackie's comments, I would stick with 1.9.0.  But of course you
could always try with 1.9.1 and see what happens.  Please report back any
success stories or stumbling blocks.



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-tp4995445p4998734.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-08-29 Thread Jackie Ng
Until this defect is fixed, simply don't have your raster files directly
under the aliased folder, but rather a folder one or more levels deep within
the aliased folder.

For example, if you have an alias mapped to C:\images don't have your images
put under C:\images

Have them under C:\images\foo or C:\images\foo\bar etc. Anything that will
result in the aliased path having at least one path separator

- Jackie



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-tp4995445p4998755.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Step by Step for ECW and MGOS 2.4

2012-08-29 Thread Chris Gountanis
Where will this be ultimately fixed in GDAL or MapGuide?



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Step-by-Step-for-ECW-and-MGOS-2-4-tp4995445p4998757.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] MapGuide - open source

2012-08-29 Thread Gregor Skrt
I have few questions about Map Guide - Open source. I'm a long time open source 
supporter / linux user.


1.   I installed MapGuide open source V. 2.2 . and tried to get it working 
with MapGuide Maestro v. 5. - no luck. It says there are some compatibility 
issues ?? What is the version number of MGOS and Maestro to get this set up 
working ?

2.   Is there a possibility to export data directly from AutoCad Map 3D - 
2012 ?

3.   What would be a >proper< set up for a company that runs vector data 
updates daily ?

Thank you for your answers.


[Opis: QR_koda_online_generated_gregor_skrt]

Gregor Skrt,  Bc.Sc.E.Eng.
tel.: 05 339 67 56
e-pošta: gregor.s...@elektro-primorska.si

<>___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users