- 2010
- 2009
- 2008
-
2007
- December
-
November
-
Display images in a LiveGrid
11/26/07
The trick to this is turning off the default HTML encoding option in the buffer settings like so:
params = {isEncoded: false};
buffer=new Rico.Buffer.AjaxSQL(url, params); -
Rico 2.0 LiveGrid Plus and Prototype 1.6
11/26/07
If your LiveGrids stopped working when you upgraded to Prototype 1.6, this is probably the cause:
change 2 lines in
ricoLiveGridAjax.js:
from:
return $H(queryHash);
to:
return queryHash;
from:
Rico.writeDebugMsg('req -
Symfony developers wanted
11/25/07
It's been 2 months since I've updated this page... my excuse is an inordinate workload, leading me to hunt for some extra developers. Got a big symfony project lined up for early 2008, so anyone who's experienced with the symfony framework (and Web Services), feel free to drop me a li -
IE and Rico
11/25/07
Occasionally, IE will fail to run Rico.Corner.round() and other commands issued after the DOM has loaded - even when using:
Event.observe(window, 'load', my_function);
The answer, it seems, is to delay the Rico calls until the Rico.OnLoad event is triggered...
-
Display images in a LiveGrid
- September
- August
- July
- June
- May
- March
- February
- January
- 2006



Avatar



