[flexcoders] Re: New Into Flex

2009-04-28 Thread valdhor
] Re: New Into Flex To: flexcoders@yahoogroups.com Date: Tuesday, 28 April, 2009, 7:27 AM If you would like to gain a deep understanding of Flex 3, the best way remains to go through the Flex Builder 3 help system or Adobe LiveDocs online, page by page, compiling each sample

RE: [flexcoders] Re: New Into Flex

2009-04-28 Thread Angelo Anolin
...@nts3rd.com wrote: From: Tracy Spratt tr...@nts3rd.com Subject: RE: [flexcoders] Re: New Into Flex To: flexcoders@yahoogroups.com Date: Tuesday, 28 April, 2009, 11:54 AM Flex and .Net is my “sweet spot”.  Either WebService or HTTPService works very well.   WebService examples are difficult

[flexcoders] Re: New Into Flex

2009-04-27 Thread greg_lafrance
If you would like to gain a deep understanding of Flex 3, the best way remains to go through the Flex Builder 3 help system or Adobe LiveDocs online, page by page, compiling each sample app, and tweaking it to learn if you have time. It will take several weeks or months, but you will truely

Re: [flexcoders] Re: New Into Flex

2009-04-27 Thread Angelo Anolin
, greg_lafrance glafra...@chikaradev.com wrote: From: greg_lafrance glafra...@chikaradev.com Subject: [flexcoders] Re: New Into Flex To: flexcoders@yahoogroups.com Date: Tuesday, 28 April, 2009, 7:27 AM If you would like to gain a deep understanding of Flex 3, the best way remains to go

RE: [flexcoders] Re: New Into Flex

2009-04-27 Thread Tracy Spratt
...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Monday, April 27, 2009 8:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: New Into Flex @Brad and @Greg, Thanks for the heads up. I have already bookmarked cflex.net after looking at some code samples there, I

[flexcoders] Re: New to FLEX

2008-09-22 Thread radwhite81
the best book I would recommend is Flex 3 cookbook and Adobe flex 3 training from the source. Great books they teach the basics and then gets into what you really want to know.

Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Josh McDonald
And read a boatload of blogs! I use bloglines myself, but google reader (or a browser bookmark) will do the trick. Here's the URLs of the Flex / RIA blogs I subscribe to: **I hope this msg doesn't get flagged as spam for all the URLs :) http://blogs.adobe.com/acom/

Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Doug McCune
dang, I didn't know about http:///blog that's where all the secrets are! On Mon, Sep 22, 2008 at 4:34 PM, Josh McDonald [EMAIL PROTECTED] wrote: And read a boatload of blogs! I use bloglines myself, but google reader (or a browser bookmark) will do the trick. Here's the URLs of the Flex / RIA

[flexcoders] Re: New to FLEX

2008-09-22 Thread Boon Chew
O'reilly's Learning Flex is really good.  The book is printed in full color too, so yummy. http://www.amazon.com/Learning-Flex-Internet-Applications-Developer/dp/0596517327

Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Josh McDonald
That'll teach me to strip my list from bloglines' export with regexes :D On Tue, Sep 23, 2008 at 9:39 AM, Doug McCune [EMAIL PROTECTED] wrote: dang, I didn't know about http:///blog that's where all the secrets are! On Mon, Sep 22, 2008 at 4:34 PM, Josh McDonald [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Sherif Abdou
://Sherifabdou.com - Original Message - From: Josh McDonald To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 6:53 PM Subject: Re: [flexcoders] Re: New to FLEX That'll teach me to strip my list from bloglines' export with regexes :D On Tue, Sep 23, 2008

Re: [flexcoders] Re: New to flex, wonder why one works and the other doesn't...

2008-06-02 Thread Joseph Balderson
In other words, UIComponents /can/ natively contain other UIComponents, only the child UIComponent will by default have a 0 width and height. Which it means it won't show up on the stage. Which means, by default, you cannot get a native (non-extended) UIComponent to show up when you add it to

[flexcoders] Re: New to flex, wonder why one works and the other doesn't...

2008-06-02 Thread Michael Labriola
Close, but no. In Flex, parents are responsible for sizing their children. Flex Containers (which are just UIComponents with more code) do size their children, but you can also create UIComponents that know how to size their children. Neither a container, nor a component that implements a

[flexcoders] Re: New to flex, wonder why one works and the other doesn't...

2008-06-02 Thread aarhac
Excellent, thanks very much for the responses. As an aside, I did solve the problem by using the bitmap classes instead as they seemed to have more consistent behavior. (And I couldn't find a straightforward way to copy the image data with the Image class) Michael and Joseph, that makes perfect

[flexcoders] Re: New to flex, wonder why one works and the other doesn't...

2008-06-01 Thread Michael Labriola
Guys, sorry, but that's not quite right. UIComponents can contain other UIComponents without being a container. It is a common use case. Take a look at the simple example Adobe includes with their docs: http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.h tm?href=1742.html

[flexcoders] Re: new to flex, tutorial code doesnt work!

2008-03-31 Thread valdhor
After a quick look, there is a problem with this line: mx:TileList width=100% height=100% / dataProvider={photoFeed}; It is not valid MXML. You close off the TileList tag and then go on with the dataProvider outside any tag. Also, there is a spurious semi-colon. Should that line have been:

[flexcoders] Re: new to flex, tutorial code doesnt work!

2008-03-31 Thread jrunrandy
Yeah. I see how that happened. The tutorial has you add a TileList component in one step and the dataprovider attribute in another. I tweaked step 2 to add a reminder about moving from the TileList line to the dataprovider line. Thanks for the feedback, Randy Nielsen Flex Doc Manager

Re: [flexcoders] Re: new to FLEX

2007-12-09 Thread justSteve
Is you using 'server' in the sense of 'web server' or the more generic sense. Given security concerns we can directly access DLLs but does this offer an alternative route to the same functionality? On 12/7/07, markcavins [EMAIL PROTECTED] wrote: How do they store the data? Is it stored server

Re: [flexcoders] Re: new to FLEX

2007-12-07 Thread Jehanzeb Musani
: [flexcoders] Re: new to FLEX It can be done! http://renaun. com/blog/ ?p=33 Source code should be available, but the link fails. You can probably email them and get a copy, as it was a Derby entry. -- William --- In [EMAIL PROTECTED] ups.com, dengelwood richard.dengel

Re: [flexcoders] Re: new to FLEX

2007-12-07 Thread Patrick Driggett
- Original Message From: Abyss Knight [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 7, 2007 2:43:11 PM Subject: [flexcoders] Re: new to FLEX It can be done! http://renaun. com/blog/ ?p=33 Source code should be available, but the link fails. You can

[flexcoders] Re: new to FLEX

2007-12-07 Thread Abyss Knight
It can be done! http://renaun.com/blog/?p=33 Source code should be available, but the link fails. You can probably email them and get a copy, as it was a Derby entry. -- William --- In flexcoders@yahoogroups.com, dengelwood [EMAIL PROTECTED] wrote: Hi, I am new to FLEX development, but

[flexcoders] Re: new to FLEX

2007-12-07 Thread markcavins
How do they store the data? Is it stored server side? --- In flexcoders@yahoogroups.com, dengelwood [EMAIL PROTECTED] wrote: Hi, I am new to FLEX development, but am quite excited about the possiblities of this IDE. Question: My company is using hand held USB bar code scanners to enter

[flexcoders] Re: new to FLEX

2007-12-07 Thread dengelwood
[EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 7, 2007 2:43:11 PM Subject: [flexcoders] Re: new to FLEX It can be done! http://renaun. com/blog/ ?p=33 Source code should be available, but the link fails. You can probably email them and get a copy, as it was a Derby

[flexcoders] Re: new to FLEX

2007-12-07 Thread Abyss Knight
- Original Message From: Abyss Knight briggins@ To: flexcoders@yahoogroups.com Sent: Friday, December 7, 2007 2:43:11 PM Subject: [flexcoders] Re: new to FLEX It can be done! http://renaun. com/blog/ ?p=33 Source code should be available, but the link

Re: [flexcoders] Re: new to FLEX

2007-12-07 Thread nan patel
: [flexcoders] Re: new to FLEX It can be done! http://renaun. com/blog/ ?p=33 Source code should be available, but the link fails. You can probably email them and get a copy, as it was a Derby entry. -- William --- In [EMAIL PROTECTED] ups.com, dengelwood richard.dengel@ ... wrote: Hi, I am new

[flexcoders] Re: New To Flex -- Autoincrement a variable?

2007-01-15 Thread ben.clinkinbeard
addEventListener(Event.ENTER_FRAME, myFunc); HTH, Ben --- In flexcoders@yahoogroups.com, David Steele [EMAIL PROTECTED] wrote: This is very easy to do in earlier versions of AS but I can't see how to do it in Flex. I want to autoincrement a variable and display it in a textbox. In earlier

Re: [flexcoders] Re: New To Flex -- Autoincrement a variable?

2007-01-15 Thread David Steele
={testIncrementer}/ /mx:Application - Original Message From: ben.clinkinbeard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 15, 2007 2:21:33 PM Subject: [flexcoders] Re: New To Flex -- Autoincrement a variable? addEventListener( Event.ENTER_ FRAME, myFunc); HTH

Re: [flexcoders] Re: New To Flex -- Autoincrement a variable?

2007-01-15 Thread David Steele
={createListener}/ /mx:Application - Original Message From: ben.clinkinbeard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 15, 2007 2:21:33 PM Subject: [flexcoders] Re: New To Flex -- Autoincrement a variable? addEventListener( Event.ENTER_ FRAME, myFunc); HTH, Ben

[flexcoders] Re: New To Flex -- Autoincrement a variable?

2007-01-15 Thread ben.clinkinbeard
From: ben.clinkinbeard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, January 15, 2007 2:21:33 PM Subject: [flexcoders] Re: New To Flex -- Autoincrement a variable? addEventListener( Event.ENTER_ FRAME, myFunc); HTH, Ben --- In [EMAIL PROTECTED] ups.com, David Steele

[flexcoders] Re: New to Flex - dynamic text in mx:Label?

2007-01-11 Thread Alex
Fantastic, that did the trick.

[flexcoders] Re: New to Flex Skinning.

2006-05-24 Thread Tim Hoff
An easy way to do this in MXML is as follows. in your application MXML file: mx:Style source=myCSS.css/ mx:Box styleName=myBox/ In your CSS file: .myBox { color: #FF; backgroundColor: #FF; } If you want to do it purely in AS, you'll have to use setStyle. -TH --- In

[flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS

2006-01-08 Thread malik_robinson
error. Try to be more specific next time. Cheers, Franck _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinson Sent: vrijdag 6 januari 2006 8:52 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: New to Flex, and mxml

RE: [flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS

2006-01-06 Thread Franck de Bruijn
@yahoogroups.com Subject: [flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS Hi, I get this error with that code: The processing instruction target matching [xX][mM][lL] is not allowed. I copied that exact code into flex builder 2 alpha version and I get that error

[flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS

2006-01-04 Thread malik_robinson
Hi,I tried pointing it at the following URL:weblogs.macromedia.com/mchotin and I received the same error, can you try it using this URL and let me know if you are able to see the result. This URL should have the crossdomain.xml file in it as this URL is used in a tutorial on the

Re: [flexcoders] Re: New to Flex, and mxml and getting an error trying to use RSS

2006-01-04 Thread fla coder
the example still works for me todaytry this code:?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml xmlns=* initialize=feedRequest.send() mx:HTTPService id=feedRequest url="" href="http://weblogs.macromedia.com/mchotin/index.xml">

RE: [flexcoders] Re: New to Flex, Questions for datagrid

2005-06-21 Thread Allen Manning
: [flexcoders] Re: New to Flex, Questions for datagrid Unless I am mistaken, the Flash player doesn't support this functionality. You can make a feature request by using this form: http://www.macromedia.com/cfusion/mmform/index.cfm?name=wishform Dimitrios "Jimmy" Gianninas RIADevelop

[flexcoders] Re: New to Flex, Questions for datagrid

2005-06-20 Thread mehrotraritesh
Thanks Jimmy for the responses, I am reading the websites that you pointed. Could you or anybody tell why we cannot paste rows and columns in EXCEL to DataGrid, has anybody done any research on this topic? Thanks, Ritesh --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL

RE: [flexcoders] Re: New to Flex, Questions for datagrid

2005-06-20 Thread Dimitrios Gianninas
h [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 4:08 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: New to Flex, Questions for datagrid Thanks Jimmy for the responses, I am reading the websites that you pointed. Could you or anybody tell why we cannot paste rows and column