CF AJAX controls not rendering?

2011-11-13 Thread Lawrence Mak
Has anyone experienced this? In IE (6 and upwards) whenever I use an AJAX control (such as cfgrid), after a couple of times of renderings (like switching to other pages and back), the control will no longer be rendered properly, leaving behind a very thin line that looks like the bounding

Re: CF AJAX controls not rendering?

2011-11-13 Thread Lawrence Mak
Sorry, forgot to mention that I'm using CF8. Has anyone experienced this? In IE (6 and upwards) whenever I use an AJAX control (such as cfgrid), after a couple of times of renderings (like switching to other pages and back), the control will no longer be rendered properly, leaving

Using Google Maps API

2008-09-16 Thread Lawrence Mak
Hi, I was trying to use the Google Maps API in a template called from a border type cflayoutarea with no luck. The maps simply doesn't show up: cfif isdefined(url.lat) cfset lat=#url.lat# cfset lng=#url.lng# /cfif head script src=

Re: Using Google Maps API

2008-09-16 Thread Lawrence Mak
Hi, Lawrence, Before you do anything else, I would suggest changing your cfdiv into a regular div (and launch the JavaScript function with a hyperlink or something) just to make sure that there isn't something about the way cfdivs are rendered that the Google API doesn't like. If you

cfgridcolumn href question

2008-07-17 Thread Lawrence Mak
Hi, I am trying to write a cfgrid in a layout-tab, with column links to other tabs in the layout. However, the href attribute for cfgridcolumn only allows url and column to other pages, not containers such as layout areas. Can anyone suggest other approach to achieve this? Thanks.

Components anomalies?

2008-07-14 Thread Lawrence Mak
I am developing an application using lots of layout-tabs and cfgrids. The app was working fine but then suddenly it started to behave in a strange way: all layoutareas in the tabs had 10 lines of whitespaces at the top, and cfgrid broke down completely - but only those using cfc component

CF8 / CFGRID / HREFKEY /CFLAYOUT newbie question

2008-07-04 Thread Lawrence Mak
Hi all, I'm building a datagrid that is similar to what Charles described (http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:52906#285912), except that my datagrid resides in a tabbed layout. I have built a normal table version in the following way: 1. set the href of the cell