Re: How to turn off the debug player?

2014-02-17 Thread OmPrakash Muppirala
On Mon, Feb 17, 2014 at 5:25 PM, Barry Gold wrote: > I followed the instructions in Gassner's book: _Adobe Flash Builder 4 and > Flex 4 Bible_, and installed the debug version of the Flash player. > > But there are a lot of flash movies on the web with errors. I'm tired of > being told about all

Re: Missing "WindowedApplication"

2014-02-17 Thread OmPrakash Muppirala
On Mon, Feb 17, 2014 at 5:36 PM, bgoldnyxnet wrote: > My top-level mxml file looks like this: > > http://ns.adobe.com/mxml/2009"; >xmlns:s="library://ns.adobe.com/flex/spark" >xmlns:mx="library://ns.adobe.com/flex/mx" >xmlns:loc="location.*" >xmlns:ch="choices.*"

Re: Unable to attach videoObject for VideoDisplay

2014-02-17 Thread OmPrakash Muppirala
On Feb 17, 2014 9:21 PM, "sathishkumar" wrote: > > is there any other temporary solution to solve this issue until adobe to > fix? Sathish, You can directly use a Video object instead of a Flex VideoDisplay object. Have you tried that? Thanks, Om > > Regards. > Sathishkumar.R > > > > On Tue, F

Re: Let's do some serious Flexing at the ApacheCon2014 :-)

2014-02-18 Thread OmPrakash Muppirala
On Tue, Feb 18, 2014 at 10:59 AM, Christofer Dutz wrote: > Hi Guys, > > just got notified that my speech proposal: "Building Enterprise Level > Applications with Apache Flex and Java " was accepted for the ApacheCon > 2014 in Denver. > > So get prepared for some: > Flex - Maven - Flexmojos - Blaz

Re: code metrics

2014-02-24 Thread OmPrakash Muppirala
On Mon, Feb 24, 2014 at 4:08 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > I used FlexPMD a few years ago. Don't know if it is supported yet. > > Alex mentioned a while ago that FlexPMD might be donated to Apache Flex. Om > Maurice > > -Message d'origine- > De : Lee Burro

Re: Skinnable custom component

2014-02-25 Thread OmPrakash Muppirala
On Tue, Feb 25, 2014 at 11:10 PM, Barry Gold wrote: > On 2/25/2014 3:21 PM, Mark Line wrote: > >> See here for a really basic example: >> https://dl.dropboxusercontent.com/u/977/SparkCustomComponentExample/ >> SparkCustomComponentExample.html >> > > Could you provide the Flex source for that

Re: Data type to convert and store a srting into decimal/float value

2014-02-25 Thread OmPrakash Muppirala
On Tue, Feb 25, 2014 at 11:19 PM, ashish1703 wrote: > Hi, > > I have been facing this issue from quite a while now. I am using > mx:datagrid > control with column sorting true. > Since i have been using XML returned from c#(returns string for each value > of xml) i want this to be handled on Fle

Re: Data type to convert and store a srting into decimal/float value

2014-02-26 Thread OmPrakash Muppirala
On Wed, Feb 26, 2014 at 1:29 AM, ashish1703 wrote: > Hi Om, > > Thanks for a quick look up, however this still doesn't resolve my issue. > > For instance i am getting a value="100" from the database displayed in one > of the grid column. > This is how i followed with the conversion: > Step 1: the

Re: Android tablet performance recommendations

2014-03-04 Thread OmPrakash Muppirala
Ross, The Amazon Kindle Fire HDX 8.9" might be a good bet [1] Of course, if you can get a hold of Samsung Galaxy Tab 2 or Note 2 that might work too. They still work great with my Apache Flex apps. Thanks, Om http://www.amazon.com/gp/product/B00BHJRYYS/ref=fs_ta On Tue, Mar 4, 2014 at 4:35 P

Re: how to mxml restrict with binding AS3 variable?

2014-03-06 Thread OmPrakash Muppirala
On Mar 6, 2014 9:11 AM, wrote: > > I found by experimentation that the following works, > > public static const RESTRICT_STRING_FOR_CSV:String = "0-9 a-zA-Z\&\"'~!@#$%*()\\-_+=[]|;:<>.?,\\^{}"; > > which uses ONE backslash to escape the ampersand and double-quote characters, but TWO backslashe

Re: how to mxml restrict with binding AS3 variable?

2014-03-06 Thread OmPrakash Muppirala
Om > - Original Message ----- > > From: "OmPrakash Muppirala" > To: users@flex.apache.org > Sent: Thursday, March 6, 2014 10:05:15 AM > Subject: Re: how to mxml restrict with binding AS3 variable? > > On Mar 6, 2014 9:11 AM, wrote: > > > > I foun

Re: how to mxml restrict with binding AS3 variable?

2014-03-06 Thread OmPrakash Muppirala
e.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html#restrict > > ___ > > Joseph Balderson, Flex & Flash Platform Developer :: http://joeflash.ca > Author, Professional Flex 3 :: http://tinyurl.co

Re: Mobile Apps with Optional GPS Capability

2014-03-08 Thread OmPrakash Muppirala
You may have to set the required=false. "The element offers a required attribute that lets you specify whether your application requires and cannot function without the declared feature, or whether it prefers to have the feature but can function without it." - When you declare "android:requir

Re: Advice Needed With StageWebView & Transitions

2014-03-10 Thread OmPrakash Muppirala
You should probably wait until after the webpage loads, right? On Mar 10, 2014 5:52 PM, "leejk" wrote: > Hello, > > I have a situation where I'm using a Slide transition to go to a View that > displays the StageWebView component. I'm trying to capture the bitmap data > of the StageWebView's viewp

Re: Advice Needed With StageWebView & Transitions

2014-03-11 Thread OmPrakash Muppirala
Have you seen this? http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/ Thanks, Om On Mar 11, 2014 5:35 AM, "leejk" wrote: > I think I have... I tried to capture the viewport bitmap data using the > StageWebView's drawViewPortToBitmapData(bitmapData) method on it's complete

Re: Advice Needed With StageWebView & Transitions

2014-03-11 Thread OmPrakash Muppirala
Maybe you can provide some sample code for us to play with and try? Thanks, Om On Tue, Mar 11, 2014 at 10:53 AM, leejk wrote: > yes, but it doesn't solve the problem of capturing a bitmap snapshot of the > StageWebView viewport before the View transition TO the View that contains > the StageWe

Re: Delete image from camera roll

2014-03-14 Thread OmPrakash Muppirala
Kwolbert, Have you looked at one of the ANEs available? Perhaps this one has the feature you are looking for: http://distriqt.com/native-extensions#camera Thanks, Om On Thu, Mar 13, 2014 at 9:05 PM, Kwolbert wrote: > I need to use the CameraUI class call to take a picture. But the picture is

Re: Skinning issue

2014-03-14 Thread OmPrakash Muppirala
The contentGroup of the skin is empty :-) Anything you add as the child of the TitleWindow, will get added to this contentGroup. Hope that helps. Thanks, Om 2014-03-14 16:13 GMT-07:00 After24 : > Sure, > > > > > > > > http://ns.adobe.com/mxml/2009"; > xmlns:s="library://ns.adobe.com/flex/spar

Re: Skinning issue

2014-03-14 Thread OmPrakash Muppirala
I dint realize that you are changing skins. The existing contentGroup's mxmlContent should be carried over to the new skin. This works fine for me: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"

Re: Third-party tools / solutions on Apache Flex website

2014-03-20 Thread OmPrakash Muppirala
Fred recently added this page on the wiki [1] Maybe you can use this as a starting point and improve on it? Thanks, Om [1] https://cwiki.apache.org/confluence/display/FLEX/Flex+Server+Technologies+-+Comparative+table On Thu, Mar 20, 2014 at 9:54 AM, Franck Wolff wrote: > 2014-03-20 17:03 GMT+

No nightly builds

2014-03-21 Thread OmPrakash Muppirala
Since our builds on the Apache build server are broken, we haven't had a successful nightly build in the past few days. Please keep that in mind when you are trying out any recent bug fixes. I will send out a note again when the builds are back. Thanks Om

Re: Nodality: A New Flex/AIR App on Google Play

2014-03-21 Thread OmPrakash Muppirala
Just took a look at the video, this is genius! Great job! Thanks, Om On Fri, Mar 21, 2014 at 6:36 AM, simon gladman wrote: > Hi Fellow Flexers, > > I thought I'd share my latest Flex/AIR release to Google Play (with an App > Store version due out soon). It's a node based calculator for tablet

Re: Crazy Pop-up Window

2014-03-27 Thread OmPrakash Muppirala
What exactly is the problem? Please give more information. Also, a small code sample that reproduces your issue might make things easier for those who want to help. Thanks, Om On Thu, Mar 27, 2014 at 10:24 AM, Cadu Alves wrote: > Any help on this? > > Att, > > Cadu de Castro Alves > Web & Mob

Re: Air 4 or 13beta for the AppStore?

2014-03-27 Thread OmPrakash Muppirala
Please use the AIR 13(beta) version. This is the version that has been known to work with iOS7+ without any issues. Thanks, Om On Thu, Mar 27, 2014 at 11:53 AM, piotrz wrote: > Hi Gabriele, > > I'm suprise about that because I see Air 4.0 with Flex 4.12 -> > http://bit.ly/1jae580 > > Maybe tr

Re: Ahhh Adobe...

2014-03-27 Thread OmPrakash Muppirala
On Thu, Mar 27, 2014 at 11:48 AM, Sean Thayne wrote: > I agree, I'm pretty sure JS has Backtraces, and Breakpoints, so I think > it's pretty much the same. > > -Sean Thayne > > > On Thu, Mar 27, 2014 at 12:42 PM, Jeffry Houser >wrote: > > > On 3/27/2014 1:45 PM, Alain Ekambi wrote: > > > >> @Cad

Re: Ahhh Adobe...

2014-03-27 Thread OmPrakash Muppirala
On Thu, Mar 27, 2014 at 12:19 PM, Saul DIaz wrote: > Well http://www.zdnet.com/blog/open-source/adobe-abandons-linux/10418 > > They already abandoned linux so is not really fully cross platform anymore > and there is barely any mention of linux in the roadmap :D > Misleading title for the articl

Re: Ahhh Adobe...

2014-03-27 Thread OmPrakash Muppirala
On Thu, Mar 27, 2014 at 12:19 PM, Saul DIaz wrote: > Well http://www.zdnet.com/blog/open-source/adobe-abandons-linux/10418 > > They already abandoned linux so is not really fully cross platform anymore > and there is barely any mention of linux in the roadmap :D > > I can't wait to flexjs to catc

Re: Ahhh Adobe...

2014-03-27 Thread OmPrakash Muppirala
t; regards > -Original Message- > From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash > Muppirala > Sent: Thursday, March 27, 2014 1:38 PM > To: users@flex.apache.org > Subject: Re: Ahhh Adobe... > > On Thu, Mar 27, 2014 at 12:19 PM, Saul DIaz wrote:

Re: Coding a better flex mobile app

2014-04-02 Thread OmPrakash Muppirala
On Wed, Apr 2, 2014 at 1:05 AM, Gabriele Campi [Media Logic] < gabriele.ca...@medialogic.eu> wrote: > Hi, > > last year I created a mobile app for IOS and Android using Apache Flex. > > My app uses a SQLite database and makes large use of graphics and > bitmapdata (being a design app that manipula

RE: Coding a better flex mobile app

2014-04-02 Thread OmPrakash Muppirala
"Just to test performances I created an Hello World app in Objective-C, AS3 and Flex, just a pair of views with a few buttons, and the Flex one was dramatically slow and heavy compared with the others." This doesn't sound right to me. Forget 60fps graphics, it seems Gabriele is not able to get a

Re: Not able to play video in my iPad

2014-04-02 Thread OmPrakash Muppirala
There are some limitations when it comes to video on iOS with Adobe AIR. Perhaps this doc might help? http://www.overdigital.com/2012/01/09/the-ultimate-guide-to-understanding-advanced-video-delivery-with-air-for-mobile/ Here is another technical doc about encoding video for iOS http://download.m

Re: in TextArea

2014-04-02 Thread OmPrakash Muppirala
According to the docs [1] the breakelement gets converted into newline character and hence does not appear in TextFlow markup. As a hack, you can try inserting where you want a Again, if you export the markup, the will get replaced by a newline character. But at least your display would look

Re: Not able to play video in my iPad

2014-04-02 Thread OmPrakash Muppirala
It is possible that the mp4 file did not get embedded with the iOS app. Attach a fault handler to ns and see if something shows up. Thanks, Om On Wed, Apr 2, 2014 at 11:20 PM, sam991 wrote: > Hi, > > I have used code to play video both in android tab and my iPad, with code > video plays very we

Re: Not able to play video in my iPad

2014-04-03 Thread OmPrakash Muppirala
Yes, this again points to the possibility of the video not getting packaged into the app. Try creating a breakpoint in the error handler and see if you can find more info. When creating a release package, see if the mp4 file is getting added. Om On Wed, Apr 2, 2014 at 11:43 PM, sam991 wrote:

Re: Not able to play video in my iPad

2014-04-03 Thread OmPrakash Muppirala
See if the example code here [1] works for you http://www.overdigital.com/2012/01/14/720p-video-on-ipad-and-android-tablets-with-adobe-air/ On Thu, Apr 3, 2014 at 1:48 AM, sam991 wrote: > If i use this: > var sv:StageVideo = stage.stageVideos[0]; > instead of > var sv:StageVideo = new StageVide

Re: Spark Datagrid with Multiple Columns

2014-04-03 Thread OmPrakash Muppirala
There is a new MobileGrid that Maurice Amsellam added to the experimental_mobile project that actually extends a List component. Maybe you can try using that and see if you get better performance? Thanks, Om On Thu, Apr 3, 2014 at 1:42 AM, Codefish wrote: > Lol good question, my first thought

Re: Not able to play video in my iPad

2014-04-03 Thread OmPrakash Muppirala
When you debug, what does the line: vp.source="../assets/"+Global.selectedVideo; resolve to? On Thu, Apr 3, 2014 at 1:57 AM, sam991 wrote: > I am using the same code. > > > > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/Not-able-to-play-video-in-my-iPad-t

Re: Not able to play video in my iPad

2014-04-03 Thread OmPrakash Muppirala
Are you sure that the these mp4 files are copied over with the iOS app? Can you verify if they are available? Also, in the code snippet you posted first, you had assets/Part1.mp4 In the debug screenshot, you have ../assets/ups3.mp4 Check your file paths to make sure they are correct. On Thu,

Re: How to get cookies from HTTPService response?

2014-04-03 Thread OmPrakash Muppirala
On Apr 3, 2014 8:43 AM, "whityfenix" wrote: > > Hi Folks, > > Is it really possible? I use 4.10 SDK. I need an access to the cookies that > server sends in response. Now I get the headers object having null > reference. > > Is it possible to get those or should I work this around by using e.g. > U

Re: Not able to play video in my iPad

2014-04-03 Thread OmPrakash Muppirala
I don't see an [Embed] directive in the code you posted. So, you should have included the resources when you packaged the ipa. The ipa file is actually a zipped file. Open it in Winzip or 7-zip, open the Payload > [your.app.id] directory inside it. In your case, you should see the "assets" dir

Re: in TextArea

2014-04-03 Thread OmPrakash Muppirala
e); > paragraphArea.addChild(linkWrapper); > > > i just end up with the . in the textArea > > > > > > > > > > > From: omup...@gmail.com [omup...@gmail.com] on behalf of OmPrakash > Muppirala [bigosma...@gmail.com] > Sent: Thursday, April 03, 2

Re: Any objections against dropping GraniteDS 1.x Generator in Flexmojos?

2014-04-03 Thread OmPrakash Muppirala
Chris, I do use the Gas3 generator in my projects, but I am not sure which version I am using. How can I find out? Thanks, Om On Thu, Apr 3, 2014 at 3:09 PM, Christofer Dutz wrote: > Hi, > > I'm currently finishing the task of supporting Jdk 1.7 and Maven 3.1 and > 3.2 in Flexmojos. > A lot o

Re: Any objections against dropping GraniteDS 1.x Generator in Flexmojos?

2014-04-03 Thread OmPrakash Muppirala
I dont specify a "generatorToUse" property. What would it default to? Thanks, Om On Thu, Apr 3, 2014 at 3:14 PM, OmPrakash Muppirala wrote: > > Chris, > > I do use the Gas3 generator in my projects, but I am not sure which version I am using. How can I find out? > &g

Re: Not able to play video in my iPad

2014-04-03 Thread OmPrakash Muppirala
On Apr 3, 2014 10:58 PM, "sam991" wrote: > > I have checked my ipa file. Opening it with winzip i found the assets folder > and my mp4 files are there. > > From this link: > http://www.overdigital.com/2012/01/14/720p-video-on-ipad-and-android-tablets-with-adobe-air/ > < http://www.overdigital.com/

Re: Not able to play video in my iPad

2014-04-04 Thread OmPrakash Muppirala
Sorry no ideas. Other than running it through the debugger one line at a time and see if you can catch where things fail. You already know that an error is being thrown. See if you can find out more info about that error. Thanks, Om On Fri, Apr 4, 2014 at 1:50 AM, sam991 wrote: > I have test

Re: TLF and Regex Problem

2014-04-09 Thread OmPrakash Muppirala
I see what you are trying to do here. My only problem with this approach is what if there are more than one occurrence of the exact words that the user has selected? Even if the regex matches, you still need which one that the user meant to make a link. Or do you handle this case and I don't get

RE: ScrollingStageTextInputSkin in scroller does not scroll when focus

2014-04-16 Thread OmPrakash Muppirala
On Apr 16, 2014 9:53 AM, "Maurice Amsellem" wrote: > > TextInputSkin uses Flex-based text input and ScrollingStageTextInputSkin uses native device input field. > > The difference is that TextInputSkin will not support native control of the soft keyboard, such as autoCapitalize, autoCorrect, softK

FlexUnit announcement

2014-04-16 Thread OmPrakash Muppirala
I just sent out a tweet from the official @ApacheFlex twitter account: https://twitter.com/ApacheFlex Please retweet! Thanks, Om On Tue, Apr 15, 2014 at 6:07 PM, Nicholas Kwiatkowski wrote: > Website has been updated, and the blog post has been published. > > The Apache CMS is not updating at t

Re: Apple Packaging?

2014-04-20 Thread OmPrakash Muppirala
On Apr 20, 2014 7:30 PM, "Matthew Weir" wrote: > > Ok, so I finally broke down and got an iPad for development purposes and I've followed the instructions off a few tutorials about how to package it up to work on the development iPad: http://www.adobe.com/devnet/air/articles/packaging-air-apps-ios

Re: FileReference change?

2014-04-23 Thread OmPrakash Muppirala
Yes, this sounds like a Flash Player/AIR runtime issue to me. Did that change when you switched to 4.12? Thanks, Om On Apr 23, 2014 11:17 AM, "Lee Burrows" wrote: > FileReference is part of the runtime, not the Flex SDK, so it shouldn't > have changed in 4.12 > > On 23/04/2014 19:07, jetspice w

Re: Force last SWF downloading

2014-05-05 Thread OmPrakash Muppirala
Setting the cache control in the .htaccess (or its equivalent) is the best approach in my opinion. This is what I do when I want avoid caching of certain files, i.e. the browser should always load this directly from the server: Header Set Cache-Control "no-store, no-cache" Thanks, Om On Mon, Ma

Re: AIR on Android x86 based devices

2014-05-11 Thread OmPrakash Muppirala
Adobe has fixed this issue in their latest AIR 14 beta [1]. You can test it out by downloading the Apache Flex SDK Installer from here [2] and select the the "AIR 14 beta" for the AIR SDK. Hope that helps. Thanks, Om [1] http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air14_flashpla

[FlexJS] FDT officially supports FlexJS

2014-05-15 Thread OmPrakash Muppirala
FDT has pushed a release today that has official support for Apache Flex FlexJS. Here is a detailed description of how this feature works [1]. Also check out the release notes here [2] Thanks to the FDT team for working with Apache Flex for this. I hope FDT continues to evolve with FlexJS in the

Re: AW: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-17 Thread OmPrakash Muppirala
On May 17, 2014 4:05 AM, "Christofer Dutz" wrote: > > I Think I might whip up an official documentation on how to Mavenize Apache Flex SDKs and how to setup maven builds using Flexmojos 7.0.0 > Would it be OK for me to add that to the Apache Flex Wiki? Oh yes please! That is one documentation wh

Re: Embed Font using @font-face in Flex SDK4.11

2014-05-19 Thread OmPrakash Muppirala
Do you see any compile errors? How did you install the 4.11 SDK? Did you select the FontSWF utility during the install process? Thanks, Om On Sun, May 18, 2014 at 11:33 PM, Mohanraj N wrote: > Hi, > > I am trying to embed fonts using @font-face builds with Flex sdk4.11 which > is not reflec

RE: Flash builder internal error

2014-05-20 Thread OmPrakash Muppirala
Also check for misspelled metadata tags, perhaps? Thanks, Om On May 20, 2014 1:21 AM, "After24" wrote: > Hello Patil, > > Thank you for your answer. > Already tried this but it doesn't work. I think there's a character or a > group of characters in one of the projects classes that causes the com

Re: Flash builder internal error

2014-05-20 Thread OmPrakash Muppirala
Flash builder has a 'Local History' view, that shows you the local changes going back a few versions. That might help. Thanks, Om On Tue, May 20, 2014 at 10:07 AM, After24 wrote: > Ok. > > I will post as soon as I find the culprit, if it can help someone else. > > Thanks. > > > > -- > View th

Re: white space above keyboard

2014-05-22 Thread OmPrakash Muppirala
iOS or Android? The image did not come through. Please upload it somewhere and post the link here. Thanks, Om On Wed, May 21, 2014 at 11:58 PM, Federico De Maddalena < f.demaddal...@patente.it> wrote: > on flex mobile, when I open the softkeybord, I see this white > annoying rectangle. > > I

Re: IOS 7 and Android 4.3 Skinning

2014-05-22 Thread OmPrakash Muppirala
Hi, As I mentioned during my talk at 360|Flex, it is a work in progress. You can take a look at the progress here [1] I am continuing to make progress on this front, but I dont have a definite date for a release with these new skins. If you (or anyone else) has time to contribute, we can make th

Re: IOS 7 and Android 4.3 Skinning

2014-05-27 Thread OmPrakash Muppirala
HP/JS Developer > > ________ > Van: omup...@gmail.com namens OmPrakash Muppirala < > bigosma...@gmail.com> > Verzonden: donderdag 22 mei 2014 21:15 > Aan: users@flex.apache.org > Onderwerp: Re: IOS 7 and Android 4.3 Skinning > > Hi, >

Re: ApplicationStorageDirectory is different than Adobe Flex SDK

2014-05-28 Thread OmPrakash Muppirala
I doubt if that changed at Apache Flex. Perhaps you upgraded the AIR runtime as well? Thanks, Om On May 28, 2014 10:40 PM, "santanu4ver" wrote: > Hi, > > I recently noticed there is a difference in path for > ApplicationStorageDirectory between Apache and Adobe Flex SDK in MacOS. I'm > using Apa

Re: different applications inside the same mobile app

2014-05-29 Thread OmPrakash Muppirala
You can use the new css media query selectors device-width and device-height. Thanks, Om On May 28, 2014 11:53 PM, "Gabriele Campi" wrote: > Thank you Angelo, > but how can I detect the device type, using the flash.system.Capabilities > library? > On Android I need to detect if the application i

[OT] Silicon Valley Apache Flex User Group - First meeting

2014-06-02 Thread OmPrakash Muppirala
A bunch of us met at 360Flex 2014 two weeks ago. There was a lot of interest in creating a new Apache Flex User Group in the silicon valley aka SF bay area. I went ahead and set up a first meeting. We dont have a definite agenda yet. The group members will be determining the agenda. Details her

Re: R: question about loading swf

2014-06-11 Thread OmPrakash Muppirala
These articles explain the restrictions on loading swfs in mobile apps. Thanks, Om [1] http://blogs.adobe.com/airodynamics/2012/11/09/packaging-and-loading-multiple-swfs-in-air-apps-on-ios/ [2] http://blogs.adobe.com/airodynamics/2013/03/08/external-hosting-of-secondary-swfs-for-air-apps-on-ios/

Adobe wants your thoughts on AIR's Webkit/HTMLLoader

2014-06-11 Thread OmPrakash Muppirala
Please feel free to post your feature requests here [1] For me, having StageWebView expose an ExternalInterface would be the best option. [1] https://forums.adobe.com/thread/1494000

Re: Flex Mobile - Micro chart datagrid

2014-06-12 Thread OmPrakash Muppirala
Perhaps the new MobileGrid component [1] might give you a better performance? Thanks, Om [1] http://flex.apache.org/asdoc/spark/components/MobileGrid.html On Thu, Jun 12, 2014 at 7:54 PM, Deepak MS wrote: > I tried to use that component as an itemrenderer, but it shows lot of > errors. > > Is

Re: Work flow

2014-06-17 Thread OmPrakash Muppirala
Of course you can use vectors on an iPad. FXG files work perfectly with Apache Flex Mobile apps. Almost all the skins that are currently used for Flex mobile use FXG assets. At 360Flex this year, I gave a presentation in which I talk about design-develop workflow that I use. The relevant part i

Re: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread OmPrakash Muppirala
The Apache Flex installer only downloads the older non-beta version or the > AIR SDK (14.0.0.110). > Until it's updated to include this beta (build 125), how can I use the > newer AIR version? > I will add the new beta version to the Installer in a while. Thanks for the heads up! Regards, Om

Re: Using Apache Flex installer with the latest beta of AIR

2014-06-20 Thread OmPrakash Muppirala
On Fri, Jun 20, 2014 at 11:54 AM, Octavio Molano Anta < octavio.mol...@gmail.com> wrote: > El 20/06/2014 19:30, "OmPrakash Muppirala" > escribió: > > > > I will add the new beta version to the Installer in a while. Thanks for > > the heads up! > >

Re: FB project output folder

2014-06-23 Thread OmPrakash Muppirala
Look for the outputFolderPath property in the .actionScriptProperties file. Thanks, Om On Mon, Jun 23, 2014 at 9:48 AM, mark goldin wrote: > Where is it getting its default value from? > > > On Mon, Jun 23, 2014 at 11:46 AM, Devesh Mishra(NABFS00) < > devesh.dmis...@igate.com> wrote: > > > I a

Re: Recent Adobe Flex Donations -- Is this true?

2014-06-24 Thread OmPrakash Muppirala
You probably looked in master. It has been checked into the develop branch: https://github.com/apache/flex-utilities/tree/develop/Squiggly Thanks, Om On Tue, Jun 24, 2014 at 10:24 AM, Jake Knerr wrote: > +1 I had the same problem finding it. > > - Jake > > > On Tue, Jun 24, 2014 at 10:51 AM

Re: Passing '<' '>' characters in Web Service

2014-06-25 Thread OmPrakash Muppirala
On Jun 25, 2014 6:57 PM, "Oleg Konovalov" wrote: > > Which doc? > No attachment or link... > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/package.html Thanks, Om > > On Tue, Jun 24, 2014 at 2:53 AM, Alex Harui wrote: > > > See the doc. Try a simple test project. > > > >

Re: Passing '<' '>' characters in Web Service

2014-06-27 Thread OmPrakash Muppirala
on Flex side > which > > >calls web service. > > >Worked fine on localhost Tomcat6 in FB (could see encoded > < in passed > > >URL, can save and retrieve data like "a > >however on deployed Tomcat6 web service still fails with Stream IOError &

Re: Passing '<' '>' characters in Web Service

2014-06-27 Thread OmPrakash Muppirala
ery difficult: that Web Service protocol is proprietary, > and overall I have >100K lines of code (95% is Flex & configuration) > > Any theories why that problem might happen? > > > > On Fri, Jun 27, 2014 at 12:56 PM, OmPrakash Muppirala < > bigosma...@gmail.com>

Re: adt missing in air 14.0?

2014-06-29 Thread OmPrakash Muppirala
I thought this was a known issue and that Alex was fixing this in 3.1? Thanks, Om On Sun, Jun 29, 2014 at 4:25 PM, Justin Mclean wrote: > HI, > > > Now flashdevelop can't find adt, and yes, it's not in the bin folder. > > Any help? > > How did you install the SDK? > > Thanks,, > Justin >

Re: Flex SDK bin Installer Hangs indefinitely - Win 7

2014-07-02 Thread OmPrakash Muppirala
Is there enough disk space on the machine? Thanks, Om On Wed, Jul 2, 2014 at 9:47 AM, Alex Harui wrote: > Flash/AIR can start getting creaky when memory gets that high, even though > you have enough memory on the computer. > > Can you use Ant to do the install? Download the binaries, unzip, r

Re: 4.12.1 Compile issue with mobile

2014-07-02 Thread OmPrakash Muppirala
On Wed, Jul 2, 2014 at 2:56 PM, David Welch wrote: > Sorry, should't have edited my previous post, so, I'll post this again... > > Maurice/Alex: > > I found the issue! > > The main project had the class spark.skins.mobile.supportClasses.MobileSkin > in it (not sure from which SDK), for some reaso

Re: Flex+AIR+flex monkey

2014-07-06 Thread OmPrakash Muppirala
It would be great if you can open a JIRA ticket for this. Test automation is very important and we want to make sure that the right set of eyes are on this issue. Thanks, Om On Sun, Jul 6, 2014 at 5:34 AM, mikmik wrote: > We have posted a bounty on Bountysource and Bountify to get help to fix

Re: Viewing output of Ant build in FireFox

2014-07-08 Thread OmPrakash Muppirala
On Linux, you now have the option of using Google Chrome to get the latest version of the Flash Player: https://aur.archlinux.org/packages/chromium-pepper-flash/ Thanks, Om On Sun, Jul 6, 2014 at 11:10 PM, Martin Miko wrote: > Hello Sean, > > the problem is that 11.2 is the latest cross-browse

Re: Twitter integration in flex app

2014-07-11 Thread OmPrakash Muppirala
I recently built and open sourced an example Twitter based mobile app for my 360Flex presentation. All the code is available here [1] The original source for the Twitter-AS3-API is here [2] I modified the project and updated it to Twitter's 1.1 API. With Twitter API 1.1, you need to be authenti

Re: Scale a Component About a Defined Point

2014-07-11 Thread OmPrakash Muppirala
On Fri, Jul 11, 2014 at 6:44 AM, Tintin <1955.mille.mig...@googlemail.com> wrote: > Hello > > I'm sure this should be simple, but I can't see it. I want to scale a Spark > Group (and its content within) about a specific point, not its centre. > Currently to achieve what I want I have to set the Gr

Re: Area Chart: How to Specify a "Base" for a Semilog Plot?

2014-07-15 Thread OmPrakash Muppirala
This is what I am seeing: http://i.imgur.com/xPTHgM7.png If I understand you correct, this does look like what you want, right? Thanks, Om On Tue, Jul 1, 2014 at 7:44 AM, shaker wrote: > > The fills are done with respect to y = 1. Is there a way to get the fills > done with respect to y = 0.1

Re: Area Chart: How to Specify a "Base" for a Semilog Plot?

2014-07-15 Thread OmPrakash Muppirala
he real 0 to be shaded.] > > Thanks again. > > Your reply went to my Spam folder. I seldom check here for good messages. > > > > From: OmPrakash Muppirala [via Apache Flex Users] < > ml-node+s246n7279...@n4.nabble.com> > To:

Re: Area Chart: How to Specify a "Base" for a Semilog Plot?

2014-07-15 Thread OmPrakash Muppirala
= 0.1 should be shaded. > > What it currently does is to shade areas between the function being drawn > and y = 1. > > > > > ____ > From: OmPrakash Muppirala [via Apache Flex Users] < > ml-node+s246n7279...@n4.nabble.com> > To: s

Re: Pushing Items and Controls to Bottom of Mobile View

2014-07-25 Thread OmPrakash Muppirala
Probably set paddingBottom on the layout? Thanks, Om On Jul 25, 2014 9:55 PM, "Angelo Anolin" wrote: > Hi, > > Can someone point me in the right direction regarding making some items / > controls in a view of my mobile application to align to the bottom? > > My MXML code for the view is as follo

Re: [ANNOUNCE] Apache Flex SDK 4.13.0 released

2014-07-28 Thread OmPrakash Muppirala
A new blog post has been created: https://blogs.apache.org/flex/entry/apache_flex_sdk_4_13 Please forward! Also, please RT the official tweet here: https://twitter.com/ApacheFlex/status/493797362972622852 Thanks, Om On Mon, Jul 28, 2014 at 9:10 AM, Alex Harui wrote: > The Apache Flex communit

Re: Design tools for creating Flex 4 skins

2014-07-31 Thread OmPrakash Muppirala
I have stuck to Illustrator CS5 and it seems to work well with .AI documents created in more recent versions of Illustrator. My graphic designer uses the latest version of Illustrator and I, as a developer use CS5 to convert it into FXG as needed. Hope this helps. Thanks, Om On Thu, Jul 31, 201

Re: AW: Showcase for IOs and Android skins?

2014-08-05 Thread OmPrakash Muppirala
On Aug 5, 2014 1:20 AM, "Christofer Dutz" wrote: > > Hi, > > Yeah, I already saw that, but is there any work put into IOs or will this be started as soon as the Android stuff is finished? Yes Chris, that is my plan. I am very close to merging the new Android skins into the develop branch. So, t

Re: Design tools for creating Flex 4 skins

2014-08-05 Thread OmPrakash Muppirala
On Tue, Aug 5, 2014 at 3:45 PM, jude wrote: > How is FXG broken? Do you mean when you paste it into each of these > different places they all render differently? If that's true that's because > they are converting to their own internal representation. Flash Catalyst > was great at cleaning up the

Re: Design tools for creating Flex 4 skins

2014-08-05 Thread OmPrakash Muppirala
On Tue, Aug 5, 2014 at 4:58 PM, Jason Taylor wrote: > why continue to use a format that requires you to jump through hoops and > is only supported inside a few particular projects? Save yourself the > hassle and just use SVG (1.1+). It makes it a heck of a lot easier to > switch between html an

Re: Problem installing 4.13.0

2014-08-06 Thread OmPrakash Muppirala
Need more details. On Wed, Aug 6, 2014 at 11:50 AM, mark goldin wrote: > I am trying to install this SDK but it fails after I click Install saying > "Installation aborted". > Please help. > > Thanks >

Re: Problem installing 4.13.0

2014-08-06 Thread OmPrakash Muppirala
> > > On Wed, Aug 6, 2014 at 1:52 PM, OmPrakash Muppirala > wrote: > > > Need more details. > > > > > > On Wed, Aug 6, 2014 at 11:50 AM, mark goldin > > wrote: > > > > > I am trying to install this SDK but it fails after I click Install > saying > > > "Installation aborted". > > > Please help. > > > > > > Thanks > > > > > >

Re: Problem installing 4.13.0

2014-08-06 Thread OmPrakash Muppirala
ting temporary directory > Unable to create temporary directory > Installation aborted > > > > On Wed, Aug 6, 2014 at 2:17 PM, OmPrakash Muppirala > wrote: > > > Click the 'Console log' button. Copy and paste the contents of the log > > here. > > &

Re: Problem installing 4.13.0

2014-08-06 Thread OmPrakash Muppirala
of the downloaded files does not match > the reference value. The file is invalid, installation is aborted. > Installation aborted > > Looks like a bad download. Try again, it usually gets fixed. > > > On Wed, Aug 6, 2014 at 2:23 PM, OmPrakash Muppirala > wrote: > > > L

Re: Problem installing 4.13.0

2014-08-06 Thread OmPrakash Muppirala
log? On Wed, Aug 6, 2014 at 12:43 PM, mark goldin wrote: > Failed at the same point. > > > On Wed, Aug 6, 2014 at 2:35 PM, OmPrakash Muppirala > wrote: > > > On Wed, Aug 6, 2014 at 12:33 PM, mark goldin > > wrote: > > > > > Ok, running it as an

Re: Problem installing 4.13.0

2014-08-06 Thread OmPrakash Muppirala
reference value. The file is invalid, installation is aborted. > Installation aborted > > > > On Wed, Aug 6, 2014 at 2:45 PM, OmPrakash Muppirala > wrote: > > > log? > > > > > > On Wed, Aug 6, 2014 at 12:43 PM, mark goldin > > wrote: > >

Re: AW: AW: Showcase for IOs and Android skins?

2014-08-11 Thread OmPrakash Muppirala
ile in your app. It is in the mobiletheme/src folder. What was wrong with MobileBusyIndicator? Thanks, Om > Chris > > > > Von: omup...@gmail.com im Auftrag von OmPrakash Muppirala > Gesendet: Dienstag, 5. August 2014 16:43 > An: users@flex

Re: AW: AW: AW: Showcase for IOs and Android skins?

2014-08-11 Thread OmPrakash Muppirala
adding references in MobileThemeClasses becomes necessary. Can you please commit the changes to MobileThemeClasses into my branch? Thanks, Om > Chris > ____ > Von: omup...@gmail.com im Auftrag von OmPrakash Muppirala > Gesendet: Montag, 11. August

Re: Help - trying to update Flash Builder 4.7 to flex 4.13

2014-08-11 Thread OmPrakash Muppirala
On Aug 11, 2014 10:58 AM, "Alex Harui" wrote: > > For FB for Windows, the steps should be: > > Windows Menu > Preferences > Flash Builder > Installed Flex SDKs > AddŠ > > Then it should be an option when creating new projects, or you can choose > it for existing projects via: > Project > Propertie

Re: ANE for adMob and Facebook integration in AIR android

2014-08-11 Thread OmPrakash Muppirala
The easiest way to upgrade is to use the Apache Flex Installer and select AIR 14.0 as the AIR version. Thanks, Om On Aug 11, 2014 1:14 PM, "vijendra sainy" wrote: > Hi Swen, > I am trying flash-air-admob-ane-for-ios-and-android >

  1   2   3   4   5   6   >