RE: Wiki logon

2013-04-18 Thread Kessler CTR Mark J
Sorry, I created one in the wiki now. I thought it was the same apache user account so I had not originally tried to create a new one. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, April 18, 2013 12:21 AM To: dev@flex.apache.org Subject: Re: Wiki

RE: Interesting code in DateField

2013-04-18 Thread Kessler CTR Mark J
I guess it's assuming all years are 4 digit and not 2 digit. The date [1970 Jan 1] is the date I believe is a lot of date/time numbers are based on for the start. So it maybe this is ultimately saying if it's a two digit year and it's before January 1st 1970 they must mean the year 2000?

Re: Interesting code in DateField

2013-04-18 Thread Justin Mclean
Hi, I guess it's assuming all years are 4 digit and not 2 digit. You might think so but the year can be a 2 or 4 digits string at this point. I think there is some confusion there with the 1 Jan 1970 date (as you pointed out) but it's for the wrong reason :-) Thanks, Justin

[jira] [Updated] (FLEX-26157) Flex 4 Spark TextInput Issue

2013-04-18 Thread Jeremy Wischusen (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Wischusen updated FLEX-26157: Attachment: Screen Shot 2013-04-18 at 8.10.17 AM.png No longer seems to occur using SDK

fdb

2013-04-18 Thread Harbs
I just started trying out IntelliJ IDEA. My initial impression was good, but I have not been able to debug. With Alexander's help, I was able to track the problem to what looks like a bug in fdb. The browser basically freezes after loading a bunch of external swfs. What's the story with fdb?

Re: Wiki logon

2013-04-18 Thread Alex Harui
Yeah, it isn't obvious which systems don't use your apache account. I added you to the committers list. Try editing or creating pages. On 4/18/13 3:21 AM, Kessler CTR Mark J mark.kessler@usmc.mil wrote: Sorry, I created one in the wiki now. I thought it was the same apache user

Re: fdb

2013-04-18 Thread Scott Talsma
I've been using IntelliJ IDEA for a few years now, and have not experienced any major issues with debugging, breakpoints, etc., assuming that you have the debug player installed, and are your project settings are create a debug build. I have had issues w/Safari and Firefox sometimes dropping the

Re: fdb

2013-04-18 Thread Harbs
Okay. I've never done any real Java development. My Java experience is limited to a bit of playing and compiling existing apps. I guess there's no time like the present… ;-) If someone could give me a bit of a rundown on the basics of how the debugger works, it'll probably help me find my way

Re: fdb

2013-04-18 Thread Harbs
Here's what I saw: 1) I was able to debug a new hello world project in IntelliJ. 2) My existing project debugs correctly in Flash Builder. 3) Taking the exact same project into IntelliJ IDEA would freeze after the app loaded. Everything loaded correctly until a lot of swf files are loaded into

Re: fdb

2013-04-18 Thread Harbs
FWIW, I've had problems in Flash Builder with Flash Debugger crashing if I spend too much time stepping. I was hoping IntelliJ IDEA would help with that. lol… On Apr 18, 2013, at 4:29 PM, Scott Talsma wrote: I have had issues w/Safari and Firefox sometimes dropping the connection to the

Re: fdb

2013-04-18 Thread After24
Hi, This is not a Flash Builder issue, it's related to your browser configuration. See : http://stackoverflow.com/questions/7478465/flash-builder-4-5-debugger-terminates-safari Vincent. Le 18/04/13 15:54, Harbs a écrit : FWIW, I've had problems in Flash Builder with Flash Debugger

Re: fdb

2013-04-18 Thread Harbs
Oh, Wow. Thanks for that! I didn't even think yo check for browser problems. It used to work, and it changed about the time I switched to Flash Builder 4.5. The browser settings must have changed around the same time… On Apr 18, 2013, at 6:13 PM, After24 wrote: Hi, This is not a Flash

Re: fdb

2013-04-18 Thread Sandro Brasile
If this is the case, with Intellij IDEA you can use the Flash Debugger directly, without passing by a browser. Sandro. On 18 April 2013 18:25, Harbs harbs.li...@gmail.com wrote: Oh, Wow. Thanks for that! I didn't even think yo check for browser problems. It used to work, and it changed

Re: fdb

2013-04-18 Thread Alex Harui
On 4/18/13 9:02 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote: Btw, Alex, did you ask already if the new version the fdb could be donated ? I've been told where the fdb with workers code is. I have to go get it and make sure it is ok to donate it. I'm hoping to find time to do a bunch

Re: fdb

2013-04-18 Thread Harbs
On Apr 18, 2013, at 8:06 PM, Alex Harui wrote: I'm also going to need to figure out how to debug Java while debugging Flex at the same timeŠ :~ I would not use the IDEs since you can reproduce the issue with command line FDB. In theory, there Eclipse projects files are there in Git.

Re: fdb

2013-04-18 Thread Alex Harui
On 4/18/13 10:24 AM, Harbs harbs.li...@gmail.com wrote: On Apr 18, 2013, at 8:06 PM, Alex Harui wrote: I'm also going to need to figure out how to debug Java while debugging Flex at the same timeŠ :~ I would not use the IDEs since you can reproduce the issue with command line FDB.

Re: Release target seems to be fixed

2013-04-18 Thread Alex Harui
On 4/17/13 9:17 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, It worked for me. But I forgot to check whether a TLF_HOME environment variable can point somewhere else. That was broken it ignored TLF_HOME if it was set. Thanks for fixing that. I made one adjustment to it just

Re: fdb

2013-04-18 Thread Harbs
On Apr 18, 2013, at 9:19 PM, Alex Harui wrote: On 4/18/13 10:24 AM, Harbs harbs.li...@gmail.com wrote: On Apr 18, 2013, at 8:06 PM, Alex Harui wrote: I'm also going to need to figure out how to debug Java while debugging Flex at the same timeŠ :~ I would not use the IDEs

Re: fdb

2013-04-18 Thread Alex Harui
It looks like the player just quit (where it says command not valid without a session). Could it just be memory? The fdb files in /bin/ are batch and shell scripts and you can change the VMARGS line and give it more memory and see if it gets further. On 4/18/13 12:10 PM, Harbs

Re: fdb

2013-04-18 Thread Harbs
On Apr 18, 2013, at 10:23 PM, Alex Harui wrote: It looks like the player just quit (where it says command not valid without a session). Maybe, but execution stopped before it quit. Could it just be memory? The fdb files in /bin/ are batch and shell scripts and you can change the VMARGS

[jira] [Created] (FLEX-33504) Some dateFormat locale properties not well displayed by DateField

2013-04-18 Thread Yann Cabon (JIRA)
Yann Cabon created FLEX-33504: - Summary: Some dateFormat locale properties not well displayed by DateField Key: FLEX-33504 URL: https://issues.apache.org/jira/browse/FLEX-33504 Project: Apache Flex

[jira] [Assigned] (FLEX-33504) Some dateFormat locale properties not well displayed by DateField

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33504: Assignee: Justin Mclean Some dateFormat locale properties not well displayed by

[jira] [Updated] (FLEX-33504) Some dateFormat locale properties not well displayed by DateField

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33504: - Priority: Major (was: Critical) Some dateFormat locale properties not well displayed by

[jira] [Updated] (FLEX-33505) value property of NumericStepper does not update on text input

2013-04-18 Thread Chris Martin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Martin updated FLEX-33505: Attachment: NumericStepperTest.zip Here is the application that i referred to in the ticket. It

Re: New feature test

2013-04-18 Thread Mark Kessler
Ok so while I have been working my new feature through a discussion, I wanted to capture our rough process [1] which I have added to a wiki page. So my feature has a hosted example, example source, and the changed files. It has been presented for discussion. The discussion header is where I need

Re: New feature test

2013-04-18 Thread Justin Mclean
Hi, Ok so while I have been working my new feature through a discussion, I wanted to capture our rough process [1] which I have added to a wiki page. Looks good so far. Only issue I have is when a new feature is a change to an existing one - IMO it's more important to see how the code has

Re: Wiki logon

2013-04-18 Thread Justin Mclean
Hi, There was some dicussion on teh list way back that may also provide some input: http://markmail.org/thread/kjgqyof5ja5keq4n http://markmail.org/thread/xy2hoiezlgagnumk Probably a few more as well. Justin

Re: New feature test

2013-04-18 Thread Mark Kessler
Ok so I've an extra blurb for the licenses, although I didn't add the IP comments since you already had to sign an agreement that states the IP issues when becoming a commiter. Added some more random notes for the discussion. Thinking so far. New feature [poll], modifed existing feature [vote].

Re: New feature test

2013-04-18 Thread Alex Harui
On 4/18/13 6:20 PM, Mark Kessler kesslerconsult...@gmail.com wrote: Ok so I've an extra blurb for the licenses, although I didn't add the IP comments since you already had to sign an agreement that states the IP issues when becoming a commiter. Added some more random notes for the

DateField Issues and fixes

2013-04-18 Thread Justin Mclean
Hi, I've been looking at DataField and it has a few problems mostly how it dealing with format string parsing in stringToDate and dateToString static methods. There are several unresolved JIRA issues around this component. Some of the issues include. 1. Poor support of M and D vs MM and DD.

[jira] [Resolved] (FLEX-16909) DateField should support M for formatString

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-16909. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked fix into develop branch.

[jira] [Resolved] (FLEX-26073) mx:DateField is unable to format correctly single placeholders for a day or month (e.g. D-M-YYYY).

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-26073. -- Resolution: Fixed Checked fix into develop branch. mx:DateField is unable to

[jira] [Resolved] (FLEX-33504) Some dateFormat locale properties not well displayed by DateField

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33504. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked fix into develop branch.

[jira] [Resolved] (FLEX-23267) DateField, impossible to change a date after being invalid.

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-23267. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Fix to ObjectUtil fixed this.

[jira] [Commented] (FLEX-16656) DateField format string causes null value in selectedDate

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13636022#comment-13636022 ] Justin Mclean commented on FLEX-16656: -- Still an issue even with updated dateToString

[jira] [Commented] (FLEX-27768) DateField formatString doesn't display month name as expected

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13636028#comment-13636028 ] Justin Mclean commented on FLEX-27768: -- Confirmed still an issue - changed to

[jira] [Resolved] (FLEX-27075) Wrong behavior of DateField control with fr_FR locale on French OS

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-27075. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Fixed by changes to dateToString

[jira] [Resolved] (FLEX-14804) DateField throws RTE when selecting the calendar icon when editable is set to true and the text value is empty

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-14804. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 No longer an issue

[jira] [Resolved] (FLEX-14326) Flex DataField does not represents the date 10-10-2004

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-14326. -- Resolution: Duplicate It's either fixed or a duplicate. Flex DataField does

[jira] [Commented] (FLEX-14326) Flex DataField does not represents the date 10-10-2004

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13636035#comment-13636035 ] Justin Mclean commented on FLEX-14326: -- Unable to duplicate. May be daylight saving

[jira] [Assigned] (FLEX-14326) Flex DataField does not represents the date 10-10-2004

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-14326: Assignee: Justin Mclean Flex DataField does not represents the date 10-10-2004

[jira] [Assigned] (FLEX-14326) Flex DataField does not represents the date 10-10-2004

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-14326: Assignee: (was: Justin Mclean) Flex DataField does not represents the date

[jira] [Resolved] (FLEX-33500) XMLEncoder fails to encode WSDL simpleType union

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33500. -- Resolution: Fixed XMLEncoder fails to encode WSDL simpleType union

[jira] [Assigned] (FLEX-15171) ObjectUtil.compare() returns 0 or -1 when comparing 2 objects depending on which parameter is first.

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-15171: Assignee: Justin Mclean ObjectUtil.compare() returns 0 or -1 when comparing 2 objects

[jira] [Commented] (FLEX-15171) ObjectUtil.compare() returns 0 or -1 when comparing 2 objects depending on which parameter is first.

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13636054#comment-13636054 ] Justin Mclean commented on FLEX-15171: -- Confirmed in Apache Flex 4.9. Can simplify

[jira] [Resolved] (FLEX-15171) ObjectUtil.compare() returns 0 or -1 when comparing 2 objects depending on which parameter is first.

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-15171. -- Resolution: Fixed Fix Version/s: Apache Flex 4.9.0 Assignee: (was: Justin

[jira] [Commented] (FLEX-15171) ObjectUtil.compare() returns 0 or -1 when comparing 2 objects depending on which parameter is first.

2013-04-18 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13636056#comment-13636056 ] Justin Mclean commented on FLEX-15171: -- Opps actually this is fixed returns -1 and 1

Re: DateField Issues and fixes

2013-04-18 Thread Alex Harui
Thanks. Do you have time to add some more tests? On 4/18/13 8:42 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, I've been looking at DataField and it has a few problems mostly how it dealing with format string parsing in stringToDate and dateToString static methods. There are

Re: fdb

2013-04-18 Thread Harbs
I did this, but I'm not sure that it made a difference. Safari still froze and quit. I changed the settings in Firefox to never timeout on frozen plugins and I got the app to successfully load in a debug session, but it took a LOONNGG time to load (like several minutes). The whole time that

Re: fdb

2013-04-18 Thread Alex Harui
What does the process manager say about how much memory is consumed? On 4/18/13 10:31 PM, Harbs harbs.li...@gmail.com wrote: I did this, but I'm not sure that it made a difference. Safari still froze and quit. I changed the settings in Firefox to never timeout on frozen plugins and I got

Re: DateField Issues and fixes

2013-04-18 Thread Justin Mclean
Hi, Thanks. Do you have time to add some more tests? Mastella test no as I'm not 100% familiar with them yet. I tested locally with about 50 combinations of formats and dates. I run against 4.9 and 4.10 and diffed the trace output to see what had changed. Here the rough test code I used -

Re: fdb

2013-04-18 Thread Harbs
1909 Firefox (Not Responding) harbs 0.0 42 645.8 MB Intel (64 bit) 43442IntelliJ IDEA harbs 1.9 88 473.5 MBIntel (64 bit) 43782Firefox Plugin Process (Shockwave Flash) harbs 8.8 16 145.7 MBIntel (64 bit) 44248

Re: fdb

2013-04-18 Thread Harbs
For every asset I load (external swf font or module), I get this: Additional ActionScript code has been loaded from a SWF or a frame. To see all currently loaded files, type 'info files'. Set additional breakpoints as desired, and then type 'continue'. (fdb) c For every one it takes at least 10

Re: fdb

2013-04-18 Thread Alex Harui
And while you wait is memory growing? When you changed the fdb script to add more memory did you then test from command-line FDB or from IntelliJ? I don't know if changing the script will affect IntelliJ. On 4/18/13 10:51 PM, Harbs harbs.li...@gmail.com wrote: For every asset I load