Re: cfmap not showing in cfwindow

2010-01-31 Thread Raymond Camden
Maybe try cfajaximport tags=cfmap This tells CF to load the necessary JS/CSS files for maps. On Sun, Jan 31, 2010 at 12:18 AM, Eric Hoffman ehoff...@ejhassociates.com wrote: Now, I understand that this is supposed to work so you can pop up a map pretty easy.   All is configured with the

RE: cfmap not showing in cfwindow

2010-01-31 Thread Eric Hoffman
...@gmail.com] Sent: Sunday, January 31, 2010 5:38 PM To: cf-talk Subject: Re: cfmap not showing in cfwindow Maybe try cfajaximport tags=cfmap This tells CF to load the necessary JS/CSS files for maps. On Sun, Jan 31, 2010 at 12:18 AM, Eric Hoffman ehoff...@ejhassociates.com wrote: Now, I understand

Re: cfmap not showing in cfwindow

2010-01-31 Thread Azadi Saryev
hmm... running your code at first it looked like the map did not load, so i played around with adding ajaxonload() call in map's page and defining ColdFusion.Window.onShow() in the anchor's onclick event - both of which made the map load in cfwindow. however, further testing revealed that your

cfmap not showing in cfwindow

2010-01-30 Thread Eric Hoffman
Now, I understand that this is supposed to work so you can pop up a map pretty easy. All is configured with the key, etc. I see the cfwindow popup, and scroll bars appear. No map. On the calling page, I do have cfwindow and cfmap tags imported via cf. I call this function from the