[flexcoders] Flickr Authentication: HELP!!

2008-01-12 Thread Jeff Noyes
Folks, Can someone point me to a good tute on creating a flickr app that uses private photos? Sadly, I have code that allows me to do it, but when I create a new project, and point to the folder that contains the code, I get a bunch of errors com.adobe.webapis.flickr could not be found. Yet, if

Re: [flexcoders] text area height

2007-02-19 Thread jeff noyes
Anyone know how to make a text area automatically change height based on the content that's pushed to the text area?

[flexcoders] accessing a checkbox in datagrid

2006-12-12 Thread jeff noyes
Im using a itemRenderer that is a checkbox. The checkbox is a component that is a seperate mxml file. Inside my datagrid, how do I determine if the checkbox is enabled?

[flexcoders] itemRenderer event question

2006-12-01 Thread jeff noyes
if I have a checkbox as an ItemRenderer in a datagrid, how do I determine if it's enabled? mailto:[EMAIL PROTECTED]

Re: [flexcoders] how to learn file upload result

2006-11-08 Thread Jeff Noyes
I'd be interested in learning how your using flex to upload files On 11/6/06, Yiðit Boyar [EMAIL PROTECTED] wrote: i use file IO example class of adobe to upload files to my server (to a php file). i added a URLVariables object to the URLRequest to send additional variables with the file,

[flexcoders] Embed font

2006-11-08 Thread Jeff Noyes
How do you embed fonts. I've tried embedding via: @font-face{ src: url(assets/fonts.swf); font family: arial; } I've also tried the other means of srcing the font directly vs. Srcing a swf with embedded fonts. In both cases, flex is unable to resolve the src url location. On

[flexcoders] negatively scale canvas

2006-10-31 Thread jeff noyes
anyone know how I would negatively scale a canvas's width? -- 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,

[flexcoders] how do you put a link in a datagrid?

2006-03-02 Thread jeff noyes
Title: RE: [flexcoders] Actionscript-based Applications with Flex 2 Can someone pleasepoint me to, or explain how to put a link in a datagrid? I've seen Jesse Wardens flash example, but I want strictly a flex example. -- Flexcoders Mailing List FAQ:

[flexcoders] Datagrid questions...

2006-02-16 Thread jeff noyes
I have two quesitons for you... 1. How can I set the column size to be the size of the largest piece of data for the column? 2. After populating the grid with data via an xml file (suppose the xml generates 5 cols and 5 rows), how can I then append two columns to the end of the grid. For