[flexcoders] Porting an AIR app to iOS

2012-03-28 Thread Kevin MacDonald
I have a complex AIR app that is currently deployed to Windows and Mac. I would love to port it to the iPad, and I am beginning to explore this possibility. Before I launch it it however, there are a few basics questions that come up. Some of these might be showstoppers depending on the answer,

Re: [flexcoders] Porting an AIR app to iOS

2012-03-28 Thread Grant Davies
2 3 should work fine, 1 will work with minor modifications to make sure it's Optimized for mobile tablet. I don't remover off the top of my head if there is a embedded browser for tablet in air of if you have tainch a headless safari. Cheers, Grant Sent from my iPhone, excuse typos. On Mar

Re: [flexcoders] Porting an AIR app to iOS

2012-03-28 Thread Margo Powell
Item 1 htmlLoader is not supported on mobile but there is a StageWebView component. check out this blog post : http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/ Regards Margo On 3/28/2012 6:38 AM, Grant Davies wrote: 2 3 should work fine, 1 will work with minor

RE: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Davidson, Jerry
So I only have to close the browser every time I make a change and want to test it? That would be better than shutting down the IDE and the server (Tomcat6). Normally I work in FF (11), but I do have IE (8) and can use that for this kind of testing. It was so weird to see it step past code

[flexcoders] Styling List Problem

2012-03-28 Thread Davidson, Jerry
I have an unordered list on my form. It consists of three addresses. Each address is broken onto several lines (office, street, city, phone) using line break tags. The problem is each of the lines includes the dot at the beginning. It looks like this: *Some Office *123 Sesame St

[flexcoders] Help regarding positioning image in Text Layout Framework

2012-03-28 Thread anas naeem
Guys any help would be appreciated alot alot Regards Anas From: anas naeem maverick_0...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tuesday, March 27, 2012 7:05 PM Subject: [flexcoders] Help regarding positioning image in

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread mark . jonkman
Not sure if this is already covered, but you could set your web server to include no cache headers so all your files are automatically reloaded every time. This prevents the issue of getting an old file. Tomcat might be a bit difficult to add the headers as it only has rudimentary page serving

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread John McCormack
Just wondering... If you copy the variable's value to the variable 'temp' and test that, what do you see? John On 27/03/2012 21:34, Davidson, Jerry wrote: It's happening again. This never happened when I was using Flex 3.5. Make a change in the code. Do a Project | Clean. Make sure the

[flexcoders] SQL lite database and Tablet problem

2012-03-28 Thread markflex2007
Hi friends I developed a Air mobile application with flex sdk 4.6.0. I test it in Flash Builder 4.6 simulators in windows.it works fine. but when I install the apk and test it in Samsung Galaxy Tab 10.1 , the sqllite functions seems do not work I save the sqllite database in the following

Re: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Paul Andrews
adjInc and adjInc are different variables. On 28/03/2012 17:03, John McCormack wrote: Just wondering... If you copy the variable's value to the variable 'temp' and test that, what do you see? John On 27/03/2012 21:34, Davidson, Jerry wrote: It's happening again. This never happened

[flexcoders] installing WTP in Flash Builder 4.6 standalone

2012-03-28 Thread Greg Morphis
I'm trying to install WTP in the standalone version of FB 4.6, I add the site: http://download.eclipse.org/webtools/updates and I choose WTP 3.1.1 and I keep getting errors. At first it says: Your original request has been modified. Eclipse XML Editors and Tools will be ignored because a newer

[flexcoders] scaling images flex3 vs flex4 problem - help?

2012-03-28 Thread grimmwerks
Hey all - I have an old player that sort of does the Photoshop navigator / current doc thing -- a smaller example of an image is shown with a larger image, and when the larger image scales UP there's a box that scales down on the navigator image that shows you what part of the zoom you're in.

Re: [flexcoders] scaling images flex3 vs flex4 problem - help?

2012-03-28 Thread grimmwerks
Hmm wondering if I can use a Scale effect instead and set it via the slider... On Mar 28, 2012, at 1:10 PM, grimmwerks wrote: Hey all - I have an old player that sort of does the Photoshop navigator / current doc thing -- a smaller example of an image is shown with a larger image, and

Re: [flexcoders] SQL lite database and Tablet problem

2012-03-28 Thread Khanh Tran
Hi Mark, I think the problem comes from your path. When using documentsDirectory, Flex will find the testDb.db in default folder: C:\Documents and Settings\userName\My Documents (please read this article: http://livedocs.adobe.com/flex/3/html/help.html?content=Filesystem_03.html) It will fail

RE: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Davidson, Jerry
Ive got old eyes (along with the rest of me). How are they different? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Andrews Sent: Wednesday, March 28, 2012 11:36 AM To: flexcoders@yahoogroups.com Cc: John McCormack Subject: Re: [flexcoders] Debug Woes

RE: [flexcoders] Debug Woes - Redux

2012-03-28 Thread Davidson, Jerry
I tried replacing a variable (exempt) with a new one (exemptFlg). When I was in debug I would see the old and no longer existing variable name in the Variables window, but not the new one. I didn't get any syntax errors, but it would just treat the variable as if it were a null statement - that

Re: [flexcoders] SQL lite database and Tablet problem

2012-03-28 Thread Jeff Gomes
Mark- Perhaps try applicationStorageDirectory instead of documentsDirectory. -Jeff On 3/28/2012 09:23, markflex2007 wrote: Hi friends I developed a Air mobile application with flex sdk 4.6.0. I test it in Flash Builder 4.6 simulators in windows.it works fine. but when I install the apk and