[flexcoders] Hello world iOS example

2011-10-25 Thread Kevin McDonald
Can anyone point me to an end to end example of how to use Flash Builder to build, deploy and debug an iPad app, preferably one that doesn't gloss over glorious amounts of important detail? Thanks! Kevin MacDonald

[flexcoders] AIR and PDF

2011-10-25 Thread isa_loyer
Hi, I'd like to complete and to print a pdf inside an air window. Could you help me to find a solution. Thanks

[flexcoders] What version of Flash Builder do you have?

2011-10-25 Thread Kevin MacDonald
If I launch Flash Builder and go to Help --> About I see Flash Builder version 4.5.0.308971, not 4.5.1. I have run all available software updates. I called Adobe and they said there is no FB 4.5.1. Yet, there is this Release Notes page on the adobe site. http://kb2.adobe.com/cps/905/cpsid_90599.htm

RE: [flexcoders] Re: Flex 4.1 VBOX background renderer fails

2011-10-25 Thread Sells, Fred
I have not worked with custom skins before. I was hoping to avoid that, but obviously I spent more time avoiding it than using it. I was perhaps too focused on "just get past this one issue" to look into that. I'll research that soon. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoog

RE: [flexcoders] Flex 4.1 VBOX background renderer fails

2011-10-25 Thread Sells, Fred
That's a good thought. I was trying and failing to set backgroundColor on the text area but I wonder if I could have set "alternatingColors" on the VBox that is the renderer? Anyway, it works with the binding expression so onward to bigger dragons to slay. From: flexcoders@yahoogroups.com [ma

Re: [flexcoders] Manual TextFlow + Embedded Font not supported?

2011-10-25 Thread Baz
Hey Alex, I tried changing "Framework Linkage" to "Merged into Code" as well as checking/unchecking "use local debug runtimes..." without much effect. I'm reading your blog and piecing out what might apply to me. It's pretty advanced stuff. The thing is the font is there - if I specify it directly

Re: [flexcoders] pass String with socket

2011-10-25 Thread claudiu ursica
First time when you read the buffer is consumed. Comment the trace and it should work. C From: markflex2007 To: flexcoders@yahoogroups.com Sent: Tuesday, October 25, 2011 6:39 PM Subject: [flexcoders] pass String with socket   Hi, I pass string with socket

Re: [flexcoders] Manual TextFlow + Embedded Font not supported?

2011-10-25 Thread Alex Harui
See the embedded font post on my blog. The control needs to have the right SWF context. Does it work if you turn off RSLs? On 10/25/11 3:01 AM, "Baz" wrote: Hello, Anyone have any idea why the embedded font in the following basic application does not show up? http://ns.adobe.com/m

[flexcoders] pass String with socket

2011-10-25 Thread markflex2007
Hi, I pass string with socket in Flex I can see the data with trace(socket.readUTF()); but I can not do (otherwise I get #2030 error) var s:String= socket.readUTF(); I try to do var s:String=socket.readUTFBytes(socket.bytesAvailable); but socket.bytesAvailable = 0 why? I can see a string wit

[flexcoders] Re: AIR - PHP : How to load local file to remote server

2011-10-25 Thread valdhor
You'll need to use the Flex FileReference class. If you do a Google search for Flex File Upload you will find a number of examples. --- In flexcoders@yahoogroups.com, "isa_loyer" wrote: > > Dear Flex, > > I search some idea to load local file to remote server with php. > I try to do that, but

[flexcoders] Re: right align the gridcolumn text

2011-10-25 Thread bhaq1972
Thanks I went for Option 1 (using a custom item renderer) only because I couldn't get Option2 (extend ClassFactory) working. --- In flexcoders@yahoogroups.com, "turbo_vb" wrote: > > ClassFactory doesn't support setting styles; they're different than > properties. You can get around this by e

[flexcoders] Re: Flex 4.1 VBOX background renderer fails

2011-10-25 Thread valdhor
I agree with Tim - use an item renderer. Inside the IR, use a graphics fill to set your background color. --- In flexcoders@yahoogroups.com, "turbo_vb" wrote: > > In practice, itemRenderers actually tend to be the best candidate for skins. > > -TH > > --- In flexcoders@yahoogroups.com, Alex Ha

[flexcoders] Manual TextFlow + Embedded Font not supported?

2011-10-25 Thread Baz
Hello, Anyone have any idea why the embedded font in the following basic application does not show up? http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="application1_initialize

[flexcoders] GUI for different mobile devices

2011-10-25 Thread sony antony
I am developing screen for a mobile application. Need to have it worked on different devices like, IPad , IPhone, Google Nexus, Tablets, etc. How do I select the button icon image size and size and positioning of other controls in the app. Any need to implement dpi? Regards, Sony.