FlexJS Environment variable

2015-12-10 Thread kinjal patel
I have set two enviroment variable Flex Home : FlexSdks\4.14 Falcon Home: Flexsdks\FlexJS0.5.0 I have tried to compile FlexJS application through command line for that I have set the path of FlexJS sdk and applied mxmlc command but it take flex-home path instead of flexjs path(falcon home) for co

Re: Drag file from windows and drop into flex application

2015-12-10 Thread jude
If it's an AIR app there are tutorials and documentation online on dragging and dropping from outside the program. http://stackoverflow.com/questions/8718123/dragging-from-desktop-to-air-application If it's a browser app then you may have to use HTML API to accept drag and drop. You can code it yo

Re: [FlexJS] Issues with DataGrid

2015-12-10 Thread Peter Ent
Hi, Which browser are you using; the scroll bars do not look familiar to me. I can see that it is the DataGridExample since it has both same grids. It looks like some overflow or display CSS attributes may be missing or not set correctly or the ones we are using aren't being recognized by your bro

Re: [FlexJS] Issues with DataGrid

2015-12-10 Thread PKumar
Peter, I am also compiling DataGridExample, but after compiling i am viewing "index.html" under bin/js-release folder, nothing appear over browser. if i open "bin/js-debug/index.html" then i am getting attached screen. ---

pushView to a view using a variable as the view name

2015-12-10 Thread npem
Hi, I am opening a new view and have access to an object with the name of the sending view, which I will call "fromView" Rather than using: *navigator.pushView(views.fromView, null, null, transition); * I'd like to use a variable name, such as: *navigator.pushView(views.fromViewVariable, null, nu

Re: [FlexJS] Container horizontalAlign="center" / verticalAlign="middle" possible

2015-12-10 Thread Alex Harui
And a zip of the ASDoc is available as a release artifact: http://www.apache.org/dyn/closer.lua/flex/flexjs/0.5.0/doc/apache-flex-flex js-0.5.0-asdocs.zip But yes, we should put it up somewhere. I think it is a pain to put it up on flex.a.o, so maybe I'll host it on our CI server until I see how

Re: [FlexJS] Issues with DataGrid

2015-12-10 Thread Alex Harui
On 12/10/15, 7:04 AM, "Peter Ent" wrote: >I tried the DataGridExample and it is not having the scrolling problem. >Can you try out the example? If that works for you, could you attached >your sample so I can investigate it from that angle? Please open a JIRA issue and attach your example there

Re: [FlexJS] Container horizontalAlign="center" / verticalAlign="middle" possible

2015-12-10 Thread Alex Harui
No max-width/max-height yet. Patches are welcome! Question for folks: How often do you need max-width/max-height? In FlexJS it could be handled in an advanced layout (BasicLayoutWithMaxSupport) so the default one doesn't have to spend time thinking about it. -Alex From: Marcus Fritze mail

RE: Drag file from windows and drop into flex application

2015-12-10 Thread Raj U. Shaikh
It helps, Thanks Om. -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash Muppirala Sent: Thursday, December 10, 2015 12:54 AM To: users@flex.apache.org Subject: Re: Drag file from windows and drop into flex application Ardisia has a very good comp

Re: Drag file from windows and drop into flex application

2015-12-10 Thread OmPrakash Muppirala
Agreed, I indeed have bought a license. But not everyone would be able to afford it, hence added that note. Thanks, Om On Dec 10, 2015 2:51 AM, "Harbs" wrote: > That’s my perspective as well. > > $600 per developer for their component library is more than reasonable. > > Harbs > > On Dec 10, 20

Re: [FlexJS] Issues with DataGrid

2015-12-10 Thread Peter Ent
I tried the DataGridExample and it is not having the scrolling problem. Can you try out the example? If that works for you, could you attached your sample so I can investigate it from that angle? Thanks, Peter Ent Adobe Systems/Apache Flex Project On 12/9/15, 4:39 PM, "Peter Ent" wrote: >Hmm. O

Re: [FlexJS] Container horizontalAlign="center" / verticalAlign="middle" possible

2015-12-10 Thread Peter Ent
The ASDoc was generated a while ago and can be found in my Apache people directory: http://people.apache.org/~pent/asdoc-flexjs/index.html This is temporary, of course. Peter Ent Adobe Systems/Apache Flex Project From: Marcus Fritze mailto:marcus.fri...@googlemail.com>> Reply-To: mailto:users

Re: [FlexJS] Container horizontalAlign="center" / verticalAlign="middle" possible

2015-12-10 Thread Marcus Fritze
Thank you for your detailed explanations. It works. Nice! This brings to my next questions: Do we have ASDocs / any API documentation for flexJS. If yes, where can I find it. Maybe we should also add a link on http://flex.apache.org/ under documentation. And currentl

Re: Drag file from windows and drop into flex application

2015-12-10 Thread Harbs
That’s my perspective as well. $600 per developer for their component library is more than reasonable. Harbs On Dec 10, 2015, at 11:43 AM, OK wrote: >> Unfortunately, Ardisia is not free or open-source. > From my perspective the licence fee is more than fair and also includes the > source code

Re: taken from adobe forums

2015-12-10 Thread OK
Thanks for sharing! It confirms that there's nothing wrong with still targeting AIR and Flash ;-) Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/taken-from-adobe-forums-tp11623p11626.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Drag file from windows and drop into flex application

2015-12-10 Thread OK
>Unfortunately, Ardisia is not free or open-source. >From my perspective the licence fee is more than fair and also includes the source code. So give it a try and support these kind of Flex companies ;-) Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Dra

Re: Drag file from windows and drop into flex application

2015-12-10 Thread OK
>Unfortunately, Ardisia is not free or open-source. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Drag-file-from-windows-and-drop-into-flex-application-tp11612p11624.html Sent from the Apache Flex Users mailing list archive at Nabble.com.