Re: Accent insensitive search

2014-03-04 Thread João Fernandes
Thank Alex, I've raised the bug https://bugbase.adobe.com/index.cfm?event=bug&id=3711838 and they already posted that is a valid enhancement request but it will depend on the votes. Regarding your questions, it's a local search and can't use server-side because it's a lookup for dynamic loaded con

How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Deepak MS
Hello, I have a requirement where is I need to open a link(a simple HTML page with username and password fields) in safari browser on ipad, enter some login credentials and hit login button. A service will be called to validate the login credentials and response would be passed back. Now, I want t

Re: How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Maarten Cammaert
Hi, In your app description.xml file you should add this in the iPhone > InfoAdditions node CFBundleURLTypes CFBundleURLSchemes URLSCHEME CFBundleURLName

RE: How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Maurice Amsellem
On an iPad? That sounds difficult with the workflow you propose (ie moving to Safari app then back to your app). However, if the "safari" browser is embedded inside the web app (using StageWebView ), then it will be easier to integrate the two, and pass back the result. That's also the approa

RE: How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Maurice Amsellem
Maarten, that's good to know. Thanks for the information. -Message d'origine- De : Maarten Cammaert [mailto:marzs...@gmail.com] Envoyé : mardi 4 mars 2014 10:11 À : users@flex.apache.org Objet : Re: How to open a Flex App on iPad from a link in a browser Hi, In your app description.xml

Re: How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Deepak MS
Thanks, Maarten. I'm happy that atleast there is away to do it as this was very critical requirement for a new project :) I'll give it a try. But can we also pass parameters to the flex app, while we invoke it? In my case, after validation, I have to pass username to my flex app. On Tue, Mar 4, 2

Re: How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Maarten Cammaert
Yes, that should be possible. The NativeApplication dispatches an invoke event and in the InvokeObject there should be a parameters array. But I haven't tried this yet. Here you can find more info http://help.adobe.com/en_US/air/build/WSfffb011ac560372f7e64a7f12cd2dd1867-8000.html#WS901d38e593cd1b

Re: How to open a Flex App on iPad from a link in a browser

2014-03-04 Thread Deepak MS
Oh! Excellent! Worked like charm. Here's what I did: I created a html page with following code and opened it in safari on iPad: When I tapped on the image, safari slid away and it opened up my Flex App. Flex code: app.xml file: Added following line on initialise of a view: NativeApp

Filtering Hierarchical data in ADG

2014-03-04 Thread Oleg Konovalov
Hi, I have a true hierarchical data presented via HierarchicalData with input in XML in MX AdvancedDataGrid. Need to filter columns in ADG. None of existing filters (standard or some proprietary filters in my company) work. Any suggestions how to make it work? (haven't touched filters yet)

Re: Getting font transcoding error with 4.12 RC2

2014-03-04 Thread Mitul Golakiya
Issue fixed. There were some third party libraries (embedded font files) (.jar) files were missing. like flex-fontkit.jar... I was using direct binary distribution of RC release, which is not including it as default... Thanks to everyone for help... Thanks, Mitul Golakiya On Tue, Mar 4, 2014

Re: Filtering Hierarchical data in ADG

2014-03-04 Thread Alex Harui
Filter columns as in not show some columns? On 3/4/14 4:30 AM, "Oleg Konovalov" wrote: > Hi, > > >I have a true hierarchical data presented via HierarchicalData with input >in XML in MX AdvancedDataGrid. > >Need to filter columns in ADG. > >None of existing filters (standard or some proprietary

Qualys scan/X-Frame-Options

2014-03-04 Thread Petr Nemecek
Hi all, one of our clients run Qualys scan on our app. The only finding was see below. The html file is the file that is automatically generated by Flash Builder during the compilation. I assume I will have to add some code into the html. Any idea how to cope with that automatically? I.e. not to

RE: Qualys scan/X-Frame-Options

2014-03-04 Thread Petr Nemecek
Hi, I should have read that properly, it's not a matter of html, but http response... So I added x-frame-options=SAMEORIGIN to the headers that are added by IIS (in my case) to the response, and I should be hopefully fine. Bye, Petr -Original Message- From: Petr Nemecek [mailto:p...@cma

Android tablet performance recommendations

2014-03-04 Thread Ross Taylor
Hi, Can anyone recommend a reasonably priced Android tablet for running an application built using Apache Flex 4.11? Is there a set of specifications that we can check before buying a tablet to determine if it will run Adobe Air and therefore our application? We have a trial running in the field

Re: Android tablet performance recommendations

2014-03-04 Thread Alex Harui
Have you run the profiler to see if you can speed up your app? On 3/4/14 12:44 PM, "Ross Taylor" wrote: >Hi, > >Can anyone recommend a reasonably priced Android tablet for running an >application built using Apache Flex 4.11? > >Is there a set of specifications that we can check before buying a

Re: Android tablet performance recommendations

2014-03-04 Thread Justin Mclean
Hi, > Have you run the profiler to see if you can speed up your app? I believe the issue here is AIRs slower performance on x86 tablets. There's a bug raised in Adobe bug base about this: https://bugbase.adobe.com/index.cfm?event=bug&id=3651397 Thanks, Justin

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

HierarchicalCollectionView filterfunction

2014-03-04 Thread ilikeflex
Hi I am pretty sure some must have faced this issue of filtering HierarchicalCollectionView. Any code or sample will be helpful. Regards ilikeflex -- View this message in context: http://apache-flex-users.246.n4.nabble.com/HierarchicalCollectionView-filterfunction-tp5295.html Sent from

Re: Android tablet performance recommendations

2014-03-04 Thread flex
If you use scout to profile your app you can often identify the particularly troublesome spots where your application is slowing down. Once you find them you can often do some optimizations to improve performance even on less desirable hardware specifications. David -Original Message

Re: HierarchicalCollectionView filterfunction

2014-03-04 Thread Alex Harui
Did you try this? http://techrays.wordpress.com/2007/10/12/filtering-of-hierarchical-data-in- advanceddatagrid/ On 3/4/14 5:12 PM, "ilikeflex" wrote: >Hi > >I am pretty sure some must have faced this issue of filtering >HierarchicalCollectionView. > > >Any code or sample will be helpful. > > >R