HI,
> The first reference [1] never made much sense to me.
Same here. Ignoring the first bit do you think that column.sortCompareFunction
== null or column.sortCompareFunction != null?
> The second reference [2] is correct.
Well it might be correct but it never gets there, it returns at the ==
>
> Does your app class implement IFlexInfo?
>
>
It does not seem to implement it. Although core.Application has an empty
get info() function. Are we supposed to override it in our sub classes?
> If that doesn't solve it, send me the SWF and I'll look at it tomorrow
> night. I'm done for today
Hi,
We're at about 40 bug fixes, some new mobile skins, ADG/DG speed improvements
and about 100 issues have been resolved since the last release, probably time
again to start thinking about making a new release.
I made a JIRA here:
https://issues.apache.org/jira/browse/FLEX-33751
1. Are there
Hi,
Do we want to try and get a "pre-release" of Falcon into this release?
Justin
On Mon, Sep 23, 2013 at 11:05 AM, Justin Mclean wrote:
> Hi,
>
> We're at about 40 bug fixes, some new mobile skins, ADG/DG speed
> improvements and about 100 issues have been resolved since the last
> release, p
On Sep 22, 2013 6:05 PM, "Justin Mclean" wrote:
>
> Hi,
>
> We're at about 40 bug fixes, some new mobile skins, ADG/DG speed
improvements and about 100 issues have been resolved since the last
release, probably time again to start thinking about making a new release.
>
> I made a JIRA here:
> http
Do we know when that will be? Per Adobe this release with undergo an
extended beta release for the iOS worker feature.
On Sun, Sep 22, 2013 at 8:05 PM, Justin Mclean wrote:
> Hi,
>
> We're at about 40 bug fixes, some new mobile skins, ADG/DG speed
> improvements and about 100 issues have been re
Hi,
> Switching to Android 4.2 default skins would be a big win. Any chance you
> (or anyone else) can give me a hand on that?
I can help on the coding side, but the skinning is probably better left to
someone with better design skills. I know Android reasonably well (having just
written a boo
Hi,
> Do we know when that will be? Per Adobe this release with undergo an
> extended beta release for the iOS worker feature.
I have no idea, but as it currently in public beta I would guess at most a
month or two, but it could be next week for all I know.
Justin
Please have your App class implement IFlexInfo. It is likely that we
haven't upgraded the Jquery App since we added IFlexInfo.
-Alex
On 9/22/13 4:56 PM, "OmPrakash Muppirala" wrote:
>>
>> Does your app class implement IFlexInfo?
>>
>>
>It does not seem to implement it. Although core.Applicati
On 9/22/13 6:05 PM, "Justin Mclean" wrote:
>Hi,
>
>We're at about 40 bug fixes, some new mobile skins, ADG/DG speed
>improvements and about 100 issues have been resolved since the last
>release, probably time again to start thinking about making a new release.
>
>I made a JIRA here:
>https://is
On 9/22/13 6:39 PM, "Justin Mclean" wrote:
>Hi,
>
>Do we want to try and get a "pre-release" of Falcon into this release?
My thinking was that Falcon pre-releases would be its own release and
overlay a Flex Sdk like folks overlay AIR. I'm not sure we want to take
on the complexity of bundling
Another nice to have is BlazeDS from Apache instead of Adobe. I'm still
waiting on resolution of some IP issues before I commit the code.
-Alex
On 9/22/13 9:32 PM, "Alex Harui" wrote:
>
>
>On 9/22/13 6:05 PM, "Justin Mclean" wrote:
>
>>Hi,
>>
>>We're at about 40 bug fixes, some new mobile ski
completely agree with Alex's comment to have BlazeDS transferred to Apache.
Adobe has not done any new development on that, and it has a horrible bug on
day light saving time handling for year 2006 and earlier (when Bush
Administration increased the day light saving weeks effective 2007).
also, on
Hi,
> still concerned about the fix for the NumericStepper decimal places on
> Windows.
Why? It fixes the currently issue of having it default to and displaying 2
decimal places by default when users expect 0. That would be 80% (or more at a
guess) of NumericSteppers out there in the wild. The
Hi,
> My thinking was that Falcon pre-releases would be its own release and
> overlay a Flex Sdk like folks overlay AIR.
Either way is fine by me, but I think users will expect it to come with the
Flex SDK.
Justin
Hi,
> horrible bug on day light saving time handling for year 2006 and earlier
That's likely to be a Flash Player bug not a BlazeDS one - at a guess. If you
send "raw" dates about the FP can compensate for daylight savings time
incorrectly, ie use the current daylight savings time not the correc
Hi,
> Another nice to have is BlazeDS from Apache instead of Adobe. I'm still
> waiting on resolution of some IP issues before I commit the code.
Do you have an idea of when that might be ready?
This would also involve a change to the build and installation scripts and also
the installer would
On Sep 22, 2013 10:05 PM, "Justin Mclean" wrote:
>
> Hi,
>
> > Another nice to have is BlazeDS from Apache instead of Adobe. I'm still
> > waiting on resolution of some IP issues before I commit the code.
>
> Do you have an idea of when that might be ready?
>
> This would also involve a change to
On 9/22/13 10:17 PM, "OmPrakash Muppirala" wrote:
>On Sep 22, 2013 10:05 PM, "Justin Mclean"
>wrote:
>>
>> Hi,
>>
>> > Another nice to have is BlazeDS from Apache instead of Adobe. I'm
>>still
>> > waiting on resolution of some IP issues before I commit the code.
>>
>> Do you have an idea of
Hi,
> Not much, I think.
No huge changes but I think we would need to:
- remove the optional step about "do you want remoting support?" if using
Apache Flex 4.11
- remove the step step that downloads BlazeDS from
http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/ for Apach
e
On 9/22/13 9:53 PM, "Justin Mclean" wrote:
>Hi,
>
>> still concerned about the fix for the NumericStepper decimal places on
>>Windows.
>Why? It fixes the currently issue of having it default to and displaying
>2 decimal places by default when users expect 0. That would be 80% (or
>more at a gu
if we can have multi-threaded workers for DG rendering, for example, if we
can have 2 or 4 workers in DG rendering, we can split all the cells into
multiple groups, and render them concurrently.
currently, the DG rendering has only one thread, which will process all the
cells sequentially, one aft
Thought of another issue worth fixing: aren't folks complaining about
compiler warnings from the experimental swc?
-Alex
On 9/22/13 10:50 PM, "Alex Harui" wrote:
>
>
>On 9/22/13 10:17 PM, "OmPrakash Muppirala" wrote:
>
>>On Sep 22, 2013 10:05 PM, "Justin Mclean"
>>wrote:
>>>
>>> Hi,
>>>
>>> >
Of late, I have been missing emails from folks posted on this list,
especially from Alex and Peter. Ex. this response from Alex never reached
my inbox [1]
List moderators, anything you can take a look at?
Others, if you were expecting responses, checking
s.apache.org/flex-dev-forum once in a whi
Hi,
> It's that 80% number that worries me.
80% are currently broken with the 4.10 release! On windows it will show 2
decimal places when the user (and developer) expects zero.
> that the number of decimal places in the step size must match the number of
> decimal places in the display format
Hi Jack,
I'm not convinced this can be easily generalized into a framework feature.
First, IIRC, the player does not allow workers to modify display objects.
The workers could compute some information the display objects might
need, but the overhead of data transfer between the workers and the m
In the class FlexVersion, it has a property
called compatibilityVersionString. In Flex 4.6 the value is 4.6.0, in Flex
4.10 the value is 4.16.0. I would have thought the value should be 4.10.0.
This looks like a bug.
--
Chris
--
Chris Velevitch
Manager - Adobe Platform Users Group, Sydney
m: 04
It showed up in my inbox at 9:27pm west coast time.
I don't think it is a moderator issue. Do you have a spam filter that
could have trapped it? Or a Junk folder?
-Alex
On 9/22/13 11:01 PM, "OmPrakash Muppirala" wrote:
>Of late, I have been missing emails from folks posted on this list,
>esp
Yes, it is a bug because:-
public static const VERSION_4_10:uint = 0x0410
should be:-
public static const VERSION_4_10:uint = 0x040A
And so should CURRENT_VERSION.
On Mon, Sep 23, 2013 at 4:07 PM, Chris Velevitch
wrote:
> In the class FlexVersion, it has a property
> call
On 9/22/13 11:02 PM, "Justin Mclean" wrote:
>Hi,
>
>> It's that 80% number that worries me.
>80% are currently broken with the 4.10 release! On windows it will show 2
>decimal places when the user (and developer) expects zero.
I definitely want the Windows default to be whole numbers, but I thi
Hi,
> In the class FlexVersion, it has a property
> called compatibilityVersionString. In Flex 4.6 the value is 4.6.0, in Flex
> 4.10 the value is 4.16.0. I would have thought the value should be 4.10.0.
> This looks like a bug.
It's a bug but probably has no effect. Nothing internally currently
Please file a bug.
Thanks,
-Alex
On 9/22/13 11:11 PM, "Chris Velevitch" wrote:
>Yes, it is a bug because:-
>
> public static const VERSION_4_10:uint = 0x0410
>
>should be:-
>
> public static const VERSION_4_10:uint = 0x040A
>
>And so should CURRENT_VERSION.
>
>
>On Mon, Sep 23
Hi,
> It showed up in my inbox at 9:27pm west coast time.
>
> I don't think it is a moderator issue. Do you have a spam filter that
> could have trapped it? Or a Junk folder?
Showed up here as well.
Google has also been having issues, if you getting gmail vis POP or IMAP I've
seen delays of
Hi,
Fixed and checked into develop branch.
Thanks,
Justin
Hi Alex and Justin,
in AppComputing financial app, they have a spreadsheet using DG.
www.appcomputing.com
the demo site login
http://www.appcomputing.com/demo.html
one you login, clicks the spreadsheet link on the top right hand corner of
the screen, to load the spreadsheet.
if the spreadshee
Justin,
I'm about to shutdown for tonight, can you do a quick check to make sure
no code in the modules folder needs to change as well? Just take a quick
look at any changes to that folder between 4.9 and 4.10.
Thanks,
-Alex
On 9/22/13 11:26 PM, "Justin Mclean" wrote:
>Hi,
>
>Fixed and check
Log as https://issues.apache.org/jira/browse/FLEX-33771
On Mon, Sep 23, 2013 at 4:29 PM, Alex Harui wrote:
> Justin,
>
> I'm about to shutdown for tonight, can you do a quick check to make sure
> no code in the modules folder needs to change as well? Just take a quick
> look at any changes to
Hi,
> I'm about to shutdown for tonight, can you do a quick check to make sure
> no code in the modules folder needs to change as well? Just take a quick
> look at any changes to that folder between 4.9 and 4.10.
I checked it's correct, from MxmlConfiguration.java:
public static final int VERSI
38 matches
Mail list logo