Re: [Mapbuilder-devel] Rép : trouble acceeding a function (setHidden)

2007-07-13 Thread Grégory Babusiaux
Nevermind Mike, I forgot an S, a stupid dumb S Those are the errors I never see! config.objectS.mainMap Thanks for your help by the way Greg Le 13-juil.-07 à 15:27, Grégory Babusiaux a écrit : [Sorry to Mike for the double mail, I forget the list as CC] It doesn't work with onclic

Re: [Mapbuilder-devel] Missing MapContainerBase

2007-07-13 Thread Andreas Hocevar
Hi, On 7/13/07, Kralidis,Tom [Burlington] <[EMAIL PROTECTED]> wrote: > > I changed all instances of MapPane to MapPaneOL in my config. I now > encounter the same js error, now from AoiBoxDHTML.js (line 49). > > Is AoiBoxDHTML affected by the merge also? Yes. But you can just remove it from your

Re: [Mapbuilder-devel] Missing MapContainerBase

2007-07-13 Thread Kralidis,Tom [Burlington]
I changed all instances of MapPane to MapPaneOL in my config. I now encounter the same js error, now from AoiBoxDHTML.js (line 49). Is AoiBoxDHTML affected by the merge also? ..Tom > -Original Message- > From: Andreas Hocevar [mailto:[EMAIL PROTECTED] > Sent: 13 July, 2007 2:16 PM > T

Re: [Mapbuilder-devel] Missing MapContainerBase

2007-07-13 Thread Andreas Hocevar
Hi Tom, the ol-integration sandbox was merged back to trunk recently. This means that MapPane and MapPane2, as well as MapContainerBase, are deprecated. Solution: Use MapPaneOL instead. This means: all map content is now rendered using the OpenLayers library. Regards, Andreas. On 7/13/07, Krali

[Mapbuilder-devel] Rép : trouble acceeding a function (setHidden)

2007-07-13 Thread Grégory Babusiaux
[Sorry to Mike for the double mail, I forget the list as CC] It doesn't work with onclick either. Maybe it is because my onclick is an attribute of a tag instead of a input tag? Le 13-juil.-07 à 14:47, Mike Adair a écrit : That looks like it should work. Maybe try using onclick instead

Re: [Mapbuilder-devel] trouble acceeding a function (setHidden)

2007-07-13 Thread Mike Adair
That looks like it should work. Maybe try using onclick instead of onClick? Mike Grégory Babusiaux wrote: > HI, > > i got a problem with acceding to setHidden function which is in the > file OwsContext.js > > I tried to acceed it via my own Model, with the targetModel tag. > > here is my confi

[Mapbuilder-devel] Missing MapContainerBase

2007-07-13 Thread Kralidis,Tom [Burlington]
Hi, Using trunk and FF 2.0.0.4, I get the following error: " MapContainerBase is not defined http://devgeo.cciw.ca/mapbuilder/lib/widget/MapPane.js Line 24 " App: http://devgeo.cciw.ca/mapbuilder/demo/reseau/ Config: http://devgeo.cciw.ca/mapbuilder/demo/reseau/config.xml Any ideas? Note th