[flexcoders] Image in DragProxy

2005-06-07 Thread rob
We're creating a shopping cart application.

Items from search results can be dragged onto one of several targets.

When the user drags the items, the product image must reload into the
proxy, which sometimes takes up to a second. Part of this is due to
the size of the image and its location (issues which will be
resolved), but I'm wondering if there's a way to reuse the
already-loaded image data in the proxy.

Thanks,
Rob Skelly





 
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/
 




[flexcoders] Re: Image in DragProxy

2005-06-08 Thread rob
You're correct. The problem here was the scaling of the image, which
took some time, owing to it's size.




 
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/
 





RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








I am having the same issue; however, in my
specific case, a review of Tomcat’s log reveals that the underlying error
is a http 405 error on the POST, in other words, when I issue the send() method
I receive the error. The WSDL can be viewed fine when called directly, but
going though the flashproxy is when the problem happens.  What’s
interesting is that the same WSDL and other code works fine on Tomcat 4.1…I
have this problem only with Tomcat 5.5.7…I’m still researching my
specific issue and will reply back if I get an update…My specific
question at this point is whether I have configured the flashproxy servlet
correctly (if that’s possible in flex-config)…and/or whether Tomcat’s
change to servlet spec 2.4 from 2.3 has somehow introduced this for the
flashproxy…again, still researching.

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Can you post the WSDL for your web
service?

 

Carson

 

 

Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:
valysivec27 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
10:50 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] Re: Axis
Webservices


The webservice is running on the same machine
under Tomcat. The flex 
application runs on Flex-JRun. I want to mention
that I was able to 
connect to google webservices but without any luck
to the webservices 
I'm running locally.

The "Vacancy" web services has some
required input parameters and 
when I igore them I got an eror that the input
parameters are 
missing.. then after I add them, I'm getting
"unable to connect to 
endpoint" error message. 

Any ideas are welcome,
Thanks.
Valy





--- In flexcoders@yahoogroups.com, "Carson
Hager" <[EMAIL PROTECTED]> 
wrote:
> I see you're using localhost.  Arethe
Axis implementation and Flex
> implementations on the same machine?
>  
> Have you opened up localhost for web services
in flex-config.xml?
>  
>  
> 
> Carson
> 
>  
> 
> Carson
Hager 
> Cynergy Systems, Inc. 
> http://www.cynergysystems.com
 

> 
> Email:  [EMAIL PROTECTED] 
> Office:  866-CYNERGY ext. 89 
> Mobile: 1.703.489.6466 
> 
> Take PowerBuilder to the Web with EAF 4.0 
> http://www.cynergysystems.com/public/products/eaf

> 
> 
>  
> 
>   _  
> 
> From: valysivec27 [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 21, 2005 9:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Axis Webservices
> 
> 
> 
> Hello Flexcoders,
> 
> I want to connect via flex to an Axis
Webservice hosted by Tomcat 
J2EE
> app server but I'm getting "unableto
connect to endpoint 
SERVICE
> NAME>" error.
> 
> Here is the webservice declaration:
> 
> 
> wsdl="http://localhost/app/services/Vacancy?wsdl"
>
showBusyCursor="true"
>
useProxy="false"
>
fault="alert(event.fault.faultstring)">
>
> event.result" >
>

>  
100
>

>  

> 
> 
> Any thoughts?
> Thank you very much. Did you guys use flex +
axis webservices? Are
> there any incompatibilities? 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   _  
> 
> 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 the Yahoo! Terms of
> Service 
.












RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








I agree on the post error…strange,
especially since its working fine with TC4.1...I’ll try bypassing the
proxy to see what happens…

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:51 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Rob,

 

Have you tried accessing the web service
without using the proxy?  I'd be curious to see the effect.

 

From what I know about Tomcat 5.5.7, the
major difference would be the use of JDK 1.5.  I can't imagine why you'd
ever get a 405 from a web service call.  Are POST requests turned
off?  I can't imagine why they would be.  Have you looked at the
generated HTTP headers using something like tcptunnel from Apache?

 

 

Carson




Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices

I am having the same issue; however, in my
specific case, a review of Tomcat’s log reveals that the underlying error
is a http 405 error on the POST, in other words, when I issue the send() method
I receive the error. The WSDL can be viewed fine when called directly, but
going though the flashproxy is when the problem happens.  What’s
interesting is that the same WSDL and other code works fine on Tomcat
4.1…I have this problem only with Tomcat 5.5.7…I’m still
researching my specific issue and will reply back if I get an update…My
specific question at this point is whether I have configured the flashproxy
servlet correctly (if that’s possible in flex-config)…and/or
whether Tomcat’s change to servlet spec 2.4 from 2.3 has somehow
introduced this for the flashproxy…again, still researching.

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Can you post the WSDL for your web
service?

 

Carson

 

 

Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:
valysivec27 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
10:50 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] Re: Axis
Webservices


The webservice is running on the same machine
under Tomcat. The flex 
application runs on Flex-JRun. I want to mention
that I was able to 
connect to google webservices but without any luck
to the webservices 
I'm running locally.

The "Vacancy" web services has some
required input parameters and 
when I igore them I got an eror that the input
parameters are 
missing.. then after I add them, I'm getting
"unable to connect to 
endpoint" error message. 

Any ideas are welcome,
Thanks.
Valy





--- In flexcoders@yahoogroups.com, "Carson
Hager" <[EMAIL PROTECTED]> 
wrote:
> I see you're using localhost.  Arethe
Axis implementation and Flex
> implementations on the same machine?
>  
> Have you opened up localhost for web services
in flex-config.xml?
>  
>  
> 
> Carson
> 
>  
> 
> Carson
Hager 
> Cynergy Systems, Inc. 
> http://www.cynergysystems.com
<http://www.cynergysystems.com/> 

> 
> Email:  [EMAIL PROTECTED] 
> Office:  866-CYNERGY ext. 89 
> Mobile: 1.703.489.6466 
> 
> Take PowerBuilder to the Web with EAF 4.0 
> http://www.cynergysystems.com/public/products/eaf

> 
> 
>  
> 
>   _  
> 
> From: valysivec27 [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 21, 2005 9:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Axis Webservices
> 
> 
> 
> Hello Flexcoders,
> 
> I want to connect via flex to an Axis
Webservice hosted by Tomcat 
J2EE
> app server but I'm getting "unableto
connect to endpoint 
SERVICE
> NAME>" error.
> 
> Here is the webservice declaration:
> 
> 
> wsdl="http://localhost/app/services/Vacancy?wsdl"
>
showBusyCursor="true"
>
useProxy="false"
>
fault="alert(event.fault.faultstring)">
>
> event.result" >
>

>  
100
>

>  

> 
> 
> Any thoughts?
> Thank you very much. Did you guys use flex +
axis webservices? Are
> there any incompatibilities? 
> 
> 
> 
> 
> 
> 
> 
>

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








Ok, now bypassing proxy, I still get
error; however, no longer receiving 405 error, now the dreaded 500 error J. Anyway, I go backand
do some lower level traces now…

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
2:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

I agree on the post error…strange,
especially since its working fine with TC4.1...I’ll try bypassing the
proxy to see what happens…

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:51 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Rob,

 

Have you tried accessing the web service
without using the proxy?  I'd be curious to see the effect.

 

From what I know about Tomcat 5.5.7, the
major difference would be the use of JDK 1.5.  I can't imagine why you'd
ever get a 405 from a web service call.  Are POST requests turned
off?  I can't imagine why they would be.  Have you looked at the
generated HTTP headers using something like tcptunnel from Apache?

 

 

Carson




Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices

I am having the same issue; however, in my
specific case, a review of Tomcat’s log reveals that the underlying error
is a http 405 error on the POST, in other words, when I issue the send() method
I receive the error. The WSDL can be viewed fine when called directly, but
going though the flashproxy is when the problem happens.  What’s
interesting is that the same WSDL and other code works fine on Tomcat
4.1…I have this problem only with Tomcat 5.5.7…I’m still researching
my specific issue and will reply back if I get an update…My specific
question at this point is whether I have configured the flashproxy servlet
correctly (if that’s possible in flex-config)…and/or whether
Tomcat’s change to servlet spec 2.4 from 2.3 has somehow introduced this
for the flashproxy…again, still researching.

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Can you post the WSDL for your web
service?

 

Carson

 

 

Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:
valysivec27 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
10:50 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] Re: Axis
Webservices


The webservice is running on the same machine
under Tomcat. The flex 
application runs on Flex-JRun. I want to mention
that I was able to 
connect to google webservices but without any luck
to the webservices 
I'm running locally.

The "Vacancy" web services has some
required input parameters and 
when I igore them I got an eror that the input
parameters are 
missing.. then after I add them, I'm getting
"unable to connect to 
endpoint" error message. 

Any ideas are welcome,
Thanks.
Valy





--- In flexcoders@yahoogroups.com, "Carson
Hager" <[EMAIL PROTECTED]> 
wrote:
> I see you're using localhost.  Arethe
Axis implementation and Flex
> implementations on the same machine?
>  
> Have you opened up localhost for web services
in flex-config.xml?
>  
>  
> 
> Carson
> 
>  
> 
> Carson
Hager 
> Cynergy Systems, Inc. 
> http://www.cynergysystems.com
<http://www.cynergysystems.com/> 

> 
> Email:  [EMAIL PROTECTED] 
> Office:  866-CYNERGY ext. 89 
> Mobile: 1.703.489.6466 
> 
> Take PowerBuilder to the Web with EAF 4.0 
> http://www.cynergysystems.com/public/products/eaf

> 
> 
>  
> 
>   _  
> 
> From: valysivec27 [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 21, 2005 9:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Axis Webservices
> 
> 
> 
> Hello Flexcoders,
> 
> I want to connect via flex to an Axis
Webservice hosted by Tomcat 
J2EE
> app server but I'm getting "unableto
connect to endpoint 
SERVICE
> NAME>" error.
> 
> Here is the webservice declaration:
> 
> 
> wsdl="http://localhost/app/services/Vacancy?wsdl"
>
showBusyCursor="true"
>
useProxy=

Simple ComboBox Question

2005-03-03 Thread Rob








Say I have a list of states in a ComboBox…the dataProvider
provides the data property as the state abbreviation (CA, NV, etc.) and the
label is the full state name.

 

How do I programmatically (in AS) select a state as the
default state selected in the ComboBox?  Do I have to do a getDataProvider()
and then parse through the list of states to find the index of the state I
want, and then set the ComboBox value to that number?  Most other 4th
GLs provide at least a findItem() method or equivalent…I can’t seem
to find that at least in the docs that I have…

 

Thanks for any info.

 

 

 








ViewStack selectedChild

2005-03-09 Thread Rob








Hi,

 

Just curious…the MM docs indicate that setting of the
ViewStack.selectedChild can only be done in AS and not in MXML; however, it
appears from the MM example and my tests that the reverse is true…

 

I have a script that is attempting to set the selectedChild
to a value that matches the id attribute of one of the ViewStack’s but it
doesn’t work….the ViewStack.selectedIndex works great...what’s
up with the selectedChild?

 

viewStack.selectedChild=event.target.selectedItem.attributes.data;

 

TIA for any info.

 

Regards.








RE: [flexcoders] ViewStack selectedChild

2005-03-09 Thread Rob








Oops…it appears I have to use the
data attribute to create a new object and use that…nevermind J

 

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005
4:32 PM
To: [EMAIL PROTECTED]
Subject: [flexcoders] ViewStack
selectedChild



 

Hi,

 

Just curious…the MM docs indicate that setting of the
ViewStack.selectedChild can only be done in AS and not in MXML; however, it
appears from the MM example and my tests that the reverse is true…

 

I have a script that is attempting to set the selectedChild
to a value that matches the id attribute of one of the ViewStack’s but it
doesn’t work….the ViewStack.selectedIndex works
great...what’s up with the selectedChild?

 

viewStack.selectedChild=event.target.selectedItem.attributes.data;

 

TIA for any info.

 

Regards.











RE: [flexcoders] ViewStack selectedChild

2005-03-09 Thread Rob








Ok, I’ve been coding too long today…I
need to take a data attribute from a dataProvider and cast into an Object that
can be used in the statement ViewStack.selectedChild=object…I know this
is easy but am having some brain-pain at the moment…TIA for any info.

 

Regards.

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005
4:40 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders]
ViewStack selectedChild



 

Oops…it appears I have to use the
data attribute to create a new object and use that…nevermind J

 

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005
4:32 PM
To: [EMAIL PROTECTED]
Subject: [flexcoders] ViewStack selectedChild



 

Hi,

 

Just curious…the MM docs indicate that setting of the
ViewStack.selectedChild can only be done in AS and not in MXML; however, it
appears from the MM example and my tests that the reverse is true…

 

I have a script that is attempting to set the selectedChild
to a value that matches the id attribute of one of the ViewStack’s but it
doesn’t work….the ViewStack.selectedIndex works
great...what’s up with the selectedChild?

 

viewStack.selectedChild=event.target.selectedItem.attributes.data;

 

TIA for any info.

 

Regards.

 












RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Rob








Hi Matt,

 

Thanks for the reply…what you coded
is (I think) exactly what I did, but doesn’t work.  An example of
what I have is:

 

function x(event:Object):Void
{

    viewStack.selectedChild=event.target.selectedItem.data;

}

 

The function is called on a list change
event, and the dataProvider for the list has the data property set to the id of
a container in the viewstack.  

 

TIA for any info.

 









From: Matt Chotin
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 10, 2005
2:16 AM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders]
ViewStack selectedChild



 

The selectedChild is a reference to the
actual object that you would find at the selectedIndex.  So what is the
data that you have that will help you determine which object you want to
select?  If each element of the dataProvider is the id of the child (this
means that every child of your ViewStack has an id), you could simply do
myViewStack.selectedChild = this[data].

 

Not sure what you’re trying to
really do here.

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005
2:15 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
ViewStack selectedChild



 

Ok, I’ve been coding too long
today…I need to take a data attribute from a dataProvider and cast into
an Object that can be used in the statement
ViewStack.selectedChild=object…I know this is easy but am having some
brain-pain at the moment…TIA for any info.

 

Regards.

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005
4:40 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
ViewStack selectedChild



 

Oops…it appears I have to use the
data attribute to create a new object and use that…nevermind J

 

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005
4:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] ViewStack
selectedChild



 

Hi,

 

Just curious…the MM docs indicate that setting of the
ViewStack.selectedChild can only be done in AS and not in MXML; however, it
appears from the MM example and my tests that the reverse is true…

 

I have a script that is attempting to set the selectedChild
to a value that matches the id attribute of one of the ViewStack’s but it
doesn’t work….the ViewStack.selectedIndex works
great...what’s up with the selectedChild?

 

viewStack.selectedChild=event.target.selectedItem.attributes.data;

 

TIA for any info.

 

Regards.

 

 

 












RE: [flexcoders] ViewStack selectedChild

2005-03-10 Thread Rob








Thanks Tracy…that’s explains it…the
syntax and methods internal to this script is starting to gel, but not
optimally yet…hopefully soon J

 









From: Tracy Spratt
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 10, 2005
11:52 AM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders]
ViewStack selectedChild



 

Just jumping in here, but selectedChild
is/wants a reference to the actual container component in the view stack. 
So unless you have a reference to the container in the data property of the
item, this won’t work.

 

What Matt is saying is that if the data property
contains the “id” for the viewstack component, then you can usethe
bracket notation to get a reference to the actual object.

 

this[“myComponentId”] is
saying “return the property of this(the application or component) that is
named “myComponentId””.

 

It is esentially the same as saying
eval(“myComponentId”)

 

So selectedChild =
this[“myComponentId”] is getting a ref to the real child component.

 

Tracy

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 10, 2005
9:34 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
ViewStack selectedChild



 

Hi Matt,

 

Thanks for the reply…what you coded
is (I think) exactly what I did, but doesn’t work.  An example of
what I have is:

 

function x(event:Object):Void
{

   
viewStack.selectedChild=event.target.selectedItem.data;

}

 

The function is called on a list change
event, and the dataProvider for the list has the data property set to the id of
a container in the viewstack.  

 

TIA for any info.

 









From: Matt Chotin
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 10, 2005
2:16 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
ViewStack selectedChild



 

The selectedChild is a reference to the
actual object that you would find at the selectedIndex.  So what is the data
that you have that will help you determine which object you want to
select?  If each element of the dataProvider is the id of the child (this
means that every child of your ViewStack has an id), you could simply do
myViewStack.selectedChild = this[data].

 

Not sure what you’re trying to
really do here.

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005
2:15 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
ViewStack selectedChild



 

Ok, I’ve been coding too long
today…I need to take a data attribute from a dataProvider and cast into
an Object that can be used in the statement
ViewStack.selectedChild=object…I know this is easy but am having some
brain-pain at the moment…TIA for any info.

 

Regards.

 









From: Rob [mailto:[EMAIL PROTECTED]

Sent: Wednesday, March 09, 2005
4:40 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
ViewStack selectedChild



 

Oops…it appears I have to use the
data attribute to create a new object and use that…nevermind J

 

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 09, 2005
4:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] ViewStack
selectedChild



 

Hi,

 

Just curious…the MM docs indicate that setting of the
ViewStack.selectedChild can only be done in AS and not in MXML; however, it
appears from the MM example and my tests that the reverse is true…

 

I have a script that is attempting to set the selectedChild
to a value that matches the id attribute of one of the ViewStack’s but it
doesn’t work….the ViewStack.selectedIndex works
great...what’s up with the selectedChild?

 

viewStack.selectedChild=event.target.selectedItem.attributes.data;

 

TIA for any info.

 

Regards.

 

 

 

 

 












Whitelist Pain

2005-03-15 Thread Rob








Hi, so I have uncommented the *
in my flex-config.xml for remote objects yet Flex Builder is still complaining
that my service is not found in my whitelist…I had this working before
when strictly sticking to the sample environments; however, I now have JBoss,
and other IDE’s involved in my dev besides Flex Builder / JRun…I’ve
updated all of my flex-config.xml with the same whitelist config yet I get the
same problem.  I probably screwed something up when I created a new “Site”
in builder so the whitelist is perhaps masking another config problem…anyone
seen this and fixed it???

 

TIA for any info.

 

Regards.

 

Oh, btw, my remote objects are not named, just sourced…








RE: [flexcoders] Whitelist Pain

2005-03-15 Thread Rob








Hi Matt,

 

Yep, no errors on interpreting the xml
from the browser…I’ll continue to look at the environment as the
culprit…

 

Thanks,

Rob

 









From: Matt Chotin
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 15, 2005 4:20
PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders]
Whitelist Pain



 

Any chance that your flex-config.xml
isn’t getting copied to the right server location?  Try loading the
file in your browser without going through FlexBuilder and see if you get
errors.

 

Matt

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 15, 2005
11:52 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Whitelist
Pain



 

Hi, so I have uncommented the *
in my flex-config.xml for remote objects yet Flex Builder is still complaining
that my service is not found in my whitelist…I had this working before
when strictly sticking to the sample environments; however, I now have JBoss,
and other IDE’s involved in my dev besides Flex Builder /
JRun…I’ve updated all of my flex-config.xml with the same whitelist
config yet I get the same problem.  I probably screwed something up when I
created a new “Site” in builder so the whitelist is perhaps masking
another config problem…anyone seen this and fixed it???

 

TIA for any info.

 

Regards.

 

Oh, btw, my remote objects are not named, just
sourced…

 












RE: [flexcoders] Whitelist Pain

2005-03-16 Thread Rob
Hi Simon, et al

Well, I put some additional effort into it and it was fruitless...as you
suggested I changed from the RO being sourced to named, updated the named
whitelist and FB liked it...but even though FB complained about the unnamed
source, the RO still ran and debugged fine so I can live with that...just
have to ignore the exclamation point on the data property sheet for the RO.

Thanks again...when I have the time I'll continue to play with this and will
report back if I have positive findings.

-Original Message-
From: simon [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 15, 2005 5:34 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Whitelist Pain


I had this same problem on my most recent flex app, (the first i had 
written in fex 1.5).

anyway i stuffed around for ages, i never worked out why 
* didnt work, i instead just used a named service, 
which guess in in the end is more production appropriate anyway.

let us know if you manage to solve the * issue.

Simon



Rob wrote:

> Hi Matt,
>
> Yep, no errors on interpreting the xml from the browser.I'll continue 
> to look at the environment as the culprit.
>
> Thanks,
>
> Rob
>
> 
>
> *From:* Matt Chotin [mailto:[EMAIL PROTECTED]
> *Sent:* Tuesday, March 15, 2005 4:20 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* RE: [flexcoders] Whitelist Pain
>
> Any chance that your flex-config.xml isn't getting copied to the right 
> server location? Try loading the file in your browser without going 
> through FlexBuilder and see if you get errors.
>
> Matt
>
> ----
>
> *From:* Rob [mailto:[EMAIL PROTECTED]
> *Sent:* Tuesday, March 15, 2005 11:52 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Whitelist Pain
>
> Hi, so I have uncommented the * in my flex-config.xml 
> for remote objects yet Flex Builder is still complaining that my 
> service is not found in my whitelist.I had this working before when 
> strictly sticking to the sample environments; however, I now have 
> JBoss, and other IDE's involved in my dev besides Flex Builder / 
> JRun.I've updated all of my flex-config.xml with the same whitelist 
> config yet I get the same problem. I probably screwed something up 
> when I created a new "Site" in builder so the whitelist is perhaps 
> masking another config problem.anyone seen this and fixed it???
>
> TIA for any info.
>
> Regards.
>
> Oh, btw, my remote objects are not named, just sourced.
>
>
>
>
> *Yahoo! Groups Sponsor*
> ADVERTISEMENT
> click here 
>
<http://us.ard.yahoo.com/SIG=129rq87h5/M=298184.6018725.7038619.3001176/D=gr
oups/S=1705007207:HM/EXP=009027/A=2593423/R=0/SIG=11el9gslf/*http://www.
netflix.com/Default?mqso=60190075> 
>
>
>
> 
> *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]
> <mailto:[EMAIL PROTECTED]>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>




Yahoo! Groups Links











FlexTagLib with NitroX

2005-02-09 Thread Rob








So, I’ve updated web.xml (for FlexTagLib
URI and location), added flex-bootstrap.jar to necessary paths…

However, when I run this I get an NPE from
bootstrap..stack trace begins with:

 

java.lang.NullPointerException    flex.bootstrap.BootstrapTag.(BootstrapTag.java:25)    flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java:14)

 

JSP Code:



<%@ page language="java" contentType="text/html;
charset=iso-8859-1" %>

<%@ taglib uri="FlexTagLib" prefix="mm" %>





  <mm:mxml source="/WEB-INF/src/mxml/AccountSetup.mxml" />





 

Anyone seen
this; better corrected it?

 

TIA

 

Regards,

Rob








JNDI lookup failure

2005-02-18 Thread Rob








Hi, I’m testing deployment of flex webapp on Tomcat.
Everything is configured correctly for rendering of page content, except when I
try to call named webservices. The webservices are invoked correctly while
inside the Builder dev environment; however, when all is deployed to Tomcat,
the webservice calls fail with JNDI naming exceptions “javax.naming.NameNotFoundException:
Name <webserviceJDBCConnector>
is not bound in this Context”.  Problem is that, as a sanity check, I
have a test JSP that uses the same JNDI resources as the Web Services and it
runs fine…and is in the same Webapp context as the mxml / AS content.

 

My guess is that “this Context” is no longerthe
context of the webapp as defined by web.xml, or I am missing something in the
flex-config.xml.

 

Thanks for any info.

 

Regards,

Rob








RE: [flexcoders] JNDI lookup failure

2005-02-18 Thread Rob








On the first, I’m declaring in
server.xml…and have the  statements in web.xml…
I haven’t done the context.xml…I was going to but had basic testing
success with the server and web.xml updates.

 

BTW, thanks for the quick reply J

 

Rob

 









From: Jasper Blues
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 17,2005
7:31 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] JNDI
lookup failure



 



Hi Rob, 





 





1. Are you declaring your JNDI database
connection in /${TomcatHome}/conf/server.xml or
/${TomcatHome}/webapps/${yourWebApp}/META-INF/context.xml ? (I find the latter
is easier)





2. Does web.xml include the correct
 definition?





 





Cheers, 





Jasper





 





 





 





-Original Message-----
From: Rob
[mailto:[EMAIL PROTECTED]
Sent: Friday, 18 February 2005
10:26
To: [EMAIL PROTECTED]
Subject: [flexcoders] JNDI lookup
failure

Hi, I’m testing deployment of flex webapp on Tomcat.
Everything is configured correctly for rendering of page content, except when I
try to call named webservices. The webservices are invoked correctly while
inside the Builder dev environment; however, when all is deployed to Tomcat,
the webservice calls fail with JNDI naming exceptions
“javax.naming.NameNotFoundException: Name <webserviceJDBCConnector> is not bound in this
Context”.  Problem is that, as a sanity check, I have a test JSP
that uses the same JNDI resources as the Web Services and it runs
fine…and is in the same Webapp context as the mxml / AS content. 

 

My guess is that “this Context” is no longerthe
context of the webapp as defined by web.xml, or I am missing something in the
flex-config.xml.

 

Thanks for any info.

 

Regards,

Rob



~~---
This e-mail may contain confidential information. If you are not the intended
recipient, please notify the sender immediately and delete this e-mail from
your system. You must not disclose this e-mail to anyone without express
permission from the sender. The contents of all e-mails sent to and received
from Optus may be scanned, stored, or disclosed to others at Optus discretion.

Optus has exercised care to avoid errors in the information contained in this
e-mail but does not warrant that the information is error or omission free.The
information (including any pricing information) contained in this e-mail is
subject to change. This e-mail is not a quotation or proposal and no
contractual obligations arise until you and Optus sign a formal written contract
or formal variation to your existing contract. 

Any pricing contained in this e-mail is exclusive of GST unless otherwise
stated.










RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








I am having the same issue; however, in my
specific case, a review of Tomcat’s log reveals that the underlying error
is a http 405 error on the POST, in other words, when I issue the send() method
I receive the error. The WSDL can be viewed fine when called directly, but
going though the flashproxy is when the problem happens.  What’s
interesting is that the same WSDL and other code works fine on Tomcat 4.1…I
have this problem only with Tomcat 5.5.7…I’m still researching my
specific issue and will reply back if I get an update…My specific
question at this point is whether I have configured the flashproxy servlet
correctly (if that’s possible in flex-config)…and/or whether Tomcat’s
change to servlet spec 2.4 from 2.3 has somehow introduced this for the
flashproxy…again, still researching.

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Can you post the WSDL for your web
service?

 

Carson

 

 

Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:
valysivec27 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
10:50 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] Re: Axis
Webservices


The webservice is running on the same machine
under Tomcat. The flex 
application runs on Flex-JRun. I want to mention
that I was able to 
connect to google webservices but without any luck
to the webservices 
I'm running locally.

The "Vacancy" web services has some
required input parameters and 
when I igore them I got an eror that the input
parameters are 
missing.. then after I add them, I'm getting
"unable to connect to 
endpoint" error message. 

Any ideas are welcome,
Thanks.
Valy





--- In flexcoders@yahoogroups.com, "Carson
Hager" <[EMAIL PROTECTED]> 
wrote:
> I see you're using localhost.  Arethe
Axis implementation and Flex
> implementations on the same machine?
>  
> Have you opened up localhost for web services
in flex-config.xml?
>  
>  
> 
> Carson
> 
>  
> 
> Carson
Hager 
> Cynergy Systems, Inc. 
> http://www.cynergysystems.com
 

> 
> Email:  [EMAIL PROTECTED] 
> Office:  866-CYNERGY ext. 89 
> Mobile: 1.703.489.6466 
> 
> Take PowerBuilder to the Web with EAF 4.0 
> http://www.cynergysystems.com/public/products/eaf

> 
> 
>  
> 
>   _  
> 
> From: valysivec27 [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 21, 2005 9:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Axis Webservices
> 
> 
> 
> Hello Flexcoders,
> 
> I want to connect via flex to an Axis
Webservice hosted by Tomcat 
J2EE
> app server but I'm getting "unableto
connect to endpoint 
SERVICE
> NAME>" error.
> 
> Here is the webservice declaration:
> 
> 
> wsdl="http://localhost/app/services/Vacancy?wsdl"
>
showBusyCursor="true"
>
useProxy="false"
>
fault="alert(event.fault.faultstring)">
>
> event.result" >
>

>  
100
>

>  

> 
> 
> Any thoughts?
> Thank you very much. Did you guys use flex +
axis webservices? Are
> there any incompatibilities? 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   _  
> 
> 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 the Yahoo! Terms of
> Service 
.












RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








I agree on the post error…strange,
especially since its working fine with TC4.1...I’ll try bypassing the
proxy to see what happens…

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:51 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Rob,

 

Have you tried accessing the web service
without using the proxy?  I'd be curious to see the effect.

 

From what I know about Tomcat 5.5.7, the
major difference would be the use of JDK 1.5.  I can't imagine why you'd
ever get a 405 from a web service call.  Are POST requests turned
off?  I can't imagine why they would be.  Have you looked at the
generated HTTP headers using something like tcptunnel from Apache?

 

 

Carson




Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices

I am having the same issue; however, in my
specific case, a review of Tomcat’s log reveals that the underlying error
is a http 405 error on the POST, in other words, when I issue the send() method
I receive the error. The WSDL can be viewed fine when called directly, but
going though the flashproxy is when the problem happens.  What’s
interesting is that the same WSDL and other code works fine on Tomcat
4.1…I have this problem only with Tomcat 5.5.7…I’m still
researching my specific issue and will reply back if I get an update…My
specific question at this point is whether I have configured the flashproxy
servlet correctly (if that’s possible in flex-config)…and/or
whether Tomcat’s change to servlet spec 2.4 from 2.3 has somehow
introduced this for the flashproxy…again, still researching.

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Can you post the WSDL for your web
service?

 

Carson

 

 

Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:
valysivec27 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
10:50 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] Re: Axis
Webservices


The webservice is running on the same machine
under Tomcat. The flex 
application runs on Flex-JRun. I want to mention
that I was able to 
connect to google webservices but without any luck
to the webservices 
I'm running locally.

The "Vacancy" web services has some
required input parameters and 
when I igore them I got an eror that the input
parameters are 
missing.. then after I add them, I'm getting
"unable to connect to 
endpoint" error message. 

Any ideas are welcome,
Thanks.
Valy





--- In flexcoders@yahoogroups.com, "Carson
Hager" <[EMAIL PROTECTED]> 
wrote:
> I see you're using localhost.  Arethe
Axis implementation and Flex
> implementations on the same machine?
>  
> Have you opened up localhost for web services
in flex-config.xml?
>  
>  
> 
> Carson
> 
>  
> 
> Carson
Hager 
> Cynergy Systems, Inc. 
> http://www.cynergysystems.com
<http://www.cynergysystems.com/> 

> 
> Email:  [EMAIL PROTECTED] 
> Office:  866-CYNERGY ext. 89 
> Mobile: 1.703.489.6466 
> 
> Take PowerBuilder to the Web with EAF 4.0 
> http://www.cynergysystems.com/public/products/eaf

> 
> 
>  
> 
>   _  
> 
> From: valysivec27 [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 21, 2005 9:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Axis Webservices
> 
> 
> 
> Hello Flexcoders,
> 
> I want to connect via flex to an Axis
Webservice hosted by Tomcat 
J2EE
> app server but I'm getting "unableto
connect to endpoint 
SERVICE
> NAME>" error.
> 
> Here is the webservice declaration:
> 
> 
> wsdl="http://localhost/app/services/Vacancy?wsdl"
>
showBusyCursor="true"
>
useProxy="false"
>
fault="alert(event.fault.faultstring)">
>
> event.result" >
>

>  
100
>

>  

> 
> 
> Any thoughts?
> Thank you very much. Did you guys use flex +
axis webservices? Are
> there any incompatibilities? 
> 
> 
> 
> 
> 
> 
> 
>

RE: [flexcoders] Re: Axis Webservices

2005-02-22 Thread Rob








Ok, now bypassing proxy, I still get
error; however, no longer receiving 405 error, now the dreaded 500 error J. Anyway, I go backand
do some lower level traces now…

 









From: Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
2:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

I agree on the post error…strange,
especially since its working fine with TC4.1...I’ll try bypassing the
proxy to see what happens…

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:51 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Rob,

 

Have you tried accessing the web service
without using the proxy?  I'd be curious to see the effect.

 

From what I know about Tomcat 5.5.7, the
major difference would be the use of JDK 1.5.  I can't imagine why you'd
ever get a 405 from a web service call.  Are POST requests turned
off?  I can't imagine why they would be.  Have you looked at the
generated HTTP headers using something like tcptunnel from Apache?

 

 

Carson




Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:Rob
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices

I am having the same issue; however, in my
specific case, a review of Tomcat’s log reveals that the underlying error
is a http 405 error on the POST, in other words, when I issue the send() method
I receive the error. The WSDL can be viewed fine when called directly, but
going though the flashproxy is when the problem happens.  What’s
interesting is that the same WSDL and other code works fine on Tomcat
4.1…I have this problem only with Tomcat 5.5.7…I’m still researching
my specific issue and will reply back if I get an update…My specific
question at this point is whether I have configured the flashproxy servlet
correctly (if that’s possible in flex-config)…and/or whether
Tomcat’s change to servlet spec 2.4 from 2.3 has somehow introduced this
for the flashproxy…again, still researching.

 









From: Carson Hager
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
1:15 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] Re: Axis
Webservices



 

Can you post the WSDL for your web
service?

 

Carson

 

 

Carson
Hager 
Cynergy
Systems, Inc. 
http://www.cynergysystems.com


Email: 
[EMAIL PROTECTED] 
Office: 
866-CYNERGY ext. 89 
Mobile:
1.703.489.6466 

Take
PowerBuilder to the Web with EAF 4.0 
http://www.cynergysystems.com/public/products/eaf


 



 



 







From:
valysivec27 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
10:50 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] Re: Axis
Webservices


The webservice is running on the same machine
under Tomcat. The flex 
application runs on Flex-JRun. I want to mention
that I was able to 
connect to google webservices but without any luck
to the webservices 
I'm running locally.

The "Vacancy" web services has some
required input parameters and 
when I igore them I got an eror that the input
parameters are 
missing.. then after I add them, I'm getting
"unable to connect to 
endpoint" error message. 

Any ideas are welcome,
Thanks.
Valy





--- In flexcoders@yahoogroups.com, "Carson
Hager" <[EMAIL PROTECTED]> 
wrote:
> I see you're using localhost.  Arethe
Axis implementation and Flex
> implementations on the same machine?
>  
> Have you opened up localhost for web services
in flex-config.xml?
>  
>  
> 
> Carson
> 
>  
> 
> Carson
Hager 
> Cynergy Systems, Inc. 
> http://www.cynergysystems.com
<http://www.cynergysystems.com/> 

> 
> Email:  [EMAIL PROTECTED] 
> Office:  866-CYNERGY ext. 89 
> Mobile: 1.703.489.6466 
> 
> Take PowerBuilder to the Web with EAF 4.0 
> http://www.cynergysystems.com/public/products/eaf

> 
> 
>  
> 
>   _  
> 
> From: valysivec27 [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 21, 2005 9:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Axis Webservices
> 
> 
> 
> Hello Flexcoders,
> 
> I want to connect via flex to an Axis
Webservice hosted by Tomcat 
J2EE
> app server but I'm getting "unableto
connect to endpoint 
SERVICE
> NAME>" error.
> 
> Here is the webservice declaration:
> 
> 
> wsdl="http://localhost/app/services/Vacancy?wsdl"
>
showBusyCursor="true"
>
useProxy=

[flexcoders] tree indexOf

2005-03-24 Thread Rob










Hi,

 

Just need a sanity check.

 

It appears that newNode=parentNode.addTreeNode() returns the
newly added node, if I then want to obtain the index of that newly added node
wouldn’t I do something like index = treeObj.dataProvider.indexOf(newNode)
?

 

TIA











Yahoo! Groups Sponsor


  ADVERTISEMENT 












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 the Yahoo! Terms of Service.












FW: [flexcoders] tree indexOf

2005-03-24 Thread Rob

Just a follow up on this...the tree I have is seeded with a few nodes;
however, when I dynamically add the branches/leafs to those seeded nodes,
the indexOf call fails on the newly added nodes. 

Perhaps I'm running into the "grandchildren" note the API docs refers too
re: this method...however, if that was the case, why would the seeded values
return valid index values, which on the start of building the tree are just
leafs...

TIA  

____
From: Rob [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 24, 2005 4:11 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] tree indexOf

Hi,

Just need a sanity check.

It appears that newNode=parentNode.addTreeNode() returns the newly added
node, if I then want to obtain the index of that newly added node wouldn’t I
do something like index = treeObj.dataProvider.indexOf(newNode) ?

TIA


Yahoo! Groups Sponsor
ADVERTISEMENT





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 the Yahoo! Terms of Service. 



 
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/
 





[flexcoders] Msg re: Flash Script taking long time, continue or abort?

2005-03-28 Thread Rob

Hi,

Has anyone seen the prompt from Flash that indicates that a Flash script is
taking a long time to run...click yes to abort or no to continue? (not exact
verbiage)...

Anyway, what happens to me is that Flash basically crashes my machine by
continuously opening browsers when I choose to abort the script. How can I
prevent this?

Environment: XP sp2, flash 7.x plugin, IE 6, sp1.

TIA for any info.



 
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/
 





RE: [flexcoders] Msg re: Flash Script taking long time, continue or abort?

2005-03-28 Thread Rob










Being relatively new to Flex, how do you
segment your code into different frames?  I have multiple .mxml files that
are loaded during the course of using the app…does the separation occur
at the mxml file boundaries?  Sorry for the newbie questions…

 

TIA for any info.

 









From: Mehdi, Agha
[mailto:[EMAIL PROTECTED] 
Sent: Monday, March 28, 2005 1:13
PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Msg re:
Flash Script taking long time, continue or abort?



 

It happens when the player takes longer than 15 secs to run a frame.
Make
sure you don't have endless loops in your script
and if possible, break you
long functions/logic into multiple processes and
put them on separate
frames. Also make sure that you're not loading all
the UI components in one
frame.

-Original Message-
From: Rob [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 28, 2005 9:23 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Msg re: Flash Script taking
long time, continue or
abort?


Hi,

Has anyone seen the prompt from Flash that
indicates that a Flash script is
taking a long time to run...click yes to abort or
no to continue? (not exact
verbiage)...

Anyway, what happens to me is that Flash basically
crashes my machine by
continuously opening browsers when I choose to
abort the script. How can I
prevent this?

Environment: XP sp2, flash 7.x plugin, IE 6, sp1.

TIA for any info.




Yahoo! Groups Links









This email may contain confidential and privileged
material for the sole use of the intended recipient(s). Any review, use,
distribution or disclosure by others is strictly prohibited. If you are not the
intended recipient (or authorized to receive for the recipient), please contact
the sender by reply email and delete all copies of this message.

To reply to our email administrator directly, send
an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com
















Yahoo! Groups Sponsor


  ADVERTISEMENT 












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 the Yahoo! Terms of Service.












RE: [flexcoders] Msg re: Flash Script taking long time, continue or abort?

2005-03-28 Thread Rob

Btw, there is no looping constructs in the code; however, there are event
listeners…I suppose its possible that an event is being fired, but typically
it’s a button click firing a change or other event.


From: Mehdi, Agha [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 28, 2005 1:13 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] Msg re: Flash Script taking long time, continue or
abort?

It happens when the player takes longer than 15 secs to run a frame. Make
sure you don't have endless loops in your script and if possible, break you
long functions/logic into multiple processes and put them on separate
frames. Also make sure that you're not loading all the UI components in one
frame.

-Original Message-
From: Rob [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 28, 2005 9:23 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Msg re: Flash Script taking long time, continue or
abort?


Hi,

Has anyone seen the prompt from Flash that indicates that a Flash script is
taking a long time to run...click yes to abort or no to continue? (not exact
verbiage)...

Anyway, what happens to me is that Flash basically crashes my machine by
continuously opening browsers when I choose to abort the script. How can I
prevent this?

Environment: XP sp2, flash 7.x plugin, IE 6, sp1.

TIA for any info.




Yahoo! Groups Links









This email may contain confidential and privileged material for the sole use
of the intended recipient(s). Any review, use, distribution or disclosure by
others is strictly prohibited. If you are not the intended recipient (or
authorized to receive for the recipient), please contact the sender by reply
email and delete all copies of this message.

To reply to our email administrator directly, send an email to
[EMAIL PROTECTED]

Littler Mendelson, P.C.
http://www.littler.com





Yahoo! Groups Sponsor
ADVERTISEMENT





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 the Yahoo! Terms of Service. 



 
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/
 





[flexcoders] getting null service error when deployed to JBoss

2005-04-08 Thread Rob










Hi,

 

I have a web-app that works fine when running against Tomcat
5; however, when I deploy to JBoss, the page displays fine but when I attempt
to use a remote object I immediately get the following error:

 

“You are not allowed to access the service null.  The
service is not in the configured whitelist”.

 

The interesting thing is that I am not calling any “service”.
 When I attempt to place a breakpoint for debugging, I get the error
before the RO is even used…

 

Again, this exact code works fine on Tomcat…am I
missing something regarding configuring JBoss to use Flex?

 

TIA for any info.

 

Regards,

Rob











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 the Yahoo! Terms of Service.












RE: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread Rob Dickey
Just curious if you have taken a look at http://www.osflash.org ?

Don't know about whitepapers, abstracts, but it’s a great source for ECMA
related items including javascript, actionscript, etc., and perhaps there
are links from there to something that would suit your needs...

HTH
Rob


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, October 26, 2005 6:21 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

Don't know of one, but if you find one, please let us ( and me know 
offlist), thanks!  And good luck.

- Original Message - 
From: "Aldo Bucchi" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 26, 2005 9:02 PM
Subject: [flexcoders] AJAX vs Flex whitepaper?? anyone??


Hi Folks,

I'm looking for a business and technical level whitepaper that
develops on the differences and similarities between flex and AJAX. It
is for a customer that is "evaluating" both techs for a series of
applications.

I'm not asking wether this is a good or bad comparison to make, but it
is a fact that they ARE doing this comparison. so I have to go along
with it. and hopefully win!

I would go on and do a live presentation as I usually do, but I'm in
sanfrancisco and my clients are back in south america.

Thanks,
Aldo

--
: Aldo Bucchi :
mobile (56) 8 429 8300



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







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

•  Visit your group "flexcoders" on the web.
  
•  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
•  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 





 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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




[flexcoders] How do you pass bindings into a custom component?

2005-11-03 Thread Rob Rusher










I have an AS class that extends UIComponent. I can easily
pass a value into the component if it is a string, but if the property is bound
to something it does not come through.

 

I’ve tried setting events to detect the change with no
luck. Most likely an error on my part.

 

Anyone have ideas on how to do this?

 

Main.mxml

==











 

 

MyComponent.as

==

// Import all necessary classes.

import mx.core.*;

import mx.controls.*;

 

class MyComponent extends UIComponent

{

    //
Declare events

    [Event("click")]

 

    //
Declare input property.

    public
var buttonText:String;

 

    //
Declare two children member variables.

    public
var text_mc:TextArea;

    public
var button_mc:Button;

 

    function
createChildren():Void

    {

    if
( button_mc == undefined )

    createClassObject(
Button, "button_mc", 1, { } );

    if
( text_mc == undefined )

    createClassObject(
TextArea, "text_mc", 0, { preferredWidth: 150, editable: false } );

    button_mc.addEventListener(
"click", this );

 

    //
assign input property to button’s label

    button_mc.label
= buttonText;

    }

 

    function
layoutChildren()

    {

    button_mc.move(
text_mc.width / 2 - 5, 50 );

    }

 

    //
Handle events that are dispatched by the children.

    function
handleEvent( eventObj:Object ):Void

    {

    if
( eventObj.type == "click" )

    text_mc.text
= "You clicked the button";

    }

 

}

 

Regards,

 



Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher



 









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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Re: How do you pass bindings into a custom component?

2005-11-03 Thread Rob Rusher
Yeah, I tried that. No workie.

Regards,
Rob

--- In flexcoders@yahoogroups.com, "JesterXL" <[EMAIL PROTECTED]> wrote:
>
> You have to put a change tag above the property in question.  
Check in the documentation for ChangeEvent:
> 
> [ChangeEvent("change")]
> public var flavorStr:String;
> 
> - Original Message - 
> From: Rob Rusher 
> To: flexcoders@yahoogroups.com 
> Sent: Thursday, November 03, 2005 11:47 AM
> Subject: [flexcoders] How do you pass bindings into a custom 
component?
> 
> 
> I have an AS class that extends UIComponent. I can easily pass a 
value into the component if it is a string, but if the property is 
bound to something it does not come through.
> 
>  
> 
> I've tried setting events to detect the change with no luck. Most 
likely an error on my part.
> 
>  
> 
> Anyone have ideas on how to do this?
> 
>  
> 
> Main.mxml
> 
> ==
> 
> 
> 
> http://www.macromedia.com/2003/mxml"; 
xmlns="*">
> 
> 
> 
> 
> 
> 
> 
>  
> 
>  
> 
> MyComponent.as
> 
> ==
> 
> // Import all necessary classes.
> 
> import mx.core.*;
> 
> import mx.controls.*;
> 
>  
> 
> class MyComponent extends UIComponent
> 
> {
> 
> // Declare events
> 
> [Event("click")]
> 
>  
> 
> // Declare input property.
> 
> public var buttonText:String;
> 
>  
> 
> // Declare two children member variables.
> 
> public var text_mc:TextArea;
> 
> public var button_mc:Button;
> 
>  
> 
> function createChildren():Void
> 
> {
> 
> if ( button_mc == undefined )
> 
> createClassObject( 
Button, "button_mc", 1, { } );
> 
> if ( text_mc == undefined )
> 
> createClassObject( 
TextArea, "text_mc", 0, { preferredWidth: 150, editable: false } );
> 
> button_mc.addEventListener( "click", 
this );
> 
>  
> 
> // assign input property to button's label
> 
> button_mc.label = buttonText;
> 
> }
> 
>  
> 
> function layoutChildren()
> 
> {
> 
> button_mc.move( text_mc.width / 2 - 5, 
50 );
> 
> }
> 
>  
> 
> // Handle events that are dispatched by the children.
> 
> function handleEvent( eventObj:Object ):Void
> 
> {
> 
> if ( eventObj.type == "click" )
> 
> text_mc.text = "You clicked 
the button";
> 
> }
> 
>  
> 
> }
> 
>  
> 
> Regards,
> 
>  
> 
> Rob Rusher
> 
>  
> 
> RIA Consultant
> 
> Macromedia Certified Flex Instructor
> 
> e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher
> 
>  
> 
> 
> 
> --
> 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 
> 
>   a..  Visit your group "flexcoders" on the web.
> 
>   b..  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED]
> 
>   c..  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service. 
> 
> 
> ---
-
>






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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




RE: [flexcoders] embeded link text in a label tag

2005-12-06 Thread Rob Davis
You should have said it was in a viewstack in the first place.  I'm not
sure about in Flex 1.5, but in 2 you simply need
"[viewstackID].selectedIndex = X" where X is the index # of the layer
you want to show.

Also, AFAIK you can't just make part of a label a link, you'd have to
either do all or nothing, or else make those 3 words a separate label.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of rgwilson26
Sent: Tuesday, December 06, 2005 7:36 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: embeded link text in a label tag

Actually, the link is currently in a viewstack, and I want the link to
navigate to a different page in my viewstack. That seems like a lot of
code for a simple link. Thanks for your help though. I will continue my
search.

--- In flexcoders@yahoogroups.com, "fowleryj" <[EMAIL PROTECTED]> wrote:
>
> Are you looking to pop up a new window for the Environment and 
> Equipment section? If so, you could use the mouseDown attribute:
> 
>  mouseDown="mx.managers.PopUpManager.createPopUp(_root,
> com.tjctechnology.registry.desktop.view.ExternalPartyFinder, true,
> {deferred: true})" mouseOver="trainingQuestion8.setStyle('color',
> '#FF')" mouseOut="trainingQuestion8.setStyle
('color', '#00')"/>
> 
> Or embed a method in the mouseDown attribute that would do something 
> similar.
> 
> --- In flexcoders@yahoogroups.com, "rgwilson26" <[EMAIL PROTECTED]>
wrote:
> >
> > I would like to know how to set text in a label to linked text.
> > 
> > 
> > I want the words "Environment and Equipment" linked to a section
in my 
> > application.
> > 
> > ***
> > 
> > 
> > 
> > ***
> > 
> > thanks
>






 Yahoo! Groups Sponsor ~-->
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/nhFolB/TM
~-> 

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



 






 Yahoo! Groups Sponsor ~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
~-> 

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




RE: [flexcoders] in Flex 1.5, how can I do a page such as asp.net - on pageload?

2005-12-10 Thread Rob Rusher
You are interested in the system events that are fired with each component.
"initialize" and "creationComplete" are the two major events you would be
interested in.


Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of endofadam228
Sent: Saturday, December 10, 2005 10:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] in Flex 1.5, how can I do a page such as asp.net - on
pageload?

in Flex 1.5, how can I do a page such as asp.net - on pageload?

I wanna do a .mxml page which can be ordered to do something when the
.mxml page was loaded.

Any function or listener can function such as asp.net - on pageload?






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



 




 Yahoo! Groups Sponsor ~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/nhFolB/TM
~-> 

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




RE: [flexcoders] Max width and height for the Loader??

2005-12-22 Thread Rob Rusher
Moyosaned,

Yes, width and height properties are inherited. It sounds like you want to
set the content to scale to the size of the Loader, so you would want to set
scaleContent to true.

A blind guess, there was a known bug (1.5 bug 84294) in the loader where
during resize of the content the original size is not known.

Also if you are loading an image, I recommend using the Image tag because it
is optimized for images.

Regards,

Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of moyosaned
Sent: Thursday, December 22, 2005 9:16 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Max width and height for the Loader??

Is there a max width/height for the Loader
I tried a width from around 4000 pixel, but I see around 3000/2880.
Is it just me? I'm loading the image like this:



and 



and setting the source in script.

What am i doing wrong! Is there a max?












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



 




 Yahoo! Groups Sponsor ~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM
~-> 

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





RE: [flexcoders] CheckCellRenderer

2005-12-29 Thread Rob Dickey










Hi Tracy, JesterXL,

 

Thanks for both replies and suggestions.  Both
worked great, although I think I’ll stick to the last suggestion (editField)
as 

It would take more comments then code to
explain why I am reassigning the data provider to the grid that it’s
already assigned to J

 

Regards,

Rob









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Thursday, December 29, 2005
5:56 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
CheckCellRenderer



 

Example:

dataGrid.dataProvider[i].cbSelect = newState;

becomes:

dataGrid.dataProvider.editField(i,
"cbSelect", newState);

- Original Message - 
From: "Tracy Spratt"
<[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Thursday, December 29, 2005 8:57 PM
Subject: RE: [flexcoders] CheckCellRenderer


This form of update:
dataGrid.dataProvider[i].cbSelect = newState
does not cause the dataProvider to emit the
modelChanged event to update
the control.

Instead, use the dataProvider API, like
editItemAt().

Or, probably better in your case, when you are
done updating the
dataProvider, re-assign it to the control:
Datagrid.DataProvider = DataGrid.dataProvider;

This should cause the proper events to fire and
update the screen.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
Behalf Of rb_dickey
Sent: Thursday, December 29, 2005 7:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] CheckCellRenderer

Hi,

I'm trying to do a simple loop through a datagrid
to set a column 
that's using the CheckCellRenderer to be checked
or unchecked but 
the following code does not work, well sort
of.  What happens is 
that if I "mouseover" each row, viola,
the checks in the checkbox 
appear or disappear depending on my choice to
select all or not. 
Here is the function I call to set the checkboxes
in the grid:

private function selectAll(newState:Boolean):Void
{
for( var i in dataGrid.dataProvider )
dataGrid.dataProvider[i].cbSelect = newState;
}

The datagrid column is defined as:
mx:DataGridColumn headerText=""
width="40" columnName="cbSelect" 
cellRenderer="CheckCellRenderer"
resizable="true"  />

The dataprovider for the grid is an RO...

TIA for any info.
Rob







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











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














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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder 2 alpha

2006-01-01 Thread Rob Rusher
Did you try adding it in your style sheet like this:
@font-face { 
   src: url("assets/fonts/arial.ttf");
   fontFamily:futura;
   unicode-range: "glyphs";
}

Then in your flex-config.xml set the unicode-range:

   glyphs
   U+0E01-U+0E5B



Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Michael Klishin
Sent: Sunday, January 01, 2006 1:41 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Embed font's glyphs in AS3 Project in Flex Builder
2 alpha

JesterXL wrote:
> [Embed(systemFont='Arial', mimeType='application/x-font-truetype')]

Thanks Jesse but this will embed the whole font, won't it? What if I 
need, say, just numerals? Or just letters a, j, u, and w?

Is there a way to do it?

-- 
Michael "Antares" Klishin,

Email: [EMAIL PROTECTED]
Web: www.novemberain.com

Non progredi est regredi


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



 





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




[flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey
Sanity Check needed :)

I have a scenario where I need to destroy and recreate all child objects of
a view stack.

I'm first using the viewStack.destroyAllChildren() (or
viewStack.destroyChildAt(index)) which destroy the child objects as
expected, but when I attempt to re-create using the viewStack.createChild()
I run into some unexpected results.  It appears from debugging, etc. that
the new child objects appear ok structurally but the layout and some of the
initialization has not been completed. The creation policy of the view stack
and child objects are not explicitly stated so the default is being used. 

So am I doing this correctly? Is there another / better way to
destroy/recreate child objects dynamically?

Thanks for any info.

Regards,
Rob



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




RE: [flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey
I believe that is the issue...after sending the email I realized that I am
not waiting for the creationComplete event to be dispatched on each child
before attempting to use the child. 

Thanks for the response. 

Rob


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Gordon Smith
Sent: Tuesday, January 17, 2006 10:51 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Destroying/Re-creating Objects

"The layout and some of the initialization has not been completed"

Completed by when? The LayoutManager runs asynchronously. When
createChild() returns, the new child won't exist, but its
commitProperties(), measure(), and updateDisplayList() methods won't
have been called yet. By the time the new child dispatches its
creationComplete event, they should all have been called.

Other than this timing issue, how is createChild() failing?

- Gordon

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rob Dickey
Sent: Tuesday, January 17, 2006 9:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Destroying/Re-creating Objects

Sanity Check needed :)

I have a scenario where I need to destroy and recreate all child objects
of
a view stack.

I'm first using the viewStack.destroyAllChildren() (or
viewStack.destroyChildAt(index)) which destroy the child objects as
expected, but when I attempt to re-create using the
viewStack.createChild()
I run into some unexpected results.  It appears from debugging, etc.
that
the new child objects appear ok structurally but the layout and some of
the
initialization has not been completed. The creation policy of the view
stack
and child objects are not explicitly stated so the default is being
used. 

So am I doing this correctly? Is there another / better way to
destroy/recreate child objects dynamically?

Thanks for any info.

Regards,
Rob



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








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


SPONSORED LINKS 
Web site design development 
Computer software development 
Software design and development 
Macromedia flex 
Software development best practice 



YAHOO! GROUPS LINKS 

•  Visit your group "flexcoders" on the web.
  
•  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
•  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 





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




RE: [flexcoders] Destroying/Re-creating Objects

2006-01-17 Thread Rob Dickey










I verified that the component I am
creating does have the creationComplete event defined but it is not firing…should
I be listening for the childCreated event on the view stack instead? 

 

Thanks again for the info and assist

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon Smith
Sent: Tuesday, January 17, 2006
10:51 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Destroying/Re-creating Objects



 

"The layout and some of
the initialization has not been completed"

Completed by when? The LayoutManager runs
asynchronously. When
createChild() returns, the new child won't exist,
but its
commitProperties(), measure(), and
updateDisplayList() methods won't
have been called yet. By the time the new child
dispatches its
creationComplete event, they should all have been
called.

Other than this timing issue, how is createChild()
failing?

- Gordon

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
Behalf Of Rob Dickey
Sent: Tuesday, January 17, 2006 9:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Destroying/Re-creating
Objects

Sanity Check needed :)

I have a scenario where I need to destroy and
recreate all child objects
of
a view stack.

I'm first using the viewStack.destroyAllChildren()
(or
viewStack.destroyChildAt(index)) which destroy the
child objects as
expected, but when I attempt to re-create using
the
viewStack.createChild()
I run into some unexpected results.  It
appears from debugging, etc.
that
the new child objects appear ok structurally but
the layout and some of
the
initialization has not been completed. The
creation policy of the view
stack
and child objects are not explicitly stated so the
default is being
used. 

So am I doing this correctly? Is there another /
better way to
destroy/recreate child objects dynamically?

Thanks for any info.

Regards,
Rob



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














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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Anyone seen this...Bueller???

2005-05-12 Thread Rob Dickey
Ok, so I'm happily (well, most of the time) coding away in Flex Builder.I am
using Tomcat as my testing server, which has been working great for months.I
have a non-trial license for both Flex and FlexBuilder.and much to my dismay
I get the following message when testing my app within FlexBuilder.

This error comes up during the initialization phase of the app in 8pt red
font.and I'm done.

"This standalone application was created with the Developer edition of
Macromedia Flex and has expired. Contact the author of this application for
a new copy."

Well, at this point I'm asking myself, "self, where can I get another copy
of the application that you building???"

Sorry for the weak attempt at some humor, but its been a long night with
deadlines approaching too soon.

TIA for any info.

Rob



 
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/
 




[flexcoders] Re: mx:ScrollView not known to compiler?

2005-07-14 Thread Rob Rusher
ScrollView is not in the mxml_manifest.xml.

If you add  to /WEB-INF/flex/mxml-manifest.xml and 
restart the service the error message will go away.

Regards,
Rob Rusher


--- In flexcoders@yahoogroups.com, "Dirk Eismann" <[EMAIL PROTECTED]> 
wrote:
> Ok - this wasn't a good example. I basically need a ScrollView as 
the base for a custom component - don't mind the HBox :)
>  
> Dirk.
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Sauro, Nick
> Sent: Thursday, July 14, 2005 5:16 PM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] mx:ScrollView not known to compiler?
> 
> 
> Well, why would you want to create a ScrollView object?  Most 
Panels, and in your specific case, your HBox, have properties 
HScrollPolicy and VScrollPolicy which allow you to turn on/off/auto
(default) those scroll bars.  
>  
> I also believe ScrollView is just a base class for objects that 
use scrolls(not sure if it can be instantiated or not;abstract 
class???not sure)
>  
> Nick Sauro + R O U N D A R C H + bus 212.909.2335 + mob 
914.882.3687
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann
> Sent: Thursday, July 14, 2005 10:54 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] mx:ScrollView not known to compiler?
> 
> 
> Maybe I'am missing something obvious here (or my brain just melted 
because of 30°C/86°F in the office) but why can't I use 
mx.core.ScrollView inside mxml? The sample below does not compile 
and gives the following error: "Don't know how to parse 
element "http://www.macromedia.com/2003/mxml:ScrollView";. It is not 
a known type or a property of mx.core.Application."
> 
> http://www.macromedia.com/2003/mxml";>
>   
> 
>   
> 
> 
> I also tried to build a MXML component that subclasses ScrollView 
but still no go. 
> 
> Ideas?
> 
> Dirk.
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.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 
> 
> 
>   *Visit your group "flexcoders 
<http://groups.yahoo.com/group/flexcoders> " on the web.
> 
> *  To unsubscribe from this group, send an email to:
>[EMAIL PROTECTED] <mailto:flexcoders-
[EMAIL PROTECTED]> 
> 
> *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service <http://docs.yahoo.com/info/terms/> . 
> 
> 
> 




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




RE: [flexcoders] Location of the shared.sws

2005-07-18 Thread Rob Rusher










Joost,

You need to create the library descriptor
file that defines the SWS. In this descriptor file you will be able to
reference SWF or SWC .

 

http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&file=1165.htm

 

The livedocs link above shows how to point
to a different server.

 

Regards,

Rob Rusher









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Joost Nuijten
Sent: Monday, July 18, 2005 8:37
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Location of
the shared.sws



 



Hi,





 





I have the following problem regarding the shared library:





 





The webserver (server 1) embeds mxml.swf files from the
flexserver (server 2). The shared.sws is located on server 2. The mxml
says the rsl can be found on rsl="shared.sws".





 





When the page is accessed throught the HTML the sws cannot
be found. When I call the mxml directly everything works fine. In the first
case the mxml expects the sws on server1. So entering an absolute path, like
rsl=http://domain/shared.sws should
help. But this doesn't work A compile error 'the resource cannot be found' is
returned. Does anybody have an idea how to do this?





 





Thanks!





-Joost





 











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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Business Delegate, command class, service locator, etc, etc

2005-07-19 Thread Rob Rusher
You need to view the following breezo:
http://macromedia-v5.emea.breezecentral.com/architectingflexapplications/

It demonstrates the .95 version.


Regards,
Rob Rusher

Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of a8i364io
Sent: Tuesday, July 19, 2005 12:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Business Delegate, command class, service locator,
etc, etc

hello everyone,

this is my first post to the group.  I am a long-time CF guy and have 
bought (5 copies!) and read the RIA book and had Figleaf come inhouse 
to give Flex beginning training.  We want to start really getting some 
applications out the door, but I want to make sure I understand the 
framework and best practices before we get too far.  They didn't teach 
us that stuff in class.

Since the code for the credit card application in the book isn't 
available, does someone have a graphical representation of the various 
architectural best practices and how they interact with each other?  I 
downloaded the cairngorm files - which I assume somewhat follow 
architectural suggestions set forth in the book - but I haven't yet 
been able to make much sense of them.

many thanks.




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



 




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




RE: [flexcoders] Re: Flex License(s) & Performance

2005-07-19 Thread Rob Rusher
Jack,

You compile the SWF on a server with Flex install. Then copy the generated
SWF over to your web server and embed it in a web page.

The difference is that you don't need a Java Application Server running.
i.e. more system resources

I'm not positive, but I think you need special licensing permission from MM
to deploy a Flex app without the server.

Regards,
Rob Rusher

Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jwc_wensan
Sent: Tuesday, July 19, 2005 1:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex License(s) & Performance

Darron:

Thanks for your input.

I read Ted's post. His production server does not have Flex.  Where
is the SWF being served from?

Forgive my ignorance, but if you need a flex license for every server
the SWF sits on, what's the difference?

Can you elaborate further?

Thanks again,

Jack

--- In flexcoders@yahoogroups.com, "Darron J. Schall" <[EMAIL PROTECTED]> 
wrote:
> jwc_wensan wrote:
> 
> >With the above scenario how many simultaneous users can adequately
> >access the server before I would need a second server?  Or is it
> >better to ask how many per hour?
> >  
> >
> See Ted's entry here about scaling Flex:  
> http://www.powersdk.com/ted/2005/05/scaling-flex.php
> 
> I completely agree with him as well.  I don't have Flex running on 
the 
> server at all.  Instead, I take my Flex-compiled .swf and place it 
on a 
> "typical" web server.  Then, the Flex application is delivered as 
a .swf 
> and there's no need for the server to do any extra processing at 
all.  
> I've never had a server crash because it couldn't send out .swf 
files 
> fast enough.  Keep in mind though, you'll need a Flex license for 
every 
> server the .swf file sits on.
> 
> You can use RemoteObjects without a Flex server running as well, 
but 
> you'll need to use another AMF gateway such as OpenAMF (or you can 
use 
> ColdFusion).  If you use WebServices, you might need a little shim 
> script to get around the security restrictions of the Flash Player 
> (loading data across domains), depending on what server the web 
services 
> are located on.
> 
> >Also, I read somewhere that RemoteObjects is faster.  Is it a
> >signficant increase?
> >
> In general RemoteObjects are faster because it uses AMF, which is 
a 
> binary format and much less verbose than WebServices.  It's hard 
to give 
> a definite yes/no answer because I've actually seen results go 
both ways...
> 
> -d





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



 




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




RE: [flexcoders] Re: Flex License(s) & Performance

2005-07-19 Thread Rob Rusher
Jack,

You need the Flash Player to run a SWF standalone, so in most cases you will
embed it in a web page.

You can get an idea of what the HTML looks like by viewing the source of the
page on your development machine.

Regards,
Rob Rusher

RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jwc_wensan
Sent: Tuesday, July 19, 2005 3:07 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex License(s) & Performance

Rob:

Does the SWF have to be embedded in the web page or can it be
standalone?

Thanks,

Jack

--- In flexcoders@yahoogroups.com, "Rob Rusher" <[EMAIL PROTECTED]> 
wrote:
> Jack,
> 
> You compile the SWF on a server with Flex install. Then copy the 
generated
> SWF over to your web server and embed it in a web page.
> 
> The difference is that you don't need a Java Application Server 
running.
> i.e. more system resources
> 
> I'm not positive, but I think you need special licensing 
permission from MM
> to deploy a Flex app without the server.
> 
> Regards,
> Rob Rusher
> 
> Macromedia Certified Flex Instructor
> e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher
> 
> -Original Message-
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of jwc_wensan
> Sent: Tuesday, July 19, 2005 1:59 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Flex License(s) & Performance
> 
> Darron:
> 
> Thanks for your input.
> 
> I read Ted's post. His production server does not have Flex.  Where
> is the SWF being served from?
> 
> Forgive my ignorance, but if you need a flex license for every 
server
> the SWF sits on, what's the difference?
> 
> Can you elaborate further?
> 
> Thanks again,
> 
> Jack
> 
> --- In flexcoders@yahoogroups.com, "Darron J. Schall" 
<[EMAIL PROTECTED]> 
> wrote:
> > jwc_wensan wrote:
> > 
> > >With the above scenario how many simultaneous users can 
adequately
> > >access the server before I would need a second server?  Or is it
> > >better to ask how many per hour?
> > >  
> > >
> > See Ted's entry here about scaling Flex:  
> > http://www.powersdk.com/ted/2005/05/scaling-flex.php
> > 
> > I completely agree with him as well.  I don't have Flex running 
on 
> the 
> > server at all.  Instead, I take my Flex-compiled .swf and place 
it 
> on a 
> > "typical" web server.  Then, the Flex application is delivered 
as 
> a .swf 
> > and there's no need for the server to do any extra processing at 
> all.  
> > I've never had a server crash because it couldn't send out .swf 
> files 
> > fast enough.  Keep in mind though, you'll need a Flex license 
for 
> every 
> > server the .swf file sits on.
> > 
> > You can use RemoteObjects without a Flex server running as well, 
> but 
> > you'll need to use another AMF gateway such as OpenAMF (or you 
can 
> use 
> > ColdFusion).  If you use WebServices, you might need a little 
shim 
> > script to get around the security restrictions of the Flash 
Player 
> > (loading data across domains), depending on what server the web 
> services 
> > are located on.
> > 
> > >Also, I read somewhere that RemoteObjects is faster.  Is it a
> > >signficant increase?
> > >
> > In general RemoteObjects are faster because it uses AMF, which 
is 
> a 
> > binary format and much less verbose than WebServices.  It's hard 
> to give 
> > a definite yes/no answer because I've actually seen results go 
> both ways...
> > 
> > -d
> 
> 
> 
> 
> 
> --
> 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




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



 




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




RE: [flexcoders] Is there such a test

2005-07-19 Thread Rob Rusher










No such test as of yet.

 



Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, July 19, 2005 6:45
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Is there
such a test



 

To become a certified Flex Programmer, if so how hard
is the test? I mean I was just wondering? 







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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] How much do you charge for Flex development?

2005-07-20 Thread Rob Rusher
What?! Are you guys crazy? My mechanic charges me more than that.

Consultancies are going to charge between $100 (newbie) and $250 (guru) an
hour for a Flex developer. Sure, as an independent, you will charge less but
not that much less.

Maybe I'm spoiled, but Jesse you're worth way more my friend.

Regards,
Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, July 20, 2005 11:04 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How much do you charge for Flex development?

Busy/Bad Mood = $60/hour
I like you/Not Busy/Good Mood = $30/hour

As far as salary, I'd think because of your server background, 70-90 is fair

& market rate (per various job sites & the USA government department of 
commerce salary reports) depending on company size, but depends on the 
direction they are going with Flex.

For example, the reason I'm asked to do contract Flex by clients (beyond the

fact there aren't many Flex contractors) is because I know how to get the 
GUI to work.  The reverse holds true in having a good server-side developer 
on the team doing Flex because he/she knows the impact on the backend and 
can offer valuable insight into making the application work better, leaving 
the GUI/wireframe/frontend visual details up to someone like me.

...of course, the same logic applies to my Flash projects, hehe. 
Flex/Flash, here's my typical scenario:

"Jesse, can you do Flex contract?"

"No, but these people might have time." :: forwards list of contractors ::

*alternate universe where Jesse has time for more than 1 contract job a 
year*

"Sure, but I'm really busy right now, what are the details of the project?"

:: gets details / specs / whatever wireframes are available, if any ::

"Ok, swag time estimate is X hours @ 60 an hour, my rate, thus that'll cost 
you $XX for my services."

"Geez, we don't have the budget for that"

:: negotiations ::

"Ok, I've adjusted the scope of what I can do, rate, and hours based on our 
discussions.  We agree to $XX for the project since that fits nicely in your

budget.  Let's knock this shiz out of the park!"

So, I say a rate, but rarely ever get it because of budgetting, which is 
understandable and I'll adjust what I can do and what I charge accordingly, 
if at all possible.  Now, as far as salary, I'd treat it similiarly to any 
New Media + Front-end JSP Development type job, and you'd have an accurate 
assessment of salary range.  Naturally, all the other rules of location, 
budget, company size, time, etc. all factor in which is beyond the scope of 
this email; there are plenty of resources online both professional, 
independent, and governement which can help you make a more educated 
inference based on the numbers I gave above.

- Original Message - 
From: "Devin Holloway" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, July 20, 2005 3:59 AM
Subject: [flexcoders] How much do you charge for Flex development?



As a CF developer, I've been recently been putting more serious
thought into becoming a Flex developer. It would be a long time
before the company I work for could move into this direction, if
ever. So I'd have to become a contractor or find a Flex position at
another company.

But I'm curious as to how much a Flex developer should be making. I
realize much of that depends on your skillset, but does their exist
any averages? or possibly some minimums and maximums?

Let's pretend I make around $75K/yr as a full time CF developer. I'm
by no means a Flex guru, with less then a month of learning it. I
would also be seeking a CF position with an emphasis on Flex
development, for, it seems as though I'd have to take a good sized
pay cut if I were to become purely a Flex developer with what little
experience I have... and therefore would need to offer my CFML
skillset as well, to counter the pay cut. Personaly, getting a CF
position with a Flex emphasis and making approximately the same
amount of money would seem like a bargain to me. But would I be short-
changing myself? Would a lack of Flex developers allow a person to be
less competitive and ask for more?

And what would contractor generally charge? I don't see myself
becoming a contractor yet, for I'd rather seek a fulltime position
where I could learn first.




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







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

RE: [flexcoders] Minimal webapp

2005-07-20 Thread Rob Rusher
Aldo,

>I am building some POCs and I wouldn't like to deliver the MXML / AS
>sources. Two questions:
>
>- Can I deliver just the compiled SWFs? How?

Yes you can if the SWF doesn't use the Flex proxy for anything (e.g.
RemoteObject). You simply set the  to true in
flex-config.xml, run the page and then copy the generated SWF to wherever.

>- Will they expire after a day?

Yes, they will expire if you don't have a license (NC or Commercial).

>BTW, they are to be deployed in WLS8.1... but I already have them
>working in a similar setup in my box, so that shouldn't be a problem.

I would suggest that you deploy your POCs to the Flex Explorer sample
application. Then just hand out the URL to people so that they can see it
work as well as see the code. It's very simple; just edit the topics.xml in
the explorer directory.

Regards,
Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Aldo Bucchi
Sent: Wednesday, July 20, 2005 2:47 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Minimal webapp

Matt,

>> If you just want the SWF (and don't need to
> > re-compile) then I'm sure you can get away with a lot less, but assuming
> > you have the developer license that may only last you a day.

I am building some POCs and I wouldn't like to deliver the MXML / AS
sources. Two questions:

- Can I deliver just the compiled SWFs? How?
- Will they expire after a day?

BTW, they are to be deployed in WLS8.1... but I already have them
working in a similar setup in my box, so that shouldn't be a problem.

Thanks,
-Aldo


On 7/20/05, German M. Gomez <[EMAIL PROTECTED]> wrote:
> Thanks Matt, that was exactly what i needed.
> 
>  --- Matt Chotin <[EMAIL PROTECTED]> escribió:
> 
> > You need your MXML and AS files and everything under WEB-INF/flex
> > *except* for the generated directory (which may be taking up some
> > space).  An "empty" flex.war is approximately 11 MB though samples.war
> > was about 18 MB to start.  If you just want the SWF (and don't need to
> > re-compile) then I'm sure you can get away with a lot less, but assuming
> > you have the developer license that may only last you a day.
> >
> >
> >
> > Matt
> >
> >
> >
> > 
> >
> > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf Of German
> > Sent: Tuesday, July 19, 2005 2:22 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Minimal webapp
> >
> >
> >
> > Hi. I'm using flex for a demo, I did a small master-detail app with
> > hsql, ibatis SqlMaps, Spring, SpringAdapter and Flex ofcourse. The
> > thing is, how do i pack that application into a war file, what do i
> > need to include? I took the explorer demo app and modified it but now
> > I have 17Mb that i'm sure i don't need.
> > What are the jars needed?, Do i need the "as" files.I'm new to flex i
> > still don't get it quite well
> >
> > thanks
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> >
> >
> > SPONSORED LINKS
> >
> > Computer software testing
> > <http://groups.yahoo.com/gads?t=ms&k=Computer+software+testing&w1=Comput
> > er+software+testing&w2=Macromedia+flex&w3=Development&w4=Software+develo
> > per&c=4&s=93&.sig=kh2CguJwmatU5oBXjFo9Rg>
> >
> > Macromedia flex
> > <http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Computer+softwar
> > e+testing&w2=Macromedia+flex&w3=Development&w4=Software+developer&c=4&s=
> > 93&.sig=dAUcEV7do91-wrRtVS641g>
> >
> > Development
> > <http://groups.yahoo.com/gads?t=ms&k=Development&w1=Computer+software+te
> > sting&w2=Macromedia+flex&w3=Development&w4=Software+developer&c=4&s=93&.
> > sig=AlxNUQBOI7Io7S7nhmxV0Q>
> >
> > Software developer
> > <http://groups.yahoo.com/gads?t=ms&k=Software+developer&w1=Computer+soft
> > ware+testing&w2=Macromedia+flex&w3=Development&w4=Software+developer&c=4
> > &s=93&.sig=QWIit8JayomoIHLVkV3FDg>
> >
> >
> >
> >
> >
> >
> >
> > 

RE: [flexcoders] Wait for Popup to close

2005-07-20 Thread Rob Rusher
Don't think procedural. Think broadcast/listener.

If you're waiting on service results, just add setBusyCursor="true" to the
service component. This will prevent the user from doing anything until the
results return. Then in your results handler, close the popup.

Regards,
Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of charlespaz1
Sent: Wednesday, July 20, 2005 5:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Wait for Popup to close

How do you make your application pause execution while waiting for the
results of a Pop up?

i.e.

function test() {
   var myPopUp = mx.managers.PopUpManager.createPopUp(_root, myWindow,
true, false);
   // Pause here, don't show alert until popup is closed
   mx.controls.Alert.show("PopUp closed");
}




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



 




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




RE: [flexcoders] databinding question

2005-08-02 Thread Rob Rusher










It’s probably because of the way
they are instantiated. dispatchEvent() is a mix-in from UIEventDispatcher.

 

You might try adding ChangeEvent to the
component once it is created. Just a thought.

 

Hey, I’m at 11 Madison Ave.

 



Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Robert Brueckmann
Sent: Tuesday, August 02, 2005
4:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] databinding
question



 



Quick question...why are these different:

 



 

Versus:

 

mainContent.createChild(ReportingDatesPanel, "", {width:
"100%", height: "100%", portfolio: selectedPortfolio});

 

When the selectedPortfolio object changes in the main app with the MXML
in first example above, the custom component recognizes the change in the
selectedPortfolio object and performs the correct action.

 

If I have the main application dynamically create the custom component
with the code in the 2nd example above, if the selectedPortfolio
object changes, the dynamically created custom component does not see that
change and none of the actions that I want to take place, actually take
place.  I’m guessing this is a databinding issue…am I supposed
to set the portfolio attribute differently to catch changes in this object when
dynamically creating the custom component?

 

Any help is greatly appreciated.

 

Thanks,

Rob

 

robert l. brueckmann

senior web developer

merlin securities

595 madison avenue

new york,
ny 10022

p: 212.822.4821

f: 212.822.4820





 











This message contains information
from Merlin Securities, LLC, or from one of its affiliates, that may be
confidential and privileged. If you are not an intended recipient, please
refrain from any disclosure, copying, distribution or use of this information
and note that such actions are prohibited. If you have received this
transmission in error, please notify the sender immediately by telephone or by
replying to this transmission.





 






Merlin Securities, LLC is a registered
broker-dealer. Services offered through Merlin Securities, LLC are not insured
by the FDIC or any other Federal Government Agency, are not deposits of or
guaranteed by Merlin Securities, LLC and may lose value. Nothing in
this communication shall constitute a solicitation or recommendation to buy or
sell a particular security.











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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Array of VOs class loading issue

2005-08-03 Thread Rob Rusher
I'm getting an error when working with a VO that is an array of VOs.
The error is "The class 'myV0' could not be loaded". The class is
clearly imported. What am I missing?

 Code for the myListVO.as 
import org.nevis.cairngorm.vo.ValueObject;
import com.company.app.vo.myVO;

class com.company.app.vo.myListVO implements ValueObject
{
public static function fromXML( xml:Object ) : myListVO
{
var newObj = new myListVO;
var displayOrder:Number;
/*error on this line*/  var test:myV0 = new myV0;
...
return newObj;  
}

public var qArray:Array = new Array();
}

-- 
Regards,
Rob Rusher


 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12h35sfji/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123100155/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy.
~-> 

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




RE: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread Rob Rusher
var test:myVO = new myVO;
gives this error "The class 'myV0' could not be loaded".

var test = new myVO;
gives this error "There is no method with the name 'myVO'".

Adding the parenthesis has no effect. (e.g. new myVO())

Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of JesterXL
Sent: Wednesday, August 03, 2005 2:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Array of VOs class loading issue

myV0 != myVO

One is a zero, the other is the letter "o", right?

- Original Message - 
From: "Rob Rusher" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, August 03, 2005 2:15 PM
Subject: [flexcoders] Array of VOs class loading issue


I'm getting an error when working with a VO that is an array of VOs.
The error is "The class 'myV0' could not be loaded". The class is
clearly imported. What am I missing?

 Code for the myListVO.as 
import org.nevis.cairngorm.vo.ValueObject;
import com.company.app.vo.myVO;

class com.company.app.vo.myListVO implements ValueObject
{
public static function fromXML( xml:Object ) : myListVO
{
var newObj = new myListVO;
var displayOrder:Number;
/*error on this line*/ var test:myV0 = new myV0;
        ...
return newObj;
}

public var qArray:Array = new Array();
}

-- 
Regards,
Rob Rusher



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









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



 




 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12hmpa9n8/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123101462/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy.
~-> 

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





[flexcoders] Re: Array of VOs class loading issue SOLVED

2005-08-03 Thread Rob Rusher
We ended up getting rid of the offending call all together.

public static function fromXML( xml:Object ) : myListVO
{
var o = new myListVO();

for (var i=0; i < xml.length; i++) {
var q:Object = xml[i];
var j = q.DisplayOrder - 1;
o.qArray[j] = myVO(myVO.fromXML(q));
}
return o;   
}


--- In flexcoders@yahoogroups.com, "Rob Rusher" <[EMAIL PROTECTED]> wrote:
> var test:myVO = new myVO;
> gives this error "The class 'myV0' could not be loaded".
> 
> var test = new myVO;
> gives this error "There is no method with the name 'myVO'".
> 
> Adding the parenthesis has no effect. (e.g. new myVO())
> 
> Regards,
> 
> Rob Rusher
> 
>  
> 
> RIA Consultant
> 
> Macromedia Certified Flex Instructor
> 
> e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher
> 
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of JesterXL
> Sent: Wednesday, August 03, 2005 2:20 PM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] Array of VOs class loading issue
> 
> myV0 != myVO
> 
> One is a zero, the other is the letter "o", right?
> 
> - Original Message - 
> From: "Rob Rusher" <[EMAIL PROTECTED]>
> To: 
> Sent: Wednesday, August 03, 2005 2:15 PM
> Subject: [flexcoders] Array of VOs class loading issue
> 
> 
> I'm getting an error when working with a VO that is an array of VOs.
> The error is "The class 'myV0' could not be loaded". The class is
> clearly imported. What am I missing?
> 
>  Code for the myListVO.as 
> import org.nevis.cairngorm.vo.ValueObject;
> import com.company.app.vo.myVO;
> 
> class com.company.app.vo.myListVO implements ValueObject
> {
> public static function fromXML( xml:Object ) : myListVO
> {
> var newObj = new myListVO;
> var displayOrder:Number;
> /*error on this line*/ var test:myV0 = new myV0;
> ...
> return newObj;
> }
> 
> public var qArray:Array = new Array();
> }
> 
> -- 
> Regards,
> Rob Rusher
> 
> 
> 
> --
> 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
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> 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





 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12h71hbep/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123105288/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy.
~-> 

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




RE: [flexcoders] Re: Array of VOs class loading issue SOLVED

2005-08-03 Thread Rob Rusher
I too hate one letter variable names. :)

One of the other developers actually wrote the solution. Another created the
problem in the first place.

A few people mentioned the zeros. Courier New makes it hard to spot.

Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Steven Webster
Sent: Wednesday, August 03, 2005 6:16 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Array of VOs class loading issue SOLVED

 


public static function fromXML( xml:Object ) : myListVO {
var o = new myListVO();

for (var i=0; i < xml.length; i++) {
var q:Object = xml[i];
var j = q.DisplayOrder - 1;
o.qArray[j] = myVO(myVO.fromXML(q));
}
return o;   
}






Did you know that Flex allows variable names of more than one letter that
express the intent of the code ? :-)

Incidentally, in your previous code, the line:

var test:myV0 = new myV0();

looks on my screen like you're using the numeral zero rather than the
capital letter O in your class name, so the compiler is correctly telling
you "The class my-vee-nought could not be loaded".  Should save you your
work around above...

Best,

Steven
PS.  If you rename the variable to t, don't bother strictly typing it and
drop the brackets in the object instantiation, you should save 8 keypresses
and remove the possible places for typing a nought instead of an O to 1
instead of 2 ;)

--
Steven Webster
Technical Director
iteration::two
 
This e-mail and any associated attachments transmitted with it may contain
confidential information and must not be copied, or disclosed, or used by
anyone other than the intended recipient(s). If you are not the intended
recipient(s) please destroy this e-mail, and any copies of it, immediately.
 
Please also note that while software systems have been used to try to ensure
that this e-mail has been swept for viruses, iteration::two do not accept
responsibility for any damage or loss caused in respect of any viruses
transmitted by the e-mail. Please ensure your own checks are carried out
before any attachments are opened.




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



 




 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12hs6f48u/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123116443/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!.
~-> 

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





RE: [flexcoders] Re: Flex Install on IIS

2005-08-04 Thread Rob Rusher
Title: RE: [flexcoders] Re: Flex Install on IIS










If you just want to be able to have flex
apps and ColdFusion apps on the same IIS server, you would install ColdFusion
as J2EE option. This will create a JRun installation with a cfusion server. Run
the WSConfig to set CF to a site on IIS. Then install Flex and deploy it as a
separate app on the JRun server installed with CF. Again run the WSConfig, but
this time set the Flex app to a different site on IIS. They have to be for
different sites in IIS (unless you do the flex embedded in CF, I think).

 

I just tested this on my server, so I
pretty sure it works.

 



Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha
Sent: Thursday, August 04, 2005
12:42 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex
Install on IIS



 

Alright, I guess I need to give up hope.
Re-installed everything from scratch, followed instructions line by line and
the result is the same server error. I am surprised no one ever ran into this,
which means that there’s something wrong with the way my environment is
setup. I just can’t find the problem.

 

Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha
Sent: Wednesday, August 03, 2005
6:02 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex
Install on IIS



 

Tariq,

 

I am not sure if you got my last email. I
have uninstalled CFMX, Flex and reinstalling CF. What is the best resource
available to install flex to work with CF under IIS (no MM Docs)

 

Thanks



Agha Mehdi 
IDT - eBusiness Program Manager 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Tariq Ahmed
Sent: Wednesday, August 03, 2005
4:53 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Flex
Install on IIS



 

Hmmm.. well I would say try Ben and Peter's web.xml
file:
http://www.cflex.net/showfiledetails.cfm?ObjectID=177

If that doesn't work... If it's not too painful, I probably would uninstall
everything and re-install from fresh and meticulously go through the steps.
Otherwise you can spend forever trying to troubleshoot this.



Mehdi, Agha wrote: 

There
are no errors in the CF Logs. The server is running secure certificate. Can
that be an issue? Can CF 7 be an issue (I seriously doubt that one)

Agha
Mehdi 
IDT - eBusiness Program Manager

-Original Message-

From: João Fernandes [mailto:flexcoders@yahoogroups.com]
On Behalf Of João Fernandes 
Sent: Wednesday, August 03, 2005
4:15 PM 
To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Re: Flex
Install on IIS 

Did
you take a look at your coldfusion instance logs? 

does
it have any errors? 

 

-Original
Message- 
From: flexcoders@yahoogroups.com on
behalf of Mehdi, Agha 
Sent: Wed 03-Aug-05 9:33 PM

To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Re: Flex
Install on IIS 
  
Tariq, 

 


Same
thing. I set to execute Scripts and Executables. João, Yeah, I did copy

the lib from flex.war to CF
environment. 

 


Thanks


Agha
Mehdi 
IDT - eBusiness Program Manager 

 
_  

From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On 
Behalf Of Tariq Ahmed

Sent: Wednesday, August 03, 2005
12:27 PM 
To: flexcoders@yahoogroups.com

Subject: Re: [flexcoders] Re: Flex
Install on IIS 

 


One
other thing. Try setting your Execute Permissions to Scripts and 
Executables. 

 

Mehdi,
Agha wrote: 

That's
exactly where I have the flex files. 

Agha
Mehdi 
IDT - eBusiness Program Manager 

-Original
Message- 
From: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com>

[mailto:flexcoders@yahoogroups.com
<mailto:flexcoders@yahoogroups.com>
] On 
Behalf Of charlespaz1 
Sent: Wednesday, August 03, 2005
11:57 AM 
To: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> 

Subject: [flexcoders] Re: Flex
Install on IIS 

If
you are running Standalone Install of ColdFusion and integrated 
Flex, you need to put the Flex
files in your ISS webroot (default 
c:\inetpub\wwwroot) 

---
In flexcoders@yahoogroups.com
<mailto:flexcoders@yahoogroups.com>
, 
"Mehdi, Agha"  <mailto:[EMAIL PROTECTED]...> <[EMAIL PROTECTED]> wrote: 
> Alright, I followed all the
steps listed here 
> 
>  
> 
> 
http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

<http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html>


>

<http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

<http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html>

> 
> , restarted CF server, made
sure CF was running fine after mergi

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Rob Rusher
The closest thing I've seen is the Inspect window that Christophe posted on
his blog.

http://coenraets.com/viewarticle.jsp?articleId=83

Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ghislain Simard
Sent: Friday, August 05, 2005 11:11 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] equivalent to cfdump in Flex?

Is there an equivalent to a cfdump in Flex?

I am trying to display the content of an object.

Thanks






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



 





 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12hi9m1r6/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123264756/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!.
~-> 

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





RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Rob Rusher










I’ve been a Macromedia (Allaire)
instructor for years.

I’m associated with a Macromedia Authorized
Training Partner.

I completed the requirements for Flex
Certification as defined by Macromedia Training.

 

In a nutshell, it was not easy.

 

I may be wrong, but I don’t think
Flex Certification is open in North America. There
are only a handful of us that were certified last year when it was available.

 



Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kelly
Sent: Friday, August 05, 2005
12:15 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
equivalent to cfdump in Flex?



 

How did you get certified as a Flex
Instructor?

 

I wasn’t aware Macromedia offered
Instructor Certification.

 

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rob Rusher
Sent: Friday, August 05, 2005
11:59 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
equivalent to cfdump in Flex?



 

The closest thing I've seen
is the Inspect window that Christophe posted on
his blog.

http://coenraets.com/viewarticle.jsp?articleId=83

Regards,

Rob Rusher



RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
Behalf Of Ghislain Simard
Sent: Friday, August 05, 2005 11:11 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] equivalent to cfdump in
Flex?

Is there an equivalent to a cfdump in Flex?

I am trying to display the content of an object.

Thanks






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
















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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] resizing panels

2005-08-08 Thread Rob Rusher
Title: RE: [flexcoders] Create Panel Child










You need to use a canvas as its parent.

 



Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sauro, Nick
Sent: Monday, August 08, 2005
12:53 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] resizing
panels



 

Hey flexcoders, got another question for
ya. J

 

I have a VBox with some components in
it.  I am trying to achieve a resize, which will resize one of the panels,
but instead of enlarging the panels, and in turn, the other components getting
shrunk, I am trying to resize it ‘over the other components’, so
the other components don’t shrink, they just get overlapped for the
duration of the resize.  

 

I’ve tried using setDepthAbove(),
setDepthBelow, but to no avail.  Any hints, direction?

 

Thanks guys









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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] About synchronizing grid rendering with service completion

2005-08-09 Thread Rob Rusher










You could use a ViewHelper for that view. You
could also set the showBusyCursor on the RemoteObject to prevent the user for
clicking anything until the screen is ready.

 



Regards,

Rob Rusher

 

RIA Consultant

Macromedia Certified Flex Instructor

e:[EMAIL PROTECTED]
c:303.885.7044 im:robrusher











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jesus Salvador Ramos Cardona
Sent: Tuesday, August 09, 2005
9:01 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] About
synchronizing grid rendering with service completion



 

By the way, I forgot to mention that we
are using the cairngorm Project microarchitecture, and so our question would be
towards finding the best way (or best practice) to achieve this functionality.

 

Your approach seems ok to us, Tracy, but
how would we implement this the cairngorm way?

 

Regards.

 

J.

 









De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] En nombre de Tracy Spratt
Enviado el: Martes, 09 de Agosto
de 2005 07:51 pm
Para: flexcoders@yahoogroups.com
Asunto: RE: [flexcoders] About
synchronizing grid rendering with service completion
Importancia: Alta



 

Could you disable them in the mxml tag to
start with, then, in a result handler on the RemoteObject, set the final state?

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jesus Salvador Ramos Cardona
Sent: Tuesday, August 09, 2005
8:35 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] About
synchronizing grid rendering with service completion



 

Hi all,

 

We have a view that contains a grid and some action buttons.
These action buttons must be disabled/enabled depending on the data provided to
the grid. The data is provided by a remoteObject, and the decision of
enabling/disabling these buttons is taken by the view. Everything is working
fine, except for this little decision part, since it starts rendering even
though the data returned from the remote object is not yet complete. Is there
any way to avoid the rendering of this little component until the remote object
call finishes?

 

Any help will be appreciated.

 

Thanks. 

Jesús Ramos Cardona
Desarrollo de Sistemas de Casa de Bolsa

[EMAIL PROTECTED]

+52 (55) 51 74 22 22 ext. 1250

Ixe Grupo Financiero

Este correo electrónico y sus anexos pueden contener información
CONFIDENCIAL para uso exclusivo de su destinatario. Si ha recibido este correo
por error, por favor, notifíquelo al remitente y bórrelo de su sistema. Muchas
gracias. Las opiniones expresadas en este correo son las de su autor y no son
necesariamente compartidas o apoyadas por la compañía. Ixe Grupo Financiero no
asume aquí obligaciones ni se responsabiliza del contenido de este correo, a
menos que dicha información sea confirmada por escrito por un representante
autorizado. No se garantiza que la transmisión de este correo sea segura o
libre de errores, podría haber sido viciada, perdida, destruida, haber llegado
tarde, de forma incompleta o contener VIRUS.

 











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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] move window up

2005-08-15 Thread Rob Rusher
Rajesh,
Because each title window has a parent you can simply get the top child with
the getChildAt() method and then set your target above that.

function popToTop( target : mx.core.UIObject )
{
var parent = target.parent; 
var topSibling = parent.getChildAt( parent.numChildren - 1 );

if ( topSibling != target )
target.setDepthAbove( topSibling );
}

HTH,

Rob Rusher

RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rajesh Jayabalan
Sent: Monday, August 15, 2005 5:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] move window up

Hi,

 My application uses multiple titlewindows, and I am storing the
reference of them in a arraylist, and creating a dynamic menu. Now in
the script how do I set the depth of the window so that the window can
be on the top. I cannot use setdepthabove since I do not know which
window is on the top currently.

Regards
Rajesh J






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



 




 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12h9k6s9l/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124157331/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!.
~-> 

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





RE: [flexcoders] Repeater doesn't work

2005-08-17 Thread Rob Rusher
I don’t see an import statement for the TestData class.

Rob Rusher

RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of r_woess
Sent: Wednesday, August 17, 2005 5:22 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Repeater doesn't work

Hi,

I tried tu use a Repeater like you can see in the code below. Can
anybody tell me, why no data will be shown?



http://www.macromedia.com/2003/mxml";
creationComplete="CreationComplete();">











---

class TestData {

public var data1 : String;
public var data2 : String;
}

---

best regards
reini





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



 




 Yahoo! Groups Sponsor ~--> 
http://us.ard.yahoo.com/SIG=12hgned9q/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124299835/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
">Fair play? Video games influencing politics. Click and talk back!.
~-> 

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