[flexcoders] FW: Flex Developers

2006-08-09 Thread Torben Nielsen










Hi,



I got this request. If anybody are interested on working on this
UK based project, please contact Shazia Hussain. You can find all her contact
details below.



Torben







From: Hussain, Shazia
[mailto:[EMAIL PROTECTED] 
Sent: 9. august 2006 13:26
To: [EMAIL PROTECTED]
Subject: Flex Developers







Hi Torben, 



I am putting together a team for a tier 1 consulting firm,
who have a large-scale development project kicking-off in the next few weeks. 



We are putting together a team consisting of 3-5 developers
and 1 project manager. I am looking for strong flex developers, who have know
how to design and develop OO methodologies. 



If you can please forward this e-mail on to anyone, who
might be interested or suitable, I would be very grateful and keen to speak
with them. 



If you have any questions please give me a call. 



Regards, 

Shazia Hussain 

Harte Resource Solutions
1 Warwick Row,Victoria, London, SW1E 5ER
tel: +44 (0) 20 78087770
mob: +44 (0) 7903274035
e-mail: mailto:
[EMAIL PROTECTED]
web: www.harteresource.com

This e-mail transmission is strictly
confidential and intended only for the use of the person or organisation to
whom it is addressed. The views expressed in this communication are not
necessarily those held byHarte Ltd. It may contain
privileged and confidential information and, if you are not the intended
recipient, you must not copy, distribute or take any action that relies on the
accuracy of the information contained. If you have received this e-mail in
error please telephone +44 (0)2078087770












__._,_.___





--
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] Identifying tree item (right click)

2006-07-27 Thread Torben Nielsen










Hi,



I have been asked by a client to integrate the following functionality
in an application with a Tree component.

Custom context menu with the following items:



Delete item

Duplicate item



With item I mean an item within the tree.

My problem is as follows:



How do I identify which item in the tree was right clicked?



Thanks.



Torben








__._,_.___





--
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] Flex2B3 :: Delete sub nodes from XMLListCollection

2006-06-11 Thread Torben Nielsen










Hi,



How do you delete all subnodes to a given node in an
XMLListCollection object?



Thanks.



Best regards.



Torben Nielsen






__._,_.___





--
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 B3 :: Identifying which node was clicked in Tree component

2006-06-04 Thread Torben Nielsen










Hi,



I have a tree component, that´s using a XMLListCollection as
data provider. I am trying to, through the click event, to identify the value
of some attributes in the XML of the item that was clicked in the tree. I have
tried various approaches but have not succeded. 



Anyone tried something like this? 



Thanks.



Torben Nielsen 









--
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 B3 :: Tree component doubts

2006-05-30 Thread Torben Nielsen










Hi All,



I am currently wrestling with a project htat makes use of
the tree component. I don´t really know how to approach this project and I
would like some help from you.



My client has a data source that is a little special. I
first call it and get the root elements for the tree with a result like this:



?xml version=1.0 encoding=utf-8 ? 

- resource xmlns:sql=urn:schemas-microsoft-com:xml-sql label=/ id=0 name=ROOT

 r
id=1 label=Previdenza childrenCount=3 / 

 r
id=13 label=Welfare childrenCount=3 / 

 r
id=3 label=Economia childrenCount=3 / 

 r
id=15 label=Donna childrenCount=3 / 

 r
id=16 label=Cultura childrenCount=3 / 

 r
id=17 label=Internazionale
childrenCount=3
/ 

 r
id=2 label=Organizzazione
childrenCount=3
/ 

 r
id=14 label=Servizi childrenCount=3 / 

 r
id=4 label= childrenCount=15 / 

 r
id=1334 label=Congresso childrenCount=3 / 

 /resource



Each element has a childernCount attribute which defines how
many subnodes are connected to that node.

The next step in the application is to retrieve the sub
nodes for each parent node and combine them into the complete data source for
my tree component.

This is an example of the data for the sub nodes:



?xml version=1.0 encoding=utf-8 ? 

- resource xmlns:sql=urn:schemas-microsoft-com:xml-sql

 r
id=168 label=News childrenCount=27 / 

 r
id=205 label=Indice childrenCount=23 / 

 r
id=81 label=Documenti childrenCount=3 / 

 /resource



Initial its only the first two levels that will be
retrieved. The rest must be loaded according to the actions of the user.

I am sure that some of you may think why not create a
script that creates the entire XML document at once, but my client wont
do this, so I have to make due with this system.



Any ideas/suggestions/helpful info that can get me on the
road will be extremely helpful for me.



Thanks.



Best regards.



Torben Nielsen 









--
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 2 B3 :: Tree component doubts

2006-05-30 Thread Torben Nielsen










Hi Tracy,



Thank you for your ideas.

I was looking into the e4x methods, but
ran into a little problem.



In the Flex documentation there is a lot
of information about how to retrieve the values of sub nodes and find specific
nodes by searching in the value of an attribute, like this:



trace(myXML.item[0].menuName); // Output: burgertrace(myXML.item.(@id==2).menuName); // Output: friestrace(myXML.item.(menuName==burger).price); // Output: 3.95



but how do you retrive the value of a
nodes attribute?



I tried this, but get an error at runtime:



menuXML.item[nodeCounter].attribute(childrenCount);



What am I doing wrong.



Thanks.



Torben Nielsen













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt
Sent: 31. maj 2006 00:48
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex 2
B3 :: Tree component doubts





While I cant help with specifics,
this kind of thing is done fairly often.



In most cases, the data services are
performant enough to support dynamic tree building, and the tree definitely
supports it as well.



When a user selects a node whose
children.length  childrencount , make the data service call using whatever
logic is necessary to get the child xml.



In a result handler function, use e4x
methods to add the child nodes to the parent node. Use the AsyncToken to
hold a reference to the parent node so it will be readily available in the
result handler.



Actually this sounds pretty
straightforward. Like I say, I havent done it though.



Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Torben Nielsen
Sent: Tuesday, May 30, 2006 5:53
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 B3 ::
Tree component doubts





Hi All,



I am currently wrestling with a project htat makes use of
the tree component. I don´t really know how to approach this project and I
would like some help from you.



My client has a data source that is a little special. I
first call it and get the root elements for the tree with a result like this:



?xml version=1.0 encoding=utf-8 ? 

- resource xmlns:sql=urn:schemas-microsoft-com:xml-sql label=/ id=0 name=ROOT

 r
id=1 label=Previdenza childrenCount=3 / 

 r
id=13 label=Welfare childrenCount=3 / 

 r
id=3 label=Economia childrenCount=3 / 

 r
id=15 label=Donna childrenCount=3 / 

 r
id=16 label=Cultura childrenCount=3 / 

 r
id=17 label=Internazionale
childrenCount=3
/ 

 r
id=2 label=Organizzazione
childrenCount=3
/ 

 r
id=14 label=Servizi childrenCount=3 / 

 r
id=4 label= childrenCount=15 / 

 r
id=1334 label=Congresso childrenCount=3 / 

 /resource



Each element has a childernCount attribute which defines how
many subnodes are connected to that node.

The next step in the application is to retrieve the sub
nodes for each parent node and combine them into the complete data source for
my tree component.

This is an example of the data for the sub nodes:



?xml version=1.0 encoding=utf-8 ? 

- resource xmlns:sql=urn:schemas-microsoft-com:xml-sql

 r
id=168 label=News childrenCount=27 / 

 r
id=205 label=Indice childrenCount=23 / 

 r
id=81 label=Documenti childrenCount=3 / 

 /resource



Initial its only the first two levels that will be
retrieved. The rest must be loaded according to the actions of the user.

I am sure that some of you may think why not create a
script that creates the entire XML document at once, but my client
wont do this, so I have to make due with this system.



Any ideas/suggestions/helpful info that can get me on the
road will be extremely helpful for me.



Thanks.



Best regards.



Torben Nielsen 










--
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] Flash 8 swf in Flex 2.0 App?

2006-04-08 Thread Torben Nielsen










Hi,



I
am wrestling with the same kind of problem. Anyone got some code examples for
the kind of solution mentioned below?



I
would be most greatfull, since this is a crucial issue to the application I am
working on.



Best regards.



Torben Nielsen











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Y. Kwong
Sent: sabato 18 febbraio 2006 20.10
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flash 8 swf in Flex 2.0 App?





We had a bit of a discussion
here about this a little while back. The solution I'm using right now
uses the Loader component to load the Flash 8 swf at runtime. And, as
mentioned, I use LocalConnection to communicate between the Flash 8 swf and the
Flex app. It's not great, but it's the only supported solution right now.




On 17/02/06, Steve Polk [EMAIL PROTECTED] wrote:



I am trying
to figure out how to embed a Flash 8 swf into Flex and read any properties from
it. From the couple posts I have found while searching the archives and the
limited documentation in Flex, it would appear that you can only embed the
file, but you cannot access its properties and MovieClips.











I was
hoping I could build my next application andframework into Flex, but
would need to embed other Flash content on occasion, not created by me. The
idea was that if the other movie had a text field or a combobox, I would be
able to listen to change events and possibly grab the new values of these
components from the Flash 8 file within my Flex application.











Thanks for
any insight on this.











Steve





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







SPONSORED LINKS 




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










YAHOO! GROUPS LINKS 




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















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







SPONSORED LINKS 




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










YAHOO! GROUPS LINKS 




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


















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





  




  
  
  YAHOO! GROUPS LINKS



  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] Accessing methods/properties (Flash 8 movies in Loader component)

2006-04-08 Thread Torben Nielsen










Hi,



maybe
it would be better if I specified what it is that I am trying to do.



I
am developing an application that loads external Flash 8 movies that contains
some movieclips, methods and properties. I load them into a Loader component
like this:



mx:Loader
id=detailClip source=assets/IC51030.swf
width=650 height=400 /



How
can I access a method in the Flash 8 movie loaded into the Loader component???



I
saw the thread below but I am not able to grab the solution from these bits and
pieces of information. Could somebody help me please. I need this to work
otherwise I have to abandon Flex for this project and move back into Flash. I
really would prefer to make it in Flex.



Thanks.



Best regards.



Torben Nielsen











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Torben Nielsen
Sent: sabato 8 aprile 2006 20.16
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flash 8 swf in Flex 2.0 App?





Hi,



I
am wrestling with the same kind of problem. Anyone got some code examples for
the kind of solution mentioned below?



I
would be most greatfull, since this is a crucial issue to the application I am
working on.



Best regards.



Torben Nielsen











From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Jason Y. Kwong
Sent: sabato 18 febbraio 2006 20.10
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flash 8 swf in Flex 2.0 App?





We had a bit of a discussion
here about this a little while back. The solution I'm using right now
uses the Loader component to load the Flash 8 swf at runtime. And, as
mentioned, I use LocalConnection to communicate between the Flash 8 swf and the
Flex app. It's not great, but it's the only supported solution right now.




On 17/02/06, Steve Polk [EMAIL PROTECTED] wrote:



I am trying
to figure out how to embed a Flash 8 swf into Flex and read any properties from
it. From the couple posts I have found while searching the archives and the
limited documentation in Flex, it would appear that you can only embed the
file, but you cannot access its properties and MovieClips.











I was
hoping I could build my next application andframework into Flex, but
would need to embed other Flash content on occasion, not created by me. The
idea was that if the other movie had a text field or a combobox, I would be
able to listen to change events and possibly grab the new values of these
components from the Flash 8 file within my Flex application.











Thanks for
any insight on this.











Steve





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






SPONSORED LINKS 




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














YAHOO! GROUPS LINKS 




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



















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






SPONSORED LINKS 




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














YAHOO! GROUPS LINKS 




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
















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











YAHOO! GROUPS LINKS 




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


















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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice

RE: [flexcoders] Formatting cells in datagrid

2006-03-26 Thread Torben Nielsen
Hi Nicolas,

I have number values like 8, 7.567 or 3.54 that I would like to format so
they all have 3 decimals like this: 8.000, 7.567 and 3.540
I try to do this with the number formatter, but I can't make it work.

I hope that makes it clearer for you.

Thanks.

Best regards.

Torben Nielsen


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Nicholas Lansbury
Sent: venerdì 24 marzo 2006 23.35
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Formatting cells in datagrid

hi torben

you don't say what it is you are trying to format but I expect you need to
use a cell renderer.

you then reference the cellrenderer from your datagridcell.

hth


Torben Nielsen wrote:

 Hi,

  

 I have studied the documentation on the datagrid, but have been unable 
 to find any usefull information about how to format the values of a 
 datagrids cells. I found some information about the NumberFormatter, 
 but I run into trouble when I try to use it on my datagrid.

  

 I hope some of you could give me a heads up on how to achieve this.

  

 Thanks.

  

 Best regards.

  

 Torben Nielsen

  

  



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


 --
 --
 YAHOO! GROUPS LINKS

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

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

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


 --
 --




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



 





--
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] Formatting cells in datagrid

2006-03-24 Thread Torben Nielsen











Hi,



I have
studied the documentation on the datagrid, but have been unable to find any
usefull information about how to format the values of a datagrids cells. I
found some information about the NumberFormatter, but I run into trouble when I
try to use it on my datagrid.



I hope some
of you could give me a heads up on how to achieve this.



Thanks.



Best
regards.



Torben
Nielsen
















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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Flex 2: Chart - Line color problem

2006-03-24 Thread Torben Nielsen













Hi,



I
have made a linechart with 3 lineseries. Here is a lineseries definition:





mx:LineSeries form=curve
id=lineEuribor3 displayName=Euribor 3 mese lettera
yField=Euribor3 showDataEffect=fadeIn
hideDataEffect=fadeOut


 mx:stroke


 mx:Stroke
color=#FF weight=3 alpha=0.8/


 /mx:stroke


/mx:LineSeries



My
problem is as follows:



The
color in the legend is red, but the line in the chart is orange. I have tried
to take away the alpha setting, but that does not change anything.



Any
ideas?



Thanks.



Best
regards.



Torben
Nielsen












--
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: Chart problem

2006-03-23 Thread Torben Nielsen













Hi,



I am
working on an application with a Line Chart that contains various line series. I have made some checkboxes which
should hide/show the different line series. Here is the mxml/actionscript for
the various elements:



Checkbox:



mx:CheckBox
id=euribor3 label=Euribor 3 mese lettera
click=changeEuribor(); /



Chart:



mx:LineChart
id=financeChart dataProvider={chartData}


mx:series


 mx:LineSeries
id=lineEuribor3 displayName=Euribor 3 mese lettera
yField=Euribor3 showDataEffect=fadeIn
hideDataEffect=fadeOut


 mx:stroke


  mx:Stroke
color=0xFF weight=3 alpha=0.8/


  /mx:stroke


 /mx:LineSeries

 /mx:series

/mx:LineChart

mx:Legend
dataProvider={financeChart}/



Checkbox
click function:



private
function changeEuribor2():void

{

lblTest.text = event fired;


 if (euribor3.selected == true) {


  if
(lineEuribor3.alpha = 0.1) {


   lineEuribor3.showDataEffect();


  }


 } else if (euribor3.selected == false) {


  lineEuribor3.hideDataEffect()
;


  lblTest.text
= Hide Line;


 }

}



Problem:



When
I click on the checkbox I get the following error message:



TypeError:
Error #1006: Call attempted on an object that is not a function.

 at
EnaCharts/::changeEuribor()

 at
EnaCharts/__euribor3_click()



What
am I doing Wrong



Thanks.



Torben
Nielsen












--
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: Flex 2: Chart problem

2006-03-23 Thread Torben Nielsen
Hi,

that did not work. Maybe it’s better if I explain what I am trying to
obtain. I have created to effects in my mxml:

mx:Fade id=fadeIn alphaTo=1.0 duration=500/
mx:Fade id=fadeOut alphaTo=0.1 duration=500/

These I would lake to use every time on of the lineseries is selected or
unselected to make an more elegant change when a line series is made
visibile or invisibile.

Any ideas?


Thanks.

Torben


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Lowder
Sent: giovedì 23 marzo 2006 21.39
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex 2: Chart problem

I believe showDataEffect and hideDataEffect are Effect objects, not
functions.  Try lineEuribor3.showDataEffect.play() and
lineEuribor3.hideDataEffect.play().


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

  
 
 Hi,
 
  
 
 I am working on an application with a Line Chart that contains
various line
 series. I have made some checkboxes which should hide/show the
different
 line series. Here is the mxml/actionscript for the various
elements:
 
  
 
 Checkbox:
 
  
 
 mx:CheckBox id=euribor3 label=Euribor 3 mese lettera
 click=changeEuribor(); /
 
  
 
 Chart:
 
  
 
 mx:LineChart id=financeChart dataProvider={chartData}
 
 mx:series
 
 mx:LineSeries id=lineEuribor3
 displayName=Euribor 3 mese lettera yField=Euribor3
 showDataEffect=fadeIn hideDataEffect=fadeOut
 
 mx:stroke
 
 mx:Stroke
color=0xFF
 weight=3 alpha=0.8/
 
 /mx:stroke
 
 /mx:LineSeries
 
 /mx:series
 
 /mx:LineChart
 
 mx:Legend dataProvider={financeChart}/
 
  
 
 Checkbox click function:
 
  
 
 private function changeEuribor2():void
 
  {
 
 lblTest.text = event fired;
 
 if (euribor3.selected == true) {
 
 if (lineEuribor3.alpha = 0.1) {
 
 lineEuribor3.showDataEffect();
 
 }
 
 } else if (euribor3.selected == false) {
 
 lineEuribor3.hideDataEffect() ;
 
 lblTest.text = Hide Line;
 
 }
 
 }
 
  
 
 Problem:
 
  
 
 When I click on the checkbox I get the following error message:
 
  
 
 TypeError: Error #1006: Call attempted on an object that is not a
function.
 
 at EnaCharts/::changeEuribor()
 
 at EnaCharts/__euribor3_click()
 
  
 
 What am I doing Wrong
 
  
 
 Thanks.
 
  
 
 Torben Nielsen








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



 




 






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

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

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

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




RE: [flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Torben Nielsen
Hi Ely,

Thanks for your reply. I already tried to toggle the visibility, but this
does not trigger the effect. Even though it works, it’s not very elegant.
There are not a method in the LineSeries class called showEffect or
hideEffect.

Could I maybe do somthing using the dispatchEvent method?

Best regards.

Torben Nielsen

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ely Greenfield
Sent: giovedì 23 marzo 2006 22.31
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex 2: Chart problem



Set the showEffect/hideEffect instead of showDataEffect/hideEffect, and set
the visibility of the series to true/false.  When you toggle the visibility,
the show/hide effects will be played automatically.

Ely.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Torben Nielsen
Sent: Thursday, March 23, 2006 1:15 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex 2: Chart problem

Hi,

that did not work. Maybe it's better if I explain what I am trying to
obtain. I have created to effects in my mxml:

mx:Fade id=fadeIn alphaTo=1.0 duration=500/
mx:Fade id=fadeOut alphaTo=0.1 duration=500/

These I would lake to use every time on of the lineseries is selected or
unselected to make an more elegant change when a line series is made
visibile or invisibile.

Any ideas?


Thanks.

Torben


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Lowder
Sent: giovedì 23 marzo 2006 21.39
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex 2: Chart problem

I believe showDataEffect and hideDataEffect are Effect objects, not
functions.  Try lineEuribor3.showDataEffect.play() and
lineEuribor3.hideDataEffect.play().


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

  
 
 Hi,
 
  
 
 I am working on an application with a Line Chart that contains
various line
 series. I have made some checkboxes which should hide/show the
different
 line series. Here is the mxml/actionscript for the various
elements:
 
  
 
 Checkbox:
 
  
 
 mx:CheckBox id=euribor3 label=Euribor 3 mese lettera
 click=changeEuribor(); /
 
  
 
 Chart:
 
  
 
 mx:LineChart id=financeChart dataProvider={chartData}
 
 mx:series
 
 mx:LineSeries id=lineEuribor3
 displayName=Euribor 3 mese lettera yField=Euribor3
 showDataEffect=fadeIn hideDataEffect=fadeOut
 
 mx:stroke
 
 mx:Stroke
color=0xFF
 weight=3 alpha=0.8/
 
 /mx:stroke
 
 /mx:LineSeries
 
 /mx:series
 
 /mx:LineChart
 
 mx:Legend dataProvider={financeChart}/
 
  
 
 Checkbox click function:
 
  
 
 private function changeEuribor2():void
 
  {
 
 lblTest.text = event fired;
 
 if (euribor3.selected == true) {
 
 if (lineEuribor3.alpha = 0.1) {
 
 lineEuribor3.showDataEffect();
 
 }
 
 } else if (euribor3.selected == false) {
 
 lineEuribor3.hideDataEffect() ;
 
 lblTest.text = Hide Line;
 
 }
 
 }
 
  
 
 Problem:
 
  
 
 When I click on the checkbox I get the following error message:
 
  
 
 TypeError: Error #1006: Call attempted on an object that is not a
function.
 
 at EnaCharts/::changeEuribor()
 
 at EnaCharts/__euribor3_click()
 
  
 
 What am I doing Wrong
 
  
 
 Thanks.
 
  
 
 Torben Nielsen








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



 




 






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



 




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



 






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

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

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

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





RE: [flexcoders] Re: Flex 2: Chart problem

2006-03-23 Thread Torben Nielsen
Hi Ely,

In the meantime I found another solution. Here is the code:

private function changeEuribor():void
{
lblTest.text = euribor3.selected.toString();
if (euribor3.selected == true) {
if (lineEuribor3.alpha == 0.0) {
fadeIn.target = lineEuribor3;
fadeIn.play();
lblTest.text = Show Line;
}
} else if (euribor3.selected != true) {
if (lineEuribor3.alpha == 1.0) {
fadeOut.target = lineEuribor3
fadeOut.play();
lblTest.text = Hide Line;
}
}
}

This works perfect.

Best regards.

Torben Nielsen


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ely Greenfield
Sent: giovedì 23 marzo 2006 23.31
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex 2: Chart problem



Sorry, I forgot my usual question ... Is this Flex 1.5, or 2.0?


If it's 2.0, there are showEffect and hideEffect styles on LineSeries.

Ely.

 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Torben Nielsen
Sent: Thursday, March 23, 2006 1:35 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex 2: Chart problem

Hi Ely,

Thanks for your reply. I already tried to toggle the visibility, but this
does not trigger the effect. Even though it works, it's not very elegant.
There are not a method in the LineSeries class called showEffect or
hideEffect.

Could I maybe do somthing using the dispatchEvent method?

Best regards.

Torben Nielsen

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ely Greenfield
Sent: giovedì 23 marzo 2006 22.31
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex 2: Chart problem



Set the showEffect/hideEffect instead of showDataEffect/hideEffect, and set
the visibility of the series to true/false.  When you toggle the visibility,
the show/hide effects will be played automatically.

Ely.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Torben Nielsen
Sent: Thursday, March 23, 2006 1:15 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Flex 2: Chart problem

Hi,

that did not work. Maybe it's better if I explain what I am trying to
obtain. I have created to effects in my mxml:

mx:Fade id=fadeIn alphaTo=1.0 duration=500/
mx:Fade id=fadeOut alphaTo=0.1 duration=500/

These I would lake to use every time on of the lineseries is selected or
unselected to make an more elegant change when a line series is made
visibile or invisibile.

Any ideas?


Thanks.

Torben


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Lowder
Sent: giovedì 23 marzo 2006 21.39
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex 2: Chart problem

I believe showDataEffect and hideDataEffect are Effect objects, not
functions.  Try lineEuribor3.showDataEffect.play() and
lineEuribor3.hideDataEffect.play().


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

  
 
 Hi,
 
  
 
 I am working on an application with a Line Chart that contains
various line
 series. I have made some checkboxes which should hide/show the
different
 line series. Here is the mxml/actionscript for the various
elements:
 
  
 
 Checkbox:
 
  
 
 mx:CheckBox id=euribor3 label=Euribor 3 mese lettera
 click=changeEuribor(); /
 
  
 
 Chart:
 
  
 
 mx:LineChart id=financeChart dataProvider={chartData}
 
 mx:series
 
 mx:LineSeries id=lineEuribor3
 displayName=Euribor 3 mese lettera yField=Euribor3
 showDataEffect=fadeIn hideDataEffect=fadeOut
 
 mx:stroke
 
 mx:Stroke
color=0xFF
 weight=3 alpha=0.8/
 
 /mx:stroke
 
 /mx:LineSeries
 
 /mx:series
 
 /mx:LineChart
 
 mx:Legend dataProvider={financeChart}/
 
  
 
 Checkbox click function:
 
  
 
 private function changeEuribor2():void
 
  {
 
 lblTest.text = event fired;
 
 if (euribor3.selected == true) {
 
 if (lineEuribor3.alpha = 0.1) {
 
 lineEuribor3.showDataEffect();
 
 }
 
 } else if (euribor3.selected == false) {
 
 lineEuribor3.hideDataEffect() ;
 
 lblTest.text = Hide Line;
 
 }
 
 }
 
  
 
 Problem:
 
  
 
 When I click on the checkbox I get the following error message:
 
  
 
 TypeError: Error #1006: Call attempted on an object that is not a
function

RE: [flexcoders] positioning Preloader!

2005-10-31 Thread Torben Nielsen
If you look in the AS reference it has properties for x  y position, so I 
suppose you can position it like this:

myPreloader.x = 178;
myPreloader.y = 355;

I hope that helps.

Best regards.

Torben Nielsen
Starvision Studios

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
moyosaned
Sent: lunedì 31 ottobre 2005 9.26
To: flexcoders@yahoogroups.com
Subject: [flexcoders] positioning Preloader!

Is there a way to set the position of the preloader? Or is it always centred on 
the Application?









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



 





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

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

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

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

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





[flexcoders] Flex 2: actionscript 3 problem

2005-10-26 Thread Torben Nielsen










Hi,



I have declared a class that I use as a object that
defines a product in my application like this:



package
dk.newline.iccsuite.info {

 

 public class Product {

 

 public function Product(){

 



 }

 

 //
Public properties

 public var productID:String;

 public var productLine:String;

 public var nameEng:String;

 public var nameDan:String;

 public var nameSwe:String;

 public var nameDeu:String;

 public var nameIta:String;

 public var descEng:String;

 public var descDan:String;

 public var descSwe:String;

 public var descDeu:String;

 public var descIta:String;

 public var women:Boolean;

 public var men:Boolean;

 public var unisex:Boolean;

 public var junior:Boolean;

 public var womenArt:int;

 public var menArt:int;

 public var unisexArt:int;

 public var juniorArt:int;

 public var edgeBand:Boolean;

 public var thumbNail:String;

 public var flashFile:String;

 

 }

}



Then in an
actionscript file I try to make an instance of this class and give its
properties some values like this:



import
dk.newline.iccsuite.info.*;



// 1009 ICC Classic Jacket

var icc1009:Product = new Product();

icc1009.productID = 1009;

icc1009.productLine = Run;

icc1009.nameEng = ICC
Classic Jacket;

icc1009.nameDan = ICC
Classic Jakke;

icc1009.nameSwe = ICC
Classic Jacka;

icc1009.nameDeu = ICC
Classic Jacke;



When I try to compile
my application it gives me the following error in the actionscript file in all
lines that are referencing to my instance:



Access of undefined
property icc1009



What am I doing wrong?



Best regards.



Torben Nielsen

Starvision Studios









--
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] showing subcateogries on selecteditem

2005-10-24 Thread Torben Nielsen
I think you should divide your xml into two files. The first one should hold 
the basic information about the series like this:

?xml version=1.0 encoding=iso-8859-1?
tvserier
serier
titleLost/title
infoFrom J.J. Abrams, the creator of Alias, and 
Damon Lindelof (Crossing Jordan) comes an action-packed adventure 
that will bring out the very best and the very worst in the people 
who are lost. Out of the blackness, the first thing Jack (Matthew 
Fox, Party of Five) senses is pain. Then burning sun. A Bamboo 
forest. Smoke. Screams. With a rush comes the horrible awareness 
that the plane he was... /info

imagehttp://image.com.com/tv/images/processed/thumb/41/fa/1
2304.jpg/image
/serier

Etc etc.

Then you place the episode data in another xml document, but with a reference 
to the Series like this:

?xml version=1.0 encoding=iso-8859-1?
tvepisodes
   episode title=LostPilot. Pilot (1)/episode
   
Etc etc.

In this way you can filter the data based on the 'title' attribute in the 
second document.

I hope that helps.

Best regards

Torben Nielsen
Starvision Studios

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pioplacz
Sent: lunedì 24 ottobre 2005 1.43
To: flexcoders@yahoogroups.com
Subject: [flexcoders] showing subcateogries on selecteditem

Hi!

I'm trying to make a tv-series catalog for myself but i'm having 
some trouble. This it how far i have come: 
http://serenadserver.homeip.net/flex/katalog/tvserier/tvserier.mxml

I'm having some problem to make something like when u click on the 
series all the episodes will show in the grid. My problem is I have 
no idea how to make the xml for it or how to make it in flex could 
you help me? 

Here is my xml: 

?xml version=1.0 encoding=iso-8859-1?
tvserier
serier
titleLost/title
infoFrom J.J. Abrams, the creator of Alias, and 
Damon Lindelof (Crossing Jordan) comes an action-packed adventure 
that will bring out the very best and the very worst in the people 
who are lost. Out of the blackness, the first thing Jack (Matthew 
Fox, Party of Five) senses is pain. Then burning sun. A Bamboo 
forest. Smoke. Screams. With a rush comes the horrible awareness 
that the plane he was... /info

imagehttp://image.com.com/tv/images/processed/thumb/41/fa/1
2304.jpg/image
episodePilot. Pilot (1)/episode
/serier
serier
titleThe 4400/title
infoThe 4400 tells the stories of 4,400 abductees 
after they are returned to earth, but they ended up being abducted 
by people from the future to save mankind. In the words of the 
executive producers, these are stories of people dealing with 
traumatic changes, driven by the mystery of what happened and why. 
Some of them have been affected in mysterious ways, and some will 
have certain... /info

imagehttp://image.com.com/tv/images/processed/thumb/ea/18/6
001.jpg/image
/serier
/tvserier

Here is my flex:

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
initialize=mySrv.send()
mx:Script
![CDATA[
var selectedItem;
]]
/mx:Script
mx:HTTPService id=mySrv 
url=http://192.168.0.200/PHP/tvSerier.xml; showBusyCursor=true 
resultFormat=object contentType=application/xml  method=GET
/mx:HTTPService
mx:Style source=tvserier_style.css/
  mx:Panel width=462 height=600
mx:VDividedBox height=100% width=100%
mx:HBox width=100% height=100% marginTop=5
  mx:TileList id=tvList width=100% 
height=100% itemWidth=430 itemHeight=156 borderStyle=solid 
borderSides=bottom dataProvider={mySrv.result.tvserier.serier}  
change=selectedItem=event.target.selectedItem 
cellRenderer=TvThumbnail /
/mx:HBox
mx:DataGrid id=avsnitt height=166 width=100% 
dataProvider={tvList.selectedIndex}
mx:columns
  mx:Array
mx:DataGridColumn headerText=Avsnitt 
columnName=episode  /
mx:DataGridColumn headerText=Säsong columnName=id /
mx:DataGridColumn headerText=Undertexter 
columnName=Undertexter /
  /mx:Array
/mx:columns
  /mx:DataGrid
/mx:VDividedBox
  /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 
Yahoo! Groups Links



 





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

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

* To visit

RE: [flexcoders] 2.0 Mid 2006? 1.5 pricing in meantime...

2005-10-24 Thread Torben Nielsen
Hi Robert,

I think one of the biggest advantages, from a pricing point of view, is that 
with Flex 2 you can deploy your projects without needing any Flex server 
license. Only if you use Flex Enterprise services as part of your application 
will you have to buy a server license. Otherwise you just build your swf file 
and deploy it to your web server.

Best regards.

Torben Nielsen
Starvision Studios

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert 
Thompson
Sent: lunedì 24 ottobre 2005 5.31
To: flexcoders@yahoogroups.com
Subject: [flexcoders] 2.0 Mid 2006? 1.5 pricing in meantime...

I totally understand things are in Alpha, and then
we'll have Beta (fairly soon?)...but I'm trying to
guage whether to start a project under 1.5 now or just
work with the Alpha/Beta and plan for a Mid 2006
deployment.  Any ideas?

Is there a doc on the Flex2 site that summarizes the
major improvements (I know the Eclipse IDE is one and
it certainly is awesome)...I just have to consume a
PAYPAL API Web Service sometime by early next year.

Then again, I've not told the client anything about
the pricing model...not sure they'll want to pay for
the current pricing configuration at all.  I mean
they're is value added, but more for the developer
(me)...they just want it to work; period.

-r



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.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 
Yahoo! Groups Links



 





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

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

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

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

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




[flexcoders] Flash Player 8.5 installation file

2005-10-24 Thread Torben Nielsen










Hi,



I have some experiments that I am making for a
client with Flex 2. He would of course like to see them, but he will need Flash
Player 8.5 to see them. I looked in the Flex 2 Folder and found
to player installation files:



Install Flash Payer 8_5.exe

Install Flash Player 8.5 AX.exe



Whats the difference with these to, and am I
allowed to send them to him without breaking the license agreement?



Thanks.



Best regards.



Torben Nielsen

Starvision Studios











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





  




  
  
  YAHOO! GROUPS LINKS



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



  











re: [flexcoders] about the Flex name...

2005-10-22 Thread Torben Nielsen
I asume that Macromedia had their reasons when they selected the name Flex. I 
can think of a couple of reasons:

- Flex as Flash begins with the letters Fl. This creates a connection between 
the two products, from a marketing point of view since also the logo is similar.
- With the name Flex I think Macromedia wanted to underline how fleksible a 
development tool Flex is.

As a final note, I think that comparing Flex to Coldfusion, which has been 
around for much more time, is not completely fair. It takes time for a product 
brand to get widely known.

That's just my thoughts on the subject.

Best regards.

Torben Nielsen
Starvision Studios

Tariq Ahmed [EMAIL PROTECTED] wrote:
__
  Clean Clean DocumentEmail   false false false
 MicrosoftInternetExplorer4   /* Style Definitions */  
 table.MsoNormalTable  {mso-style-name:Table Normal; 
 mso-tstyle-rowband-size:0;  mso-tstyle-colband-size:0;  
 mso-style-noshow:yes;   mso-style-parent:;mso-padding-alt:0in 5.4pt 0in 
 5.4pt;mso-para-margin:0in;mso-para-margin-bottom:.0001pt; 
 mso-pagination:widow-orphan;font-size:10.0pt;   font-family:Times 
 New Roman;  mso-ansi-language:#0400;mso-fareast-language:#0400; 
 mso-bidi-language:#0400;}   One of the things that pops up into the 
 vast emptiness of my mind now and then is the naming of the Flex product. I 
 know there is obviously a lot of marketing value already invested in the 
 name, as well as mindshare. 
  
  But one suggestion I have for Macromedia, is the next product you come out 
 with come up with a distinct name #8211; it makes searching for the topic 
 easier. Eg Coldfusion works fairly well because there are a lot of pages 
 related to Macromedia Coldfusion, versus the rare topic of nuclear cold 
 fusion; and fortunately the product name doesn#8217;t have a space in it 
 which pretty much guarantees that #8216;coldfusion#8217; = the Macromedia 
 Coldfusion.
  
  The word Flex however is extremely generic. Flex is a stock symbol for 
 Flextronics, it#8217;s the name of a popular magazine, there#8217;s a GNU 
 project called Flex, there#8217;s a popular TLC program called Ride with Funk 
 Master Flex, as well as just the common use of the word in general literature 
 (flex your power, flex your muscles, etc#8230;). 
  
  So when using google, you often need to use #8220;macromedia flex#8221; in 
 the search criteria. But that then requires all pages to keep using the full 
 term to incur a match, and because its tedious to keep writing 
 #8220;macromedia flex#8221;, most pages/sites/articles don#8217;t.
  
  Maybe the name can be tweaked slightly that still leverages the Flex 
 branding, but is unique enough that it doesn#8217;t refer to such a diverse 
 range of topics.
  
  Just a thought#8230;
  
  

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

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



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

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

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

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

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




[flexcoders] targeting swf file imported into Flex

2005-10-20 Thread Torben Nielsen










Hi,



I am trying to do the following:



I have an SWF file that contains a movieclip that
have other sub movieclips. I would like to be able to colour these sub movie
clips through actionscript.

I assume that I have to create a component, but since
I never really did this before I dont really know where to start.



NB: I am working with this on an experimental basis
in Flex 2.



Thanks.



Best regards.



Torben Nielsen











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





  




  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] ASP Shopping Cart Example

2005-10-16 Thread Torben Nielsen
Hi Robert,

You should create a .NET web service to comunicate ith your Flex application.
The approach should be like this:

1. Create custom objects in .NET to hold your data.
2. Use the ArrayList to create an array of objects that you send to your Flex 
application

I can send you some code examples on Monday when I am back in the office.

Best regards.

Torben Nielsen

Robert Thompson [EMAIL PROTECTED] wrote:
__
Thanks Manish, but what do you mean by HTTP Service
-- is that an example somewhere?

Or is there something I can do with the HTTP protocol
to use ASP as the business tier / Flex as the
Presentation Tier, instead of Cold Fusion as the
business tier?

-r

--- Manish Jethani [EMAIL PROTECTED] wrote:

 On 10/15/05, Robert Thompson
 [EMAIL PROTECTED] wrote:
 
  I have a project coming up that has a requirement
 to
  use ASP instead of ColdFusion (yeah, i know :) and
 I'm
  looking for any examples of using MXML and ASP as
 the
  business tier which uses SQL Server 2005.
 
 You should look into HTTPService.
 



   
__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs



--
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 ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~- 

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

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