[flexcoders] Re: Formatting a TextInput

2009-03-20 Thread donald_d_hook
Faster yet ... sample below define the formatters: == mx:NumberFormatter id=numberFormatter useNegativeSign=true/ mx:NumberFormatter id=percentFormatter useNegativeSign=true precision=2/ mx:DateFormatter id=shortDateDisplay formatString=MM/DD// mx:CurrencyFormatter

[flexcoders] Flex 3.1 vs 3.2 and Class Loading

2008-12-28 Thread donald_d_hook
I had developed an application consisting on multiple modules. In order to overcome some class loading issues, I used Shared Code Module to load classes upon startup of the application. I tried using the 3.2 SDK and what once worked for 3.1 does not work for 3.2. Does anyone know what has

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-10-16 Thread donald_d_hook
All - thanks for your help. It is a bug with Adobe - here is the url. http://bugs.adobe.com/jira/browse/SDK-17120 Hyder mentioned at the very beginning of the thread - thanks --- In flexcoders@yahoogroups.com, donald_d_hook [EMAIL PROTECTED] wrote: _rico - you may be right. Thanks

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-30 Thread donald_d_hook
_rico - you may be right. Thanks! --- In flexcoders@yahoogroups.com, rleuthold [EMAIL PROTECTED] wrote: Maybe the issue is related to this bug - http://bugs.adobe.com/jira/browse/SDK-15974 _rico --- In flexcoders@yahoogroups.com, donald_d_hook donald_d_hook@ wrote: Tracy - thanks

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-27 Thread donald_d_hook
tab remain selected, or does it switch back to the first tab? If it stays on the 2nd tab, are you still seeing the content from the first tab, or is it just blank; until you click the 2nd tab again? -TH --- In flexcoders@yahoogroups.com, donald_d_hook donald_d_hook@ wrote: TH

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-27 Thread donald_d_hook
%40yahoogroups.com , donald_d_hook donald_d_hook@ wrote: TH - No, I m not doing that, thats what I thought it was originally. Thanks --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Tim Hoff TimHoff@ wrote: Cool, one other thing to check

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-27 Thread donald_d_hook
the content from the first tab, or is it just blank; until you click the 2nd tab again? -TH --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , donald_d_hook donald_d_hook@ wrote: TH - No, I m not doing that, thats what I thought it was originally. Thanks

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-26 Thread donald_d_hook
instantiation and creationPolicy? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, September 25, 2008 2:15 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-26 Thread donald_d_hook
? Do you understand about deferred instantiation and creationPolicy? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, September 25, 2008 2:15 PM To: flexcoders

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-26 Thread donald_d_hook
; without seeing the code. -TH --- In flexcoders@yahoogroups.com, donald_d_hook donald_d_hook@ wrote: TH - THanks - I will give it a shot and see. --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: Sounds suspiciously like a callLater() solution. Have you tested

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-26 Thread donald_d_hook
tab remain selected, or does it switch back to the first tab? If it stays on the 2nd tab, are you still seeing the content from the first tab, or is it just blank; until you click the 2nd tab again? -TH --- In flexcoders@yahoogroups.com, donald_d_hook donald_d_hook@ wrote: TH

[flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
I have a tab navigator with 3 tabs. Each tab has a canvas with several components on it. when the page is displayed, you see the 1st tab. When I navigate to the 2nd tab, I have to click the 2nd tab twice in order to view the contents of the tab. It looks like the first click on the 2nd tab

[flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
I have a tab navigator with 3 tabs. Each tab has a canvas with several components on it. when the page is displayed, you see the 1st tab. When I navigate to the 2nd tab, I have to click the 2nd tab twice in order to view the contents of the tab. It looks like the first click on the 2nd tab

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
understand about deferred instantiation and creationPolicy? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, September 25, 2008 2:15 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Type Cast Error

2008-08-01 Thread donald_d_hook
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, July 31, 2008 6:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Type Cast Error So no need to have an import in the module? --- In flexcoders@yahoogroups.com

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Wednesday, July 30, 2008 5:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Type Cast Error Alex - I looked at your presentation. I am using the StockVO

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
it won't matter. The SharedCode Module pattern is for heavy things. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Wednesday, July 30, 2008 5:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
. Don't try to fight it, either put the VO's in the main app or create a shared code module. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, July 31, 2008 8:01 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Wednesday, July 30, 2008 5:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Type Cast Error Alex - I looked at your presentation. I am using the StockVO in both

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
to get it from the main module, it will simply be there ready for use. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, July 31, 2008 3:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
that definition and won't use or need their own in the module. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, July 31, 2008 6:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Type Cast Error

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
OK - I changed one module by removing the imports - now the module doesnt load and I dont see any compile errors. --- In flexcoders@yahoogroups.com, donald_d_hook [EMAIL PROTECTED] wrote: So no need to have an import in the module? --- In flexcoders@yahoogroups.com, Alex Harui aharui

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
you get StockVO in the main apps' AppDom, all modules will use that definition and won't use or need their own in the module. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, July 31, 2008 6:58 AM

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
OK - I changed one module by removing the imports - now the module doesnt load and I dont see any compile errors. --- In flexcoders@yahoogroups.com, donald_d_hook [EMAIL PROTECTED] wrote: So no need to have an import in the module? --- In flexcoders@yahoogroups.com, Alex Harui aharui

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
you get StockVO in the main apps' AppDom, all modules will use that definition and won't use or need their own in the module. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, July 31, 2008 6:58 AM

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
in the module. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, July 31, 2008 6:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Type Cast Error In order to use the StockVO object

[flexcoders] Re: Type Cast Error

2008-07-31 Thread donald_d_hook
in the module. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, July 31, 2008 6:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Type Cast Error In order to use the StockVO

[flexcoders] Type Cast Error

2008-07-30 Thread donald_d_hook
I receive a type cast error when I try to cast an object I received from the server (an arraycollection of value objects). I get the following: TypeError: Error #1034: Type Coercion failed: cannot convert com.spinnaker.model::[EMAIL PROTECTED] to com.spinnaker.model.StockVO The actionscript

[flexcoders] Re: Type Cast Error

2008-07-30 Thread donald_d_hook
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Wednesday, July 30, 2008 10:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Type Cast Error I receive a type cast error when I try to cast an object I received from the server (an arraycollection of value

[flexcoders] Re: Type Cast Error

2008-07-30 Thread donald_d_hook
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Wednesday, July 30, 2008 10:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Type Cast Error I receive a type cast error when I try to cast an object I received from the server