Re: [FlexJS] FlexJS talk at HTML5 Dev Conf

2014-10-26 Thread pkumar.flex
Hi, i have checked the slides, these are impressive. I am a regular follower of FlexJS update and also checked most of the demos. But recently i saw one update as FlexJS0.0.2(woth JBurg). could you please provide more details on it? -- View this message in context: http://apache-flex-users.23

Re: Apache Flex 13.0 AIR 15.0

2014-10-28 Thread pkumar.flex
I have used successfully Flex13 with AIR14. I will very this at my end and let you. On Tue, Oct 28, 2014 at 2:10 PM, jeffbonasso [via Apache Flex Users] < ml-node+s246n8518...@n4.nabble.com> wrote: > I used the Flex Installer and have Flex 13.0 with AIR 15.0 overlaid. I > have an existing app

Re: Hierarchy Tree

2014-10-29 Thread pkumar.flex
if you want to display xml attribute on Tree node then use labelFiled = @ On Tue, Oct 28, 2014 at 11:42 PM, mark goldin [via Apache Flex Users] < ml-node+s246n8535...@n4.nabble.com> wrote: > I need to show data in the Tree control. The xml comes down transformed > into a hierarchical structur

Re: adding a line to CartesianDataCanvas

2014-11-03 Thread pkumar.flex
Create a custom component extending UIComponent and override the updateDisplayList method and use your code inside that method. On Mon, Nov 3, 2014 at 11:08 PM, mark goldin [via Apache Flex Users] < ml-node+s246n8571...@n4.nabble.com> wrote: > Is it possible? I need to draw a line on the bac

Re: Spark Video Player on IOS

2014-11-07 Thread pkumar.flex
check for OSMF library On Fri, Nov 7, 2014 at 2:19 AM, Jonas [via Apache Flex Users] < ml-node+s246n8614...@n4.nabble.com> wrote: > Hello, > > I'm currently testing the Spark VideoPlayer on iPad and I'm only able to > play flv. > > Is this normal? > Where can find information about it? > > Th

Re: Singleton question

2014-11-13 Thread pkumar.flex
sorry for incomplete reply. below is exact code. private static var _instance:ModelLocator; public static function getInstance():ModelLocator { if(! _instance) return new ModelLocator(); else return _instance; } On Fri, Nov 14, 2014 at 10:57 AM, Prashant Kumar wrote: > do not create model lo

Re: Singleton question

2014-11-13 Thread pkumar.flex
do not create model locator object after class declaration. Use below getInstance() to create model locator object. like this: private static var _instance:ModelLocator; public static function getInstance():ModelLocator { if(! _instance) } On Fri, Nov 14, 2014 at 12:58 AM, mark goldin [via Ap

Re: What is the best way to show html-formatted text in a flex mobile app?

2014-12-01 Thread pkumar.flex
Check for textflow On Dec 1, 2014 8:11 PM, "chris_d_k [via Apache Flex Users]" < ml-node+s246n8917...@n4.nabble.com> wrote: > I just want to display a text with some bold or colored words in an > itemRenderer. What is the best way (performance, ...) to achive this? > > Best regards > > Christi

Re: No access to MX:SWFLoader "content" after dynamic loading a SWF file

2014-12-01 Thread pkumar.flex
please check that your loading swf should be created with Action Script3. If the loading swf have different version then you will get null loader content. On Tue, Dec 2, 2014 at 5:07 AM, Jerry Hamby [via Apache Flex Users] < ml-node+s246n8928...@n4.nabble.com> wrote: > I have in my Flex app

Re: Datagrid functions with objects with objects

2014-12-09 Thread pkumar.flex
Hi, do not use "dataField" with "labelFunction". "labelFunction" should work perfectly in your case. If this is not working use "itemRenderer". On Tue, Dec 9, 2014 at 6:17 AM, CodeGirl [via Apache Flex Users] < ml-node+s246n9022...@n4.nabble.com> wrote: > I have a datagrid with a datagrid

Re: How to avoid sorting on click of headerrenderer?

2014-12-10 Thread pkumar.flex
Do not use stop propagation in headerrenderer. Stop in parent or custom component. On Dec 10, 2014 3:02 PM, "Deepak MS [via Apache Flex Users]" < ml-node+s246n9055...@n4.nabble.com> wrote: > Hey guys, > I have a Datagrid with first column being a custom itemrenderer with a > check box, a box(t

Re: BlazeDS Point-To-Point messages

2014-12-30 Thread pkumar.flex
you can check "OpenFilre" XMPP messaging server. use rtmp based messaging. On Tue, Dec 30, 2014 at 10:47 PM, chris_d_k [via Apache Flex Users] < ml-node+s246n9305...@n4.nabble.com> wrote: > With BlazeDS on the server, we want to create a game in which clients can > play against each other,

Re: Databinding with SparkGrid and locked headers/columns seems broken

2015-01-09 Thread pkumar.flex
did you use [Bindable] in your dataprovider class defination? if now please use it. otherwise ObjectProxy class. On Fri, Jan 9, 2015 at 7:35 AM, DavidM [via Apache Flex Users] < ml-node+s246n936...@n4.nabble.com> wrote: > Seeing very strange behavior with Spark Datagrid when adding / removing

Re: Contract work adverts

2015-01-23 Thread pkumar.flex
i have experience in flex project automation testing wit selenium. On Fri, Jan 23, 2015 at 4:23 PM, Prashant Kumar wrote: > Hi, > > Please mail your work requirement at - prashaku...@gmail.com . > > On Fri, Jan 23, 2015 at 3:45 PM, chrismatheson [via Apache Flex Users] < > ml-node+s246n9460

Re: Contract work adverts

2015-01-23 Thread pkumar.flex
Hi, Please mail your work requirement at - prashaku...@gmail.com . On Fri, Jan 23, 2015 at 3:45 PM, chrismatheson [via Apache Flex Users] < ml-node+s246n9460...@n4.nabble.com> wrote: > Hi, > > Im not sure on the etiquette for the list, but we have some flex work that > were looking for supp

Re: Flex SDK Download

2015-02-06 Thread pkumar.flex
directly download the binary version. On Fri, Feb 6, 2015 at 3:33 PM, rshibley [via Apache Flex Users] < ml-node+s246n9544...@n4.nabble.com> wrote: > Flex SDK Download keeps failing. Tried from home and Office. > > > Version 3.1.0 (windows) > Using Locale: en_US > Fetched the SDK download mir

Re: [JOB] Experienced Flex Developer

2015-04-17 Thread pkumar.flex
Hi, I am interested in remote work. below is one application link that i have developed in Flex -AIR. http://www.guitarpracticedperfectly.com/index.php/guitar-tutor-lesson-software On Sat, Apr 11, 2015 at 6:11 PM, Subscriptions [via Apache Flex Users] < ml-node+s246n10053...@n4.nabble.com

Re: Help with modules

2015-04-23 Thread pkumar.flex
use SWFLoader for loading external application. On Fri, Apr 24, 2015 at 3:29 AM, jfb [via Apache Flex Users] < ml-node+s246n10161...@n4.nabble.com> wrote: > Hi All, > Trying to organize an app in flex 3 before migrate to the new SDK. I have > an issue: > I have a module as: > > private functi

Re: Problem with checkbox in mx DataGrid

2015-04-29 Thread pkumar.flex
Make your value object class as bindable. On Apr 29, 2015 8:54 PM, "mark goldin [via Apache Flex Users]" < ml-node+s246n1022...@n4.nabble.com> wrote: > Here is my datagrid definition: > > http://ns.adobe.com/mxml/2009"; > xmlns:mx="library://ns.adobe.com/flex/mx"> > > > > > > > > pad

Re: Odd behavior in ArrayCollection

2015-06-08 Thread pkumar.flex
Why are you refreshing arraycollection after this a['prop2'] = 'third' . Ideally if collection refresh should only used with sorting, filtering & with view cursor. remove arr.refresh() and make your class bindable and check again. On Mon, Jun 8, 2015 at 11:35 AM, DavidM [via Apache Flex Users] <

Re: Adding JS graph to Flex project

2015-06-09 Thread pkumar.flex
Check for Flex Charts library, this contains almost all types of chart. You can also customized these as per your requirements. On Tue, Jun 9, 2015 at 11:34 PM, olegkon [via Apache Flex Users] < ml-node+s246n10537...@n4.nabble.com> wrote: > -- Forwarded message -- > From: "Ole

Re: Browser timeout in long process

2015-06-17 Thread pkumar.flex
check the "requestTimeout" property for remote object. On Wed, Jun 17, 2015 at 6:42 PM, jfb [via Apache Flex Users] < ml-node+s246n1060...@n4.nabble.com> wrote: > Hi All, > Here is the code for remote Object call using ColdFusion: > > source="{cfcPath}" showBusyCursor="true" concurr

Re: AdvancedDataGridColumn

2015-06-19 Thread pkumar.flex
what do you want to achieve? On Fri, Jun 19, 2015 at 6:33 PM, mark goldin [via Apache Flex Users] < ml-node+s246n10627...@n4.nabble.com> wrote: > How can I access an owner (which is datagrid) property > from AdvancedDataGridColumn? > > Thanks > > > -- > If you rep

Re: Events with itemRenders

2015-06-28 Thread pkumar.flex
Use *popup.addEventListener("OKTODELETE"**, deleteThisRecords). *your issue will be resolved. On Sun, Jun 28, 2015 at 10:49 PM, Scott Matheson [via Apache Flex Users] < ml-node+s246n10675...@n4.nabble.com> wrote: > > Hi > >I have a grid with an itemRender, I want to centre the popup in

Re: how to run Flex app programmatically?

2015-07-02 Thread pkumar.flex
Yes you can achieve this. Check for selenium flex api. You can directly lauch flex appp from java On 02-Jul-2015 7:03 pm, "modjklist [via Apache Flex Users]" < ml-node+s246n1069...@n4.nabble.com> wrote: > Regarding Flex for desktop web app, I'd like to make an application that > can be launche

Re: methods for web app to read text file on client's computer?

2015-07-04 Thread pkumar.flex
check for URLLoader & FileReference for file reading from client computer. CSV parsing code , you can search on google. On Sat, Jul 4, 2015 at 3:26 AM, modjklist [via Apache Flex Users] < ml-node+s246n1070...@n4.nabble.com> wrote: > Looking for recommendations to read a text file in Flex web

Re: Can't get Flex binding to work without warnings

2015-07-14 Thread pkumar.flex
Use proper type casting of repeater current item as (deRep.currentItem as XML) On Wed, Jul 15, 2015 at 12:43 AM, kamcknig [via Apache Flex Users] < ml-node+s246n10754...@n4.nabble.com> wrote: > I'm trying to get some databinding working and it keeps throwing warnings. > > I have the following

Re: flash support and future

2015-07-16 Thread pkumar.flex
It is very serious concern. On Thu, Jul 16, 2015 at 11:54 AM, Bilog, Francisco L. [via Apache Flex Users] wrote: > Guys what's apache take on this > > > https://www.yahoo.com/tech/what-is-adobe-flash-and-how-can-you-get-rid-of-124087958879.html > > > > -- > This email was Virus checked by UTM 9.

Re: Embedded font for Charts

2015-07-16 Thread pkumar.flex
Please check your embedded font has support for - Bold , Italic , BoldItalic type of styles If your font does not support same style as label required then it will show blank. On Fri, Jul 17, 2015 at 10:45 AM, megharajdeepak [via Apache Flex Users] < ml-node+s246n10793...@n4.nabble.com> wrote:

Re: Flex - Getting values from custom item renderers in DataGridColumns

2015-07-21 Thread pkumar.flex
best way to get values is , just extends the DataGrid and use on submit loop through over all item of dataprovider and access the each column itemrendere using listItems property. As below for(var i:int ; i < dataprovider length ; i++) { var itemRender:Object = listItems[i][CoulmIndex] as Cus

Re: Using multiple locale resources

2015-08-13 Thread pkumar.flex
yes you can keep same name in different locales folder. On Fri, Aug 14, 2015 at 12:21 AM, mark goldin [via Apache Flex Users] < ml-node+s246n10924...@n4.nabble.com> wrote: > Can I have multiple resource modules available at the runtime? Maybe that > be changed but I do have them with the same

Re: Problem with Chinese characters

2015-08-13 Thread pkumar.flex
for supporting chinese, you need full set of chinese font. On Fri, Aug 14, 2015 at 12:31 AM, mark goldin [via Apache Flex Users] < ml-node+s246n10925...@n4.nabble.com> wrote: > Practically non of Chinese translation is shown on the screen. The only > place where Chinese is shown is a context

Re: Change default font for the whole application

2015-08-13 Thread pkumar.flex
yes you can change font of whole application. Just define a global application style as below: mx|Application { //Keep your styles here as font , color etc } On Fri, Aug 14, 2015 at 2:20 AM, mark goldin [via Apache Flex Users] < ml-node+s246n10927...@n4.nabble.com> wrote: > Is there a way

Re: Spark/MX

2015-08-13 Thread pkumar.flex
It is better & recommended to use spark libraries & component in Flex4 or if you are developing app in Flex4 you should use spark component only. This will improve the application response time. On Fri, Aug 14, 2015 at 2:07 AM, Trevor Holman-3 [via Apache Flex Users] < ml-node+s246n10926...@n

Re: Externalnterface

2015-08-27 Thread pkumar.flex
yes you can call a function from JavaScript to Flex. using ExternalInterface.addCallback("JAVAScript Func", FlexFunction); you only need to add this line on creationcomplate of any component. On Thu, Aug 27, 2015 at 11:30 PM, mark goldin [via Apache Flex Users] < ml-node+s246n11070...@n4.nabb

Re: SDK Installer

2015-09-01 Thread pkumar.flex
Just download latest sdk binary installer and use ant tool for compiling. On 01-Sep-2015 9:17 pm, "Maximich [via Apache Flex Users]" < ml-node+s246n11109...@n4.nabble.com> wrote: > Hi. > > I have several problems with the installation of SDK. > > 1. I can not download the SDK Installer from >

Re: get url or domain of requesting Flex app from a remote object

2015-09-02 Thread pkumar.flex
You can use blow code to get application URL: *Flex4 Application:* FlexGlobals.topLevelApplication.url URLUtil.getServerName(URL); OR URLUtil.getServerNameWithPort(URl) *If Flex3 Application then use: This will work in Flex4 also* var applicationURl:String = ExternalInterface.call("window.lo

Re: Pb with flash. on SDK 3.6.A

2015-09-04 Thread pkumar.flex
Check your Flash Player settings under Project compiler properties. On Fri, Sep 4, 2015 at 3:41 PM, cjacquel [via Apache Flex Users] < ml-node+s246n11144...@n4.nabble.com> wrote: > Hello, > > I use Flex SDK 3.6.A and Flex Builder 4.6, But I have a warning on these > functions : > > i

Re: Running flex modules from html shell

2015-09-11 Thread pkumar.flex
You can use ExternalInterface.addCallback(). This function basically use for calling Flex function from javascript. you only need to call a javascript function and then java script will call Flex function to load module. On Fri, Sep 11, 2015 at 2:06 PM, mark goldin [via Apache Flex Users] < ml-nod

Re: Color an Image

2015-09-22 Thread pkumar.flex
Use bitmapData & Matrix class for any type of image editing related work. These are lower level api so you have to do struggle. On 22-Sep-2015 9:37 pm, "flexcf [via Apache Flex Users]" < ml-node+s246n11211...@n4.nabble.com> wrote: > What is the best API calls to use to say change the color of

Re: Securing BlazeDS endpoint

2015-09-27 Thread pkumar.flex
You can check for "crossdomain" file or FlexContext class under BlazeDs. These can help you to authenticate user. On Mon, Sep 28, 2015 at 5:49 AM, Justin Magnan [via Apache Flex Users] < ml-node+s246n11238...@n4.nabble.com> wrote: > I am looking for ways to provide authentication and authoriz

Re: Full Screen Mode

2015-10-08 Thread pkumar.flex
You can dispatch F11 event as below: stage.dispatchEvent(new KeyboardEvent(KeyboardEvent.KEY_UP , true , false, 0 , Keyboard.F11)); On Wed, Oct 7, 2015 at 4:54 PM, megharajdeepak [via Apache Flex Users] < ml-node+s246n1127...@n4.nabble.com> wrote: > Hi there, > Right now when I hit F11 on t

Re: Best Practice for Upgrading Flex SDK for just AIR/FP

2015-10-08 Thread pkumar.flex
Best way to achieve is that compile Flex SDK 4.14.1 with Flash Player 19 playerGlobal and AIR 19 On Wed, Oct 7, 2015 at 11:29 PM, Velocedge [via Apache Flex Users] < ml-node+s246n11283...@n4.nabble.com> wrote: > I've installed SDK 14.4.1 with AIR and Flash 17. Now, I'd like to use > AIR and

Re: Swf not loading

2015-10-11 Thread pkumar.flex
Please make sure you are not loading swf created using AS2 in AS3 enabled project. If your tool generating SWF using AS2 then you can not load it into AS3 project. On Sun, Oct 11, 2015 at 3:35 PM, vijendra sainy [via Apache Flex Users] < ml-node+s246n11300...@n4.nabble.com> wrote: > Hi all,

Re: Flex Installer Certification

2015-10-22 Thread pkumar.flex
check with latest SDK installer. On Wed, Oct 21, 2015 at 9:32 PM, Matthew Weir-2 [via Apache Flex Users] < ml-node+s246n11364...@n4.nabble.com> wrote: > Getting the following when trying to install 3.2.0 Windows .exe > > "The application cannot be installed due to a certificate problem. The

FlexJS: How to build ASDoc for FlexJS

2015-11-03 Thread pkumar.flex
Hi, I am not getting flexJS code hint under FlashBuilder4.6. So how can i build AsDoc for FlexJS? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-build-ASDoc-for-FlexJS-tp11413.html Sent from the Apache Flex Users mailing list archive at Nabble.com

Re: FlexJS: How to build ASDoc for FlexJS

2015-11-04 Thread pkumar.flex
Thanks for Update Alex, I am much excited about next FlexJS version. @ Deepak, I can configure FlexJs under FB4.6, also able to create new FlexJs project but there is no code intelligence available,so just playing around examples. I follow same steps that mentioned in link. If you are facing any

FlexJS: Desktop Application creation using FlexJS & AIR

2015-11-05 Thread pkumar.flex
Using flexJs 0.0.2, i can compile flex application to JS but is there any tool or way to package it for window or mac? as we have "adt" in Flex SDk4.14.1 - Prashant Sr. Product Specialist, Sungard -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Desktop