Re: Setup for patching

2015-03-05 Thread Justin Mclean
Hi, I do it in a similar (but a little simpler) way to Om. I import the Flex SDK as a single simple project (no need for multiple projects) and then set that up a Flex SDK for use by other projects. When making changes to the code I just recompile the required sub project (in framework/project

Re: Setup for patching

2015-03-05 Thread OmPrakash Muppirala
Sorry for the late response in this thread. Here is the way I set up my environment for working with the flex sdk. *Part 1: Set up the Flex SDK projects* 1. Check out the Flex SDK to ex. c:/flex/git/flex-sdk and TLF to c:/flex/git/flex-tlf 2. Open Flash Builder, create a new workspace 3. In t

Re: [FlexJS] HTML5DevConf call for speakers

2015-03-05 Thread Alex Harui
I think you should do it again. I hope to be in attendance this year. On 3/5/15, 3:12 PM, "OmPrakash Muppirala" wrote: >I had a good time last October at the HTML5DevConf talking about FlexJS. >Anyone interested in submitting a talk this year? > >The presentation I gave there has been viewed cl

Re: Dragging on mobile

2015-03-05 Thread jude
There's a lot going on here in the DragManagerUtil class but you may be able to use the class as is or take pieces from it for your own use, https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-radii8.git;a=blob;f=Radii8Library/src/com/flexcapacitor/utils/DragManagerUtil.as;h=09209cdc135315

[FlexJS] HTML5DevConf call for speakers

2015-03-05 Thread OmPrakash Muppirala
I had a good time last October at the HTML5DevConf talking about FlexJS. Anyone interested in submitting a talk this year? The presentation I gave there has been viewed close to 7500 times in the last 4 months [1] Details here: http://html5devconf.com/ Thanks, Om [1] http://www.slideshare.net/b

Re: Setup for patching

2015-03-05 Thread jude
If FB finds a file of the same name and in the same package (folder structure) as an existing class it will use the local file. So if you want to create or modify your own mx.controls.Alert class you would create a folder in your project's src path of "mx/controls/" and then create or copy in the

Re: flex-sdk_mustella-mobile - Build # 1217 - Still Failing!

2015-03-05 Thread Alex Harui
I looked in the log for the run. That timeout only occurs on the second (-failures) run. Do we know for sure that the -failures run also has the -mobile switch on? On the first run, there were 8 failures: [java] C:\jenkins_slave\workspace\flex-sdk_mustella-mobile\mustella\tests\mobile\C SS

Re: flex-sdk_mustella-mobile - Build # 1217 - Still Failing!

2015-03-05 Thread Erik de Bruin
:-( This test seems to consistently fail (as the only one) on the VM... EdB On Thu, Mar 5, 2015 at 6:19 PM, Alex Harui wrote: > I ran the SkinnablePopUpContainer folder. I got one bitmap compare > failure, but no timeouts. > > On 3/5/15, 7:16 AM, "Erik de Bruin" wrote: > >>Can someone with

Re: flex-sdk_mustella-mobile - Build # 1217 - Still Failing!

2015-03-05 Thread Alex Harui
I ran the SkinnablePopUpContainer folder. I got one bitmap compare failure, but no timeouts. On 3/5/15, 7:16 AM, "Erik de Bruin" wrote: >Can someone with a properly set up Windows environment check if this >test passes? > >Thanks, > >EdB > > > >On Thu, Mar 5, 2015 at 12:38 PM, wrote: >> flex-

Re: flex-sdk_mustella-mobile - Build # 1217 - Still Failing!

2015-03-05 Thread Erik de Bruin
Can someone with a properly set up Windows environment check if this test passes? Thanks, EdB On Thu, Mar 5, 2015 at 12:38 PM, wrote: > flex-sdk_mustella-mobile - Build # 1217 - Still Failing: > > http://flex-mustella.cloudapp.net/job/flex-sdk_mustella-mobile/1217/ > > Changes for Build #121

Re: Setup for patching

2015-03-05 Thread kevin.godell
I guess FB needs to know the location of the file so that it can override the corresponding class in the compiled swc? I am not 100%, but it works. On Thursday, March 5, 2015, Dany Dhondt [via Apache Flex Development] < ml-node+s247n45413...@n4.nabble.com> wrote: > Thanks Kevin for this excel

[patch] Flex-34772 Padding on layout classes

2015-03-05 Thread Dany Dhondt
Eric, OM and Lee, I created a new patch file according to Lee's remark. Dany

Re: Setup for patching

2015-03-05 Thread Dany Dhondt
Thanks Kevin for this excellent tip. Why do you have to copy the directory structure? Is it to preserve the package line in the class file? I'll start experimenting with these tips as soon as I feel comfortable enough with the repo :) Dany Op 5 mar 2015 om 02:09 uur uur schreef "kevin.godell"

Re: flex/air does not resize app when "call in use" statusbar showing on iphone

2015-03-05 Thread kevin.godell
first scenario: app is launched before making phone call image 1 shows app normal, completely using the available space image 2 follows image 1 chronologically showing phone in use after app was already launched, a

Re: mx tree itemrenderer

2015-03-05 Thread Pawan Yadav
Thanks, It worked! Best Regards Pawan On Thu, Mar 5, 2015 at 2:09 PM, Deepak MS wrote: > You can try to re assign the itemrenderer itself: > var cf:ClassFactory = new ClassFactory(YourTreeRenderer); > cf.properties = {property1:"somevalue", > property2:"somevalue

Re: mx tree itemrenderer

2015-03-05 Thread Deepak MS
You can try to re assign the itemrenderer itself: var cf:ClassFactory = new ClassFactory(YourTreeRenderer); cf.properties = {property1:"somevalue", property2:"somevalueagain"}; yourTree.itemRenderer = cf; On Thu, Mar 5, 2015 at 12:17 PM, Pawan Yadav

Re: Build failed in Jenkins: flex-tlf #367

2015-03-05 Thread piotrz
Thanks Alex. Will try this later today. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-Build-failed-in-Jenkins-flex-tlf-367-tp45407p45409.html Sent from the Apache Flex Development mailing list