Re: AMF for .NET Standard now available (.NET Core + olders runtimes)

2018-09-30 Thread Deepak MS
Will this library support https? I can recall that flourineFX was not supporting https calls. It used to work only over http. On Sun 30 Sep, 2018 5:41 pm hugo, wrote: > FluorineFx supports .NET since version 1.1 + RTMP + DataSets + other > features > and have a deep dependency on Windows Api

Re: Authenticating using URLRequest Issue

2018-06-26 Thread Deepak MS
Any particular reason you want to use URLRequest? You can easily do it using HttpService. var hs: HttpService hs.url = "your API" hs.method = "POST" hs.contentType = "application/json" hs.send(JSON.encode(loginObject)) -Deepak On Wed 27 Jun, 2018 7:29 am Tucsonjhall, wrote: > When I test

Re: HttpService header length restriction

2018-02-04 Thread Deepak MS
Thanks, Olaf. You were right, payload param was getting passed as header. On 02-Feb-2018 1:21 pm, "Olaf Krueger" wrote: > Hi, > I am not sure but could it be that you've put your payload/data in the > header instead of the body of the request? Maybe you should share some >

HttpService header length restriction

2018-02-01 Thread Deepak MS
Hi, I am using HttpService and making a post request by passing custom header, instead of query string (as IE doesn't allow longer query strings). However, flex is not at all invoking the service call in case of header length being greater than 8192 characters long. I get "Error 2145: Cumulative

Re: [Non-DoD Source] Flex 4.1A

2017-09-22 Thread Deepak MS
dk/builds/flex4/ > flex_sdk_4.1.0.16076A.zip > > -Mark > > > -----Original Message- > From: Deepak MS [mailto:megharajdee...@gmail.com] > Sent: Friday, September 22, 2017 8:01 AM > To: users@flex.apache.org > Subject: RE: [Non-DoD Source] Flex 4.1A > > I did try Apache Flex

RE: [Non-DoD Source] Flex 4.1A

2017-09-22 Thread Deepak MS
try the Flex Installer [1]. The old > Adobe Flex 4.6 should be at [2]. > > > [1] http://flex.apache.org/installer.html > [2] http://sourceforge.net/adobe/flexsdk/wiki/About/ > > > -Mark K > > -Original Message- > From: Deepak MS [mailto:megharajdee...@gmail.c

Flex 4.1A

2017-09-22 Thread Deepak MS
Hi there, There is a project running on 4.1A and due to lack of time, I can’t migrate it for time being. However, I need to make some changes in that application. But I am unable to locate it on web. Closest link I got was this: https://sourceforge.net/adobe/flexsdk/wiki/Download%20Flex%204/

Re: iOS 11 - Unable to install app

2017-09-12 Thread Deepak MS
I tried to create a simple application with just a label and I wasn't able to install that app too. Looks to me like an AIR issue on iOS11, hence I have raised it in the tracker: https://tracker.adobe.com/#/view/AIR-4198459 On Tue, Sep 12, 2017 at 2:33 PM, Deepak MS <megharajdee...@gmail.

iOS 11 - Unable to install app

2017-09-12 Thread Deepak MS
Hi all, I have an iPad app built using Flex 4.14.1 | AIR 18. I have used 5 ANEs in the app and converted all of them to 64bit. App works just fine in iOS 10, however I keep getting a message 'Unable to download\install the app' in iOS11. Application is not hosted in Apple store. It's In-house, we

NativeMaps ANE 64bit

2017-09-08 Thread Deepak MS
Hi there, Has anyone used the following ANE (Google Map)? https://github.com/Neverbirth/nativemaps-ane If yes, have you converted it to 64bit by any chance? It would be great if you can share it with me, as I need it very urgently. It's okay if you want to charge for it. Kindly let me know if

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

2017-07-28 Thread Deepak MS
If a primary color is freezed( based on apache flex logo, may be) , it would then be easy for designers to start designing I reckon. Though I am not a designer, my try here ;) : https://snag.gy/9FCDRE.jpg Cheers! Deepak On 28 Jul 2017 1:43 pm, "Olaf Krueger" wrote: >

Re: Flash & The Future of Interactive Content

2017-07-28 Thread Deepak MS
Awesome. Well said. That sure would encourage many to use FlexJS. \../ On 26 Jul 2017 2:58 am, "Harbs" wrote: > FYI: > > I am very close to releasing my port from Flash to FlexJS. > > It was a lot of work to redo much of the UI, but well over 90% of the > business logic

Re: Error in taking screenshot from ppt

2017-06-20 Thread Deepak MS
h-player/release-note/fp_23_air_ 23_release_notes.html - Josh On Tue, Jun 20, 2017 at 1:22 AM, Deepak MS <megharajdee...@gmail.com> wrote: > Hi, > I have a static dashboard application in form of swf(using Flex 4.14.1|AIR > 18). I embed the swf file in a ppt slide and distribut

Error in taking screenshot from ppt

2017-06-20 Thread Deepak MS
Hi, I have a static dashboard application in form of swf(using Flex 4.14.1|AIR 18). I embed the swf file in a ppt slide and distribute the ppt file to the clients. There is an option of taking a screenshot within the app. This is the piece of code: var

Embedding external excel file in flex app

2017-04-19 Thread Deepak MS
Hi, We have a requirement where in we need to display a flex app within ppt. Basically, swf will be embedded within ppt file. However, the data for the app is read from an excel file, which again is embedded within flex app. The excel file data gets refreshed every week. I get the data file,

Re: PDO vs mysqli Web Service Return Values

2017-04-06 Thread Deepak MS
Since you are anyway looping to typecast the values in php, can you just fetch objects using PDO(without loop), loop them in flex and type cast instead? If that will be of help. Or try using httpservice instead of webservice to call the php. That may typecast it for you. I'm not sure on it, but

Conditional stroke for bar series

2017-02-21 Thread Deepak MS
Hi there, I wanted to give conditional stroke (and retain the fill) for bar series item. I can use fillFunction to give conditional fill colors, similarly how can i give conditional stroke colors for barseries items? Sample code: http://codepen.io/anon/pen/Mpgwyw

Re: FluorineFX

2017-01-11 Thread Deepak MS
son > > who integrated it comes in. > > > > On Wednesday, January 11, 2017 5:47 AM, mark goldin < > > markzolo...@gmail.com> wrote: > > > > > > That I dont have. A company I am working for started using it before I > was > > hired. Dont know how t

Re: FluorineFX

2017-01-11 Thread Deepak MS
the person > who integrated it comes in. > > On Wednesday, January 11, 2017 5:47 AM, mark goldin < > markzolo...@gmail.com> wrote: > > > That I dont have. A company I am working for started using it before I was > hired. Dont know how they did it initially. &

Re: FluorineFX

2017-01-11 Thread Deepak MS
just two dlls. Is it all you need? > > On Wed, Jan 11, 2017 at 4:11 AM Deepak MS <megharajdee...@gmail.com> > wrote: > > > Hi there, > > I wanted to install Flourine in one of our server and surprisingly I > > couldn't find the website anymore. It's down.

FluorineFX

2017-01-11 Thread Deepak MS
Hi there, I wanted to install Flourine in one of our server and surprisingly I couldn't find the website anymore. It's down. Kindly let me know if any of you have FlourineFX v1.0.0.15 or if it's hosted anywhere on the web. I couldn't find it on web too. -Deepak

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-21 Thread Deepak MS
used 7za for both Mac and Windows. You don't need a native > extension for desktop but you can just use the NativeProcess API with the > extendedDesktop profile. > > On Thu, Oct 20, 2016 at 10:48 AM, Deepak MS <megharajdee...@gmail.com> > wrote: > > > Hi Hans, > >

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-20 Thread Deepak MS
r: parts of it) to an iOS/Android app > > Regards > > Hans > > > > > Am 20.10.2016 um 06:48 schrieb Deepak MS: > >> Hi there, >> >> I have converted an iPad app to Desktop App ( to make it work on surface >> pro, touch based desktop). iPad A

Unzip ANE for Flex\AIR Desktop App

2016-10-19 Thread Deepak MS
Hi there, I have converted an iPad app to Desktop App ( to make it work on surface pro, touch based desktop). iPad App was using an unzip ANE. But it cannot be used for desktop app. I tried searching unzip ANEs for windows, but I couldn't come across any. There are C libraries like zlib and

Re: Release Build Performance on Mobile

2016-10-19 Thread Deepak MS
I had similar problem. I was using spark DataGrid with dynamic columns ( ranging from 12 to 36). I realised that using ItemRenderers in columns was slowing the app (scrolling was very slow).When I took out itemrenderers, it seemed to work fine. All columns were number based. So what I did was,

Re: Rookie ArrayCollection Question

2016-09-29 Thread Deepak MS
var arr:Array = ObjectUtil.copy(compArrayCollection.toArray()) as Array; Comps.dataArrayCollection = new ArrayCollection(arr); On Thu, Sep 29, 2016 at 12:01 PM, Deepak MS <megharajdee...@gmail.com> wrote: > try this: > > Comps.dataArrayCollection = (ObjectUtil.copy(compArrayCol

Re: Rookie ArrayCollection Question

2016-09-29 Thread Deepak MS
try this: Comps.dataArrayCollection = (ObjectUtil.copy(compArrayCollection.toArray()) as Array); On Thu, Sep 29, 2016 at 11:41 AM, bilbosax wrote: > Thanks again for the help Justin. Have another question for you regarding > ArrayCollections. My main app loads an

Re: BarChart Y Axis Label Issue

2016-08-31 Thread Deepak MS
Sweet! That's exactly what I wanted! Thanks OK. On Wed, Aug 31, 2016 at 7:16 PM, OK wrote: > Mabye you could use the 'labelRenderer' setter of your AxisRenderer to > pass a > renderer that fits your needs. You have to implement the renderer by > yourself. It works similiar

BarChart Y Axis Label Issue

2016-08-31 Thread Deepak MS
Hi there, We have a requirement to display long text on Y axis of barchart. Something like this: http://pasteboard.co/fftvusD6W.png I tried to use labelClass for AxisRenderer (for vertical axis). It's simply an extension of spark Label with maxDisplayedLines set to 2 (to display 2 lines or may be

Re: Downloading Large Amounts of Data from Database

2016-08-28 Thread Deepak MS
I'm not sure if this is what you are looking for, but here it is: We use sqlite db for offline ipad apps. We zip the db file, place it on server and download it from there. Zip File size ranges from 300 to 400MB. We download the file in chunks and write it on the device and then unzip it using

Re: Flex Mobile App To Desktop App

2016-08-20 Thread Deepak MS
20, 2016 at 12:13 AM, Alex Harui <aha...@adobe.com> wrote: > Maybe the next step is to build a small test app with a few controls and > see if you have the same problem. If you do, then you can post the app in > a JIRA issue and we can dig deeper. > > -Alex > > On 8/

Re: Flex Mobile App To Desktop App

2016-08-19 Thread Deepak MS
;cmod...@gmail.com> wrote: > > > applicationDPI="{NaN}" > > > > On Fri, Aug 19, 2016 at 5:59 AM, Deepak MS <megharajdee...@gmail.com> > > wrote: > > > > > Yeah, I tried that. > > > > > > *protected* *functi

Re: Flex Mobile App To Desktop App

2016-08-19 Thread Deepak MS
Yup, i set the bounds to desired width and height( stage.fullScreenWidth and stage.fullScreenHeight have 1920 x 1080 which are right values). Still no change. On 19 Aug 2016 6:45 pm, "Nemi" wrote: > So, if I understand, dimension of app with NO_SCALE is good for you, and in

Re: Flex Mobile App To Desktop App

2016-08-19 Thread Deepak MS
Yeah, I tried that. *protected* *function* addedToStageHandler(event:Event):*void* { stage.align = StageAlign.TOP_LEFT; stage.scaleMode = StageScaleMode.NO_SCALE; } *protected* *function* windowedapplication1_windowCompleteHandler(event:AIREvent):*void* { nativeWindow.width =

Re: Flex Mobile App To Desktop App

2016-08-19 Thread Deepak MS
Yeah, tried that too. Still same behaviour : ( stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; *var* deviceSize:Rectangle = *new* Rectangle(0, 0, stage.fullScreenWidth, stage.fullScreenHeight); scrollRect = deviceSize; //not working stage.stageWidth =

Re: Flex Mobile App To Desktop App

2016-08-18 Thread Deepak MS
/help.adobe.com/en_US/ActionScript/3.0_ > ProgrammingAS3/WS2E9C7F3B-6A7C > -4c5d-8ADD-5B23446FBEEB.html > > HTH, > -Alex > > On 8/18/16, 10:12 PM, "Deepak MS" <megharajdee...@gmail.com> wrote: > > >Hi there, > >We have a SQLite based flex mobile

[Flex] Map Component

2016-01-12 Thread Deepak MS
Moving following conversation to this separate thread. http://apache-flex-development.247.n4.nabble.com/FlexJS-US-States-Map-example-pure-AS3-td48006.html Hi Om, I had one question. I could see the following path in the worldmap.xml file: United States Minor Outlying

Re: Design view for Flash Builder 4.7

2015-11-19 Thread Deepak MS
You may give these a try: http://www.radii8.com/demo/ https://github.com/igorcosta/ApacheFlexUIBuilder On Thu, Nov 19, 2015 at 4:37 PM, piotrz wrote: > Hi Eduardo, > > There were some discussion [1] about that. > > [1] > >

Re: ColumnSeries width issue

2015-11-11 Thread Deepak MS
It seems like the fix should > be relatively easy. Why don’t you try and see if you can fix it? > > Harbs > > On Nov 11, 2015, at 7:57 AM, Deepak MS <megharajdee...@gmail.com> wrote: > > > Hi there, > > I have a columnchart with columseries and a list which d

ColumnSeries width issue

2015-11-10 Thread Deepak MS
Hi there, I have a columnchart with columseries and a list which displays type of chart to be shown(stacked or clustered (side by side)). By default, the type will be stacked and column widths are shown properly like this: http://pasteboard.co/237eS7kY.png Next when I change the type to

Re: FlexJS: How to build ASDoc for FlexJS

2015-11-03 Thread Deepak MS
Hi Prashant, Were you able to set up FlexJS in Flash Builder 4.6? If yes, can you kindly share the steps you followed to make it work? I had tried to set it up, but I was not able to create any project. FB used to hang. I had tried this a while ago:

Re: Full Screen Mode

2015-10-09 Thread Deepak MS
Hi Prashant, I tried that. It didn't work. Event got dispatched but screen did not toggle. However, changing the display state of the stage worked well. Thanks. On Thu, Oct 8, 2015 at 1:52 PM, pkumar.flex wrote: > You can dispatch F11 event as below: > >

Re: SVG/SWF to FXG Converter

2015-10-08 Thread Deepak MS
Came across another online tool to create fxgs: http://chris.firlingcanada.com/flexdevtips/flex4.5/pathbuilder/FlexPathBuilder.html?v=1.2 On Thu, Oct 8, 2015 at 11:54 PM, Sascha Ahrend wrote: > Hi, you can find the latest version here: > >

Full Screen Mode

2015-10-07 Thread Deepak MS
Hi there, Right now when I hit F11 on the keyboard on any browser, the web application goes into full screen mode. I am trying to give a button for users which makes them go to full screen. I just want to dispatch this in-built F11 event when I click on some button in the application. Any ideas

Re: Full Screen Mode

2015-10-07 Thread Deepak MS
I had tried that before but always ended up with security error saying 'Full screen with interactive mode not allowed'. But after adding the params in html file, it worked well. Thanks Olaf. On Wed, Oct 7, 2015 at 5:01 PM, OK wrote: > Take a look at this: >

Chart AxisRenderer's labelRotation not working

2015-09-30 Thread Deepak MS
Hello, I'm using Cartesian chart and adding columseries or lineseries dynamically based on data to it. In flex 3.6, x axis labels were rendered(rotated) according to space available and size of the label like this: http://pasteboard.co/11CRmior.png http://pasteboard.co/11CU4Uej.png But in flex

Re: Chart AxisRenderer's labelRotation not working

2015-09-30 Thread Deepak MS
On Wed, Sep 30, 2015 at 9:31 PM, Alex Harui <aha...@adobe.com> wrote: > Did you apply the workaround to use MX Label or TextFields in the chart? > > -Alex > > On 9/30/15, 5:03 AM, "Deepak MS" <megharajdee...@gmail.com> wrote: > >

Number increment animation

2015-09-01 Thread Deepak MS
Hello, I'm trying to change a number lets say from $12,341,345 to $35,325,561 incrementally, lasting for a duration of may be 2 seconds. Something like this: http://codepen.io/niklas-r/pen/HsjEv I tried using a timer. But not quite getting a fast 'scrolling' of numbers with it. Any ideas how can

Re: Spark components with Material Design

2015-08-28 Thread Deepak MS
I have one question. Why is do we need separate flat material components like Button, CheckBox etc? Can't we merge all the visual aspects(colors\fonts\effects) within the skin class of each of those components? On Thu, Aug 27, 2015 at 10:06 PM, Rui Cruz info.ruic...@gmail.com wrote: You're

Re: Spark components with Material Design

2015-08-28 Thread Deepak MS
Hi Rui, Happened to look into Button Component and the ButtonSkin within flat material package. Main concept within button component was to capture mouseX and mouseY points on mouseDown and use them to ripple and then destroy the ripple on mouseUp of the Button component. Nothing major wrt

Re: Blaze DS 4.7.1

2015-08-26 Thread Deepak MS
Is there any purpose of passing NaN ? You may instead try to pass a specific number say 0 or -1 in case of NaN.

Re: Spark components with Material Design

2015-08-26 Thread Deepak MS
Hi Rui, Out of curiosity, I tried it out on iPad. It works great! No lags of any kind(only thing got missed was the font. It picked up system font instead of embedded one(not a big concern though)). It worked just fine as it did for web. Looks excellent and the ripple effect is awesome! Just goes

Re: FXG to any other format

2015-08-05 Thread Deepak MS
Hi Om, I happened to download it, but couldn't find the serial key anywhere in that website. When you mentioned 'And Illustrator CS5 is available as a free download these days.', did you mean a trial version? On Wed, Jul 29, 2015 at 1:58 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On

Re: FXG to any other format

2015-08-05 Thread Deepak MS
Ah I see. Well, no worries : ) On Thu, Aug 6, 2015 at 10:24 AM, OmPrakash Muppirala bigosma...@gmail.com wrote: I might have been mistaken about the free part. I seem to have a serial number for CS5 which i probably used when i installed it. Thanks, Om

Re: How to unsubscribe?

2015-07-29 Thread Deepak MS
Hello, You need to send an email to users-unsubscr...@flex.apache.org http://flex.apache.org/community-mailinglists.html On Wed, Jul 29, 2015 at 2:51 PM, caowei cao...@jyd.com.cn wrote: Can anybody tell me how to unsubscribe to this maillist?

Re: Installer errors and nightly builds

2015-07-24 Thread Deepak MS
Hello, I was trying to install latest version from installer. Flex sdk got installed. But it throws error while installing AIR SDK (18): This is the log I got: Installer version 3.2.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK

Re: Show two rows diferences in Adv Datagrid

2015-07-24 Thread Deepak MS
You may try grouping collection with grouping field as key_id http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7bec.html On 22 Jul 2015 17:49, jfb j.ballada...@verizon.net wrote: Hi All, Here is a sample of my data: Key_ID FieldA FieldB FieldC FY_01 FY_02

Re: Installer errors and nightly builds

2015-07-24 Thread Deepak MS
Windows 7, 64 bit. On 24 Jul 2015 17:57, Tom Chiverton t...@extravision.com wrote: What version of Windows ? Tom On 24/07/15 07:28, Deepak MS wrote: Hello, I was trying to install latest version from installer. Flex sdk got installed. But it throws error while installing AIR SDK (18

Re: Embedded font for Charts

2015-07-21 Thread Deepak MS
I have updated the test case and uploaded latest fxp project in jira: https://issues.apache.org/jira/i#browse/FLEX-34909 On Tue, Jul 21, 2015 at 6:27 PM, Alex Harui aha...@adobe.com wrote: Does the test case in the JIRA issue have the same problem? On 7/21/15, 4:20 AM, Deepak MS

Re: Embedded font for Charts

2015-07-21 Thread Deepak MS
On Sat, Jul 18, 2015 at 1:21 PM, Deepak MS megharajdee...@gmail.com wrote: That worked great. Thanks Alex. I have filed it here: https://issues.apache.org/jira/browse/FLEX-34909 On Fri, Jul 17, 2015 at 10:37 PM, Alex Harui aha...@adobe.com wrote: Hmm. I would say there is a bug in Charts when

Re: Embedded font for Charts

2015-07-18 Thread Deepak MS
That worked great. Thanks Alex. I have filed it here: https://issues.apache.org/jira/browse/FLEX-34909 On Fri, Jul 17, 2015 at 10:37 PM, Alex Harui aha...@adobe.com wrote: Hmm. I would say there is a bug in Charts when working with embedded fonts. Please file a bug with your test case at

Re: Embedded font for Charts

2015-07-16 Thread Deepak MS
Yeah, tried that too. But in that case, it shows me some other system font and not the one which I intend to. On Fri, Jul 17, 2015 at 10:51 AM, Alex Harui aha...@adobe.com wrote: Did you try: embedAsCFF: false; -Alex On 7/16/15, 10:14 PM, Deepak MS megharajdee...@gmail.com wrote: Hello

Embedded font for Charts

2015-07-16 Thread Deepak MS
Hello, I'm try to use my own font for the charts. But if I do so, all labels for X and Y axes shows up as blank. This is what I am trying: @font-face { src: url(assets/fonts/CALIBRIL.TTF); fontFamily: myFont; fontStyle: normal; fontWeight: normal; embedAsCFF: true;

Re: Embedded font for Charts

2015-07-16 Thread Deepak MS
: false; I don’t remember if you can embed variants like ‘light’ fonts and get them to work. -Alex On 7/16/15, 10:25 PM, Deepak MS megharajdee...@gmail.com wrote: Yeah, tried that too. But in that case, it shows me some other system font and not the one which I intend to. On Fri, Jul 17

Re: [ANNOUNCE] Apache Flex SDK Installer 3.2

2015-06-29 Thread Deepak MS
Tried to update to new installer, but getting this message(I already have 3.1 installed on my machine): The application cannot be installed due to a certificate problem. The certificate does not match the installed application certificate, does not support application upgrades, or is invalid.

Re: runtimeDPIProvider in mx:Application?

2015-06-16 Thread Deepak MS
Just happened to download FP 18 and looks like this issue has been handled in that. On Sun, Mar 8, 2015 at 9:38 PM, Deepak MS megharajdee...@gmail.com wrote: https://bugbase.adobe.com/index.cfm?event=bugid=3949775 On Sat, Mar 7, 2015 at 10:48 AM, Deepak MS megharajdee...@gmail.com wrote

Re: Produce output as PPT (Power Point)

2015-06-10 Thread Deepak MS
If you are using a middle layer like .net, you can pass url parameters and call an aspx url from flex which can do ppt exporting for you. On 9 Jun 2015 13:16, Patil, Virat virat.pa...@capgemini.com wrote: Hello Can we produce output as PPT(Power Point) ? Something similar we have like

Mobile app(iOS) packaging error

2015-05-20 Thread Deepak MS
Hello, I'm not sure how and why, but all of a sudden I have started getting packing error in FB 4.6. It used to work fine before. This is what I get: Error occurred while packaging the application: null java.lang.NullPointerException Screenshot: http://pasteboard.co/BqWFBzj.png No details at

Re: Mobile app(iOS) packaging error

2015-05-20 Thread Deepak MS
Tarabay rtara...@codefish.com wrote: What version of flex SDK are you using, air and flash player ? What version of IOS do you have and iTunes ? Are you using ane's ? On Wed, May 20, 2015 at 3:53 PM, Deepak MS megharajdee...@gmail.com wrote: Hello, I'm not sure how and why, but all

Re: Mobile app(iOS) packaging error

2015-05-20 Thread Deepak MS
, 1:33 PM, Deepak MS megharajdee...@gmail.com wrote: Hi Rami, I tried with flex 4.13/4.14 air 14/15 fp 16/17. All those combinations. Since i started getting this error in my project which has anes, i tried it on a new simple project with just a label and i could see that error in new

Re: Mobile app(iOS) packaging error

2015-05-20 Thread Deepak MS
. Peter Ent Adobe Systems On 5/20/15, 1:33 PM, Deepak MS megharajdee...@gmail.com wrote: Hi Rami, I tried with flex 4.13/4.14 air 14/15 fp 16/17. All those combinations. Since i started getting this error in my project which has anes, i tried it on a new simple project with just

Re: Share data between two applications

2015-05-15 Thread Deepak MS
You can try LocalConnections: https://wikidocs.adobe.com/wiki/display/Flex/Local+Connections On Fri, May 15, 2015 at 3:56 PM, mark goldin markzolo...@gmail.com wrote: I have one application running and a user can launch another into a new browser window. If I want to share data with new

Re: Download of 0.0.2 (with Jburg)

2015-05-08 Thread Deepak MS
I tried both the options (Flex JS 0.0.2 and Flex JS Nightly (0.0.3)). Getting these errors while downloading: Flex JS 0.0.2:- Screenshot: http://pasteboard.co/iOLwCea.png Log: Version 3.1.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 16.0 Flash

Re: Filtering ArrayCollection using RegExp

2015-05-07 Thread Deepak MS
Hi Kessler, I didn't knew about that class! It's great. Typically, I wanted 'contains' , 'starts with' and 'ends with'. All of it is there. I was using flex 3 in my project. So, i'll just replicate this class in my project. Thanks again, that was helpful. Cheers! On Thu, May 7, 2015 at 4:44 PM,

Re: Filtering ArrayCollection using RegExp

2015-05-07 Thread Deepak MS
, searchText+.*) That doesn’t look right. I would think it would be: new RegExp(searchText+”.*”, “”) I think you can also try: new RegExp(“^”+searchText+”.*”, “”) I think there may be some internet sites where you can practice regex. -Alex On 5/6/15, 8:50 PM, Deepak MS megharajdee

Filtering ArrayCollection using RegExp

2015-05-06 Thread Deepak MS
Hi there, I'm trying to filter an AC using RegExp. The requirement is wild character search. i.e, if I enter 'A*' (asterisk), then I need to display all items that start with 'A'. I haven't used RegExps much before. I feel I'm missing something here. Coudn't get much on net either. Can you kindly

Re: Filtering ArrayCollection using RegExp

2015-05-06 Thread Deepak MS
: IIRC, all words starting with A is ‘A.*’ On 5/6/15, 6:30 AM, Deepak MS megharajdee...@gmail.com wrote: Hi there, I'm trying to filter an AC using RegExp. The requirement is wild character search. i.e, if I enter 'A*' (asterisk), then I need to display all items that start with 'A'. I haven't

Re: Flex list like tinder layout

2015-04-27 Thread Deepak MS
http://flex.apache.org/community-mailinglists.html You may send an email to users-unsubscr...@flex.apache.org On Mon, Apr 27, 2015 at 4:28 PM, Aurelian Tudorache aurelia...@gmail.com wrote: How do I unsubscribe from all these unwanted emails?

Re: Sorting ArrayCollection after filtering

2015-04-02 Thread Deepak MS
You can filter the AC first and then sort it using Sort and SortField: http://blog.flexexamples.com/2007/08/05/sorting-an-arraycollection-using-the-sortfield-and-sort-classes/ On 2 Apr 2015 21:10, mark goldin markzolo...@gmail.com wrote: I need to order an ArrayCollection after it gets filtered.

Re: HTTP Basic Authentication for URLRequest

2015-04-01 Thread Deepak MS
After all the experiments, this is what I have got. Om, as3httpclient isn't giving me a progress event(I need progress event to write the downloading file data in chunks). I thought onData event would give me progress, but it isn't. Is there any other event I can try? Kevin, Your solution worked

Re: HTTP Basic Authentication for URLRequest

2015-03-27 Thread Deepak MS
From: Tom Chiverton Sent: ‎Tuesday‎, ‎March‎ ‎24‎, ‎2015 ‎2‎:‎24‎ ‎AM To: users@flex.apache.org Do you have a network packet log ? Tom On 24/03/15 04:25, Deepak MS wrote: Any help on this please? I still haven't found any solution

Re: HTTP Basic Authentication for URLRequest

2015-03-26 Thread Deepak MS
, ‎March‎ ‎24‎, ‎2015 ‎2‎:‎24‎ ‎AM To: users@flex.apache.org Do you have a network packet log ? Tom On 24/03/15 04:25, Deepak MS wrote: Any help on this please? I still haven't found any solution for this. I keep getting username\password prompt

Re: HTTP Basic Authentication for URLRequest

2015-03-25 Thread Deepak MS
Sent from Windows Mail From: Tom Chiverton Sent: ‎Tuesday‎, ‎March‎ ‎24‎, ‎2015 ‎2‎:‎24‎ ‎AM To: users@flex.apache.org Do you have a network packet log ? Tom On 24/03/15 04:25, Deepak MS wrote: Any help on this please? I still haven't found any solution for this. I keep

Re: HTTP Basic Authentication for URLRequest

2015-03-23 Thread Deepak MS
Any help on this please? I still haven't found any solution for this. I keep getting username\password prompt on the simulator. ;( On Mon, Mar 16, 2015 at 7:30 PM, Deepak MS megharajdee...@gmail.com wrote: Hello, I'm trying to download a file from the server which requires basic

Re: Extend / Reset FlashBuilder Trial Period

2015-03-23 Thread Deepak MS
Try changing your computer's\laptop's date and time couple of months or even a year back. This used to work for some of the trial software in my college days ;) not sure if this trick still works. Give it a try and see how it goes. On Mon, Mar 23, 2015 at 9:56 PM, DarrenEvans

HTTP Basic Authentication for URLRequest

2015-03-16 Thread Deepak MS
Hello, I'm trying to download a file from the server which requires basic authentication(need to enter user name and password to access). I came across these links: http://stackoverflow.com/questions/509219/flex-3-how-to-support-http-authentication-urlrequest

Re: Flex Mobile / Air app - restarting when long time inactive

2015-03-16 Thread Deepak MS
Hi Chris, Have you tried this: NativeApplication.nativeApplication.executeInBackground = true; May be in your main application's initialize event? On Mon, Mar 16, 2015 at 7:20 PM, chris_d_k c...@christiankiefer.de wrote: I only found: keyUIApplicationExitsOnSuspend/key true/ to stop the

Re: runtimeDPIProvider in mx:Application?

2015-03-08 Thread Deepak MS
https://bugbase.adobe.com/index.cfm?event=bugid=3949775 On Sat, Mar 7, 2015 at 10:48 AM, Deepak MS megharajdee...@gmail.com wrote: Thanks Alex. Yes, Ill file it. And hope something shall be done about it. Just like retina display ipads, am sure many users would lean towards retina display

Re: Puffin Browser

2015-03-06 Thread Deepak MS
://forums.adobe.com/message/4675670. Note: 25,000,000 page views. Even better, Dolphin Browser now comes with Flash player pre-installed. Thanks, Om On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS megharajdee...@gmail.com wrote: This is awesome! I had used older version about 2 years

Re: runtimeDPIProvider in mx:Application?

2015-03-06 Thread Deepak MS
. They could have changed something else recently that I’m unaware of. -Alex On 3/3/15, 11:55 PM, Deepak MS megharajdee...@gmail.com wrote: Yes. It's just a recommended screen resolution which user can change under system's display(shown in image in the link below): http://pbrd.co/1M66RiC

Re: Puffin Browser

2015-03-05 Thread Deepak MS
This is awesome! I had used older version about 2 years back. But it lacked capability of typing the text in text inputs. But this new version has great features. It gives us a keypad option and also a mouse track which works like a laptop's mouse area! Loved it. Thanks for sharing that news!

Flex AIR iPad App security concerns

2015-03-04 Thread Deepak MS
Hello, We have developed some apps specifically for iPads and there have been rigorous testing from security team using some hacking tools. What these tools do is they display all the code variables and their values from the ipa file that we provide to them. Due to this, our app db

Re: Flex AIR iPad App security concerns

2015-03-04 Thread Deepak MS
out this technique: http://www.ghostwire.com/blog/archives/as3-hiding-assets- and-code-by-embedding-swf-within-another-swf/ EdB On Wed, Mar 4, 2015 at 9:17 AM, Deepak MS megharajdee...@gmail.com wrote: Hello, We have developed some apps specifically for iPads and there have been

Re: Flex AIR iPad App security concerns

2015-03-04 Thread Deepak MS
, XML or whatever data structure. That way there's no need to hardcode any passwords. Cheers, Tomislav On 4.3.2015. 11:40, Deepak MS wrote: Hi Tom, Ok. This is how it's all setup: Firstly db file gets downloaded on the device which is a password protected zip file. I'm using ANEZipFile

Re: Use styles for another applicationDPI possible?

2015-03-04 Thread Deepak MS
These may help you: http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c682e5a9412cf5976c17-8000.html#WS19f279b149e7481c217eb0ed12cf4f2cdf1-8000 http://flex.apache.org/asdoc/mx/core/RuntimeDPIProvider.html On Wed, Mar 4, 2015 at 7:27 PM, chris_d_k c...@christiankiefer.de wrote: Hi I

Re: Flex AIR iPad App security concerns

2015-03-04 Thread Deepak MS
Hi Erik, I tried that. But it gives me a blank screen. I'm using native extensions. Will that be an issue here? I tried wrapping it both in the main shell and also in the child application. On Wed, Mar 4, 2015 at 3:19 PM, Erik de Bruin e...@ixsoftware.nl wrote: You may want to check out this

Re: runtimeDPIProvider in mx:Application?

2015-03-03 Thread Deepak MS
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/core/RuntimeDPIProvider.html I have tried this on Flex 4 application(4.13, FP15, AIR15) and I'm afraid it isn't working as expected. I tried to create a runtime class and DPI value was overridden. But still there is no change.

Re: runtimeDPIProvider in mx:Application?

2015-03-03 Thread Deepak MS
Hmmm okay. I'll give it a try and let you know. Just hope it works. On 3 Mar 2015 21:21, Alex Harui aha...@adobe.com wrote: Try the latest AIR SDK? On 3/3/15, 5:28 AM, Deepak MS megharajdee...@gmail.com wrote: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/core

Re: runtimeDPIProvider in mx:Application?

2015-03-03 Thread Deepak MS
== 1024) { return DPIClassification.DPI_160; } return super.runtimeDPI;*/ return DPIClassification.DPI_240; } } } On Tue, Mar 3, 2015 at 10:30 PM, Deepak MS megharajdee...@gmail.com wrote: Hmmm okay. I'll give it a try and let

Re: runtimeDPIProvider in mx:Application?

2015-03-03 Thread Deepak MS
is the DPI value. On Wed, Mar 4, 2015 at 12:54 PM, Alex Harui aha...@adobe.com wrote: Is the laptop screen actually 1920 x 1080? On 3/3/15, 10:51 PM, Deepak MS megharajdee...@gmail.com wrote: Hi Alex, No luck ;( I updated to Flex4.14 FP 16 AIR 16. Sample code that I have been trying

  1   2   >