Re: Adobe AIR App distribution: Questions

2019-01-23 Thread OmPrakash Muppirala
Carlos, You could take a look at how we do it for the Flex Installer. We build an .exe on windows and a .dmg on Mac. The code is available here: https://github.com/apache/flex-utilities/tree/master/installer For updates, we built our own update logic. The crux can be seen here:

Re: Restarting an AIR desktop application

2018-07-04 Thread OmPrakash Muppirala
Perhaps you can try to do what the Flex Installer does? The gist is to download the new file, execute it and then exit itself after a short timeout. Please take a look at: https://github.com/apache/flex-utilities/blob/master/installer/src/org/apache/flex/packageflexsdk/view/UpdaterDialog.mxml

Re: Trying to get by the Apple Rejections for non-public API callsw

2018-04-17 Thread OmPrakash Muppirala
On Windows, I just copy the new AIR SDK into the current Flex SDK folder and it prompts me to duplicate/replace/skip/etc. If you simply select replace, it should do the trick. Although please back up your current flex sdk first before trying this, just in case :-) Thanks, Om On Tue, Apr 17,

Re: Flex Installer - Air 29 - OSMF Fail (Windows)

2018-04-08 Thread OmPrakash Muppirala
Can we make the OSMF.swc file optional? Do we really need this in the SDK? Thanks, Om On Sun, Apr 8, 2018 at 10:00 PM, Piotr Zarzycki wrote: > Alex, > > I will look into the installer and try to fix issue. > > Thanks, > Piotr > > > 2018-04-09 6:54 GMT+02:00 Alex

Re: Problems with svg

2018-03-05 Thread OmPrakash Muppirala
In the past, I've had to do something like this make svg show up without distortions: Have you tried something like this? Thanks, Om On Mon, Mar 5, 2018 at 11:10 AM, Erik J. Thomas wrote: > Does your FXG version of the graphic have a Path element? It should look > like

Re: [Demo] Font Awesome 5 with Apache Flex

2018-02-16 Thread OmPrakash Muppirala
If I understand how we implement FontAwesome, we are relying on the font files and neither the graphics nor the JS code. The font files are licensed as: SIL OFL 1.1 License [1][2] As per [3], SIL OFL is a category-b license. We are allowed to use it, please make sure you read that paragraph in

Re: Strange Graphic Anomoly

2018-02-15 Thread OmPrakash Muppirala
Possibly related? http://blogs.adobe.com/flashplayer/2018/02/running-adobe-flash-builder-on-mac-with-java-78.html#sthash.UQ7rrxjt.dpbs Thanks, Om On Thu, Feb 15, 2018 at 10:20 PM, bilbosax wrote: > My concern had something to do with Assets.car I believe I read, losing

Re: Android Soft Keyboard

2018-01-11 Thread OmPrakash Muppirala
On Jan 11, 2018 7:50 PM, "bilbosax" wrote: Beautiful!! Thank you Om. I would have thought it would have popped up much more noticeably in Google or something. Welcome! That solves the scrolling problem for me, but not really the panning issue. So now, I get the

Re: State Change Event

2018-01-09 Thread OmPrakash Muppirala
I was going to suggest using the `updateComplete` event. Looks like you did the same :-) Thanks, Om On Tue, Jan 9, 2018 at 2:23 PM, bilbosax wrote: > I don't know if this how anybody else would do it, but it seems to be > working > at this point. I have a list in the

Fwd: Re: Flex JS Discussions

2017-12-20 Thread OmPrakash Muppirala
Fyi -- Forwarded message -- From: "Piotr Zarzycki" Date: Dec 20, 2017 4:48 AM Subject: Re: Flex JS Discussions To: Cc: Hello, All discussion about Royale is being moved to the Royale users[1]/dev[2] mailing lists. Details you can

Re: Emoji Help

2017-11-30 Thread OmPrakash Muppirala
Hmm, perhaps try listening to keyUp event and try preventDefault if it is the emoji button? Although it is possible that AIR may never call the handler for these buttons. Thanks, Om On Thu, Nov 30, 2017 at 1:29 PM, Erik J. Thomas wrote: > Has anyone learned how to remove the

Re: Issue creating SDK with SDK Installer 3.3 on Windows 10

2017-11-21 Thread OmPrakash Muppirala
On Tue, Nov 21, 2017 at 9:26 PM, Piotr Zarzycki wrote: > Hi, > > Wonderfull ! I will add that information to the announce! :) > > Piotr > > On Wed, Nov 22, 2017, 00:10 CoruNethron wrote: > > > Win 7 x64, same two issues. > > First - certificate

Re: Flex Mobile List Flicker

2017-10-16 Thread OmPrakash Muppirala
Yes, the as the name suggests, the MobileGrid was built to support fast scrolling etc. for mobile devices. Although, if you have a fat item renderer, that might be the bottleneck here. Thanks, Om On Mon, Oct 16, 2017 at 2:14 PM, bilbosax wrote: > Well, I can confirm

Re: Flex Mobile List Flicker

2017-10-16 Thread OmPrakash Muppirala
I know your question was for List, but I am wondering if you can try the MobileGrid (with one column) and see if the flickering is gone? Here are a couple of examples:

Re: [FlexJS] Debugging setup with Flashbuilder and JS output

2017-09-26 Thread OmPrakash Muppirala
On Tue, Sep 26, 2017 at 2:07 PM, Idylog - Nicolas Granon wrote: > Alex, thank you for your comments. > > We will go the VSCode way : it seems to work quite well, the debug mode > seems quite reliable and we are not "tied" to Eclipse. > And I also like Josh's vision of

Re: File upload Error 2038

2017-09-26 Thread OmPrakash Muppirala
On Tue, Sep 26, 2017 at 8:54 AM, jfb wrote: > Hi, > I found this in this thread https://forums.adobe.com/thread/118339: > "Through Flash's FileReference and FileReferenceList classes, you can > create > a powerful file uploader that allows the user to upload multiple

Re: How to optimize FXG files

2017-09-24 Thread OmPrakash Muppirala
I build this tool a while ago: https://github.com/apache/flex-utilities/blob/develop/FXGTools/src/WriteFXG.mxml The use case was to create Symbols in Illustrator and save them in the Symbol Library. Then, save the whole .ai file as .FXG. Then my WriteFXG tool will take each symbol in the

Re: [FlexJS] Some examples on GitHub

2017-09-19 Thread OmPrakash Muppirala
On Sep 19, 2017 9:58 PM, "Yishay Weiss" wrote: I'm happy to move this to Apache. I'd like the bar to committing to this repo to be near zero, so only Apache Flex committers are involved. I also think it should be completely independent of our releases. I read some

Re: [FlexJS] Some examples on GitHub

2017-09-19 Thread OmPrakash Muppirala
Yishay, This is very useful. Thanks for starting this initiative. I was wondering if we could start with Express components so that there is less of boiler-plate code in the examples? For example, do we really need to add this in all examples: Thanks, Om On Tue, Sep 19, 2017 at 1:18 PM,

Re: [FLEXJS][Marketing] why should a web dev choose FlexJS?

2017-09-15 Thread OmPrakash Muppirala
On Fri, Sep 15, 2017 at 1:53 PM, Adam Malejko wrote: > I have another developer going through our apps and identifying components > that are potential issues going forward. > > So far they have only found a few third-party components - so, not a fault > of FlexJS really. > >

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-06 Thread OmPrakash Muppirala
On Wed, Sep 6, 2017 at 12:35 PM, Peter Spierenburg < peter.spierenb...@nautel.com> wrote: > So it looks like flexjs is incompatible with the stable version of node. > > For other persons who arrived here looking for an answer. Here it is: > > Starting from an fresh ubuntu:latest docker image > >

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread OmPrakash Muppirala
wrote: > Where does npm put its downloads directory? > > From: omup...@gmail.com <omup...@gmail.com> on behalf of OmPrakash > Muppirala <bigosma...@gmail.com> > Sent: September 1, 2017 2:47:56 PM > To: users@flex.apache.org > Subje

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread OmPrakash Muppirala
Peter, Do you see anything in the downloads directory as the npm install process is running? Thanks, Om On Fri, Sep 1, 2017 at 8:59 AM, Peter Spierenburg < peter.spierenb...@nautel.com> wrote: > $ sudo npm install flexjs -g > npm WARN deprecated wrench@1.5.9: wrench.js is deprecated! You

Re: Accessing app bundle_id or package_id at runtime

2017-08-28 Thread OmPrakash Muppirala
Never mind, that is for desktop apps, not mobile apps. I'm guessing manually parsing those files you mentioned is probably the only way. On Mon, Aug 28, 2017 at 11:51 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Have you tried this? > http://help.adobe.com/en_US/AIR/1.5

Re: Accessing app bundle_id or package_id at runtime

2017-08-28 Thread OmPrakash Muppirala
Have you tried this? http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118676a5e5e-7fff.html On Mon, Aug 28, 2017 at 11:36 AM, Erik J. Thomas wrote: > Hey all: > > Is there a simple way to access a Flex mobile app's bundle/package ids at > runtime? Of

Re: Layering over background image

2017-08-21 Thread OmPrakash Muppirala
Create a Group with id="contentGroup" and add it after the BitmapImage. Like this: On Mon, Aug 21, 2017 at 2:01 PM, <trev...@mchsi.com> wrote: > I tried it as an @Embeded image as well > > - Original Message - > From: "OmPrakash Muppirala&qu

Re: Layering over background image

2017-08-21 Thread OmPrakash Muppirala
Can you post your CustomAppSkin as well? I'm guessing that the BitmapImage is added after the content group. In which case your BitmapImage will be drawn last hence covering your content group. On Mon, Aug 21, 2017 at 1:38 PM, wrote: > For the life of me I can't figure this

Re: How to stop already running webcam instance using adobe flex programming

2017-08-17 Thread OmPrakash Muppirala
What are you trying? Please post some code so we can take a look and help you out. Thanks, Om On Wed, Aug 16, 2017 at 10:50 PM, JAGADEESH wrote: > How to detect running webcam instance through adobe flex programming to > stop > and start the webcam device ? we need to

Re: Flex and lack of (complete) support for touch screens

2017-08-08 Thread OmPrakash Muppirala
I read that comment and I don't think they know what they are talking about. It is very easy to build a cross-platform (iOS + Android) with Apache Flex. There is very good support for touch screens and no, it is not a drain on the battery. Please try it out yourself so you can come to a

Re: scoping out FlexJS to replace Flex

2017-08-07 Thread OmPrakash Muppirala
I have created a JIRA here: https://issues.apache.org/jira/browse/FLEX-35349 for exploring HighCharts integration in FlexJS. It does not look terribly hard. I just need to find some time to do it. I will keep you posted. Thanks, Om On Mon, Aug 7, 2017 at 8:20 AM, Harbs

Re: Theme for FlexJS

2017-07-28 Thread OmPrakash Muppirala
P related issues, please feel free to send me a direct email. P. S. I will be removing users@flex.apache.org going forward. So those who are interested in this, please subscribe to the d...@flex.apache.org mailing list. Thanks, Om Angelo El vie., 28 jul. 2017 a las 16:42, OmPrakash Muppirala (< b

Theme for FlexJS

2017-07-28 Thread OmPrakash Muppirala
On Jul 28, 2017 7:10 AM, "piotrz" wrote: Om, That would be awesome, cause I will go on vacation next week and have a feeling that will not provide asap some resources at that time if will be required for Angelo and Trevor. If you could look from time to time to this o

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-07-28 Thread OmPrakash Muppirala
On Jul 28, 2017 6:00 AM, "piotrz" wrote: I've provided link to github where you can find list of components. We could work one by one. Once it will be ready from your point of view with states we will jump to the next one. Just pickup few the simplest and I will look

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-07-27 Thread OmPrakash Muppirala
This one looks pretty cool to me as well: https://snag.gy/Cu8Uek.jpg If we have some better color options, it would be a very good start. Thanks for creating this set. Sorry we took so long to get back to this. Regards, Om On Thu, Jul 27, 2017 at 4:59 AM, piotrz

Re: Flash & The Future of Interactive Content

2017-07-25 Thread OmPrakash Muppirala
Looks like AIR will live on https://forum.starling-framework.org/topic/air-roadmap-update On Jul 25, 2017 10:00 AM, "Gary Yang" wrote: > It didn't say anything about AIR ... > > On Tue, Jul 25, 2017 at 12:11 PM, rodol...@essencialcode.com.br < >

Re: Autocomplete/Intellisense in NextGenAS for VSCode

2017-05-16 Thread OmPrakash Muppirala
I think https://github.com/BowlerHatLLC/vscode-nextgenas/issues is a better place to ask this question. All the best! Thanks, Om On Tue, May 16, 2017 at 12:14 PM, TLH wrote: > Hello-- > > (I hope this is a good place to ask for help on this issue; I would > appreciate

Re: AIR Mobile DropDown list callout component

2017-05-10 Thread OmPrakash Muppirala
I don't remember ever seeing that component. I use the Callout component and put whatever I need inside it. Have you given that a try? Thanks, Om On May 10, 2017 2:00 PM, "GhaziTriki" wrote: > Hello, > > I am looking to use the DropDown list like it was implemented

Re: Slow Image Sizing

2017-04-24 Thread OmPrakash Muppirala
If it is for a chat avatar, will a thumbnail work? Every image file has a thumbnail image embedded in the file's metadata section. You could simply read the necessary bytes and upload/display them. I have used this as3 library in the past and it works quite well:

Re: How to display a unicode char (emoji) in TLF (RichEdit control)

2017-04-17 Thread OmPrakash Muppirala
In fact, there are several suggestions for free emoji fonts here: https://graphicdesign.stackexchange.com/questions/31625/are-there-any-free-emoji-fonts Thanks, Om On Mon, Apr 17, 2017 at 4:26 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Hmm, it would be hard to map an e

Re: How to display a unicode char (emoji) in TLF (RichEdit control)

2017-04-17 Thread OmPrakash Muppirala
. I will work on that approach. > > Thanks! > > Erik > > > On Apr 17, 2017, at 3:45 PM, OmPrakash Muppirala <bigosma...@gmail.com> > wrote: > > > > We have FontAwesome working fine with the Flex SDK. > > > > Here is a usage example: > > h

Re: How to display a unicode char (emoji) in TLF (RichEdit control)

2017-04-17 Thread OmPrakash Muppirala
We have FontAwesome working fine with the Flex SDK. Here is a usage example: https://github.com/apache/flex-sdk/blob/8f3dd5bb05549b29f9d608e6abc914409a1a4ae2/frameworks/projects/flatspark/src/flatspark/skins/ComboBoxButtonSkin.mxml#L106 Here is the unicode definition:

Re: Twitter Flex Client?

2017-04-09 Thread OmPrakash Muppirala
Take a look at this https://github.com/bigosmallm/TwitterTrends This was written a while ago, not sure if the twitter apis changed but this should be a good starting point. Thanks, Om On Apr 9, 2017 10:30 AM, "Erik J. Thomas" wrote: Hey all: I'm developing a mobile app

Re: FLEX MOBILE APP - How to integrate SSO using SAML with Flex Mobile application?

2017-04-08 Thread OmPrakash Muppirala
SAML2 supports SOAP. You can access SOAP APIs using Flex. Can you try this approach and see if you can proceed? Thanks, Om On Wed, Apr 5, 2017 at 11:42 PM, Prabhu Moorthy < prabu.moor...@symphonysummit.com> wrote: > Am looking for SAML not OAuth > > > > - > Thanks & Regards, > M.Prabhu >

Re: How to set the color of a column chart item?

2017-03-16 Thread OmPrakash Muppirala
On Mar 15, 2017 11:14 PM, "OK" wrote: Yesss, that's it [1]. Thank you, Cliff!! Clint  Olaf [1] colSeries = new ColumnSeries; colSeries.xField = xField; colSeries.yField = yField; colSeries.setStyle("stroke", new SolidColorStroke(0x00)); -- View this message

Re: Wrong CSS DPI Buckets Being Chosen

2017-03-06 Thread OmPrakash Muppirala
Is it a retina iPad? There is a list of exceptions listed in this link [1], which says: - All retina iPads receive 320 DPI If you see the code in [2], you can see that iPad retina's are simply assigned a DPI of 320 regardless of what Capabilities.screenDPI reports. The good news is that

Re: Mobile DateChooser Flex

2017-03-03 Thread OmPrakash Muppirala
On Fri, Mar 3, 2017 at 10:20 AM, leokan23 wrote: > We can skin it for iOS too, although i think there is no similar date > picker > for ipad. If anyone has a screenshot of something similar please post. > You are right, there is no such component available for iOS. The

Re: Mobile DateChooser Flex

2017-03-03 Thread OmPrakash Muppirala
Wow, that is fantastic. Looking forward to your contribution! Any chance this can easily be reskinned for iOS as well? We usually try to keep the mobile components in sync. Thanks, Om On Mar 3, 2017 8:43 AM, "leokan23" wrote: > So one of the missing things in Flex mobile I

Re: Updating a Program

2017-02-06 Thread OmPrakash Muppirala
The Apache Flex Installer uses application updated. Here is the code for it: https://github.com/apache/flex-utilities/blob/develop/flex-installer/installer/src/org/apache/flex/packageflexsdk/view/UpdaterDialog.mxml You should be able to reuse/copy the functionality from here as needed. Thanks,

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-19 Thread OmPrakash Muppirala
Trevor, I will be happy with photoshop or illustrator mockups. For folks who do not have these software, a jpg version would be very useful. I usually have my graphic designer (who cannot code) to annotate all the elements in the mockup itself. Color, font color, font size, spacing, animation

Re: air/flash 24 sdk, please update to release NOT beta

2017-01-18 Thread OmPrakash Muppirala
shed their beta today. Note the date in the release notes: http://fpdownload.macromedia.com/pub/labs/flashruntimes/shared/air24_flashplayer24_releasenotes.pdf > > > On Wed, Jan 18, 2017 at 11:04 AM, OmPrakash Muppirala < > bigosma...@gmail.com> > wrote: > > > I think AIR 2

Re: air/flash 24 sdk, please update to release NOT beta

2017-01-18 Thread OmPrakash Muppirala
I think AIR 24 is still in beta. Thats what the labs page seems to indicate. http://labs.adobe.com/technologies/flashruntimes/flashplayer/ Thanks, Om On Jan 18, 2017 2:30 AM, "jaco" wrote: > hi, > > just need to install latest adobe AIR sdk and flash sdk to 24 release NOT

Re: log air crashes on android

2017-01-13 Thread OmPrakash Muppirala
Have you looked at TestFairy? http://testfairy.com/adobe-air You get a lot of analytics and I think you can do custom logging as well. Thanks, Om On Fri, Jan 13, 2017 at 10:13 PM, Frank Dahmen wrote: > Hi, > is there a way to log kind of a "crash-report" (stack trace) in

Re: FlexJS - How to use MDL?

2017-01-12 Thread OmPrakash Muppirala
On Thu, Jan 12, 2017 at 10:27 AM, leokan23 wrote: > Hi, > > 1st thanks for making this happen. I love flex and i want to be able to use > it in the web again. I am on FDT because it integrates flexjs perfectly and > i have already seen the examples and i am on the latest dev

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-10 Thread OmPrakash Muppirala
Tweeted here: https://twitter.com/ApacheFlex/status/818948503682486272 Everyone please retweet :-) Thanks, Om On Tue, Jan 10, 2017 at 9:24 AM, Alex Harui wrote: > Hi, > > There are lots of exciting things going on in the world of FlexJS. Some > folks are creating a

Re: AIR build error 105

2016-12-12 Thread OmPrakash Muppirala
Can you post the entire -app.xml somewhere? I am guessing there is a typo in the xml somewhere. Or the tag appears more than once. Thanks, Om On Mon, Dec 12, 2016 at 1:11 PM, Trevor Holman wrote: > "Error creating AIR file:Loadimage-app.xml(204): error 105: >

Re: Compiler directive

2016-12-05 Thread OmPrakash Muppirala
I think this is what you are looking for https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=50856172 Thanks, Om On Dec 4, 2016 10:29 PM, "Lane" wrote: I've got a mobile Android Flex app that is skinned with older mobile components. I recently updated the

Re: reduce creation time of view in mobile app

2016-11-28 Thread OmPrakash Muppirala
Hmm, 2 seconds on a desktop is quite slow :-( Perhaps you can create separate views and load them on demand? Or is the view completely customizable? Also, on your device, are you running the release build or debug build? You could also create sections in the View and as each section becomes

Re: Simple pure-AS3 command line (mxmlc) compile set-up example, for AIR ?

2016-11-22 Thread OmPrakash Muppirala
You usually do this in two steps: 1. Compile your actionscript project into a .swf file. You can simply do: amxmlc myApp.as More comprehensive list of examples here: [

Re: Scout - What does this mean?

2016-11-18 Thread OmPrakash Muppirala
Here are the DPI buckets in a more readable format: https://flex.apache.org/asdoc/mx/core/RuntimeDPIProvider.html On Fri, Nov 18, 2016 at 3:44 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Flex internally maps all possible DPI values into these fixed DPI buckets. > >

Re: Scout - What does this mean?

2016-11-18 Thread OmPrakash Muppirala
Flex internally maps all possible DPI values into these fixed DPI buckets. Take a look at this function: https://github.com/apache/flex-sdk/blob/8f3dd5bb05549b29f9d608e6abc914409a1a4ae2/frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as#L162 So, the applicationDPI value will always

Re: Scout - What does this mean?

2016-11-18 Thread OmPrakash Muppirala
Hi, A better way to go about this would be to create variables for each relevant width, height, offset variable that would be required in the layout. Then, you could simply set different values for each DPI value. You get your layout manually perfect for one DPI. Then all you have to do is

Re: Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-09 Thread OmPrakash Muppirala
ith me, and I'll send the ICLA too. > > Thank you > > 2016-11-10 2:18 GMT+00:00 OmPrakash Muppirala [via Apache Flex Users] < > ml-node+s246n14092...@n4.nabble.com>: > > > Rui, > > > > First of all, fantastic work in this project and thanks for willing t

Re: Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-09 Thread OmPrakash Muppirala
Rui, First of all, fantastic work in this project and thanks for willing to donate it to Apache Flex. The issue here is very simple. Either you own this code or your company owns it. If you say that you own it, you can just simply donate it. If your company owns the code, you need permission

Re: SVG file

2016-11-02 Thread OmPrakash Muppirala
See if this works for you: http://ns.adobe.com/fxg/2008;> Thanks, Om

Re: Application starts but then shows black screen

2016-11-01 Thread OmPrakash Muppirala
e, Chrome > has no problem. It's this cretinous IE that has a problem. Some systems > will work after clearing cache, restarting, and who knows what else, some > will not no matter what users do. > > On Tue, Nov 1, 2016 at 2:32 PM OmPrakash Muppirala <bigosma...@gmail.com>

Re: Application starts but then shows black screen

2016-11-01 Thread OmPrakash Muppirala
Have you tried opening one of the image urls in IE and see if it works? Simply open the url in the address bar and see if it works. If it errors out or not, either way that should tell you something. Thanks, Om On Tue, Nov 1, 2016 at 12:05 PM, mark goldin wrote: > Yes,

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread OmPrakash Muppirala
Calling refresh on the dataprovider is probably what is causing this. Have you tried using the itemUpdated() function on the dataprovider instead? Here is some info on that:

Re: Strange Element in MobileGrid Header

2016-10-22 Thread OmPrakash Muppirala
It might be a bug in the skin assets. Do you have a screenshot that shows this artifact? Thanks, Om On Thu, Oct 20, 2016 at 7:22 PM, bilbosax wrote: > I don't know if this has happened to anyone else, but I thought I would > bring > it up here and see if anyone has

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread OmPrakash Muppirala
You could do this as well: //Ensure that all IMobileGridCellRenderer methods are implemented //Some of it will be available in s:Button. The IDE should tell you what is missing //Or, you could simply copy the function definitions from the AS3 example Thanks,

Re: How to Create A MobilGrid ItemRenderer?

2016-10-20 Thread OmPrakash Muppirala
I believe this is a case of Flash Builder not supporting this new type of ItemRenderer as it was a recently added feature. Although, in the examples, I see this: Have you tried

Re: Release Build Performance on Mobile

2016-10-19 Thread OmPrakash Muppirala
On Wed, Oct 19, 2016 at 4:51 PM, bilbosax wrote: > Thanks for the MobileGrid heads up. I will definitely look into it. I > already figured out that Standard runs faster than Fast when packaging. I > guess my question is when your create your final .ipa and install it

Re: Release Build Performance on Mobile

2016-10-19 Thread OmPrakash Muppirala
, Om On Wed, Oct 19, 2016 at 4:40 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > From my experience, the Standard build will have better performance. I am > not sure by how much though. > > Thanks, > Om > > On Wed, Oct 19, 2016 at 4:19 PM, bilbosax <waspenc

Re: Release Build Performance on Mobile

2016-10-19 Thread OmPrakash Muppirala
>From my experience, the Standard build will have better performance. I am not sure by how much though. Thanks, Om On Wed, Oct 19, 2016 at 4:19 PM, bilbosax wrote: > I have created a Spark Datagrid in my AIR application for mobile. On my > iPad, the performance is not

Re: Datagrid Sorting Problem on Mobile

2016-10-18 Thread OmPrakash Muppirala
On Oct 18, 2016 7:51 PM, "bilbosax" wrote: > > OK, so it just got really interesting. I have 35 columns of data that have > to be displayed, which is too much to fit on the screen. So I put about 12 > columns on the screen at a time, and then use a "previous" or "next"

Re: Datagrid Sorting Problem on Mobile

2016-10-18 Thread OmPrakash Muppirala
You connect the USB cable and run it on Debug mode on the device itself. This link would help: http://help.adobe.com/en_US/flex/mobileapps/WSa8161994b114d624-33657d5912b7ab2d73b-7fe5.html#WSe4e4b720da9dedb5-2d82208b12e46a72ded-7ffc The only change is that you dont need to involve iTunes anymore.

Re: Datagrid Sorting Problem on Mobile

2016-10-18 Thread OmPrakash Muppirala
Did you try running it in debug mode? Most likely a exception occurred. Thanks, Om On Tue, Oct 18, 2016 at 5:48 PM, bilbosax wrote: > I am able to connect to my services on my mobile device and retrieve data > from a remote database. I now have it displaying in a

Re: My Services Don't Work On Mobile

2016-10-18 Thread OmPrakash Muppirala
You are welcome! I got hit by this recently, hence it is fresh in my mind. Glad it all worked out for you :-) Thanks, Om On Mon, Oct 17, 2016 at 9:47 PM, bilbosax wrote: > Om, you saved my bacon! I would have never found this in a MILLION > YEARS! I > can't believe

Re: My Services Don't Work On Mobile

2016-10-17 Thread OmPrakash Muppirala
This should help https://forums.adobe.com/thread/2099300 Thanks, Om On Oct 17, 2016 7:09 PM, "bilbosax" wrote: > I am really close to being done with my app. The layout is finally correct > and scaling properly. The only problem I have now is with my services. > When

Re: Mobile Width and Height

2016-10-17 Thread OmPrakash Muppirala
Looks like you getting the correct width and height. In your original email il you said that the app starts at 160 dpi and scales up. Can you explain how and why you are doing this? Thanks, Om On Oct 17, 2016 10:44 AM, "bilbosax" wrote: > I'll try that just as a test.

Re: Mobile Width and Height

2016-10-17 Thread OmPrakash Muppirala
On Sun, Oct 16, 2016 at 9:43 PM, bilbosax wrote: > I have written my first mobile AIR app. On my iPad, the layout is a dismal > failure. It looks perfect in the simulator. > > I have the application set up to run in portrait mode with no > auto-orientation. It starts

Re: Photo Viewer on a Mobile Device

2016-10-03 Thread OmPrakash Muppirala
Instead of pre-loading itemrenderers, you could pre-load the images from their urls and cache them using ContentCache. Here is a related article: http://corlan.org/2011/08/16/flex-mobile- development-caching-images-using-contentcache/ You could simply load a few images upfront and cache it with

Re: Photo Viewer on a Mobile Device

2016-10-03 Thread OmPrakash Muppirala
Instead of downloading all the images, I would just download the next two and previous two. That way, you never download too many images at once and for the user, the response would be instantaneous because the images are going to be cached locally. Unless of course, you are going to let them

Re: Datagrid on a Mobile Device

2016-10-02 Thread OmPrakash Muppirala
For horizontal scrolling you will need to add and remove columns when next/prev is pressed. For vertical scrolling you simply need to update the dataprovider. I dont think you need to create more than one dataprovider at any point. Thanks, Om On Sun, Oct 2, 2016 at 9:33 AM, bilbosax

Re: PHP Service Image Handling Advice

2016-09-25 Thread OmPrakash Muppirala
The SQLLite example was just to show that Flex can handle blobs/bytearrays. You should be able to replicate the same idea using php + your backend database. Thanks, Om On Sun, Sep 25, 2016 at 9:22 PM, bilbosax wrote: > I really appreciate the response, but using SQLite

Re: PHP Service Image Handling Advice

2016-09-25 Thread OmPrakash Muppirala
One way would be store the image as a blob in the database and load it as a bytearray into an image object in Flex. This is a good approach when the images are not too big. Here is a discussion around doing it with SQLLite; the approach would be similar [1] Loading the image as a url over http

Re: Flex Mobile App To Desktop App

2016-08-19 Thread OmPrakash Muppirala
Which version of Flex SDK? We added support for 120dpi in one of the newer versions. Which would be closer to 72dpi. Unless there is something else going wrong. Thanks, Om On Aug 19, 2016 6:33 AM, "Clint M" wrote: > applicationDPI="{NaN}" > > On Fri, Aug 19, 2016 at 5:59

Re: Best Cross Platform Mobile App

2016-08-12 Thread OmPrakash Muppirala
On Aug 12, 2016 10:36 AM, "Clint M" wrote: > > I just completed an evaluation of mobile technologies for a company that > asked me the same question. > > The conclusion was https://facebook.github.io/react-native/ Last I checked, React Native does not have good support on

Re: My AIR Release Build doesn't work

2016-07-30 Thread OmPrakash Muppirala
Look inside the installation directory. Are all the files, resources etc. present as expected? Thanks, Om On Fri, Jul 29, 2016 at 11:38 PM, Alex Harui wrote: > > > On 7/29/16, 10:20 PM, "bilbosax" wrote: > > >I'll give that a try, but I am a little

Re: Setting Title to LinearAxis at Runtime do not show up

2016-06-02 Thread OmPrakash Muppirala
gt; ns.adobe.com/flex/mx" creationComplete="initApp()"> > > > > > > > > > > > > > > > > > > > > > > > Regards > Virat I Patil > > --

Re: Setting Title to LinearAxis at Runtime do not show up

2016-06-02 Thread OmPrakash Muppirala
e are assigning the title to Axis (Linear Axis) but its not getting > displayed when chart is displayed on screen > > Regards > Virat I Patil > > -Original Message- > From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash > Muppirala > Sent: Wed

Re: Setting Title to LinearAxis at Runtime do not show up

2016-06-01 Thread OmPrakash Muppirala
What are you trying? Thanks, Om On Wed, Jun 1, 2016 at 12:01 AM, Patil, Virat wrote: > Hello > > We are trying to set the title to Linear Axis for chart which is created > at runtime. But the title do not show up > Did anyone face similar issue? > > Regards > Virat I

Re: [FlexJS] Using CreateJS with FlexJS

2016-04-27 Thread OmPrakash Muppirala
Thanks for the great writeup, Peter! I was wondering if we can write: instead of: var move1:Tween = new Tween(circle); move1.xTo = 400; move1.duration = 1000; That would make it much more concise and easy to follow. Thanks, Om On Wed, Apr 27, 2016 at 12:17

Re: Thanks to the Team

2016-04-21 Thread OmPrakash Muppirala
There is a nice wiki page that explains how to submit patches/pull requests for adding Showcase entries. https://cwiki.apache.org/confluence/display/FLEX/9.+Updating+the+Flex+Showcase Thanks, Om On Thu, Apr 21, 2016 at 5:20 PM, Mark Kessler wrote: > Feel free to

Re: FlexJS, JQuery and FDT

2016-04-21 Thread OmPrakash Muppirala
I think this is what you are looking for? : flex-falcon\externs\jquery\externs\jquery-1.9.js Thanks, Om On Wed, Apr 20, 2016 at 11:21 PM, Harbs wrote: > I’m looking for where the jQuery definitions are and I can’t seem to find > it. > > On Apr 21, 2016, at 3:17 AM, Alex

Re: FlexJS, JQuery and FDT

2016-04-20 Thread OmPrakash Muppirala
Are you using the jquery.swc from the externs file, or are you using the dts2as tool to create one from a definitely typed definition file? I think I remember seeing the one from our externs code work fine with the $ call. Thanks, Om On Wed, Apr 20, 2016 at 4:13 PM, Harbs

Re: What is this window?

2016-04-19 Thread OmPrakash Muppirala
Weird. It reminds me of the 'Remote Debugging' dialog that can be made to show up on web based Flash app startup. But I've never seen this on a mobile device. Thanks, Om On Tue, Apr 19, 2016 at 8:36 AM, Clint M wrote: >

Re: [Non-DoD Source] Filtering XML doc

2016-04-18 Thread OmPrakash Muppirala
On Mon, Apr 18, 2016 at 12:02 PM, mark goldin wrote: > No such variable: @ID > That is the notation to reference an attribute. If you have an attribute called ID, you need to use @ID in your search expression. > > On Mon, Apr 18, 2016 at 2:00 PM mark goldin

Re: [Non-DoD Source] Filtering XML doc

2016-04-18 Thread OmPrakash Muppirala
Try _myListXML.Books.(@ID == '298') On Mon, Apr 18, 2016 at 11:40 AM, mark goldin wrote: > I was thinking about something like this: > _myListXML.Books.(attribute('ID') == '298') > > Which should give me: > > >. > > > That way I can get either all books as

Re: BlazeDS, GraniteDS

2016-04-17 Thread OmPrakash Muppirala
got to mention that we are using GraniteDS GAS3 plugin to automatate the generation of AS3 classes from the POJO classes. Everytime a new pojo is made available, a maven plugin runs and creates the corresponding AS3 class. Thanks, Om > > -- > Lou > > On Sat, 16 Apr 2016 22:35:51

Re: BlazeDS, GraniteDS

2016-04-16 Thread OmPrakash Muppirala
On Apr 16, 2016 10:17 PM, "Paul Hastings" <paul.hasti...@gmail.com> wrote: > > On 4/17/2016 9:46 AM, OmPrakash Muppirala wrote: >> >> I have couple of apps running REST services which serve AMF responses. >> Works exceedingly well! > > > curious as

  1   2   3   4   5   >