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

[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

[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

[flexcoders] Flex 2 B3 :: Identifying which node was clicked in Tree component

2006-06-04 Thread Torben Nielsen
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

[flexcoders] Flex 2 B3 :: Tree component doubts

2006-05-30 Thread Torben Nielsen
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

RE: [flexcoders] Flex 2 B3 :: Tree component doubts

2006-05-30 Thread Torben Nielsen
].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

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

[flexcoders] Accessing methods/properties (Flash 8 movies in Loader component)

2006-04-08 Thread Torben Nielsen
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

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

[flexcoders] Formatting cells in datagrid

2006-03-24 Thread Torben Nielsen
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

[flexcoders] Flex 2: Chart - Line color problem

2006-03-24 Thread Torben Nielsen
/ /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

[flexcoders] Flex 2: Chart problem

2006-03-23 Thread Torben Nielsen
. 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

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

2006-03-23 Thread Torben Nielsen
: [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

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

2006-03-23 Thread Torben Nielsen
? 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

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

2006-03-23 Thread Torben Nielsen
) { fadeOut.target = lineEuribor3 fadeOut.play(); lblTest.text = Hide Line; } } } This works perfect. Best regards. Torben Nielsen -Original Message- From

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

[flexcoders] Flex 2: actionscript 3 problem

2005-10-26 Thread Torben Nielsen
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

RE: [flexcoders] showing subcateogries on selecteditem

2005-10-24 Thread Torben Nielsen
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

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

2005-10-24 Thread Torben Nielsen
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] Flash Player 8.5 installation file

2005-10-24 Thread Torben Nielsen
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

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

2005-10-22 Thread Torben Nielsen
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

[flexcoders] targeting swf file imported into Flex

2005-10-20 Thread Torben Nielsen
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

Re: [flexcoders] ASP Shopping Cart Example

2005-10-16 Thread Torben Nielsen
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