[mapguide-users] RE: Another Fusion Question scalebar this time.

2011-11-09 Thread Berg, Leandros van den [FGSBV]
Jamo, I'm glad it worked. Thanks for having a look at my problem as well. Your solution also worked for me, but only for Internet Explorer. Firefox is still giving me the A parameter or an operation is not supported by the underlying object exception for scalebartool.js. I'm going to switch

RE: [mapguide-users] Scalebar: TypeError, Fusion Error, and NS_ERROR_DOM_INVALID_ACCESS_ERR

2011-11-09 Thread Berg, Leandros van den [FGSBV]
Thanks to Jamos' solution in his post (http://osgeo-org.1803224.n2.nabble.com/Another-Fusion-Question-scalebar -this-time-tp6972608p6976316.html), he managed to solve the TypeError and the Scalebar widget works properly now in Internet Explorer. However, the NS_ERROR_DOM_INVALID_ACCESS_ERR error

[mapguide-users] Re: MapGuide Maestro 4.0 RC1 now available

2011-11-09 Thread GordonL
HI Jackie, having some MONO issues. What version do you suggest? Getting Data is Invalid in Maestro thanks gordon -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MapGuide-Maestro-4-0-RC1-now-available-tp6974958p6977800.html Sent from the MapGuide Users mailing list

[mapguide-users] Re: Offset Vector Layer in Chrome with MapGuide

2011-11-09 Thread GordonL
Hi Crispin, this is a FUSION Stylesheet issue I think. It only occurs with Aqua template within an IFRAME. And, yes, it is the width of the toolbar at the top, its like the map is offset by that width/height. The problem is with Measure tool, any digitize (using MapGuideViewerApi.js) and any

[mapguide-users] Re: Offset Vector Layer in Chrome with MapGuide

2011-11-09 Thread GordonL
Ok just so I know its not my server, at random, I selected 3 different public web sites (I just did an ALLINURL:mapguide/SLATE search in google. These 3 sites all cause issues in chrome. I don't know the verison of MapGuide they are running, but it is consistent across the board. iframe

[mapguide-users] Re: Client side way to get FEATID's from FDO?

2011-11-09 Thread tmblackflag
FEATID is an identity property and lives in a RDBMS. It is a primary key and is indexed and table is only 250 records right now. It takes a total of 7-8 seconds to post to the db, get the feat id, then connect to the DB to update the coordinates for the associated label point. What i was really

RE: [mapguide-users] Re: Client side way to get FEATID's from FDO?

2011-11-09 Thread Martin Morrison
2 comments. First, do I read this correctly that you are updating each move every time the user hits the arrow key? If so, don't do that. Let the user click once where they want it to go and move it once. Second, 250 indexed records should be smoking fast. Are you sure you have the code

[mapguide-users] Re: Client side way to get FEATID's from FDO?

2011-11-09 Thread tmblackflag
1) Yes but i'm switching it over to a one click move as recommended. 2) The feature source was created via Map 3d's schema editor with all keys and indexes automatically created by the tool. I've verified everything is there. Here is my complete server side code to make this happen. While it

[mapguide-users] MapGuide 64 Bit Apache

2011-11-09 Thread GordonL
Hi All, Does anyone know where I can find the 64 bit APXS (windows) for Apache - there must be one if Apache is built in 64 bit windows? I want to make a *SO* file out of this http://people.apache.org/~pquerna/modules/mod_flvx.c any tips with the 64 bit windows version of Apache that is with

[mapguide-users] Re: MapGuide 64 Bit Apache

2011-11-09 Thread Jackie Ng
We keep the binaries for Apache under the Installer. http://trac.osgeo.org/mapguide/browser/branches/2.2/Installer/Support/Web/x64/Apache2 IIRC, these binaries were sourced from apachelounge. Memory is a bit fuzzy. It contains headers/libs as well, so you should be able to build your httpd

[mapguide-users] Re: MapGuide 64 Bit Apache

2011-11-09 Thread GordonL
Thanks Jackie, I thought you could track it down. Do you know where I can find APXS for Windows 64? There is a download on the apachelounge for 32bit windows...but not 64. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MapGuide-64-Bit-Apache-tp6980282p6980348.html

[mapguide-users] Re: Scalebar: TypeError, Fusion Error, and NS_ERROR_DOM_INVALID_ACCESS_ERR

2011-11-09 Thread Jamo
Berg I think I'm on a roll this might be the reason i've never had fusion working in firefox :) modify the Scalebar.js to I'm guessing NS_ERROR_DOM_INVALID_ACCESS_ERR is thrown because the url is not well formed ?? works for me now :) Hope this does it for you -- View this message in