On 4/23/2013 6:04 AM, Justin Mclean wrote:
It should be able to cope with that. Bit of a moot point as there no Thai
locale for the SDK but I guess you could use copylocale and give it a go.
no, its a different calendar underlying the system. currently its the year
2556BE (buddhist era) which
Justin Mclean created FLEX-33515:
Summary: "Smart developers always View Source. " comment need
updating in HTML template
Key: FLEX-33515
URL: https://issues.apache.org/jira/browse/FLEX-33515
Project:
Justin Mclean created FLEX-33516:
Summary: DateFormatter.parseDate assumes months comes before days
in all locales
Key: FLEX-33516
URL: https://issues.apache.org/jira/browse/FLEX-33516
Project: Apache
[
https://issues.apache.org/jira/browse/FLEX-33516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-33516:
-
Component/s: Formatters
> DateFormatter.parseDate assumes months comes before days in all loc
[
https://issues.apache.org/jira/browse/FLEX-33516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-33516:
-
Affects Version/s: Apache Flex 4.9.0
> DateFormatter.parseDate assumes months comes before da
[
https://issues.apache.org/jira/browse/FLEX-33515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638861#comment-13638861
]
Justin Mclean commented on FLEX-33515:
--
fixed obvious error in 4.10.0 develop branch
[
https://issues.apache.org/jira/browse/FLEX-33515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-33515:
-
Labels: easyfix (was: )
> "Smart developers always View Source. " comment need updating in H
[
https://issues.apache.org/jira/browse/FLEX-33515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-33515:
-
Affects Version/s: Apache Flex 4.9.0
> "Smart developers always View Source. " comment need u
Hi,
> maybe add another method or change the way the format methods worked. taking
> coldfusion as a perfect example ;-) it has lsDateFormat method that has the
> following signature
>
> lsDateFormat(date,mask,locale)
>
> where mask can be user supplied but i argue for following the java style
Hi,
> no, its a different calendar underlying the system.
Sure I'm not trying to fix Flex to cater for any calendar system (yet) just
want to get some of the obvious and annoying date issues fixed.
> 13 นาฬิกา 48 นาที 56 วินาที เวลาอินโดจีน
> 13 นาฬิกา 48 นาที 56 วินาที GMT+7
Would actually curr
[
https://issues.apache.org/jira/browse/FLEX-17931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-17931.
--
Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0
All Date formatting and validation c
In short: compiler.jx (FalconJX) gets it's information from compiler
(Falcon). The AS/MXML source is compiled for use in compiler.jx by the
compiler (duh ;-)) into an AST (Abstract Syntax Table), which becomes
available to use in the JS production in 'MXMLBlockWalker.java ::
visitCompilationUnit (1
[
https://issues.apache.org/jira/browse/FLEX-28530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-28530.
--
Resolution: Fixed
Unable to reproduce but easy to add guard to stop RTE. Checked into Apache Fl
[
https://issues.apache.org/jira/browse/FLEX-28530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-28530:
-
Fix Version/s: Apache Flex 4.10.0
> mx:DateValidator crash when property allowedFormatChars i
[
https://issues.apache.org/jira/browse/FLEX-20566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reassigned FLEX-20566:
Assignee: Justin Mclean (was: Adobe JIRA)
> Date Validator not handling single digit d
[
https://issues.apache.org/jira/browse/FLEX-33510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-33510.
--
Resolution: Fixed
issue with parsing PM after milliseconds
> DateFormatter can
deepti yadav created FLEX-33517:
---
Summary: Flash charts/graphs do not display when printed
Key: FLEX-33517
URL: https://issues.apache.org/jira/browse/FLEX-33517
Project: Apache Flex
Issue Type
deepti yadav created FLEX-33518:
---
Summary: Flash charts/graphs do not display when printed
Key: FLEX-33518
URL: https://issues.apache.org/jira/browse/FLEX-33518
Project: Apache Flex
Issue Type:
[
https://issues.apache.org/jira/browse/FLEX-33518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
deepti yadav updated FLEX-33518:
Attachment: test_64bitOS_32bitFlash_16_11.0.1.60.pdf
test_64bitOS_32bitFlash_11.2.20
[
https://issues.apache.org/jira/browse/FLEX-33517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
deepti yadav closed FLEX-33517.
---
Resolution: Fixed
closing
> Flash charts/graphs do not display when printed
> -
Hi,
>> the samples written by IBM for the Elixr component sets
I checked out the IBM link below to see what hits Tour de Flex is getting
and I was amazed to see the it was getting around 7-10 hits a minute from
around the world
http://visunetdemos.demos.ibm.com/tourdeflex/TdFDashboard/To
[
https://issues.apache.org/jira/browse/FLEX-33518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638961#comment-13638961
]
Justin Mclean commented on FLEX-33518:
--
Do more modern version of the Flash player wo
I think Tigran wants to know where the allowed set of attributes for a tag
come from. They come from the set of public variables and setters on the
class represented by the tag. To add "automationName", you would add it to
UIBase.as (and UIBase.js)
However, it is my goal that things like automat
> -Original Message-
> From: Alex Harui [mailto:aha...@adobe.com]
>
> I think Tigran wants to know where the allowed set of attributes for a tag
> come from. They come from the set of public variables and setters on the
> class represented by the tag. To add "automationName", you would a
[
https://issues.apache.org/jira/browse/FLEX-28352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13639137#comment-13639137
]
guillaume commented on FLEX-28352:
--
I have exactly the same problem is there a solution ?
Currently, I have no plans to match every one of the properties in the
current Flex SDK. Erik has mentioned making the effort to try to do so, but
I still think that is too much work and the results will not be as optimal.
Which properties we keep from the current FlexSDK in FlexJS depends on
sev
I like the idea of updating them to "Won't fix" and direct them to reach
out for the group to look back into them.
On Sat, Apr 20, 2013 at 10:57 PM, Alex Harui wrote:
>
>
>
> On 4/20/13 10:48 PM, "Justin Mclean" wrote:
>
> > Hi,
> >
> > Rather than keeping them as "Later" perhaps change to "Wo
Hi,
I'm trying to get up speed with FlexJS and FalconJX (I was following the
discussion and If I understand, FalconJS is deprecated in favor of
FalconJX).
I follow the wiki documentation and set up Flash Builder with
FlexJSTest_again project, but I can't get it to work. I was figuring if it
could
Hi Carlos,
What, specifically, is not working? I'm using a Mac (and so is Alex).
--peter
On 4/23/13 2:18 PM, "Carlos Rovira" wrote:
>Hi,
>
>I'm trying to get up speed with FlexJS and FalconJX (I was following the
>discussion and If I understand, FalconJS is deprecated in favor of
>FalconJX).
>
On 4/23/13 11:18 AM, "Carlos Rovira" wrote:
> Hi,
>
> I'm trying to get up speed with FlexJS and FalconJX (I was following the
> discussion and If I understand, FalconJS is deprecated in favor of
> FalconJX).
>
> I follow the wiki documentation and set up Flash Builder with
> FlexJSTest_agai
On Sat, Apr 20, 2013 at 11:22 PM, Alex Harui wrote:
> 4. If someone cares enough to complain on the list, one of us can open for
> them.
>
Agreed. I like 4. If they are an issue people will reraise.
--
Jonathan Campos
Thanks Peter and Alex,
with your comments I was able to get it working :).
I need to modify some point in the configuration (remove a path in
run/debug launch for google closure library, in concrete "closure/goog/"
since it was duplicating, and understand that I had to launch the three
configs in
[
https://issues.apache.org/jira/browse/FLEX-19870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-19870:
-
Labels: easyfix easytest (was: )
> VideoPlayer causes RTE on videoDisplay.close()
>
[
https://issues.apache.org/jira/browse/FLEX-14519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-14519:
-
Labels: easyfix (was: )
> RTE when changing itemrenderer
> --
>
[
https://issues.apache.org/jira/browse/FLEX-28935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-28935:
-
Labels: easyfix (was: )
> DateTimeFormatterEx.getAmPmPattern() null check required in DateSp
[
https://issues.apache.org/jira/browse/FLEX-28671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-28671.
--
Resolution: Won't Fix
Bug in old non Apache Flex SDK.
> Spark combobox Error
[
https://issues.apache.org/jira/browse/FLEX-28913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-28913:
-
Labels: easytest (was: )
> Scroller's snapElement needs additional check for null dataprovid
[
https://issues.apache.org/jira/browse/FLEX-28913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-28913:
-
Labels: easyfix easytest (was: easytest)
> Scroller's snapElement needs additional check for
[
https://issues.apache.org/jira/browse/FLEX-28424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-28424:
-
Labels: easyfix easytest (was: )
> ComboBox with requestedRowCount set has RTE when text inp
[
https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-23781:
-
Labels: easyfix easytest (was: )
> Error #1009 after assigning null to mx:Image source prope
[
https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reassigned FLEX-23781:
Assignee: Justin Mclean
> Error #1009 after assigning null to mx:Image source property
[
https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13639703#comment-13639703
]
Justin Mclean commented on FLEX-23781:
--
Confirmed still an issue in Apache Flex 4.9.1
[
https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13639731#comment-13639731
]
Justin Mclean commented on FLEX-23781:
--
Needed more than a null check. The null check
[
https://issues.apache.org/jira/browse/FLEX-23781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-23781.
--
Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0
Checked into Apache Flex 4.10.0 deve
[
https://issues.apache.org/jira/browse/FLEX-19870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-19870.
--
Resolution: Duplicate
> VideoPlayer causes RTE on videoDisplay.close()
> --
On 4/23/13 2:53 PM, "Carlos Rovira" wrote:
> Thanks Peter and Alex,
>
> with your comments I was able to get it working :).
>
> I need to modify some point in the configuration (remove a path in
> run/debug launch for google closure library, in concrete "closure/goog/"
> since it was duplica
[
https://issues.apache.org/jira/browse/FLEX-26890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-26890:
-
Labels: easyfix easytest (was: )
> [TLF 2819924] Error #1009 in
> flashx.textLayout.contain
[
https://issues.apache.org/jira/browse/FLEX-28045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-28045:
-
Labels: easyfix easytest (was: )
> FocusManager throws TypeError
> -
[
https://issues.apache.org/jira/browse/FLEX-14181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-14181:
-
Labels: easyfix easytest (was: )
> DividedBox call to getDividerAt(num) encounters null refe
[
https://issues.apache.org/jira/browse/FLEX-32998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-32998:
-
Labels: easyfix easytest (was: )
> NullPointerException in AdvancedDataGrid.getFieldSortInfo
Hi,
When I run:
./mini_run.sh Components/Image
It gives:
[java] =
[java] Passes: 0
[java] Fails: 0
[java] =
Is this intentional? And if so why are the test excluded
[
https://issues.apache.org/jira/browse/FLEX-26948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-26948:
-
Labels: easyfix (was: )
> Null reference in Slider class: updateDisplayList
> --
[
https://issues.apache.org/jira/browse/FLEX-20983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean reassigned FLEX-20983:
Assignee: (was: Adobe JIRA)
> "dateFormat" value from "SharedResources.properties"
[
https://issues.apache.org/jira/browse/FLEX-15903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-15903:
-
Labels: easyfix easytest (was: )
> Error #1006: value is not a function in
> ListCollection
[
https://issues.apache.org/jira/browse/FLEX-16418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-16418:
-
Labels: easyfix easytest (was: )
> ComboBase selectItem leads to error with empty dataProvid
[
https://issues.apache.org/jira/browse/FLEX-26438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-26438:
-
Labels: easytest (was: )
> ArrayCollection - setItemAt API malfunctioning when it has filte
[
https://issues.apache.org/jira/browse/FLEX-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-22943:
-
Labels: easyfix easytest (was: )
> ArrayCollection.removeAll does not remove all if an array
[
https://issues.apache.org/jira/browse/FLEX-25071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-25071:
-
Labels: easytest (was: )
> removeAll() on a sorted ArrayCollection returns a RangeError: Ind
I'm not seeing it listed in the exclusions. Check the .log files for the
SWFs. Maybe some subtle issue failed somewhere. Provide more of the console
output if you need to. If you watch, does the player come up?
On 4/23/13 3:50 PM, "Justin Mclean" wrote:
> Hi,
>
> When I run:
> ./mini_run.sh
Justin Mclean created FLEX-33519:
Summary: Windows .bat script versions of addAIRtoSDK.sh,
checkAllPlayerGlobals.sh and setFlashPlayerCersion.sh
Key: FLEX-33519
URL: https://issues.apache.org/jira/browse/FLEX-3351
Hi,
> I'm not seeing it listed in the exclusions. Check the .log files for the
> SWFs.
No player star and I have have no log file.
> Provide more of the console output if you need to.
Here you go:
Skipping testcase check
Doing a regular mini run
Buildfile: /Users/justinmclean/Documents/Apach
Hi,
Doh my mistake it should be:
./mini_run.sh components/Image
Not
./mini_run.sh Components/Image
ie "c" not "C"
How hard would be to change ./mini_run.sh so that it supports this:
./mini_run.sh tests/Components/Image
(I took a quick look but wasn't clear what needed to change.)
That way yo
HI,
It's probably a bug in mini_run.sh as:
./mini_run.sh component/Image
Nothing was found to include. Will exit
./mini_run.sh Components/Images
Nothing was found to include. Will exit
But
./mini_run.sh Components/Image
Seems to run and finds zero tests.
Thanks,
Justin
Should it be tests/components/image?
And then command line completions should work.
Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.
Justin Mclean wrote:
HI,
It's probably a bug in mini_run.sh as:
./mini_run.sh component/Image
Nothing was found to include. Will exit
./mini_run
On 4/23/2013 2:50 PM, Justin Mclean wrote:
Believe it or that this does exist in Flash and is use by DateTimeFormatter.
i guess i should read more ;-)
The issue with this class however is there no way to parse a string into a
date (the issue here), just format a date object in a nice way, we
On 4/23/2013 2:54 PM, Justin Mclean wrote:
Hi,
no, its a different calendar underlying the system.
Sure I'm not trying to fix Flex to cater for any calendar system (yet) just
want to get some of the obvious and annoying date issues fixed.
well i wouldn't bother much w/locales that don't use
Hi,
>> Would actually currently pass - although it throws away the GMT+7 and you;re
>> left with what ever timezone your computer is in. (Another bug/feature).
>
> does it actually "cast" the datetime into user's timezone (tz)? that would be
> pretty cool.
Nope it this case it just takes the d
[
https://issues.apache.org/jira/browse/FLEX-33514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-33514.
--
Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0
Fixed and checked into develop branc
Hi,
Think I've sorted most of the am/pm date parsing issues out for supported
locales. See latest check in - feedback would be appreciated.
Greek date time is a bit of an issue in that it can use pm/mm for am/pm (ie pm
is actually am) or use πμ/μμ. The flash player uses πμ/μμ for am/pm in el_GR
[
https://issues.apache.org/jira/browse/FLEX-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-17300:
-
Labels: easyfix easytest (was: )
> After filtering datagrid's dataprovider (arraycollection)
[
https://issues.apache.org/jira/browse/FLEX-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-17300:
-
Component/s: mx: List
> After filtering datagrid's dataprovider (arraycollection) not deselec
[
https://issues.apache.org/jira/browse/FLEX-17300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640076#comment-13640076
]
Justin Mclean commented on FLEX-17300:
--
Also test if this is issue with spark Lists
72 matches
Mail list logo