[mapguide-users] deactivate mousewheel for mapframe

2009-09-21 Thread Bernd Kamjunke
Hello Everybody! Does anybody know how to deactivate the mousewheel? I had no luck trying the unbind method of the mapframe or the document object of the mapframe. This didn't worked too: window.removeEventListener('DOMMouseScroll', kartenframe.OnMouseWheel, true); Thanks for every answer Bern

Re: [mapguide-users] deactivate mousewheel for mapframe

2009-09-21 Thread Jackie Ng
You could try replacing the function in that handles mouse scrolling with a "do nothing" function. eg. kartenframe.OnMouseWheel = function() {}; - Jackie Bernd Kamjunke wrote: > > Hello Everybody! > > Does anybody know how to deactivate the mousewheel? > I had no luck trying the unbind metho

RE: [mapguide-users] trouble connecting mapguide maestro postgis

2009-09-21 Thread Remco Houtkamp
Been away for the weekend, so I couldn't continue. This morning I made a newe setup. Winxp Mapguide 2.1 Mapguide Maestro Postgresql 8.4 Postgis 1.4 Same trouble as before with missing libpq.ddl, so I copied this file from the postgresql tot the mapguide FDO folde. Depend.exe showed me that there

Re: [mapguide-users] deactivate mousewheel for mapframe

2009-09-21 Thread Bernd Kamjunke
Hello Jackie! Thanks for your reply but it did not work. The user is still able to change the mapscale with the mousewheel. I have tried this kartenframe.OnMouseWheel = function() {}; and the same with the document object of the frame with no result. I have tried this , too without effect: va

Re: [mapguide-users] trouble connecting mapguide maestro postgis

2009-09-21 Thread Jason Birch
I haven't played with the PostGIS provider for a long time, but it would be key to ensure that you are using the same version of libpq (and the other postgresql client libraries) as the provider was compiled with. I'm not entirely sure what version that is, but someone on the fdo-users mailing lis

RE: [mapguide-users] trouble connecting mapguide maestro postgis

2009-09-21 Thread Remco Houtkamp
Jason, did not know of such list. I subscribed and off course will share when something comes out. I 'm pretty sure it is a Mapguide FDO problem. After I've update Quantum Gis to v 1.3 (not included within the ever so useful osgeo4w) I'm able to connect to postgis from Quantum Gis as well besides U

RE: [mapguide-users] trouble connecting mapguide maestro postgis

2009-09-21 Thread Remco Houtkamp
I wrote an email for the fdo mailinglist with contains the information on this problem in an easy to read way (according to me). Maybe a summary is useful for this list as well, so here it is: Hi list, Somebody from the mapguide lijst told me about this list so I just subscribed. I 'm new t