[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 I
start typing into a CDATA tag import com.adobe... Flex will
autocomplete as though it knows exactly where these files are.  

Why does it do this?



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,
 but i could not find a way to get the result of my php.
 i mean, my php file outputs an xml (giving the result of move_upload and
 some additional values)
 but how can i read what my URLRequested php file returns?

 thanks...

 Yigit Boyar
 Middle East Technical University  / Undergraduate year 2







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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] 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 11/8/06, Luis Eduardo [EMAIL PROTECTED] wrote:


   hi,

   my flex app talks to my servlets sending xml with á é õ characters
 using utf-8 and all is ok.
   but when i use the capital version of these characters it fails. Á É
 simple dont work.
   i searched trough the web but cant found a solution...

   can someone give (at least) an idea of how to solv this?

   thx a lot !

   Luís (already without hope) Eduardo

   
 ___
 Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular.
 Registre seu aparelho agora!
 http://br.mobile.yahoo.com/mailalertas/




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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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] 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, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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 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: 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 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 example:

START STATE:
XMLData XMLData XMLData XMLData XMLData  
XMLData XMLData XMLData XMLData XMLData 
XMLData XMLData XMLData XMLData XMLData 
XMLData XMLData XMLData XMLData XMLData 
XMLData XMLData XMLData XMLData XMLData 

END STATE:
XMLData XMLData XMLData XMLData XMLData DataData
XMLData XMLData XMLData XMLData XMLData DataData
XMLData XMLData XMLData XMLData XMLData DataData
XMLData XMLData XMLData XMLData XMLData DataData
XMLData XMLData XMLData XMLData XMLData DataData

Thanks

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alberto Albericio Salvador
Sent: Thursday, February 16, 2006 6:25 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex2 data binding

Hi all,

Is there a way to extend the Array class so that I can bind UIcomponents
properties to the array.length property?
Something like:

mx:VBox visible={myArray.length  0} /


--
Alberto Albericio Salvador
Aura S.A. Seguros
Departamento Informática



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