RE: [flexcoders] Wrap text in header of DataGrid.

2006-06-14 Thread Sandip Patil



Hi Ramdas,Your problem is solved or not by my yesterdays code ?  Thanks   Sandip."Sawant, Ramdas (IT)" [EMAIL PROTECTED] wrote:  (In Million USD) Region1D M/S 1D Client Volume 1D Exchange Volume 1 Week M/S 1 Week Client Volume 1 Week Exchange Volume MTD M/S MTD Client Volume MTD Exchange Volume 30D M/S 30D Client Volume 30D Exchange Volume 60D M/S 60D
 Client Volume 60D Exchange Volume 90D M/S 90D Client Volume 90D Exchange Volume Sandip, the header should look like above instead of displaying header text in a single line.  If u r still not clear please let me know. ThanksRegards,  Ramdas
 Sawant    Associate Consultant, Kanbay  Manikchand Ikon, South Wing 18 Dhole Patil RoadPune 411001INDIA    From: Sandip Patil [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 5:27 PMTo: Sawant, Ramdas (IT)Subject: Re: [flexcoders] Wrap text in header of DataGrid.  Hi Ramdas,Can you tell me what actually U
 want. I mean wrap the text in header of DataGrid ?Thanks,sandip"Sawant, Ramdas (IT)" [EMAIL PROTECTED] wrote:  Hi all, How can I wrap the text in the header of the DataGrid? I am using Flex 1.5. Thanks in advance.Regards,Ramdas SawantAssociate Consultant, KanbayManikchand Ikon, South Wing 18 Dhole Patil RoadPune 411001INDIANOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited.  __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com NOTICE: If received in
 error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. __Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 
__._,_.___





--
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] Re: Migrating to Flex 2.0 - need a good place to start

2006-06-14 Thread wesubotnix
I don´t understand this. Browsing the documentation, Flex 2.0
Developer's Guide  Customizing the User Interface  Localizing Flex
Applications, I find: The localization feature currently supports
static inclusion of localized resources and not dynamic retrieval of
resources at run time. I don´t want to have a huge folder of
differently compiled swf´s. Is the documentation wrong? What do you
mean by no refresh needed?

Fredrik Sandberg


 oh, and most importatnt of all, we made the application Multi-lingual by
 using ResourceBundle, now the user can switch language in run time, no
 refresh needed, kudos to flex framework (and the master mind behind
that).
 
 Jeremy.







 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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] Re: One last try: Javascript security

2006-06-14 Thread drome.dario
FineLine,
I have curiosity about your situation: you say it works like a champ 
when the HTML and the SWF are in the original compile directory. For 
me it DOESN'T work independently of the directory where the files 
reside so, What do you exactly mean with original compile directory? 
do you refer to that one that FlexBuilder suggest as the default 
location for the project?

Thanks







 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Flex 1.5 to Flex 2 migration - binding problem

2006-06-14 Thread Phil Marston






Can you suggest a type?

Cheers,

Phil

Tracy Spratt wrote:

  
  

  
  
  

  
  
  
  Mx:Object is
not stronlgy engough typed to
support binding. The docs say to not use it.
  
  If you can
cast the Object to a more
specific type, the wearning should go away,
  
  Tracy
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Phil Marston
  Sent: Tuesday, June
13, 2006 11:56
AM
  To: flexcoders@yahoogroups.com
  Subject: Re:
[flexcoders] Flex 1.5
to Flex 2 migration - binding problem
  
  
  
  
  
  nobody any ideas? I'm begining to wonder if
my
dataObject needs to be 
something other than Object - the consol says I'm trying to bind to a 
class that is not an 'IEventDispatcher' - can anyone suggest a better
class?
  
Cheers,
  
Phil
  
Phil Marston wrote:
 Hi

 I have a custom mxml component "RestaurantDetail.mxml" that
is used in 
 my main application "Restaurant.mxml" - the component has a
  
 dataObject:Object and some mx:label who's text attribute is bound
to the 
 dataObject. When the RestaurantDetail component is declared in the
  
 Restaurant app the dataObject gets bound to a dataGrid
 e.g.RestaurantDetail dataObject="{dg.selectedItem}"
/
 This was originally a Flex 1.5 app that I am trying to rewrite in
Flex 
 2.0, but Flex Builder is complaining that "Data binding will not
be
able 
 to detect assignments to 'dataObject'"

 Does anyone know how to get this to work in Flex 2.0

 For those that haven't already spotted it, I'm trying to follow 
 Christophe Coenraets' Restaurant Browser Tutorial found here 
 http://coenraets.com/tutorials/restaurant/index.jsp
I'm stuck at "Lab 7"

 Cheers,

 Phil

 
  
-- 
__
  
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University
of Aberdeen, Aberdeen, AB24 3QY, UK
  [EMAIL PROTECTED]ac.uk
Tel:
+44(0)1224 273329 / +44(0)7798 723660 
  http://www.abdn.ac.uk/diss/ltu/pmarston/
  http://www.abdn.ac.uk/diss/ltu/
__
  
The University
of Aberdeen Open
Day 29th
August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]ac.uk
or call 0800 027 1495
  
  
  
  

  


-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


__._,_.___





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



  






__,_._,___




Re: [flexcoders] Convert AJAX to Flex?

2006-06-14 Thread Tom Chiverton
On Tuesday 13 June 2006 16:36, Anatole Tartakovsky wrote:
 by JavaScript like loading of JavaScript itself or connectivity issues that

You can do that - see JSON for instance, or the way google sends Javascript 
code ready to be executed first from the server.

Connectivity ?
You mean checking the browser is supported, and can still talk to the server ? 
Even Flex only solves the former by itself.
-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] Re: One last try: Javascript security

2006-06-14 Thread drome.dario
Hi guys, I catch it:
Visit this link bellow and add you html filand swf files as always 
trusted and see if works from the local disk. FoMy application has 
started to work after this... I'm happy... very happy.

http://www.macromedia.com/support/documentation/en/flashplayer/help/se
ttings_manager04.html

--- In flexcoders@yahoogroups.com, drome.dario [EMAIL PROTECTED] 
wrote:

 FineLine,
 I have curiosity about your situation: you say it works like a 
champ 
 when the HTML and the SWF are in the original compile directory. 
For 
 me it DOESN'T work independently of the directory where the files 
 reside so, What do you exactly mean with original compile 
directory? 
 do you refer to that one that FlexBuilder suggest as the default 
 location for the project?
 
 Thanks








 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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] Re: Mx.controls.Alert confusion

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 04:10, Jeremy Lu wrote:
 bug or ECR ?

*That* sounds like a bug.

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Uh oh Ajax...

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 03:17, Brendan Meutzner wrote:
 http://www.informationweek.com/security/showArticle.jhtml?articleID=1894007
99

Yamanner also captured the addresses and uploaded them to a still 
unidentified Web site
What, ethereal / wireshark have suddenly stopped working ?
-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Flex 1.5 to Flex 2 migration - binding problem

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 09:00, Phil Marston wrote:
 Can you suggest a type?

You could make your own...

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Flex 1.5 TextArea height

2006-06-14 Thread Stanislav Zayarsky



Hello FlexCoders,

I have TextArea on the stage, it has some size. After app initialized I'm populating TextArea with new data, scrollbar appears and it works good.
But I need next functionality,I need TextAreaexpand it's height, so all text is visible without vertical scrollbar.

It looks like an easy task, we just should extend TextArea and at some moment set height of TextArea to new value, But here I have questions:
1. At what moment I should change height? What event I should listen?
2. What value I should set to height?


Best regards
Stanislav

__._,_.___





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



  






__,_._,___



Re: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Tom Chiverton
On Tuesday 13 June 2006 11:39, Sonja Duijvesteijn wrote:
 The documentation gives enough help for the advanced topics (putting in
 your own colours) but forgets the basics. 

You mean like where it uses selectedColor ?
 mx:ColorPicker id=cp showTextField=true selectedColor=0xFF/
:-)

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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] working with XML

2006-06-14 Thread Tom Chiverton
On Monday 12 June 2006 10:26, Rajesh Deshmukh wrote:
 Can anybody please send me some examples of  XML and flex
 And also please let me know how to duplicate controls like radio button
 etc.

Have you seen the online reference and 'getting started' docs at
http://livedocs.macromedia.com/labs/1/flex20beta3/langref/index.html
and
http://livedocs.macromedia.com/labs/1/flex20beta3/wwhelp/wwhimpl/common/html/wwhelp.htm?href=Part7_Build_Deploy.html
?

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Adobe seminar in Mumbai

2006-06-14 Thread rama satoskar
Hi all,
Just reminding all the adobe fans in Mumbai that there is a seminar
coming up on July 11th and 12th 2006. You can register for the same
through the following link
http://events.adobe.co.uk/events/cgi/register.cgi?country=ineventid=3467venueid=3590





 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] Flex 1.5 Components Blinking

2006-06-14 Thread Stanislav Zayarsky



Hello FlexCoders,

Let's assume next situation: We have a lot of different components on the screen, application initialized and they are hidden. 
Then I load some data from the server, in the meantime showing preloader, and after data loadedI set it to components and set visibile = true to all of them and what user see: All components blinking, resizing andmoving on the screen.User don't want to see this! 


My goal is: To show components to the user after theypopulated with data and completelyinitialized.

Question: How to do that?

P.S. I don't accept workarounds like Timer, doLater, etc.. Just a clear solution.

Thanks,

Best regards
Stanislav

__._,_.___





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



  






__,_._,___



Re: [flexcoders] Flex 1.5 TextArea height

2006-06-14 Thread Andriy Panas
Hello Stanislav,

This question was asked at Flexcoders not only once.

Basically, the correct question is:
How to determine the content length in mx:Text?

mx:TextArea component does not measure itself when the text content
is changed dynamically.

Manish had suggested to override measure method of mx:TextArea
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg13269.html

When I look inside implementation of measure method inside
mx:Text, it is much more advanced then his mx:TextArea
counterpart.

Can you post the code when mx:Text component does not work for you?




-- 
Best regards,
 Andriymailto:[EMAIL PROTECTED]



 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Re: Flex2B3 - LinkBar advice please

2006-06-14 Thread bhaq1972
I've modified my code to give me nearly what i want. 

Problems
1) if you keep clicking the 'Add' button (to create more viewstack 
children), the horizontal scroll bar appears after viewstack child9. 
how do i get rid of it?

2) my horizontalScrollPosition for the linkbar hbox is always to the 
right edge ie

hbox1.horizontalScrollPosition = hbox1.width;

this works upto viewstack child 15. after that it no longer works. 
any ideas?

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
 
mx:Script
![CDATA[
import mx.containers.VBox;

private var iCount:int = 4;

private function addStuff():void
{
iCount++;
var vbox1:VBox = new VBox();
vbox1.label = screen+iCount;
vs1.addChild(vbox1);

if(hbox1.horizontalScrollBar)
{
hbox1.horizontalScrollBar.visible = false;
}
hbox1.horizontalScrollPosition = hbox1.width;
}

]]
/mx:Script

mx:Panel id=panel1 title=Click on 'Add' to add more 
links/viewstack children height=100% minWidth=0 width=100% 
horizontalScrollPolicy=off
mx:HBox width=100%
mx:Button label=Add click=addStuff()/
mx:HBox id=hbox1 minWidth=0 width=70% 

mx:LinkBar id=linkbar1 
color=#FF fontWeight=bold minWidth=0 dataProvider=vs1 /
/mx:HBox
mx:Button label=LinkBar End Point/
/mx:HBox

mx:ViewStack id=vs1
mx:VBox label=screen1/
mx:VBox label=screen2/
mx:VBox label=screen3/
mx:VBox label=screen4/
/mx:ViewStack

/mx:Panel

/mx:Application



















--- In flexcoders@yahoogroups.com, bhaq1972 [EMAIL PROTECTED] wrote:

 I have a linkbar and a viewstack. I have limited width for the 
 Linkbar.
 
 I have 2 issues someone may be able to help me on.
 
 1) as more links are added to the link bar, i want to be able to 
see 
 the end linkbuttons (if this was possible, i would do this 
 linkbar.horizontalHorizontalPosition  = 
 linkbar.maxHorizontalPosition).
 
 2) In the example below i want to able to move the linkbar left or 
 right using the 2 buttons either side of it.
 
 any help would be appreciated 
 bod (bhaq1972)
 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
  
 mx:Script
 ![CDATA[
   import mx.containers.VBox;
 
   private var iCount:int = 4;
   
 private function addStuff():void
 {
   iCount++;
   var vbox1:VBox = new VBox();
   vbox1.label = screen+iCount;
   vs1.addChild(vbox1);
 }
 ]]
 /mx:Script
 
 mx:Panel id=panel1 title=Click on 'Add' to add more 
 links/viewstack children height=100% minWidth=0 width=100% 
 horizontalScrollPolicy=off
   mx:HBox width=100%
   mx:Button label=Add click=addStuff()/
   mx:Button label=lt; width=20/
   mx:LinkBar id=linkbar1 color=#FF 
 fontWeight=bold width=70% minWidth=0 dataProvider=vs1 /
   mx:Button label=gt; width=20/
 /mx:HBox
 
 mx:ViewStack id=vs1
   mx:VBox label=screen1/
   mx:VBox label=screen2/
   mx:VBox label=screen3/
   mx:VBox label=screen4/  
   
 /mx:ViewStack
   
 /mx:Panel
 
 /mx:Application







 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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[2]: [flexcoders] Flex 1.5 TextArea height

2006-06-14 Thread Andriy Panas
Hello Stanislav,

  One more idea found by me at history of the Flexcoders mailing list
is to use TextFormat.getTextExtent() function to calculate the size of the text:
http://livedocs.macromedia.com/flash/mx2004/main_7_2/1840.html#40

Example:
--
var txtFmt:TextFormat=new TextFormat();
txtFmt.font=this.getStyle(fontFamily);
var labelMetrics:Object=txtFmt.getTextExtent(code);
var initObj:Object=new Object();
initObj.x=Math.floor(this.width/2)-Math.floor(labelMetrics.textFieldWidth/2);
initObj.y=this.height-(this.getStyle(fontSize)+margin);
initObj.text=code;
this.createChild(mx.controls.Label,,initObj);
--


-- 
Best regards,
 Andriymailto:[EMAIL PROTECTED]



 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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] Re: How to get: SelectionColor undefined or alpha = 0 of TileList flex 2 ??

2006-06-14 Thread moyosaned
Anybody??
--- In flexcoders@yahoogroups.com, moyosaned [EMAIL PROTECTED] wrote:

 I want to use a background image in the TileList but the
 selectionColor is messing it up. If I make it the TileList selectable
 = false,  The TileList s not draggable any more, so any suggestions








 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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 to change vertical position of a buttonlabel??

2006-06-14 Thread moyosaned
Does anybody know how to set the vertical position of a label(of a
Button) I want my label 3 pixels down.






 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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] Re: How to change vertical position of a buttonlabel??

2006-06-14 Thread bhaq1972
are u using flex2?
checkout labelPlacement property.


--- In flexcoders@yahoogroups.com, moyosaned [EMAIL PROTECTED] 
wrote:

 Does anybody know how to set the vertical position of a label(of a
 Button) I want my label 3 pixels down.








 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] Re: How to change vertical position of a buttonlabel??

2006-06-14 Thread moyosaned
--- In flexcoders@yahoogroups.com, moyosaned [EMAIL PROTECTED] wrote:

 Does anybody know how to set the vertical position of a label(of a
 Button) I want my label 3 pixels down.

I know you can use padding-top, but the icon is than also moving 3 pixels






 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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] Cairngorm 2 will be appearing on Labs

2006-06-14 Thread Tom Chiverton
On Tuesday 13 June 2006 23:30, Steven Webster wrote:
 and supported project.  I'm delighted that Adobe Labs is the right place
 for us to achieve that for you.

That's great news (saw it on the blog just a few hours ago) !

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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: Re[2]: [flexcoders] Flex 1.5 TextArea height

2006-06-14 Thread Stanislav Zayarsky



ConcerningManish example, what is the magic numbers there?
_measuredPreferredHeight = label.textHeight + 4;
And it doesn't work!

I will try getTextExtent workaround.

Best regards
Stanislav
On 6/14/06, Andriy Panas [EMAIL PROTECTED] wrote:
Hello Stanislav,One more idea found by me at history of the Flexcoders mailing listis to use TextFormat.getTextExtent
() function to calculate the size of the text:http://livedocs.macromedia.com/flash/mx2004/main_7_2/1840.html#40Example:
--var txtFmt:TextFormat=new TextFormat();txtFmt.font=this.getStyle(fontFamily);var labelMetrics:Object=txtFmt.getTextExtent(code);var initObj:Object=new Object();
initObj.x=Math.floor(this.width/2)-Math.floor(labelMetrics.textFieldWidth/2);initObj.y=this.height-(this.getStyle(fontSize)+margin);initObj.text=code;this.createChild(mx.controls.Label,,initObj);
Best regards,Andriymailto:[EMAIL PROTECTED] Yahoo! Groups Sponsor ~--
Home is just a click away. Make Yahoo! your home page now.http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM~-
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 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] Re: Flex2B3 - LinkBar advice please

2006-06-14 Thread bhaq1972
i'm down to one problem. how can i supress the horizontalScrollBar 
from appearing.


btw. the answer to problem 2 was 

hbox1.horizontalScrollPosition = hbox1.maxWidth;//not hbox1.width




--- In flexcoders@yahoogroups.com, bhaq1972 [EMAIL PROTECTED] wrote:

 I've modified my code to give me nearly what i want. 
 
 Problems
 1) if you keep clicking the 'Add' button (to create more viewstack 
 children), the horizontal scroll bar appears after viewstack 
child9. 
 how do i get rid of it?
 
 2) my horizontalScrollPosition for the linkbar hbox is always to 
the 
 right edge ie
 
 hbox1.horizontalScrollPosition = hbox1.width;
 
 this works upto viewstack child 15. after that it no longer works. 
 any ideas?
 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
  
 mx:Script
 ![CDATA[
   import mx.containers.VBox;
 
   private var iCount:int = 4;
   
 private function addStuff():void
 {
   iCount++;
   var vbox1:VBox = new VBox();
   vbox1.label = screen+iCount;
   vs1.addChild(vbox1);
   
   if(hbox1.horizontalScrollBar)
   {
   hbox1.horizontalScrollBar.visible = false;
   }
   hbox1.horizontalScrollPosition = hbox1.width;
 }
 
 ]]
 /mx:Script
 
 mx:Panel id=panel1 title=Click on 'Add' to add more 
 links/viewstack children height=100% minWidth=0 width=100% 
 horizontalScrollPolicy=off
   mx:HBox width=100%
   mx:Button label=Add click=addStuff()/
   mx:HBox id=hbox1 minWidth=0 width=70% 
 
   mx:LinkBar id=linkbar1 
 color=#FF fontWeight=bold minWidth=0 
dataProvider=vs1 /
   /mx:HBox
   mx:Button label=LinkBar End Point/
   /mx:HBox
 
 mx:ViewStack id=vs1
   mx:VBox label=screen1/
   mx:VBox label=screen2/
   mx:VBox label=screen3/
   mx:VBox label=screen4/
 /mx:ViewStack
   
 /mx:Panel
 
 /mx:Application
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 --- In flexcoders@yahoogroups.com, bhaq1972 mbhaque@ wrote:
 
  I have a linkbar and a viewstack. I have limited width for the 
  Linkbar.
  
  I have 2 issues someone may be able to help me on.
  
  1) as more links are added to the link bar, i want to be able to 
 see 
  the end linkbuttons (if this was possible, i would do this 
  linkbar.horizontalHorizontalPosition  = 
  linkbar.maxHorizontalPosition).
  
  2) In the example below i want to able to move the linkbar left 
or 
  right using the 2 buttons either side of it.
  
  any help would be appreciated 
  bod (bhaq1972)
  
  mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
   
  mx:Script
  ![CDATA[
  import mx.containers.VBox;
  
  private var iCount:int = 4;
  
  private function addStuff():void
  {
  iCount++;
  var vbox1:VBox = new VBox();
  vbox1.label = screen+iCount;
  vs1.addChild(vbox1);
  }
  ]]
  /mx:Script
  
  mx:Panel id=panel1 title=Click on 'Add' to add more 
  links/viewstack children height=100% minWidth=0 
width=100% 
  horizontalScrollPolicy=off
  mx:HBox width=100%
  mx:Button label=Add click=addStuff()/
  mx:Button label=lt; width=20/
  mx:LinkBar id=linkbar1 color=#FF 
  fontWeight=bold width=70% minWidth=0 dataProvider=vs1 /
  mx:Button label=gt; width=20/
  /mx:HBox
  
  mx:ViewStack id=vs1
  mx:VBox label=screen1/
  mx:VBox label=screen2/
  mx:VBox label=screen3/
  mx:VBox label=screen4/  
  
  /mx:ViewStack
  
  /mx:Panel
  
  /mx:Application
 








 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Re: Flex2B3 - LinkBar advice please

2006-06-14 Thread Jim Robson










Did you try horizontalScrollPolicy ?













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bhaq1972
Sent: Wednesday, June 14, 2006
7:05 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex2B3
- LinkBar advice please











i'm down to one problem. how can i supress the
horizontalScrollBar 
from appearing.

btw. the answer to problem 2 was 

hbox1.horizontalScrollPosition = hbox1.maxWidth;//not hbox1.width

--- In [EMAIL PROTECTED]ups.com,
bhaq1972 [EMAIL PROTECTED] wrote:

 I've modified my code to give me nearly what i want. 
 
 Problems
 1) if you keep clicking the 'Add' button (to create more viewstack 
 children), the horizontal scroll bar appears after viewstack 
child9. 
 how do i get rid of it?
 
 2) my horizontalScrollPosition for the linkbar hbox is always to 
the 
 right edge ie
 
 hbox1.horizontalScrollPosition = hbox1.width;
 
 this works upto viewstack child 15. after that it no longer works. 
 any ideas?
 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
 
 mx:Script
 ![CDATA[
 import mx.containers.VBox;
 
 private var iCount:int = 4;
 
 private function addStuff():void
 {
 iCount++;
 var vbox1:VBox = new VBox();
 vbox1.label = screen+iCount;
 vs1.addChild(vbox1);
 
 if(hbox1.horizontalScrollBar)
 {
 hbox1.horizontalScrollBar.visible = false;
 }
 hbox1.horizontalScrollPosition = hbox1.width;
 }
 
 ]]
 /mx:Script
 
 mx:Panel id=panel1 title=Click on 'Add' to add more 
 links/viewstack children height=100%
minWidth=0 width=100% 
 horizontalScrollPolicy=off
 mx:HBox width=100%
 mx:Button label=Add click=addStuff()/
 mx:HBox id=hbox1 minWidth=0
width=70% 
 
 mx:LinkBar id=linkbar1 
 color=#FF fontWeight=bold
minWidth=0 
dataProvider=vs1 /
 /mx:HBox
 mx:Button label=LinkBar End Point/
 /mx:HBox
 
 mx:ViewStack id=vs1
 mx:VBox label=screen1/
 mx:VBox label=screen2/
 mx:VBox label=screen3/
 mx:VBox label=screen4/
 /mx:ViewStack
 
 /mx:Panel
 
 /mx:Application
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 --- In [EMAIL PROTECTED]ups.com,
bhaq1972 mbhaque@ wrote:
 
  I have a linkbar and a viewstack. I have limited width for the 
  Linkbar.
  
  I have 2 issues someone may be able to help me on.
  
  1) as more links are added to the link bar, i want to be able to 
 see 
  the end linkbuttons (if this was possible, i would do this 
  linkbar.horizontalHorizontalPosition = 
  linkbar.maxHorizontalPosition).
  
  2) In the example below i want to able to move the linkbar left 
or 
  right using the 2 buttons either side of it.
  
  any help would be appreciated 
  bod (bhaq1972)
  
  mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
  
  mx:Script
  ![CDATA[
  import mx.containers.VBox;
  
  private var iCount:int = 4;
  
  private function addStuff():void
  {
  iCount++;
  var vbox1:VBox = new VBox();
  vbox1.label = screen+iCount;
  vs1.addChild(vbox1);
  }
  ]]
  /mx:Script
  
  mx:Panel id=panel1 title=Click on 'Add' to add
more 
  links/viewstack children height=100%
minWidth=0 
width=100% 
  horizontalScrollPolicy=off
  mx:HBox width=100%
  mx:Button label=Add click=addStuff()/
  mx:Button label=lt; width=20/
  mx:LinkBar id=linkbar1 color=#FF 
  fontWeight=bold width=70%
minWidth=0 dataProvider=vs1 /
  mx:Button label=gt; width=20/
  /mx:HBox
  
  mx:ViewStack id=vs1
  mx:VBox label=screen1/
  mx:VBox label=screen2/
  mx:VBox label=screen3/
  mx:VBox label=screen4/ 
  
  /mx:ViewStack
  
  /mx:Panel
  
  /mx:Application
 







__._,_.___





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



  






__,_._,___






Re: [flexcoders] Uh oh Ajax...

2006-06-14 Thread John C. Bland II



This is my favorite quote of all: _javascript_ is a key component of Ajax, a set of technologies that is being used more and more frequently for Web applications.Key component huh? :-) AJAX IS _javascript_! The misconception that Ajax is more than JS frustrates. Sorry for the outburst. :-) Back to the cave...
On 6/14/06, Tom Chiverton [EMAIL PROTECTED] wrote:









  



On Wednesday 14 June 2006 03:17, Brendan Meutzner wrote:
 http://www.informationweek.com/security/showArticle.jhtml?articleID=1894007

99

Yamanner also captured the addresses and uploaded them to a still 
unidentified Web site
What, ethereal / wireshark have suddenly stopped working ?
-- 
Tom Chiverton



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

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


CONFIDENTIALITY

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


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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards


  













-- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org
 - Home of FMUG.az

__._,_.___





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



  






__,_._,___



Re: Re[2]: [flexcoders] Flex 1.5 TextArea height

2006-06-14 Thread Stanislav Zayarsky



Ok, let's forget about getTextExtent.. Because it is has it's own limitations.

What Adobe guys cansuggest to me?
On 6/14/06, Stanislav Zayarsky [EMAIL PROTECTED] wrote:


ConcerningManish example, what is the magic numbers there?
_measuredPreferredHeight = label.textHeight + 4;
And it doesn't work!

I will try getTextExtent workaround.

Best regards

Stanislav

On 6/14/06, Andriy Panas [EMAIL PROTECTED] wrote:
 
Hello Stanislav,One more idea found by me at history of the Flexcoders mailing listis to use TextFormat.getTextExtent
 () function to calculate the size of the text:http://livedocs.macromedia.com/flash/mx2004/main_7_2/1840.html#40
Example:--var txtFmt:TextFormat=new TextFormat();txtFmt.font=this.getStyle(fontFamily);var labelMetrics:Object=txtFmt.getTextExtent(code);
var initObj:Object=new Object(); initObj.x=Math.floor(this.width/2)-Math.floor(labelMetrics.textFieldWidth/2);initObj.y=this.height-(this.getStyle(fontSize)+margin);initObj.text=code;this.createChild
(mx.controls.Label,,initObj); Best regards,Andriymailto:
[EMAIL PROTECTED] Yahoo! Groups Sponsor ~-- Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM~- --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 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.



  






__,_._,___



Re: [flexcoders] Uh oh Ajax...

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 12:21, John C. Bland II wrote:
 AJAX IS JAVASCRIPT
^ and XML

:--)

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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] Uh oh Ajax...

2006-06-14 Thread John C. Bland II



lol. I hear you but X can be nixed, for most ajax implementations at least. You know what I mean though.On 6/14/06, Tom Chiverton 
[EMAIL PROTECTED] wrote:On Wednesday 14 June 2006 12:21, John C. Bland II wrote:
 AJAX IS _javascript_^ and XML:--)--Tom ChivertonThis email is sent for and on behalf of Halliwells LLP.
Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF.A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.
CONFIDENTIALITYThis email is intended only for the use of the addressee named above and may be confidential or legally privileged.If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.
For more information about Halliwells LLP visit www.halliwells.com.We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards
 Yahoo! Groups Sponsor ~--Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM~---Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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/
-- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org
 - Home of FMUG.az

__._,_.___





--
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] Re: How to change vertical position of a buttonlabel??

2006-06-14 Thread moyosaned
--- In flexcoders@yahoogroups.com, bhaq1972 [EMAIL PROTECTED] wrote:

 are u using flex2?
 checkout labelPlacement property.
 
 
 --- In flexcoders@yahoogroups.com, moyosaned maikelsibbald@ 
 wrote:
 
  Does anybody know how to set the vertical position of a label(of a
  Button) I want my label 3 pixels down.
 

Yes flex 2.. but labelPlacement allows you, correct me is i'm wrong,
to set the label left,right,on top or below the icon.






 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Re: Uh oh Ajax...

2006-06-14 Thread sourcecoderia
And yet another, this seems to be a good? Thing for Flex?
But very bad for ajax.

QUOTE. Just wait. Ajax is just asking for it.

http://www.informationweek.com/software/showArticle.jhtml?
articleID=188703194

Sure glad swf is compiled. (but still not un breakable)

jason

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] 
wrote:

 On Wednesday 14 June 2006 12:21, John C. Bland II wrote:
  AJAX IS JAVASCRIPT
   ^ and XML
 
 :--)
 
 -- 
 Tom Chiverton
 






 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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] Re: Uh oh Ajax...

2006-06-14 Thread John C. Bland II



Well, I'd say it is good for Flex but only due to the scare factor. If JS starts getting hit with more and more viruses Ajax will become a liability more than anything. This is one of the reasons some network admins shut off JS.
On 6/14/06, sourcecoderia [EMAIL PROTECTED] wrote:









  



And yet another, this seems to be a good? Thing for Flex?
But very bad for ajax.

QUOTE. Just wait. Ajax is just asking for it.

http://www.informationweek.com/software/showArticle.jhtml?
articleID=188703194

Sure glad swf is compiled. (but still not un breakable)

jason

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] 

wrote:

 On Wednesday 14 June 2006 12:21, John C. Bland II wrote:
  AJAX IS _javascript_
 	^ and XML
 
 :--)
 
 -- 
 Tom Chiverton
 


  













-- John C. Bland III do what I can do when I can do it. - Chris Tucker, Money Talkshttp://www.gotoandstop.org
 - Home of FMUG.az

__._,_.___





--
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] dragging problem

2006-06-14 Thread Rajesh Deshmukh










Can anybody please tell me how to
implement drag and
drop on TitleWindow .

Please help me out





Regards

Rajesh Deshmukh

Multimedia- Programmer

TechBooks | Maximize Learning








__._,_.___





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



  






__,_._,___





Re: [flexcoders] Re: Uh oh Ajax...

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 13:30, sourcecoderia wrote:
 QUOTE. Just wait. Ajax is just asking for it.

It spilt my pint earlier too :-)

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] Chart - How to set up color on series ? Bug ?

2006-06-14 Thread ruddyvanduynslager
In Beta 2, to assign colors on a Pie chart, I used this code (first 
serie, first color):

chrt_pieTR.series[0].fills[0].color=0xFF.

Now in Beta 3, that code doesn'nt work anymore., and I receive an 
error 
The only place where I can find something about fills.color, is just 
below the inheritingStyles. 

So, I have run this code:

chrt_pieTR.series[0].inheritingStyles].fills[0].color=0xFF.
I do no receive an error,.but nothing is changed, my first color 
is not 0xFF 

pff

Any suggestion is welcome 







 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] dragging problem

2006-06-14 Thread rajeshd2783
Can anybody please tell me how to implement drag and drop on 
TitleWindow .

Please help me out.as soon as possible.

 








 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] Re: Your trial of Flex Builder 2.0 has expired... wtf...

2006-06-14 Thread gapoce
Could you please send it to me too.
Gapoce


--- In flexcoders@yahoogroups.com, Anatole Tartakovsky 
[EMAIL PROTECTED] wrote:

 Could you please send it to me too - happened on new machine with 
incorrect date of installation
 Thank you,
 Anatole
 
   - Original Message - 
   From: Matt Chotin 
   To: flexcoders@yahoogroups.com 
   Sent: Tuesday, May 30, 2006 9:20 PM
   Subject: RE: [flexcoders] Your trial of Flex Builder 2.0 has 
expired... wtf...
 
 
   Well, we have to have some code meant to defeat folks who try to 
change their clock to defeat the FB trial system, and you ran into 
it.  I'll see if I can send you something that fixes the beta.
 

 
   Matt
 

 
 
 ---
---
 
   From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Oleg Filipchuk
   Sent: Tuesday, May 30, 2006 2:55 AM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Your trial of Flex Builder 2.0 has 
expired... wtf...
 

 
   Hi list,
   I've occasionally changed date at my PC to July and after that 
Flex Builder 2 b3 stooped to work. I can see only the message that 
Flex Builder has expired. I've tried to change date back to May, 
reinstalling it but nothing can help... 
 
   What I have to do to bring it back to life? 
 
   Thx
 
   Oleg Filipchuk
   RIA developer euroPIN group a.s.
 
 
 
   --
   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 
 
 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 ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] nodeOpen Tree Component

2006-06-14 Thread Raphael R. Franco



Tanks Tracy, In version beta 3 on flex it does not exist more nodeOpen.http://livedocs.macromedia.com/labs/1/flex20beta3/langref/index.html
Best regardsRaphael2006/6/13, Tracy Spratt [EMAIL PROTECTED]:









  











I don't see a "nodeOpen"
property in the documentation for Tree. Where did you see it?



I did see an "isItemOpen()"
method.



Tracy











From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Raphael R. Franco
Sent: Tuesday, June 13, 2006 8:43
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] nodeOpen
Tree Component












Hi,

I using component Tree, when use attibute nodeOpen it shows the error :Cannot
resolve attrinute 'nodeOpen' for component type mx.controls.Tree

As I must solve this problem 

Best Regards 

-- 
Raphael [Raphamaster]
http://raphamaster.blogspot.com
gtalk: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED] 










  













-- Raphael [Raphamaster]http://raphamaster.blogspot.comgtalk: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]

__._,_.___





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



  






__,_._,___



RE: [flexcoders] dragging problem

2006-06-14 Thread Jim Robson










Search the documents for drag and
drop and youll find lots of information to get you going.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rajesh Deshmukh
Sent: Wednesday, June 14, 2006
7:18 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] dragging
problem













Can anybody
please tell me how to implement drag and drop on TitleWindow .

Please help me
out





Regards



Rajesh Deshmukh



Multimedia- Programmer



TechBooks
|
Maximize Learning














__._,_.___





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



  






__,_._,___






Re: [flexcoders] Re: Uh oh Ajax...

2006-06-14 Thread Tim Scollick



This is my favourite:Future vulnerabilities are likely to be found in mash-ups, the
combination of a known service based on Ajax, such as Google Maps, and
some service added on top of them.OMG. Now, those hackers totally know the longitude AND the latitude of that coffee shop I was looking for in Scarborough...On 6/14/06, 
Tom Chiverton [EMAIL PROTECTED] wrote:









  



On Wednesday 14 June 2006 13:30, sourcecoderia wrote:
 QUOTE. Just wait. Ajax is just asking for it.

It spilt my pint earlier too :-)

-- 
Tom Chiverton



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

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


CONFIDENTIALITY

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


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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards


  















__._,_.___





--
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] Flex2Beta3: CF/FDS/FMS setup

2006-06-14 Thread Thomas Rühl -akitogo-

Hi all,

I'm in the process of planning a customer support application. Customers 
will be abel to reach an internal worker by using a Flex application. 
The worker sees a list of incoming requests and selects one he wants to 
answer. The conversation should be possible using chat, audio and video 
options.

For that, I need to setup Coldfusion with FDS and FMS (FlashMediaServer) 
integration. Question is how?

CF and Flex on a single server instance? I'd like to use JRun as the 
application server.

And for ausio/video streaming... Do I really need the FMS part? Or is 
that possible just with FDS?

Greetings, Thomas




 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Re: One last try: Javascript security

2006-06-14 Thread Abdul Qabiz



Hi,Your code works for me. And yeah, I have allowed all files on my desktop in Settings Manager.So, I suggest always test files from a webserver...-abdulOn 6/14/06, 
drome.dario [EMAIL PROTECTED] wrote:









  



Hi guys, I catch it:
Visit this link bellow and add you html filand swf files as always 
trusted and see if works from the local disk. FoMy application has 
started to work after this... I'm happy... very happy.

http://www.macromedia.com/support/documentation/en/flashplayer/help/se

ttings_manager04.html

--- In flexcoders@yahoogroups.com, drome.dario [EMAIL PROTECTED] 

wrote:

 FineLine,
 I have curiosity about your situation: you say it works like a 
champ 
 when the HTML and the SWF are in the original compile directory. 
For 
 me it DOESN'T work independently of the directory where the files 
 reside so, What do you exactly mean with original compile 
directory? 
 do you refer to that one that FlexBuilder suggest as the default 
 location for the project?
 
 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
  
  
  

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] Flex 2 Beta 3 - MenuBar rollover text color not changing

2006-06-14 Thread supertodda
Hello,

I've searched everywhere and no matter what I do, CSS or setStyle, I 
cannot change the color of the text on the top level of the menu bar 
when rolled over (the text that actually appears on the menu bar). 
Everything else works fine except for the textRollOverColor on the 
menu bar.  If anybody has any ideas on this, or if you need more 
information, please let me know.

Also note, I can change the rollover text on the sub menus by calling 
the setMenuColors() function below, however it only applies to the sub 
menus.

Thanks.

MenuBar CSS:

.myMenuBar {
color: white;
font-weight: bold;
text-decoration: underline;
background-color: #ECECD4;
selectionColor: #ECECD4;
rollOverColor: #ECECD4;
textRollOverColor: black;
textSelectedColor: black;
separatorColor: #FF;
separatorWidth: 1;
themeColor: #ECECD4;
 }

Sub Menu Function:

private function setMenuColors(mb:MenuBar):void {
for (var i:int = 0; i  dp1.length; i++) {
mb.getMenuAt(i).setStyle('color', 'black');
mb.getMenuAt(i).setStyle('rollOverColor', '#2433AA');
mb.getMenuAt(i).setStyle('selectionColor', '#2433AA');
mb.getMenuAt(i).setStyle
('textRollOverColor', '#FF');
}
}







 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Flex2Beta3: CF/FDS/FMS setup

2006-06-14 Thread Dirk Eismann
For audio/video chat you definitely need FMS, text-chats only can be done with 
FDS.

Dirk.

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Rühl -akitogo-
 Sent: Wednesday, June 14, 2006 2:57 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex2Beta3: CF/FDS/FMS setup
 
 
 Hi all,
 
 I'm in the process of planning a customer support 
 application. Customers will be abel to reach an internal 
 worker by using a Flex application. 
 The worker sees a list of incoming requests and selects one 
 he wants to answer. The conversation should be possible using 
 chat, audio and video options.
 
 For that, I need to setup Coldfusion with FDS and FMS 
 (FlashMediaServer) integration. Question is how?
 
 CF and Flex on a single server instance? I'd like to use JRun 
 as the application server.
 
 And for ausio/video streaming... Do I really need the FMS 
 part? Or is that possible just with FDS?
 
 Greetings, Thomas
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Protect your PC from spy ware with 
 award winning anti spy technology. It's free.
 http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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 ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Re: Uh oh Ajax...

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 13:59, Tim Scollick wrote:
 OMG.  Now, those hackers totally know the longitude AND the latitude of
 that coffee shop I was looking for in Scarborough...

:waits for the first mobile phone / PDA to 'leak' this information in it's 
HTTP headers

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Re: One last try: Javascript security

2006-06-14 Thread drome.dario
Now... I'm wondering on how an installer program could config flash 
player in order to trust on a given set of files.

Any ideas?

Regards





 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Flex 1.5 to Flex 2 migration - binding problem

2006-06-14 Thread Phil Marston






Should I have asked!

OK where do I begin looking in to that?

Is it just a case of 
public class myDataObject extends Object ???
or
public class myDataObject extends IEventDispatcher ???

I'm guessing there's more, but I'm getting out of my depth without
knowing where to look for more info . . . :-/

Pointers greatly appreciated!

Cheers,

Phil

Tom Chiverton wrote:

  On Wednesday 14 June 2006 09:00, Phil Marston wrote:
  
  
Can you suggest a type?

  
  
You could make your own...

  


-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


__._,_.___





--
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] FB2B3: FlexUnit not showing stack trace

2006-06-14 Thread Jim Robson










Im trying FlexUnit, and everything appears to be
working correctly except that nothing appears in the stack trace field. Has
anyone else experienced this? If so, how did you resolve it?








__._,_.___





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



  






__,_._,___





Re: [flexcoders] Excel Export

2006-06-14 Thread Steve Gustafson



Jim,What I mean by true Excel files is a binary file that is native to Excel. Not a delimited text file, or HTML file that Excel can open.The difference is that by generating a true Excel file with POI-HSSF, you have the ability to:
create multiple worksheetssplit and freeze panesdraw shapesoutliningset the data format of cellsmerge cellsset print areacolor cells and text
use formulasreference other cells and worksheets etc. etc. etc. Some of this can be done with HTML, but not all.Using CFCONTENT does not generate a binary Excel file, it simply sets the MIME type to application/msexcel but the file is still a text file that is either delimited or HTML.
This may be more than the original poster was looking to do, and in many cases a CSV or HTML file is adequate, however POI-HSSF brings a whole 'nother level of power to using server data with Excel.Here is a link to 
Busy Develepors Guide to HSSF FeaturesGusOn 6/13/06, Jim Robson 
[EMAIL PROTECTED] wrote:








  











Steve,



Not sure what you mean by "true"
Excel files, but CF does natively provide the ability to generate .xls files
using the cfcontent tag:




http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=part_cfm.htm



-Jim



__._,_.___





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



  






__,_._,___



RE: [flexcoders] Excel Export

2006-06-14 Thread Jim Robson










Thats great  thanks!











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steve Gustafson
Sent: Wednesday, June 14, 2006
8:59 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Excel
Export











Jim,

What I mean by true Excel files is a binary file that is native to
Excel. Not a delimited text file, or HTML file that Excel can open.

The difference is that by generating a true Excel file with
POI-HSSF, you have the ability to: 


 create multiple worksheets
 split and freeze panes
 draw shapes
 outlining
 set the data format of cells
 merge cells
 set print area
 color cells and text
 use formulas
 reference other cells and worksheets 
 etc. etc. etc. 


Some of this can be done
with HTML, but not all.

Using CFCONTENT does not generate a binary Excel file, it simply sets the MIME
type to application/msexcel but the file is still a text file that
is either delimited or HTML. 

This may be more than the original poster was looking to do, and in many cases
a CSV or HTML file is adequate, however POI-HSSF brings a whole 'nother level
of power to using server data with Excel.

Here is a link to Busy
Develepors Guide to HSSF Features

Gus



On 6/13/06, Jim
Robson 
[EMAIL PROTECTED] wrote:













Steve,



Not sure what you mean by
true Excel files, but CF does natively provide the ability to
generate .xls files using the cfcontent tag:



http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=part_cfm.htm



-Jim
























__._,_.___





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



  






__,_._,___






Re: [flexcoders] Flex 1.5 to Flex 2 migration - binding problem

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 14:07, Phil Marston wrote:
 OK where do I begin looking in to that?

Besides the docs :-)

 Is it just a case of
 public class myDataObject extends Object ???

Preaty much.
I don't think you need to extend IDataProvider or anything.


-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] The namespace that won't die

2006-06-14 Thread ben.clinkinbeard
Hello, part 6735 in the namespace hell series... Shouldn't code like this:

XML(obj_data).ns_dmws::Plans.PlanNumber

successfully access any and all PlanNumber nodes in a chunk of XML
like this?:

Entry xmlns=http://site.com/Back/DocMetadata;
  DocumentTypeRPR/DocumentType
  Plans
PlanNumber78167/PlanNumber
PlanNumber78168/PlanNumber
  /Plans
  StatusInProgress/Status
/Entry

It doesn't. In cases where there is only one PlanNumber node, I have
to do this to get to it, because the namespace seems to attach itself
to every child node even when accessed with the namespace:

XML(obj_data).ns_dmws::Plans.ns_dmws::PlanNumber

In cases where there are multiple PlanNumber nodes I can only access
the node contents using square brackets because, again, the namespace
attaches itself to each PlanNumber node. When there are multiple
PlanNumber nodes, this code:

XML(obj_data).ns_dmws::Plans.ns_dmws::PlanNumber

outputs

PlanNumber xmlns=http://site.com/Back/DocMetadata;78167/PlanNumber
PlanNumber xmlns=http://site.com/Back/DocMetadata;78168/PlanNumber





 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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] colorPicker, getting the colour out

2006-06-14 Thread Sonja Duijvesteijn



Sending another mail on this question as it might not have been obvious that i'm still looking for the answer. I realise it should be really easy but i'm at a loss here.When a user selects a colour from the STANDARD colorpicker, how do I get the hexadecimal value?
Sonja2006/6/14, Sonja Duijvesteijn [EMAIL PROTECTED]:
Thank you Tom, I think that's not in the documentation as well, but not exactly what I mean.I'd like to figure out the hexidecimal code that has been selected after a user operation. So not the one I can put in myself. 
Sonja2006/6/14, Tom Chiverton [EMAIL PROTECTED]
:
On Tuesday 13 June 2006 11:39, Sonja Duijvesteijn wrote: The documentation gives enough help for the advanced topics (putting in your own colours) but forgets the basics.You mean like where it uses selectedColor ?
 mx:ColorPicker id=cp showTextField=true selectedColor=0xFF/:-)--Tom ChivertonThis email is sent for and on behalf of Halliwells LLP.
Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF.A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.
CONFIDENTIALITYThis email is intended only for the use of the addressee named above and may be confidential or legally privileged.If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.
For more information about Halliwells LLP visit www.halliwells.com.We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards
 Yahoo! Groups Sponsor ~--Home is just a click away. Make Yahoo! your home page now.

http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM~---Flexcoders Mailing ListFAQ: 

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 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.



  






__,_._,___



Re: [flexcoders] Convert AJAX to Flex?

2006-06-14 Thread Anatole Tartakovsky
Tom,
1. Code loading: That is just proves my point - developers have to do 
the tricks to increase probability the code gets downloaded. Imagine you 
have 1MB+ of code to take care of - size of your average Flex app while 
still in beta. I do not think we had a problem with code loading or 
pre-compiling on the first apps or when code base was small. It's just 
reaches that point in few years.
2. Connectivity : means an ability to guarantee timely delivery of the 
data.
That requires an ability to diagnose the problem and swich to alternative 
delivery methods without getting the application code involved. Ability to 
efficiently deal with limited number of streams available (2) , bundling of 
the requests, timeouts, 1.1 vs 1.0 connectivity, proxies and routers,etc. 
You can take/build framework and resolve 90% of the problems - that does not 
make it 100% robust - control of HTTPRequest is just too limited for that.

Here is a quick test:
1. Build sizable AJAX application
2. Pull a plug for few secs/nix/damage some random incoming / outgoing 
streams, make them hang with keep-alive  - simulate real Internet case 
scenario
3. See if it recovers - if it does it means it is robust.

Thank you,
Anatole


- Original Message - 
From: Tom Chiverton [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, June 14, 2006 4:03 AM
Subject: Re: [flexcoders] Convert AJAX to Flex?


 On Tuesday 13 June 2006 16:36, Anatole Tartakovsky wrote:
 by JavaScript like loading of JavaScript itself or connectivity issues 
 that

 You can do that - see JSON for instance, or the way google sends 
 Javascript
 code ready to be executed first from the server.

 Connectivity ?
 You mean checking the browser is supported, and can still talk to the 
 server ?
 Even Flex only solves the former by itself.
 -- 
 Tom Chiverton

 

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

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

 CONFIDENTIALITY

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

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

 We are pleased to announce that Halliwells LLP has been voted AIM Lawyer 
 of the Year at the 2005 Growth Company Awards




 --
 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 to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Syntax for using mx:Binding Tag with ComboBox.selectedItem.data?

2006-06-14 Thread Libby
I am trying to use a mx:Binding tag to collect the user's selection
and put it into a model. No matter how I style the syntax, Flex gives
me the unknown property warning. Could someone tell me what I am
doing wrong, specifically: how to code this so the Binding tag handles
the changes? I know I can write a function to collect the change and
put the outcome into a bound variable, but I am trying to avoid
scriplets in the .mxml files. Below is my code:

mx:Binding source=myComboBox.selectedItem.data 
destination=modelObject /

Thanks,
Libby






 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Flex 1.5 to Flex 2 migration - binding problem

2006-06-14 Thread Phil Marston








Tom Chiverton wrote:

  On Wednesday 14 June 2006 14:07, Phil Marston wrote:
  
  
OK where do I begin looking in to that?

  
  
Besides the docs :-)

  

lol - the 1st place I tried 
:-P  I guess I'm just not searching the vast tome
for the right thing!   :-( 


-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


__._,_.___





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



  






__,_._,___




RE: [flexcoders] calling custom component methods inside the parent application

2006-06-14 Thread Chaitu Vadlapatla










I want the other way round. I want to be able
to call a function in the component inside the parent application.







From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Lu
Sent: Tuesday, June 13, 2006 9:58
PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] calling
custom component methods inside the parent application





























try this: 


public function dummy ()


{





 cbSelected = parent.raga.selected;


















  
   //or 

  
cbSelected = Application.application.raga.selected;




















}


]] 























__._,_.___





--
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] Aligning formitem labels

2006-06-14 Thread Bas J. Brey










Is this possible? The help says it it not and I
wonder why..



Anyone got a clue?








__._,_.___





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



  






__,_._,___





Re: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Sonja Duijvesteijn



Thank you Tom, I think that's not in the documentation as well, but not exactly what I mean.I'd like to figure out the hexidecimal code that has been selected after a user operation. So not the one I can put in myself. 
Sonja2006/6/14, Tom Chiverton [EMAIL PROTECTED]:
On Tuesday 13 June 2006 11:39, Sonja Duijvesteijn wrote: The documentation gives enough help for the advanced topics (putting in your own colours) but forgets the basics.You mean like where it uses selectedColor ?
 mx:ColorPicker id=cp showTextField=true selectedColor=0xFF/:-)--Tom ChivertonThis email is sent for and on behalf of Halliwells LLP.
Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at St James's Court Brown Street Manchester M2 2JF.A list of members is available for inspection at the registered office. Any reference to a partner in relation to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law Society.
CONFIDENTIALITYThis email is intended only for the use of the addressee named above and may be confidential or legally privileged.If you are not the addressee you must not read it and must not use any information contained in nor copy it nor inform any person other than Halliwells LLP or the addressee of its existence or contents.If you have received this email in error please delete it and notify Halliwells LLP IT Department on 0870 365 8008.
For more information about Halliwells LLP visit www.halliwells.com.We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards
 Yahoo! Groups Sponsor ~--Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/nhFolB/TM~---Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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 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.



  






__,_._,___



Re: [flexcoders] calling custom component methods inside the parent application

2006-06-14 Thread Luís Gustavo Sanabio



What is raga?
Maybe ID is missing.

mx:CheckBox id=ragaclick=CheckCell.dummy() x=15 y=535/
Gustavo Sanabio
2006/6/13, Jeremy Lu [EMAIL PROTECTED]:










try this: 
 public function dummy ()
 {
 
  cbSelected = parent.raga.selected;

  //orcbSelected = Application.application
.raga.selected;







 }
 ]] 
 


__._,_.___





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



  






__,_._,___



Re: [flexcoders] colorPicker, getting the colour out

2006-06-14 Thread Peter Baird
Title: Re: [flexcoders] colorPicker, getting the colour out





Sonja,

The below example should include all aspects of what youre trying to do. Let me know if you have questions about the below code:

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml 

mx:Script
![CDATA[
public function getHex():void {
myOutput.text = rgbToHex(myColorPicker.selectedColor);
myBox.setStyle('backgroundColor', myColorPicker.selectedColor);
}

//this converts the hex number to the equivalent string
public function rgbToHex(val:Number):String {
var newVal:String = val.toString(16);
while (newVal.length  6) { newVal = 0 + newVal; } 
if (newVal.charAt(1) == 'x') { newVal = newVal.slice(2, 8); }
newVal = # + newVal;
return newVal; 
}
]]
/mx:Script

mx:ColorPicker id=myColorPicker close=getHex(); /
mx:TextArea id=myOutput /
mx:Box id=myBox width=50 height=50 backgroundColor=#FF /


/mx:Application


On 6/14/06 10:15 AM, Sonja Duijvesteijn [EMAIL PROTECTED] wrote:

 



Sending another mail on this question as it might not have been obvious that i'm still looking for the answer. I realise it should be really easy but i'm at a loss here.

When a user selects a colour from the STANDARD colorpicker, how do I get the hexadecimal value? 

Sonja

2006/6/14, Sonja Duijvesteijn [EMAIL PROTECTED]:
Thank you Tom, 
I think that's not in the documentation as well, but not exactly what I mean.

I'd like to figure out the hexidecimal code that has been selected after a user operation. So not the one I can put in myself. 

Sonja

2006/6/14, Tom Chiverton [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] :
On Tuesday 13 June 2006 11:39, Sonja Duijvesteijn wrote:
 The documentation gives enough help for the advanced topics (putting in
 your own colours) but forgets the basics.

You mean like where it uses selectedColor ? 
mx:ColorPicker id=cp showTextField=true selectedColor=0xFF/
:-)

--
Tom Chiverton



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

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

CONFIDENTIALITY

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

For more information about Halliwells LLP visit www.halliwells.com http://www.halliwells.com .

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the Year at the 2005 Growth Company Awards 



 Yahoo! Groups Sponsor ~--
Home is just a click away. Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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/ 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/ http://docs.yahoo.com/info/terms/ 









/ \ PETER BAIRD
888/ \888 User Experience Consultant
88/ / \88 Adobe Consulting | Adobe Systems, Inc
8/ /8\ \8 275 Grove St. Newton, MA
/ /888\ \ Office: 617.219.2126 | Cell: 617.803.6804
\8\ AIM: pbaird00 | Y!IM: pbaird00




__._,_.___





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



  






__,_._,___





Re: [flexcoders] Flex 1.5 to Flex 2 migration - binding problem

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 15:25, Phil Marston wrote:
 lol - the 1st place I tried :-P  I guess I'm just not searching the
 vast tome for the right thing!  :-(

You can just declare the data provider as an inline array or something:
http://livedocs.macromedia.com/labs/1/flex20beta3/wwhelp/wwhimpl/common/html/wwhelp.htm?href=1056.html

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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] dragging problem

2006-06-14 Thread Tom Chiverton
On Wednesday 14 June 2006 12:26, rajeshd2783 wrote:
 Please help me out.as soon as possible.

Is there some specific problem with the example in the docs ?

-- 
Tom Chiverton



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

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

CONFIDENTIALITY

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

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

We are pleased to announce that Halliwells LLP has been voted AIM Lawyer of the 
Year at the 2005 Growth Company Awards



 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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] Re: Flex2B3: Problem making the number of panes in accordion dynamic

2006-06-14 Thread aejaz_98
It seems that Form id can't be dynamic, so I dropped the form id  the
Accordion is drawn correctly with the panes taking input from myArray.

If I added one more element to myArray, I expected the Accordion be
updated automatically  but that  doesn't happen. Why ?

How do I redraw the  accordion once myArray is updated ?

Here is the code,

mx:Script
![CDATA[

[Bindable]
public var myArray:Array=[A,B,C,D];
private function updateArray():void
{
 myAC.source.push(E);
}
]]
/mx:Script

mx:Accordion id=accordion x=139 y=303 width=200 height=200
 mx:Repeater id=myrep dataProvider={myAC}
 mx:Form label={myrep.currentItem}
 /mx:Form
 /mx:Repeater
  /mx:Accordion
  mx:Button x=426 y=404 label=UpdateArray id=update
click=updateArray()/


Thanks,
Aejaz

--- In flexcoders@yahoogroups.com, aejaz_98 [EMAIL PROTECTED] wrote:

 Hi,

 I have the following code,

 mx:Script
 ![CDATA[
 [Bindable]
 public var myArray:Array=[A,B,C,D];
 ]]
 /mx:Script

 mx:ArrayCollection id=myAC source={myArray}/

 mx:Accordion x=139 y=303 width=200 height=200
  mx:Repeater id=myrep dataProvider={myAC}
  mx:Form id={myrep.currentItem}
 label={myrep.currentItem}/
  /mx:Repeater
   /mx:Accordion

 The error I get while building is,   '{myrep.currentItem}' is not a
 valid identifier.   Is this not allowed in this case ?

 What I want to do eventually is to get the contents of the array from
a
 back end database  then use them to show the panes of the Accordion.
Is
 there an alternative way to achieve this ?

 Thanks,
 Aejaz








 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] Dynamic lineSeries

2006-06-14 Thread ruddyvanduynslager
I try to construct new lineSeries with the code:

var ls : LineSeries = new LineSeries();
ls.yField = strName;
ls.displayName = strName;
ls.name = strName;
ls.id=id+strName;

this works perfect.

But with
 ls.radius=5 
nothing happend

And with
 ls.showDataEffect = interpolate
 Ls.stroke = new Stoke(0xFF,2,100);
I get error ( with beta3, not beta 2 )


Thanks for any suggestions





 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] calling custom component methods inside the parent application

2006-06-14 Thread Chaitu Vadlapatla










mx:CheckBox
id=dummyCheckBox_cb click=CheckCell.dummy() x=15
y=535///this piece is in my main application mxml

My problem
is with the click function. On this click of the check box I want to call a
function inside my component mxml and I cannot. The component MXML looks like
this

Component
MXML named =CheckCell.MXML

?xml
version=1.0 encoding=utf-8?



mx:VBox
xmlns:mx=http://www.adobe.com/2006/mxml



mx:Script


![CDATA[


// Define a property for returning 


// the new value to the cell.


public var cbSelected:Boolean;


public function dummy ()


{ 


 cbSelected = parentApplication.dummyCheckBox_cb.selected;


}


]] 


/mx:Script


mx:CheckBox id=followUpCB selected={cbSelected}
creationCompleteEffect= dummy () /

/mx:VBox

Thanks

Chaitu.













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luís Gustavo Sanabio
Sent: Wednesday, June 14, 2006
6:37 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] calling
custom component methods inside the parent application













What is raga?





Maybe ID is missing.





mx:CheckBox
id=ragaclick=CheckCell.dummy() x=15
y=535/





Gustavo Sanabio







2006/6/13, Jeremy Lu [EMAIL PROTECTED]:
























try this: 


public function dummy ()


{





 cbSelected = parent.raga.selected;


















  
   //or 

  
cbSelected = Application.application .raga.selected;




















}


]] 






































__._,_.___





--
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] Re: Chart - How to set up color on series ? Bug ?

2006-06-14 Thread ruddyvanduynslager
Ok, I' have found it. 
For those which have some interrest, I used this:

chrtPie.series[0].setStyle(fills,arrColorSerie);

arrColorSerie is an array containing all the colors.





 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Flex 1.5 to Flex 2 migration - binding problem

2006-06-14 Thread Phil Marston






Yeah I know about that, but this is an object that I'm getting back
from AMFPHP via remoting

my Object looks like this;
       [Bindable]
            public var reviewList:Object={
        reviewDate:null,
            reviewer:null,
            title:null,
            rating:null
        };
my service call looks like this;
            public function getReviews (restId:Object): void
            {
                gateway.call( "Restaurant.getReviewsList",
reviewsListResponder = new Responder(onReviewsListResult,
onReviewsListFault), restId);                
            }
            
            public function onReviewsListResult( result : Array ) : void
            {
                reviewList = result;
            }

and reviewList gets used here;
                restaurant:ReviewList label="Reviews"
list="{reviewList}"/                


and the custom component looks like this
mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" 
    mx:Script
        ![CDATA[
            public var list:Object;
        ]]
    /mx:Script
    mx:DataGrid id="dg" dataProvider="{list}" 
        mx:columns
            mx:DataGridColumn headerText="Date"
dataField="review_date"/
            mx:DataGridColumn headerText="Reviewer"
dataField="reviewer"/
            mx:DataGridColumn headerText="Title"
dataField="title"/
            mx:DataGridColumn headerText="Rating"
dataField="rating"/
        /mx:columns
    /mx:DataGrid
/mx:VBox

it's in this component that I'm getting complaints that the
dataProvider for the DataGrid is not of the right sort.

I can't work out where to go from here!

:-(

Tom Chiverton wrote:

  On Wednesday 14 June 2006 15:25, Phil Marston wrote:
  
  
lol - the 1st place I tried :-P  I guess I'm just not searching the
vast tome for the right thing!  :-(

  
  
You can just declare the data provider as an inline array or something:
http://livedocs.macromedia.com/labs/1/flex20beta3/wwhelp/wwhimpl/common/html/wwhelp.htm?href="">

  


-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


__._,_.___





--
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] Datagrid sorting happening automatically

2006-06-14 Thread Joe Stramel





I am retrieving info from a database using a remote 
object and putting it into an ArrayCollection. I use that array to 
populate a datagrid which has an item editor in it with a numeric stepper (to 
modify a quantity field which has a default of 0). Everything is working 
great, however every time I change the quantity the line jumps to the bottom of 
the list as if it is sorting on that field. If I click on the header of 
one of the other fields first, to sort on that, then it doesn't happen. Is 
there a way to set the default sort column programmatically??

__._,_.___





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



  






__,_._,___



RE: [flexcoders] Chart - How to set up color on series ? Bug ?

2006-06-14 Thread Ely Greenfield








Back in Flex 1.5, because of limitations of the compiler, 
we had to wrap a bunch of the charting styles with stubbed out get/set 
functions. Now that those limitations have been fixed, we scrubbed the 
classes in Beta3 and removed those stubbed out functions. So instad of 
:

pieSeries.fills = ...

you write 

pieSeries.setStyle("fills",...);

Ely.





From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
ruddyvanduynslagerSent: Wednesday, June 14, 2006 3:46 
AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
Chart - How to set up color on series ? Bug ?


In Beta 2, to assign colors on a Pie chart, I used this code (first 
serie, first 
color):chrt_pieTR.series[0].fills[0].color="0xFF".Now 
in Beta 3, that code doesn'nt work anymore., and I receive an error The 
only place where I can find something about fills.color, is just below the 
inheritingStyles. So, I have run this 
code:chrt_pieTR.series[0].inheritingStyles].fills[0].color="0xFF".I 
do no receive an error,.but nothing is changed, my first color is not 
"0xFF" pffAny suggestion is welcome 

__._,_.___





--
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] ActionScript 2.0 to 3.0 migration - Invoking static initializers

2006-06-14 Thread karthikeyanik
Hi,
   In flex 1.5, referencing the object on the right side of the 
assignment causes its static initializers to be called.

 eg: 
 public class Test {
  var static temp com.test.A = com.test.A ; 
 }

public class com.test.A {
 var static str : String = test;
 var static Object clsregistry = Object.registerClass
(com.test.A.com.test.A);
}

  In flex 2.o, referencing the object on the right side of the 
assignment causes implicit coercion of type Class to undefined type 
com.test.A error. 
   However the following change resolved the error. It would be great 
if someone can clarify that the following declaration does not 
instantiate the object and just invokes the static initializers. 
(Functionality similar to Flex1.5) 

   eg: public class Test {
  var static temp Class = com.test.A;
} 

   package com.test {
   [RemoteClass(alias=com.test.A)]
   public class A {
 var static str :String = test;
   }
   }

Thanks,
Karthi
   

   


 


  






 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] MXMLC Error

2006-06-14 Thread Lance Linder










Hoping someone can shed some light on this
error message I am getting from the MXLMC compiler being called from Ant.



Error: Compilation unit had no type
info and after parsing has no syntax tree 



Below this it says



java.lang.AssertionError:
Compilation unit had no type info and after parsing has no syntax tree



The program compiles from Flex Builder but
doesnt when using MXMLC.



I tested this on a simple application and
works but on my larger application it doesnt.



Any ideas?




__._,_.___





--
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] Flex 1.5 AMF Issue

2006-06-14 Thread Joshua Garnett



I'm having a problem passing objects that contain objects through the AMF gateway. I've found a way to work around it, but I'm not really keen on the solution. What I'm trying to do is pass an object to a java function. This object contains a reference to another object within it. When trying to access methods on the object that is referenced I get a java exception.
Here is some example flex code that doesn't work:var myObject:MyObject = new MyObject();var subObject:SubObject = new SubObject();myObject.sub = subObject;service.myFunction(myObject);
Here is my workaround:
var myObject:MyObject = new MyObject();var subObject:SubObject = new SubObject();myObject.sub = new SubObject();myObject.sub.vara = subObject.vara;myObject.sub.varb = subObject.varb;...service.myFunction

(myObject);I'd rather not have to manually create an object on the object and then manually copy over each of the variables. Is there a better way around this? Perhaps a setting on the RemoteObject?
--Josh


__._,_.___





--
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] Re: Dynamic lineSeries

2006-06-14 Thread ruddyvanduynslager
Have found something 
The problem is that I do not see anything during the rendering, 
however in the debug mode, the data are well fillin ?!!!???



var ls : LineSeries = new LineSeries();
ls.yField = name;
ls.displayName = name;
ls.name = name;
ls.id=id+name;


//ls.showDataEffect=interpolate;//does not work , get error



//this doesn't work // no error, but nothing happend
  var ST : Stroke  = new Stroke();
 ST.color = 0XFF;
 ST.weight = 30
 ls.setStyle(Stroke,ST);

 var LGS:LinearGradientStroke = new LinearGradientStroke();
 var G1 : GradientEntry = new GradientEntry(0xFF,1,1);
 var G2 : GradientEntry = new GradientEntry(0xFF,1,1);
 LGS.entries=[G1,G2];
 ls.setStyle(LinearGradientStroke, LGS);

 var BIR : BoxItemRenderer = new BoxItemRenderer();
 BIR.width = 20;
 BIR.height = 30;
 ls.setStyle(BoxItemRenderer,BIR);

//END this Won't work

arrNewLSerie.push(ls);
chrtTimeLine.series=arrNewLSerie;







 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Chart - How to set up color on series ? Bug ?

2006-06-14 Thread Daniel Tuppeny





Does this mean that typos in styles will now only be 
caught at runtime, rather than compile time? To me, the old methods 
looksnicer :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ely 
GreenfieldSent: 14 June 2006 17:13To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Chart - How to 
set up color on series ? Bug ?




Back in Flex 1.5, because of limitations of the compiler, 
we had to wrap a bunch of the charting styles with stubbed out get/set 
functions. Now that those limitations have been fixed, we scrubbed the 
classes in Beta3 and removed those stubbed out functions. So instad of 
:

pieSeries.fills = ...

you write 

pieSeries.setStyle("fills",...);

Ely.





From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
ruddyvanduynslagerSent: Wednesday, June 14, 2006 3:46 
AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
Chart - How to set up color on series ? Bug ?


In Beta 2, to assign colors on a Pie chart, I used this code (first 
serie, first 
color):chrt_pieTR.series[0].fills[0].color="0xFF".Now 
in Beta 3, that code doesn'nt work anymore., and I receive an error The 
only place where I can find something about fills.color, is just below the 
inheritingStyles. So, I have run this 
code:chrt_pieTR.series[0].inheritingStyles].fills[0].color="0xFF".I 
do no receive an error,.but nothing is changed, my first color is not 
"0xFF" pffAny suggestion is welcome 
 [Inbound Mail Scanned by 
MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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



  






__,_._,___



RE: [flexcoders] Chart - How to set up color on series ? Bug ?

2006-06-14 Thread Ely Greenfield








Yup, that's what it means. In general, we on the flex 
team agree with you. At one point we wanted to automatically provide property 
wrappers for all the styles, but it didn't make it onto the list. That approach 
also has some theoretical problems...most of the styles on a give component are 
consumed by its skins, not the component itself, so theoretically a different 
skin set could define different styles. Which means those properties would be 
useless.

Ely.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel 
TuppenySent: Wednesday, June 14, 2006 9:20 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Chart - How to 
set up color on series ? Bug ?



Does this mean that typos in styles will now only be 
caught at runtime, rather than compile time? To me, the old methods 
looksnicer :-)


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ely 
GreenfieldSent: 14 June 2006 17:13To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Chart - How to 
set up color on series ? Bug ?




Back in Flex 1.5, because of limitations of the compiler, 
we had to wrap a bunch of the charting styles with stubbed out get/set 
functions. Now that those limitations have been fixed, we scrubbed the 
classes in Beta3 and removed those stubbed out functions. So instad of 
:

pieSeries.fills = ...

you write 

pieSeries.setStyle("fills",...);

Ely.





From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
ruddyvanduynslagerSent: Wednesday, June 14, 2006 3:46 
AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
Chart - How to set up color on series ? Bug ?


In Beta 2, to assign colors on a Pie chart, I used this code (first 
serie, first 
color):chrt_pieTR.series[0].fills[0].color="0xFF".Now 
in Beta 3, that code doesn'nt work anymore., and I receive an error The 
only place where I can find something about fills.color, is just below the 
inheritingStyles. So, I have run this 
code:chrt_pieTR.series[0].inheritingStyles].fills[0].color="0xFF".I 
do no receive an error,.but nothing is changed, my first color is not 
"0xFF" pffAny suggestion is welcome 
[Inbound Mail Scanned by 
MessageLabs]__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__

__._,_.___





--
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] Re: calling custom component methods inside the parent application

2006-06-14 Thread Tim Hoff
This should work as long as you define an id in the main application 
mxml, for your CheckCell.mxml component. 

yourNamespace:CheckCell id=checkCell click=checkCell.dummy()/

In the CheckCell.mxml:

cbSelected = Application.application.dummyCheckBox_cb.selected;

//--

However, you could do it this way.

Define your component in the main application xmxl like this:

yourNamespace:CheckCell id=checkCell cbSelected=
{dummyCheckBox_cb.selected}/

In the CheckCell.mxml:

?xml version=1.0 encoding=utf-8?
mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml;
 
 mx:Script
 ![CDATA[
 
   [Bindable]
   public var cbSelected:Boolean;

 ]]
 /mx:Script
 
 mx:CheckBox id=followUpCB selected={cbSelected}/
 
/mx:VBox

//--

Regards,
-TH

--- In flexcoders@yahoogroups.com, Chaitu Vadlapatla 
[EMAIL PROTECTED] wrote:

 mx:CheckBox id=dummyCheckBox_cb  click=CheckCell.dummy() 
x=15 y=535///this piece is in my main application mxml
 
 My problem is with the click function. On this click of the check 
box I want to call a function inside my component mxml and I cannot. 
The component MXML looks like this
 
 Component MXML named =CheckCell.MXML
 
 ?xml version=1.0 encoding=utf-8?
 
  
 
  mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml;
 
 mx:Script
 
 ![CDATA[
 
 // Define a property for returning 
 
 // the new value to the cell.
 
 public var cbSelected:Boolean;
 
public function dummy ()
 
{ 
 
  cbSelected = 
parentApplication.dummyCheckBox_cb.selected;
 
}
 
 ]]
 
 /mx:Script
 
 mx:CheckBox id=followUpCB 
selected={cbSelected} creationCompleteEffect= dummy () /
 
 /mx:VBox
 
 Thanks
 
 Chaitu.
 
  
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Luís Gustavo Sanabio
 Sent: Wednesday, June 14, 2006 6:37 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] calling custom component methods inside 
the parent application
 
  
 
 What is raga?
 
 Maybe ID is missing.
 
 mx:CheckBox  id=raga click=CheckCell.dummy() x=15 y=535/
 
 Gustavo Sanabio
 
  
 
 2006/6/13, Jeremy Lu [EMAIL PROTECTED]: 
 
  
 
   try this: 
 
  public function dummy ()
 
  {
 
  
 
cbSelected = parent.raga.selected;
 
 
  //or 
 
   cbSelected = 
Application.application .raga.selected;
 

 
  }
 
   ]]








 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] Flex 1.5 AMF Issue

2006-06-14 Thread Peter Farland





Josh, that doesn't make much sense (not what or how you 
described it, but rather the workaround behaving any differently)... so can you 
send me a simple reproducible case offline (remember to rename .zip extensions 
so that they get are allowed through our email filter) and I can take a close 
look.

Pete


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Joshua 
GarnettSent: Wednesday, June 14, 2006 12:24 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Flex 1.5 AMF 
Issue


I'm having a problem passing objects that contain objects through the AMF 
gateway. I've found a way to work around it, but I'm not really keen on 
the solution. What I'm trying to do is pass an object to a java 
function. This object contains a reference to another object within 
it. When trying to access methods on the object that is referenced I get a 
java exception. Here is some example flex code that doesn't 
work:var myObject:MyObject = new MyObject();var subObject:SubObject 
= new SubObject();myObject.sub = 
subObject;service.myFunction(myObject);Here is my 
workaround:var myObject:MyObject = new MyObject();var 
subObject:SubObject = new SubObject();myObject.sub = new 
SubObject();myObject.sub.vara = subObject.vara;myObject.sub.varb = 
subObject.varb;...service.myFunction (myObject);I'd rather 
not have to manually create an object on the object and then manually copy over 
each of the variables. Is there a better way around this? Perhaps a 
setting on the RemoteObject?--Josh
__._,_.___





--
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] FB3 addedEffect, removedEffect and popUps

2006-06-14 Thread Jaime Bermudez



Hey guys,I wanted some move effects initiated on popups when created, added or removed through the PopUpManager. I figured out that the PopUpManager.removePopUp(popUp) method will trigger a removedEffect on the popUp window, at least for modal dialogs. This makes sense b/c it's probably removing the popUp from the invisible canvas behind it. I'm currently using a creationCompleteEffect to get the popUp to move in onto the screen. This obviously won't work for the 
PopUpManager.addPopUp method since the popUp window will have already been created. There is an addedEffect, but this doesn't seem to work like the removedEffect. Anyone know why the addedEffect doesn't trigger on a popUp when adding it through 
PopUpManager.addPopUp? Is there any effect that gets triggered through this method?Thanks,Jaime

__._,_.___





--
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] Problems setting Focus

2006-06-14 Thread blomasky
When my application starts, I would like to set focus on a particular
control.  It looks like it works (the field gets a blue border), but I
can NOT type into the field until I click on the field.  I am using
the creationcomplete to call the function that sets focus. 

If I call this function when the app is running, then the setfocus
works fine.

Bruce





 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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] flex builder mini-freezes

2006-06-14 Thread Jason
Does anyone else have this problem in FB2b3?  After working for a
while, FB seems to get in a state where about every three seconds, it
will freeze for about one second.   So if you're cursoring around, it
kind of goes in spurts.  Same with typing.  Eventually, I just shut it
down and restart it and it's fine.






 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] flex builder mini-freezes

2006-06-14 Thread Michael Schmalle



Yeah, I have.

There is probably a memory leak in it and restarting it is about the
only cure. Sometiems it might be wise to restart you computer.

I'm sure this is tiddied up in the final release.

Peace, MikeOn 6/14/06, Jason [EMAIL PROTECTED] wrote:









  



Does anyone else have this problem in FB2b3?  After working for a
while, FB seems to get in a state where about every three seconds, it
will freeze for about one second.   So if you're cursoring around, it
kind of goes in spurts.  Same with typing.  Eventually, I just shut it
down and restart it and it's fine.


  













-- What goes up, does come down.

__._,_.___





--
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] Adobe Developer Week Presentations

2006-06-14 Thread dirtmediaworld
Does anyone know where the Developer Week presentations are being made
available after the presentations are over? Specifically Architecture
and Overview of Adobe's Security Model. Missed it.
-Dustin






 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] calling custom component methods inside the parent application

2006-06-14 Thread Luís Gustavo Sanabio



You must set cbSelected as Bindable.

[Bindable]
private var cbSelected:Boolean;
Gustavo Sanabio


2006/6/14, Chaitu Vadlapatla [EMAIL PROTECTED]:




mx:CheckBox id="dummyCheckBox_cb" click=CheckCell.dummy() x=15 y=535///this piece is in my main application mxml

My problem is with the click function. On this click of the check box I want to call a function inside my component mxml and I cannot. The component MXML looks like this

Component MXML named =CheckCell.MXML

?xml version=1.0 encoding=utf-8?

mx:VBox xmlns:mx=
http://www.adobe.com/2006/mxml 
 mx:Script
 ![CDATA[
 // Define a property for returning 
 // the new value to the cell.
 public var cbSelected:Boolean;
 public function dummy ()
 { 

  cbSelected = parentApplication.dummyCheckBox_cb.selected;
 }
 ]] 
 /mx:Script
 mx:CheckBox id=followUpCB selected={cbSelected} creationCompleteEffect= dummy () /

/mx:VBox
Thanks
Chaitu.






From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Lu�s Gustavo SanabioSent: Wednesday, June 14, 2006 6:37 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] calling custom component methods inside the parent application







What is raga?


Maybe ID is missing.

mx:CheckBox id=ragaclick=CheckCell.dummy() x=15 y=535/

Gustavo Sanabio



2006/6/13, Jeremy Lu [EMAIL PROTECTED]
: 














try this: 
 public function dummy ()
 {
 
  cbSelected = parent.raga.selected;




  //or
cbSelected = Application.application .raga.selected;









 }
 ]] 






 


__._,_.___





--
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] checkCellRenderer class

2006-06-14 Thread Chaitu Vadlapatla










Hi,

 Is there a check Cell renderer class for FLEX. I am
trying to insert check boxes into one of my columns in the datagrid and control
the rows depending on whether the checkboxes have been selected or not.

Thanks

Chaitu






__._,_.___





--
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] Re: ActionScript 2.0 to 3.0 migration

2006-06-14 Thread karthikeyanik
Thanks Abdul


--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] 
wrote:

   public interface TestInterface {
  function test(obj:Object):Boolean;
  }
 
 From AS3 spec:-
 
 1) Interface methods are not public by default, but are added to 
the public
 namespace by the implementing method definition.
 
 2) Classes that implement an interface method must use the public 
attribute
 to implement all interface methods that have the same identifier 
name.
 
 3) Interface methods are visible when referenced through a property 
of the
 corresponding interface type or through a reference to the 
implementing
 class or subclass.
 
 Example:-
 
 interface I
 {
 function f()
 }
 interface J
 {
 function g()
 }
 
 class A implements I
 {
 public function f() {}
 public function g() {}
 }
 
 
 var a : A = new A
 a.f() // okay, f is visible through an A as {public}::f
 a.g() // okay, g is visible through an A as {public}::g
 
 var i : I = b
 i.f() // okay, f is still visible through an I as {I}::f
 i.g() // error, g is not visible through an I as {I}::g
 
 
 
 Does it make sense?
 
 -abdul
 
 
 On 6/10/06, karthikeyanik [EMAIL PROTECTED] wrote:
 
Hi,
 
  1) When compiling an .as interface, we get the following error -
 
  Error Code 1157:
  Interface members may not be
  declared 'public', 'private', 'protected', or 'internal'
 
  Eg: Interface
 
  public interface TestInterface {
  public function test(obj:Object):Boolean;
  }
 
  If the interface definition is changed as follows, the error 1157
  does not occur.
 
  public interface TestInterface {
  function test(obj:Object):Boolean;
  }
 
  But if the interface function is not defined as public, it wont
  be visible outside. It would be great, if someone can provide
  suggestions on how to resolve this error.
 
  Thanks,
  Karthi
 
   
 







 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] ContextMenu and DataGrid question

2006-06-14 Thread djbrown_rotonews
I'm trying to set up a ContextMenu inside a DataGrid that has 
knowledge of where in the grid the right click occured. 

All I'm able to see via the ContextMenuEvent is the mouseTarget that 
knows about the underlying text in the cell. I'm needing something 
similiar to rowIndex and columnIndex that ListEvent provides (allowing 
me subsequent access to listData etc..)

Any examples/tips would be appreciated.






 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] Re: calling custom component methods inside the parent application

2006-06-14 Thread Chaitu Vadlapatla










Thank you so much. Would work beautifully.
But I am using the checkCell more as item renderer inside a datagrid. On selecting
one checkbox dummyCheckBox_cb I want to select all the check boxes inside my
datagrid column. thanks












Sent: Wednesday, June 14, 2006
12:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: calling
custom component methods inside the parent application











This should work as long as you define an id in the
main application 
mxml, for your CheckCell.mxml component. 

yourNamespace:CheckCell id=checkCell click=checkCell.dummy()/

In the CheckCell.mxml:

cbSelected = Application.application.dummyCheckBox_cb.selected;

//--

However, you could do it this way.

Define your component in the main application xmxl like this:

yourNamespace:CheckCell id=checkCell cbSelected=
{dummyCheckBox_cb.selected}/

In the CheckCell.mxml:

?xml version=1.0 encoding=utf-8?
mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml


mx:Script
![CDATA[

[Bindable]
public var cbSelected:Boolean;

]]
/mx:Script

mx:CheckBox id=followUpCB selected={cbSelected}/

/mx:VBox

//--

Regards,
-TH

--- In [EMAIL PROTECTED]ups.com,
Chaitu Vadlapatla 
chaitu.vadlapatla@... wrote:

 mx:CheckBox id=dummyCheckBox_cb click=CheckCell.dummy()

x=15 y=535///this piece is in my main application
mxml
 
 My problem is with the click function. On this click of the check 
box I want to call a function inside my component mxml and I cannot. 
The component MXML looks like this
 
 Component MXML named =CheckCell.MXML
 
 ?xml version=1.0 encoding=utf-8?
 
 
 
 mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml

 
 mx:Script
 
 ![CDATA[
 
 // Define a property for returning 
 
 // the new value to the cell.
 
 public var cbSelected:Boolean;
 
 public function dummy ()
 
 { 
 
 cbSelected = 
parentApplication.dummyCheckBox_cb.selected;
 
 }
 
 ]] 
 
 /mx:Script
 
 mx:CheckBox id=followUpCB 
selected={cbSelected} creationCompleteEffect= dummy
() /
 
 /mx:VBox
 
 Thanks
 
 Chaitu.
 
 
 
 
 
 
 
 From: [EMAIL PROTECTED]ups.com

[mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of Luís Gustavo Sanabio
 Sent: Wednesday, June 14, 2006 6:37 AM
 To: [EMAIL PROTECTED]ups.com
 Subject: Re: [flexcoders] calling custom component methods inside 
the parent application
 
 
 
 What is raga?
 
 Maybe ID is missing.
 
 mx:CheckBox id=raga click=CheckCell.dummy()
x=15 y=535/
 
 Gustavo Sanabio
 
 
 
 2006/6/13, Jeremy Lu [EMAIL PROTECTED]: 
 
 
 
 try this: 
 
 public function dummy ()
 
 {
 
 
 
 cbSelected = parent.raga.selected;
 
 
 //or 
 
 cbSelected = 
Application.application .raga.selected;
 
 
 
 }
 
 ]]







__._,_.___





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

2006-06-14 Thread hitch_nj
Hi,
 I am new to Flex, and am having this problem. Would really appreciate
if anyone can help me.

Overview: I have an excel sheet which I need to replicate in Flex 1.5.
There is a checkbox, a ComboBox and lots of cells with data.
Issue: I tried using the mx:Model tag to populate the cells, and was
successfull partially, till I got an error like this:

A function in the code exceeds the 64K byte limit (actual size =
'74071'). Since the problem occurs in the compiler-generated deferred
instantiation code, please refactor/componentize portions of this
document.

This was when all hell broke loose. I have some colleagues who have
worked on Flex and they told me that I can overcome this problem if I
include another mxml file in the parent. I tried that, but now the
issue is that my parent file refers to an actionScript file. The
ComboBox is in the parent and I am refering to it in the child so the
.as file gives me errors.

I can go on forever, but someone suggested me to create my custom
Grid, and I have no idea how to do that.

Could anyone please tell me what I can do.

Thanks in advance.






 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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] flex2gateway woes on UNIX

2006-06-14 Thread wlbagent
Sorry for this long post but I wanted to provide as much info as
possible.

On my WindowsXP workstation I have ColdFusion with the CF-FLEX
connectivity update installed in the standalone configuration using
the built-in web server. CF is installed in the usual C:\CFusionMX7
directory and flex-enterprise-services.xml is in the 
C:\CFusionMX7\wwwroot\WEB-INF\flex directory.  THIS WORKS FINE.  

If I enter http://localhost:8500/flex2gateway; I get a blank page
which I'm assuming is correct (like you do with flashservices/gateway)
if everything is configured correctly.

My problem is on a Solaris installation. The configuration is
ColdFusion with the CF-FLEX connectivity update (for Solaris)
installed in the standalone configuration.  This server uses IPlanet
web server not the built-in CF web server.  The web server root is
/apps/intranet.  CF is installed in the /opt/coldfusionmx7 directory
and the flex-enterprise-services.xml is in
/opt/coldfusionmx7/wwwroot/WEB-INF/flex directory.  If I enter
http://theunixservername/flex2gateway; into a browser window I get a
404 page not found
error.  ColdFusion files run fine from this server.  Flex applications
created with FB2B3 on my PC work fine when copied to this server as
long as there are no Remote Object calls.

I've read thru the posts here and elsewhere about cf-flex
connectivity/integration and have tried making the suggested changes
to the endpoint
uri=http://{server.name}:{server.port}{context.root}/flex2gateway/;
in my flex-enterprise-services.xml.  I've used the servername,
localhost, and 127.0.0.1 with and without port 80 but without luck.

I have uninstalled CF and a previous installation of Flex 1.5 then
reinstalled CF (and CF-Flex connectivity update) just in case there
were some old config files causing the problem.  It didn't help.

Any ideas?

Thanks, Bill...





 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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] flex 1.5 with php

2006-06-14 Thread Ravindra Suthar










Hi All,



I would like to see output of flex1.5 in php file . Is this
possible and can I use flex tag inside php?



Regards



Ravindra Suthar






__._,_.___





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



  






__,_._,___





RE: [flexcoders] Grid

2006-06-14 Thread Robert Brueckmann









Try looking at the custom cell renderer examples
to get checkbox and comboboxes in your datagrid by running the samples
webapp that comes with the Flex installation (of checking it out at the bottom
of this page: http://www.adobe.com/devnet/flex/example_apps.html) or you can
read about it all in the examples in the documentation here:



http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/html/wwhelp.htm
and click on search and searching for custom cell renderer



Or at richinternetapp.com here: http://www.richinternetapps.com/archives/72.html
for a great combobox cell renderer example.



Hope that helps. 





robert l. brueckmann

vice president

merlin securities

595 madison avenue

new york,ny 10022

p: 212.822.4821
f: 212.822.4820











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of hitch_nj
Sent: Wednesday, June 14, 2006
2:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Grid











Hi,
I am new to Flex, and am having this problem. Would really appreciate
if anyone can help me.

Overview: I have an excel sheet which I need to replicate in Flex 1.5.
There is a checkbox, a ComboBox and lots of cells with data.
Issue: I tried using the mx:Model tag to populate the cells, and was
successfull partially, till I got an error like this:

A function in the code exceeds the 64K byte limit (actual size =
'74071'). Since the problem occurs in the compiler-generated deferred
instantiation code, please refactor/componentize portions of this
document.

This was when all hell broke loose. I have some colleagues who have
worked on Flex and they told me that I can overcome this problem if I
include another mxml file in the parent. I tried that, but now the
issue is that my parent file refers to an actionScript file. The
ComboBox is in the parent and I am refering to it in the child so the
.as file gives me errors.

I can go on forever, but someone suggested me to create my custom
Grid, and I have no idea how to do that.

Could anyone please tell me what I can do.

Thanks in advance.










This message contains information fromMerlin 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 throughMerlin Securities, LLC are not insured by the FDIC or any other Federal Government Agency, are not deposits of or guaranteed byMerlin Securities, LLCand 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








   






  
  
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.



  






__,_._,___



RE: [flexcoders] Grid

2006-06-14 Thread Evan Gifford










How about a replicator in a scroller? Im
using this to display a checkbox next to contact information in a list.













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hitch_nj
Sent: Wednesday, June 14, 2006
12:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Grid











Hi,
I am new to Flex, and am having this problem. Would really appreciate
if anyone can help me.

Overview: I have an excel sheet which I need to replicate in Flex 1.5.
There is a checkbox, a ComboBox and lots of cells with data.
Issue: I tried using the mx:Model tag to populate the cells, and was
successfull partially, till I got an error like this:

A function in the code exceeds the 64K byte limit (actual size =
'74071'). Since the problem occurs in the compiler-generated deferred
instantiation code, please refactor/componentize portions of this
document.

This was when all hell broke loose. I have some colleagues who have
worked on Flex and they told me that I can overcome this problem if I
include another mxml file in the parent. I tried that, but now the
issue is that my parent file refers to an actionScript file. The
ComboBox is in the parent and I am refering to it in the child so the
.as file gives me errors.

I can go on forever, but someone suggested me to create my custom
Grid, and I have no idea how to do that.

Could anyone please tell me what I can do.

Thanks in advance.






__._,_.___





--
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] New FLEX 2 application development

2006-06-14 Thread Alexander Tsoukias
Hello,

I would like Adobe consulting to contact me for a FLEX 2 application I 
would like to build, but cannot find any trustworthy FLEX 2 developers 
to work on it.

If any other developer thinks that he is capable of handling a FLEX 2 
project with CF as a backend please contact me, but only if you know 
your stuff.

PS. I own the server FLEX 2 licenses.

Thank you,
Alexander C. Tsoukias






 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] flex 1.5 with php

2006-06-14 Thread Evan Gifford










Here is an example of a flash file which
uses PHP for file upload:

www.undustrial.com/ps/fileref/



Just click upload and select
an image on your computer .. its pretty cool, click on the image after
its uploaded! :^)

This communicates to PHP using an XML
interface. 

This is not a preferred method, however .. and should be done using a
webservice via flash remoting or Flex-based SOAP/XML-RPC 





Here is a PHP-Based Flash remoting
solution:

http://www.amfphp.org/







Cheers,

Evan Gifford











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ravindra Suthar
Sent: Wednesday, June 14, 2006
1:22 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] flex 1.5
with php













Hi All,



I would like to see output of flex1.5 in php file . Is this
possible and can I use flex tag inside php?



Regards



Ravindra Suthar










__._,_.___





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



  






__,_._,___






Re: [flexcoders] Grid

2006-06-14 Thread Oscar . Cortes
I think this is known problem with Flex 1.5, check the FAQ list
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt.

On the other hand, I ran once into this and I actually created AS classes
for a couple of the functions that I had in my mxml file.  Another option
is what your colleagues are suggesting which is creating a components. If
you are having problems with that, you can check the online docs and see
the examples on mxml components. I remember that they have a very basic
comboBox component which is easy to understand.




|-+-
| | |
| |  hitch_nj |
| |  [EMAIL PROTECTED]|
| |  m |
| |  Sent by:   |
| |  flexcoders@yahoogroups.com |
| |  06/14/2006 02:56 PM|
| |  Please respond to flexcoders   |
| | |
|-+-
  
-|
  | 
|
  |  To: flexcoders@yahoogroups.com 
|
  |  cc:
|
  |  Subject:  [flexcoders] Grid
|
  
-|




Hi,
I am new to Flex, and am having this problem. Would really appreciate
if anyone can help me.

Overview: I have an excel sheet which I need to replicate in Flex 1.5.
There is a checkbox, a ComboBox and lots of cells with data.
Issue: I tried using the mx:Model tag to populate the cells, and was
successfull partially, till I got an error like this:

A function in the code exceeds the 64K byte limit (actual size =
'74071'). Since the problem occurs in the compiler-generated deferred
instantiation code, please refactor/componentize portions of this
document.

This was when all hell broke loose. I have some colleagues who have
worked on Flex and they told me that I can overcome this problem if I
include another mxml file in the parent. I tried that, but now the
issue is that my parent file refers to an actionScript file. The
ComboBox is in the parent and I am refering to it in the child so the
.as file gives me errors.

I can go on forever, but someone suggested me to create my custom
Grid, and I have no idea how to do that.

Could anyone please tell me what I can do.

Thanks in advance.







---
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---



 Yahoo! Groups Sponsor ~-- 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/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] flex 1.5 with php

2006-06-14 Thread Oscar . Cortes
I know you can use theJSP tag library shipped with Flex to render Flex in a
JSP page but I am not sure about php, probably not.



|-+-
| | |
| |  Ravindra Suthar  |
| |  [EMAIL PROTECTED]|
| |  m |
| |  Sent by:   |
| |  flexcoders@yahoogroups.com |
| |  06/14/2006 03:22 PM|
| |  Please respond to  |
| |  flexcoders |
| | |
|-+-
  
-|
  | 
|
  |  To: flexcoders@yahoogroups.com   
|
  |  cc:
|
  |  Subject:  [flexcoders] flex 1.5 with php   
|
  
-|




Hi All,





I would like to see output of flex1.5 in php file . Is this possible and
can I use flex tag inside php?





Regards





Ravindra Suthar









---
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---



 Yahoo! Groups Sponsor ~-- 
Get to your groups with one click. Know instantly when new email arrives
http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/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] Flash Player 9 Projected Adoption rate

2006-06-14 Thread Evan Gifford
I found this interesting graph from Manish Jethani which shows flash 
player adoption rates. What's curious to me is that flash player 8 was 
not markedly faster due to new in-context upgrade (which I have had 
some trouble with).

http://www.flickr.com/photos/mannu/148867953/

Does anyone have a way to project the Flash player 9 adoption rate 
with the new in context upgrade?

Also, I've called adobe last week and after some probing, got an 
updated couple week Flex 2.0 time estimate!  can I trust this?

Thanks,
Evan Gifford





 Yahoo! Groups Sponsor ~-- 
Everything you need is one click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/AHchtC/4FxNAA/yQLSAA/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] Re: Problems setting Focus

2006-06-14 Thread Tim Hoff
Hi Bruce,

In your application's HTML wrapper, you need to set focus to the swf 
with javascript.  I don't have a link readily available to show you 
how to do this.  Besides, it's not an Adobe supported method.  But, if 
you search this list or Google for Flex2 setFocus, you should be 
able to find a workaround.

-TH


--- In flexcoders@yahoogroups.com, blomasky [EMAIL PROTECTED] wrote:

 When my application starts, I would like to set focus on a particular
 control.  It looks like it works (the field gets a blue border), but 
I
 can NOT type into the field until I click on the field.  I am using
 the creationcomplete to call the function that sets focus. 
 
 If I call this function when the app is running, then the setfocus
 works fine.
 
 Bruce







 Yahoo! Groups Sponsor ~-- 
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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] colorPicker, getting the colour out

2006-06-14 Thread Gordon Smith










selectedColor is a uint specifying the RGB
value of the selected color. A uint is an unsigned integer and can be displayed
in any number base.



If you do
trace(myColorPicker.selectedColor) the trace() will display this uint as a
decimal number. To see it in hexadecimal notation, try




myColorPicker.selectedColor.toString(16)



- Gordon











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sonja Duijvesteijn
Sent: Tuesday, June 13, 2006 3:40
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] colorPicker,
getting the colour out











When I
use custom objects or an array to fill the colorpicker everything works like a
charm. But when I try to use the colorpicker as it is I can't seem to get the
selected color out as an hexidecimal value. I've tried 'selectedColor',
'selectedItem', and have trying to get 'selectedIndex' to admit colour, but no
luck there either. 


The documentation gives enough help for the advanced topics (putting in your
own colours) but forgets the basics. How can I find out which colour is
selected? (in hexidecimals)

Thanks in advance,
Sonja 






__._,_.___





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



  






__,_._,___






  1   2   >