Re: TLF Tables

2013-12-01 Thread Avi Kessner
Just a random thought here, but what if you set the parcels at the end of table creation? Something like, populateParcels() which gets called after all cell sizes and positions are known, and then get placed into those rectangles? On Dec 2, 2013 7:02 AM, "Alex Harui" wrote: > Harbs, > > I haven

Help Skinning a Spark Alert

2013-12-01 Thread Erick Rodriguez
Hello guys. I'm developing an app in air/flex and I wonder what should I do in order to skin an alert dialog. I can't access the methods to set background color or color font. if you guys have examples using actionscript or using mxml it will be very valuable. Thank you.

Re: TLF Tables

2013-12-01 Thread Alex Harui
Harbs, I haven't looked at the Table code at all. I don't remember exactly how Parcels work for the standard case, either. IMO, HTML Tables are really hard. In some cases, I think you have to compose cells multiple times in order to decide the cell widths and row heights. If your use case can

Re: IOS7 status bar management ( FLEX-33860)

2013-12-01 Thread Alex Harui
I haven't really been following, but I just wanted to note a couple of things: 1) Flex cheats already, but non-standard media query properties I think are supposed to be prefixed with a "-" and owner. 2) It is interesting that the W3C doesn't think that os-version is necessary. It made me wonder

Re: Next release of Apache Flex

2013-12-01 Thread Alex Harui
I saw that Java 6 Premium Support ends in December 2013. I'm wondering if we should try harder to nail that Compare bug. -Alex On 12/1/13 2:29 PM, "Justin Mclean" wrote: >Hi, > >Created the JIRA entries for the next release. > >https://issues.apache.org/jira/browse/FLEX-33950 > >So what JIRA i

Re: Next release of Apache Flex

2013-12-01 Thread Justin Mclean
Hi, Sorry I should of made clear, the next release is probably a month or two off, so if you put that patch up in the next week (or even month) it should be in the next release. Thanks, Justin

Re: Next release of Apache Flex

2013-12-01 Thread Lee Burrows
I should have a patch ready for this one in a few days: https://issues.apache.org/jira/browse/FLEX-33948 (touch-enabled DropDownList/ComboBox). If MXML default skins are ok (in mobile theme), i can submit a patch tomorrow. On 01/12/2013 22:29, Justin Mclean wrote: Hi, Created the JIRA ent

RE: Next release of Apache Flex

2013-12-01 Thread Maurice Amsellem
Thanks Justin -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : dimanche 1 décembre 2013 23:29 À : dev@flex.apache.org Objet : Next release of Apache Flex Hi, Created the JIRA entries for the next release. https://issues.apache.org/jira/browse/FLEX-33950

Next release of Apache Flex

2013-12-01 Thread Justin Mclean
Hi, Created the JIRA entries for the next release. https://issues.apache.org/jira/browse/FLEX-33950 So what JIRA issues do we think are important and do we want to see fixed in the next release? https://issues.apache.org/jira/browse/FLEX-33952 Thanks, Justin

Re: [DISCUSS] Apache Flex chair

2013-12-01 Thread Justin Mclean
Hi, > I also think that self-nomination may be an issue as well. I'm not sure how I > want to respond to thAt part. I did ask if any anyone else was interested in the role. This discussion is trying to find out if there is any consensus for change. As per our (newish) guidelines [1] it's firs

Re: [DISCUSS] Apache Flex chair

2013-12-01 Thread Justin Mclean
Hi, > If there are only a few, should we change less > often, or just keep cycling through those few, or is that, once you've had > your turn, you can't return to the role? I see no issue in returning to the role, you you did a good job no reason you cant again - of course you need to be voted in

Re: [DISCUSS] Apache Flex chair

2013-12-01 Thread Doug McCune
My personal opinion is that you guys should swap and give Justin (or someone else who's interested) the opportunity for a year. One thing the project needs is good bench strength if anything were to happen that would limit someone's involvement. I'd be concerned with the prospect of Adobe pulling f

Re: Apache Flex in the IOS

2013-12-01 Thread marcio fermino
well, thank you, this is bad news, but thank you all. Another where the future of Apache Flex? when we have new? 2013/12/1 Lee Burrows > "The iOS file system is geared toward apps running on their own. To keep > the system simple, users of iOS devices do not have direct access to the > file sy

Re: Apache Flex in the IOS

2013-12-01 Thread Lee Burrows
"The iOS file system is geared toward apps running on their own. To keep the system simple, users of iOS devices do not have direct access to the file system and apps are expected to follow this convention." - apple developer site (https://developer.apple.com/library/mac/documentation/FileMana

Re: Apache Flex in the IOS

2013-12-01 Thread Lee Burrows
If files are not within your apps folder, the only option is CameraRoll.browseForImage() This is a security 'feature' of iOS and there's no way round it. On 01/12/2013 18:30, marcio fermino wrote: the photos are not in a folder within the application, but the photo shoot iphone. In android wit

Re: Apache Flex in the IOS

2013-12-01 Thread marcio fermino
the photos are not in a folder within the application, but the photo shoot iphone. In android with this: img.source = "/ mnt/sdcard/img0001.jpg" you mean this is not possible on iOS? 2013/12/1 周 戈 > Hi Marcio, > > If your photos are stored in your app’s folder or subfolder, you will need > to

Re: Apache Flex in the IOS

2013-12-01 Thread 周 戈
Hi Marcio, If your photos are stored in your app’s folder or subfolder, you will need to get the photo path by using app:/someFolder/somePhoto.jpg or app-storage:/someFolder/somePhoto.jpg If your photos are not stored in your app’s folder, you cannot directly load those photos by using absolut

RE: Apache Flex in the IOS

2013-12-01 Thread Maurice Amsellem
As DarkStone said, you cannot access images outside your app's folder. When you say " the pictures are in the device" , what do you mean exactly? How were they stored in the device ? through another application or through your application? Please be more explicit on the context, if you want s

Re: Apache Flex in the IOS

2013-12-01 Thread marcio fermino
in this example the User needs to select the photo. In my case I need to say that he will show picture because the file names have in a database, so I need the url or path. I need something like img.source = "???" 2013/11/30 周 戈 > Hi Marcio, > > In iOS you typically use CameraRoll.browseForImag

RE: IOS7 status bar management ( FLEX-33860)

2013-12-01 Thread Maurice Amsellem
FYI, committed/pushed to develop branch: https://issues.apache.org/jira/browse/FLEX-33949 ( os-version media css) https://issues.apache.org/jira/browse/FLEX-33860 (ios 7 status bar) os-version implementation covers iOS and desktop OS only. Android os-version yet to be done. (I didn't want to de

Re: [DISCUSS] Apache Flex chair

2013-12-01 Thread Dave Fisher
Exactly it is a time for friends and family here in the US. I also think that self-nomination may be an issue as well. I'm not sure how I want to respond to thAt part. Regards, Dave Sent from my iPhone On Dec 1, 2013, at 3:45 AM, Jeffry Houser wrote: > > I don't care myself. My impression

Re: [DISCUSS] Apache Flex chair

2013-12-01 Thread Alex Harui
On 12/1/13 6:28 AM, "Justin Mclean" wrote: >Hi, > >> "There's the additional rationale keeping Alex in the position as I >>think >> it would be less likely for folks at Adobe to assign him to some >>non-Flex >> position if he's the Flex PMC chair." > >I'd be concerned if we thought that Alex ne

Re: [DISCUSS] Apache Flex chair

2013-12-01 Thread Justin Mclean
Hi, > "There's the additional rationale keeping Alex in the position as I think > it would be less likely for folks at Adobe to assign him to some non-Flex > position if he's the Flex PMC chair." I'd be concerned if we thought that Alex needed to be the chair for Adobe's continual involvement in

Re: TLF Tables

2013-12-01 Thread Gavriel Harbater
Some more rambling: The more I'm working through this, the more I'm convinced that the current implementation is fundamentally broken. The cell Parcels really can't be in the same ParcelList as the Containers. I'm pretty sure that not only multi-container text threads are broken, but multi-colu

AW: [DISCUSS] Apache Flex chair

2013-12-01 Thread christofer.d...@c-ware.de
I see it exactly the same way (Except for the thing with the letters and the number) ;-) Chris -Ursprüngliche Nachricht- Von: Avi Kessner [mailto:akess...@gmail.com] Gesendet: Sonntag, 1. Dezember 2013 12:52 An: dev@flex.apache.org Betreff: Re: [DISCUSS] Apache Flex chair I didn't care

Re: AS3 on the server

2013-12-01 Thread Petr Svoboda
or maybe this: https://code.google.com/p/redtamarin/wiki/RunningShellScripts On Sat, Nov 30, 2013 at 11:06 PM, jude wrote: > At one time there was talk about AS3 on the server. With node.js you can > use JS on the server. What happened to that project? Is it something can be > donated to Apache

Re: TLF Tables

2013-12-01 Thread Harbs
This is really difficult, because I'm not sure what is supposed to work in the current implementation. I'm trying to reverse engineer how tables work when they don't really work. Trying to sift out what I don't understand from what simply doesn't work from what is poorly implemented is a huge pa

Re: [DISCUSS] Apache Flex chair

2013-12-01 Thread Avi Kessner
I didn't care, and thought the rational to give more people the experience is a good one. However, the logic in following argument might be sound and a bit scary. "There's the additional rationale keeping Alex in the position as I think it would be less likely for folks at Adobe to assign him to

Re: [DISCUSS] Apache Flex chair

2013-12-01 Thread Jeffry Houser
I don't care myself. My impression is that many of the folks on this list are US based; and you started the conversation at the start of a major US Holiday [Thanksgiving]. That may have contributed to the lack of a response. I, myself, have been running non-stop for 6 days [and I have two