[flexcoders] timeout in adobe flex netconnection call

2008-08-18 Thread alex_m2000_cl
i want to know if anyone knows if possible set a timeout when makes a
remote call using netconnection call method. I was looking for this on
internet but i could find anything.



[flexcoders] Timeout problem with upload files

2007-09-14 Thread danielvlopes
Hello every body...
I'm using a script that i made to make upload from flex to php...
Everything work fine... but when i try use this in low connections
like dialup nothing happen, the upload progress is initiate but when
my progressbar reach the 100% nothing more happen, i think is a
problem with timeout, exist some think to set timeout to zero?

I think the problem not is in php because my upload class in php make
this before make upload operations:

set_time_limit (0);


Thanks everyone.



[flexcoders] timeout happens with large amount of data?

2007-04-09 Thread arpan srivastava
Hi All,

I am getting this error when I give a large amount of data to my datagrid 
that consists  of a line chart and bar chart in it's columns.

Error: Error #1502: A script has executed for longer than the default timeout 
period of 15 seconds.
at mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()
at mx.managers::LayoutManager/validateClient()
at mx.core::UIComponent/validateNow()
at 
mx.controls.dataGridClasses::DataGridBase/mx.controls.dataGridClasses:DataGridBase::drawItem()
at 
mx.controls.dataGridClasses::DataGridBase/mx.controls.dataGridClasses:DataGridBase::makeRowsAndColumns()
at mx.controls::DataGrid/mx.controls:DataGrid::makeRowsAndColumns()
at 
mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::updateDisplayList()
at mx.controls::DataGrid/mx.controls:DataGrid::updateDisplayList()

to fix this I did following and it worked:
scriptTimeLimit=500 scriptRecursionLimit=5

but is there any other way around ?




 

Looking for earth-friendly autos? 
Browse Top Cars by Green Rating at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

[flexcoders] timeOut

2007-01-17 Thread Lieven Cardoen
Hi Guys, 

 

Is there something like a timeout in AS3.

 

Problem is following:

 

I have a Canvas. When I call validateNow(), scrollbars change, but if
immediately after I call validateNow() ask for the
maxHorizontalScrollPosition, I get the old value from before the
invalidate and not the new one...

 

So do I have to wait a frame? Or is there a better way, because this is
what annoys me in Flash, to solve something, often you need to wait a
frame...

 

Thx, Lieven Cardoen

 

Lieven Cardoen
Application developer

indiegroup
interactive digital experience
engelse wandeling 2 k18 
b8500 kortrijk 

 

 



[flexcoders] Timeout on RemoteObject (flex 1.5)

2006-08-09 Thread digital_eyezed
Hi,

I have a simple remoteObject that returns no problem unless the 
remoteObject takes longer than 1 minute to return, then flex never 
picks up the return. Has anyone seen this before?

i.e. If I run a query over a time period  of 2 weeks it return no 
problem in about 35 seconds (it's a big sql query at the Java side). 
If I increase the time period to a 1 month period for the query then 
return from the Java side is not pcked up by Flex, it just sits there 
in the busy Cursor state. Is there an underlying timer that gives up 
waiting for a return?

Cheers,

Iain






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/