all groups > macromedia flash flash remoting > february 2004 >
You're in the

macromedia flash flash remoting

group:

ProgressBar with CFC's


ProgressBar with CFC's monkeym
2/20/2004 3:38:05 PM
macromedia flash flash remoting:
I have a FLASH RIA and am using CFC's to retrieve my data using Flash Remoting,
when I send the request for my data is there anyway I can start a progress bar
or preloader while it accesses the database as this can sometimes take quite a
while?
Re: ProgressBar with CFC's weeble
2/22/2004 7:07:38 PM
Hi,

Take a look at the tail end of an earlier thread entitled "ColdFusion MX to
DataSet to DataGrid..?"
I've been trying to suss out the same thing! I'f you beat me to it please let
me into to secret ;-)

Mike

Re: ProgressBar with CFC's Rowan
2/23/2004 3:47:12 PM
The trick is within the CFC .. you need to set the FLASH.pagesize parameter
<cfset FLASH.pagesize = 10> .. without this, the modelChanged method does not
work. The example here sets it to 10 rows, but this can be any number you like
...

Email my directly if you need further assistance.
AddThis Social Bookmark Button