RE: [flexcoders] Flex SDK Beta 2 - script timeout

2007-11-20 Thread Mark Ingram
Actually sorry, that's the second error - the first error is here:

 

Error: Error #1502: A script has executed for longer than the default
timeout period of 15 seconds.

  at
mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()[E:\dev\fl
ex_3_beta2\sdk\frameworks\projects\framework\src\mx\managers\layoutClass
es\PriorityQueue.as:212]

  at
mx.managers::LayoutManager/validateClient()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\managers\LayoutManager.as:853]

  at
mx.core::UIComponent/validateNow()[E:\dev\flex_3_beta2\sdk\frameworks\pr
ojects\framework\src\mx\core\UIComponent.as:5432]

  at
mx.core::Container/createOrDestroyScrollbars()[E:\dev\flex_3_beta2\sdk\f
rameworks\projects\framework\src\mx\core\Container.as:4454]

  at
mx.core::Container/createScrollbarsIfNeeded()[E:\dev\flex_3_beta2\sdk\fr
ameworks\projects\framework\src\mx\core\Container.as:4382]

  at
mx.core::Container/createContentPaneAndScrollbarsIfNeeded()[E:\dev\flex_
3_beta2\sdk\frameworks\projects\framework\src\mx\core\Container.as:4198]

  at
mx.core::Container/validateDisplayList()[E:\dev\flex_3_beta2\sdk\framewo
rks\projects\framework\src\mx\core\Container.as:2726]

  at
mx.managers::LayoutManager/validateClient()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\managers\LayoutManager.as:858]

  at
mx.core::UIComponent/validateNow()[E:\dev\flex_3_beta2\sdk\frameworks\pr
ojects\framework\src\mx\core\UIComponent.as:5432]

  at
mx.core::UIComponent/creationCompleteHandler()[E:\dev\flex_3_beta2\sdk\f
rameworks\projects\framework\src\mx\core\UIComponent.as:8364]

  at flash.events::EventDispatcher/dispatchEventFunction()

  at flash.events::EventDispatcher/dispatchEvent()

  at
mx.core::UIComponent/dispatchEvent()[E:\dev\flex_3_beta2\sdk\frameworks\
projects\framework\src\mx\core\UIComponent.as:8915]

  at mx.core::UIComponent/set
initialized()[E:\dev\flex_3_beta2\sdk\frameworks\projects\framework\src\
mx\core\UIComponent.as:1118]

  at
mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\flex_3_beta2\s
dk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:696]

  at Function/http://adobe.com/AS3/2006/builtin::apply()

  at
mx.core::UIComponent/callLaterDispatcher2()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\core\UIComponent.as:8338]

  at
mx.core::UIComponent/callLaterDispatcher()[E:\dev\flex_3_beta2\sdk\frame
works\projects\framework\src\mx\core\UIComponent.as:8281]

 

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Ingram
Sent: 20 November 2007 13:51
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex SDK Beta 2 - script timeout

 

Hi all, I've got my project building ok in FB3 now - but when I run it
(just before it finishes creating the children after retrieving data
from web service call), I get the following error:

 

Error: Error #1503: A script failed to exit after 30 seconds and was
terminated.

  at
mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()[E:\dev\fl
ex_3_beta2\sdk\frameworks\projects\framework\src\mx\managers\layoutClass
es\PriorityQueue.as:212]

  at
mx.managers::LayoutManager/validateClient()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\managers\LayoutManager.as:893]

  at
mx.core::UIComponent/validateNow()[E:\dev\flex_3_beta2\sdk\frameworks\pr
ojects\framework\src\mx\core\UIComponent.as:5432]

  at
mx.core::Container/createOrDestroyScrollbars()[E:\dev\flex_3_beta2\sdk\f
rameworks\projects\framework\src\mx\core\Container.as:4514]

  at
mx.core::Container/createScrollbarsIfNeeded()[E:\dev\flex_3_beta2\sdk\fr
ameworks\projects\framework\src\mx\core\Container.as:4382]

  at
mx.core::Container/createContentPaneAndScrollbarsIfNeeded()[E:\dev\flex_
3_beta2\sdk\frameworks\projects\framework\src\mx\core\Container.as:4198]

  at
mx.core::Container/validateDisplayList()[E:\dev\flex_3_beta2\sdk\framewo
rks\projects\framework\src\mx\core\Container.as:2726]

  at
mx.managers::LayoutManager/validateClient()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\managers\LayoutManager.as:858]

  at
mx.core::UIComponent/validateNow()[E:\dev\flex_3_beta2\sdk\frameworks\pr
ojects\framework\src\mx\core\UIComponent.as:5432]

  at
mx.core::UIComponent/creationCompleteHandler()[E:\dev\flex_3_beta2\sdk\f
rameworks\projects\framework\src\mx\core\UIComponent.as:8364]

  at flash.events::EventDispatcher/dispatchEventFunction()

  at flash.events::EventDispatcher/dispatchEvent()

  at
mx.core::UIComponent/dispatchEvent()[E:\dev\flex_3_beta2\sdk\frameworks\
projects\framework\src\mx\core\UIComponent.as:8915]

  at mx.core::UIComponent/set
initialized()[E:\dev\flex_3_beta2\sdk\frameworks\projects\framework\src\
mx\core\UIComponent.as:1118]

  at
mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\flex_3_beta2\s

RE: [flexcoders] Flex SDK Beta 2 - script timeout

2007-11-20 Thread Alex Harui
You'll only get into that code if a state is changing.  It shouldn't
time out though.  Is it possible your also cranking lots of data in that
same frame?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Ingram
Sent: Tuesday, November 20, 2007 5:58 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex SDK Beta 2 - script timeout

 

Actually sorry, that's the second error - the first error is here:

 

Error: Error #1502: A script has executed for longer than the default
timeout period of 15 seconds.

  at
mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()[E:\dev\fl
ex_3_beta2\sdk\frameworks\projects\framework\src\mx\managers\layoutClass
es\PriorityQueue.as:212]

  at
mx.managers::LayoutManager/validateClient()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\managers\LayoutManager.as:853]

  at
mx.core::UIComponent/validateNow()[E:\dev\flex_3_beta2\sdk\frameworks\pr
ojects\framework\src\mx\core\UIComponent.as:5432]

  at
mx.core::Container/createOrDestroyScrollbars()[E:\dev\flex_3_beta2\sdk\f
rameworks\projects\framework\src\mx\core\Container.as:4454]

  at
mx.core::Container/createScrollbarsIfNeeded()[E:\dev\flex_3_beta2\sdk\fr
ameworks\projects\framework\src\mx\core\Container.as:4382]

  at
mx.core::Container/createContentPaneAndScrollbarsIfNeeded()[E:\dev\flex_
3_beta2\sdk\frameworks\projects\framework\src\mx\core\Container.as:4198]

  at
mx.core::Container/validateDisplayList()[E:\dev\flex_3_beta2\sdk\framewo
rks\projects\framework\src\mx\core\Container.as:2726]

  at
mx.managers::LayoutManager/validateClient()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\managers\LayoutManager.as:858]

  at
mx.core::UIComponent/validateNow()[E:\dev\flex_3_beta2\sdk\frameworks\pr
ojects\framework\src\mx\core\UIComponent.as:5432]

  at
mx.core::UIComponent/creationCompleteHandler()[E:\dev\flex_3_beta2\sdk\f
rameworks\projects\framework\src\mx\core\UIComponent.as:8364]

  at flash.events::EventDispatcher/dispatchEventFunction()

  at flash.events::EventDispatcher/dispatchEvent()

  at
mx.core::UIComponent/dispatchEvent()[E:\dev\flex_3_beta2\sdk\frameworks\
projects\framework\src\mx\core\UIComponent.as:8915]

  at mx.core::UIComponent/set
initialized()[E:\dev\flex_3_beta2\sdk\frameworks\projects\framework\src\
mx\core\UIComponent.as:1118]

  at
mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\flex_3_beta2\s
dk\frameworks\projects\framework\src\mx\managers\LayoutManager.as:696]

  at Function/http://adobe.com/AS3/2006/builtin::apply()

  at
mx.core::UIComponent/callLaterDispatcher2()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\core\UIComponent.as:8338]

  at
mx.core::UIComponent/callLaterDispatcher()[E:\dev\flex_3_beta2\sdk\frame
works\projects\framework\src\mx\core\UIComponent.as:8281]

 

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Ingram
Sent: 20 November 2007 13:51
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex SDK Beta 2 - script timeout

 

Hi all, I've got my project building ok in FB3 now - but when I run it
(just before it finishes creating the children after retrieving data
from web service call), I get the following error:

 

Error: Error #1503: A script failed to exit after 30 seconds and was
terminated.

  at
mx.managers.layoutClasses::PriorityQueue/removeSmallestChild()[E:\dev\fl
ex_3_beta2\sdk\frameworks\projects\framework\src\mx\managers\layoutClass
es\PriorityQueue.as:212]

  at
mx.managers::LayoutManager/validateClient()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\managers\LayoutManager.as:893]

  at
mx.core::UIComponent/validateNow()[E:\dev\flex_3_beta2\sdk\frameworks\pr
ojects\framework\src\mx\core\UIComponent.as:5432]

  at
mx.core::Container/createOrDestroyScrollbars()[E:\dev\flex_3_beta2\sdk\f
rameworks\projects\framework\src\mx\core\Container.as:4514]

  at
mx.core::Container/createScrollbarsIfNeeded()[E:\dev\flex_3_beta2\sdk\fr
ameworks\projects\framework\src\mx\core\Container.as:4382]

  at
mx.core::Container/createContentPaneAndScrollbarsIfNeeded()[E:\dev\flex_
3_beta2\sdk\frameworks\projects\framework\src\mx\core\Container.as:4198]

  at
mx.core::Container/validateDisplayList()[E:\dev\flex_3_beta2\sdk\framewo
rks\projects\framework\src\mx\core\Container.as:2726]

  at
mx.managers::LayoutManager/validateClient()[E:\dev\flex_3_beta2\sdk\fram
eworks\projects\framework\src\mx\managers\LayoutManager.as:858]

  at
mx.core::UIComponent/validateNow()[E:\dev\flex_3_beta2\sdk\frameworks\pr
ojects\framework\src\mx\core\UIComponent.as:5432]

  at
mx.core::UIComponent/creationCompleteHandler()[E:\dev\flex_3_beta2\sdk\f
rameworks\projects\framework\src\mx\core\UIComponent.as:8364]

  at flash.events::EventDispatcher/dispatchEventFunction

Re: [flexcoders] Flex SDK download is mislabeled - Adobe please read

2007-08-29 Thread Tom Chiverton
On Tuesday 28 Aug 2007, [EMAIL PROTECTED] wrote:
 No, not officially I guess, though we feel like it was a good hotfix. 

I agree. It fixed a lot of things people didn't know they were hitting or 
working around.

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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/
 


Re: [flexcoders] Flex SDK download is mislabeled - Adobe please read

2007-08-28 Thread Tom Chiverton
On Wednesday 22 Aug 2007, [EMAIL PROTECTED] wrote:
 We've pushed the change live where we now actually deliver HF1 in that
 download.  Thanks for pointing out the issue!

Does this mean 2.0.1 HF1 is now the recommended minimum version of Flex 2 ? 
It's always been the case in the past that hot fixes were an 'only if you 
need them' sort of thing...

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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/
 


RE: [flexcoders] Flex SDK download is mislabeled - Adobe please read

2007-08-28 Thread Matt Chotin
No, not officially I guess, though we feel like it was a good hotfix.  I
probably wouldn't recommend going to HF2 if you don't need it because we
saw that we had some web service problems with it (and that's primarily
what changed along with the Flash compatibility).  The change on that
page honestly was more about what was easiest to update quickly.

Matt 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Tuesday, August 28, 2007 2:37 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex SDK download is mislabeled - Adobe please
read

On Wednesday 22 Aug 2007, [EMAIL PROTECTED] wrote:
 We've pushed the change live where we now actually deliver HF1 in that
 download.  Thanks for pointing out the issue!

Does this mean 2.0.1 HF1 is now the recommended minimum version of Flex
2 ? 
It's always been the case in the past that hot fixes were an 'only if
you 
need them' sort of thing...

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
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





RE: [flexcoders] flex sdk

2007-02-23 Thread Steve Cox
The free SDK is a set of classes and command-line tools. Flex Builder
can be used as an Eclipse plugin - but this is not free. I think you may
have downloaded Flex Builder in addition to the SDK
 
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of mapper2255
Sent: 23 February 2007 16:31
To: flexcoders@yahoogroups.com
Subject: [flexcoders] flex sdk
 
Good Morning,

I have just downloaded and installed the Flex SDK 2 into Eclipse 3.1. 
We I start Eclipse I get the Flex Builder Activation box asking for my 
serial number?

I had the trial loaded at one time but it has been uninstalled can 
someone tell me why I should be asked for a serial number?

Thanks.
 


Re: [flexcoders] Flex SDK configuration with JBoss?

2007-01-22 Thread Abdul Qabiz

What you want to do? Use Flex2 the way it worked in Flex 1.5 based,
server-based stuff?

I am sure you can achieve that...by creating a filter to handle .mxml
files... Filter would invoke MXMLC (or use MXMLC libs) to compile mxml and
cache SWF on server...Filter would then wrap the SWF in html and throw the
html to clients..

Well I am sure there would be better way, this is how I would do if Flex2SDK
doesn't have a way...

-abdul

On 1/22/07, sanjaypmg [EMAIL PROTECTED] wrote:


  Hi All,

How can I configure Flex SDK with JBoss server?

Is it the same as I configured Flex with JBoss or something different?

Please do tell me.

thanks,
Sanjay sharma

 



RE: [flexcoders] Flex SDK - /* @copy mx.core.UIComponent ??

2007-01-17 Thread Beverly Guillermo
Nope, it means to copy the ASDoc comment from the referenced location... per
the ASDoc description of the @copy tag. :)
 
http://labs.adobe.com/wiki/index.php/ASDoc:Creating_ASDoc_Comments#ASDoc_Tag
s
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rick Schmitty
Sent: Wednesday, January 17, 2007 12:48 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex SDK - /* @copy mx.core.UIComponent ??



Just wondering what the terminology means when you see the following

UITextField.as

//--
// percentWidth
//--

/**
* @copy mx.core.UIComponent#percentWidth
*/
public function get percentWidth():Number
{
return NaN;
}

/**
* @private
*/
public function set percentWidth(value:Number):void
{
}

Does that copy the functionality from UIComponent or is that something
that is to be done still?