Hi,
Here's the list of the currently assign JIRA issues, I know that some are being
worked on and some may be resolved, but if you're assigned to an issue but are
no longer willing to work on it can you mark it as unassigned.
Adobe JIRA
FLEX-33580 CLONE - Ambiguous reference when using dat
On it...
On Wed, Sep 11, 2013 at 11:24 PM, Justin Mclean wrote:
> Hi,
>
> Someone mind trying out this patch for the spark NumericSpinner?
>
> diff --git
> a/frameworks/projects/spark/src/spark/components/NumericStepper.as
> b/frameworks/projects/spark/src/spark/components/NumericStepper.as
> in
Hi,
May help if you looking for something to fix or want to help out with testing.
https://issues.apache.org/jira/issues/?filter=12324867
This is the list of unresolved issues than have been raised by someone and not
imported into JIRA from the old bugbase - there's only 280 of them!
Only abo
Hi,
Someone mind trying out this patch for the spark NumericSpinner?
diff --git a/frameworks/projects/spark/src/spark/components/NumericStepper.as
b/frameworks/projects/spark/src/spark/components/NumericStepper.as
index 6a45b32..02d0ebf 100644
--- a/frameworks/projects/spark/src/spark/components
On 9/11/13 4:50 PM, "Alessandro Palombaro" wrote:
>Thanks Alex! Do you know why some of the swcs have their source
>attachments automatically setup correctly and some others don't? Is it FB
>doing its own thing or is there somewhere in the SDK these links are
>defined?
I have not found a way fo
Hi,
> This is because we don't have any signed RSLs (SWZ Files).
Why do you need signed files? Apache Flex does come with RSLs they are just not
signed.
Thanks,
Justin
Thanks Alex! Do you know why some of the swcs have their source
attachments automatically setup correctly and some others don't? Is it FB
doing its own thing or is there somewhere in the SDK these links are
defined?
On Wed, Sep 11, 2013 at 10:51 PM, Alex Harui wrote:
> You should be able to go
Thanks, Om, Sugan, Randy for feedback.
Turns out that I still have the problem, I will see the log on Flash
Builder generating.
The RTE is expected, forced to see if does reproduce on yours side.
I need to investigate further.
Igor Costa
www.igorcosta.com
www.igorco
On Wed, Sep 11, 2013 at 1:34 PM, Igor Costa wrote:
> Hey there Randy.
>
> Thanks for feedback, I really appreciate, but let me ask you did you use
> the latest 4.10 SDK and AIR 3.8 on FB 4.7? If so, can you test the package
> that I sent?
>
>
Tested with 4.10 SDK with AIR 3.8 on FB 4.7. The app
Oops Igor... no I didn't. Should know you are much more on the edge than I
am at the moment :) I would like to try that out but I can't promise to
come back quickly.
I used FP 4.7 with AIR 3.6 and with 4.6 SDK ...
- Randy
On Wed, Sep 11, 2013 at 2:34 PM, Igor Costa wrote:
> Hey there Randy.
HI,
I did a test on FB4.6 / SDK 4.10 / Air 3.8 and got the same error when I
clicked on Print PDF.
Debug shows img.bitmapData = NULL on the following line :
var cover:BitmapData = img.bitmapData;
I assume this then triggered the "...a null object reference" error.
Regards,
Sugan Naicker
--
Hi there guys
Just a rumble question, does you guys tried to compile a simple Flex AIR
app using BitmapData with latest SDK release with Flash Builder 4.7?
Turns out that very strange behavior that apps when launches will take few
seconds and freezes and unload the Main swf file.
I need help fro
Hard to tell how hard of a fix that bug might be.
-Darrell
On 9/11/13 2:49 PM, "Alex Harui" wrote:
>I might have time. You sure you don't want to try to fix it yourself?
>
>-Alex
>
>On 9/11/13 5:36 AM, "Erik de Bruin" wrote:
>
>>On Fri, Sep 6, 2013 at 5:21 PM, Cyrill Zadra
>>wrote:
>>> For
possible we can have 2 or more thread inside the main rendering? so that it
doesn't share with other workers, but has multiple workers inside the
datagrid rendering
Thanks
Jack
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Wednesday, September 11, 2013 11:43 AM
To:
I might have time. You sure you don't want to try to fix it yourself?
-Alex
On 9/11/13 5:36 AM, "Erik de Bruin" wrote:
>On Fri, Sep 6, 2013 at 5:21 PM, Cyrill Zadra
>wrote:
>> For this I already raised a JIRA -
>> https://issues.apache.org/jira/browse/FLEX-33716
>
>This looks to be the only i
Hey there Randy.
Thanks for feedback, I really appreciate, but let me ask you did you use
the latest 4.10 SDK and AIR 3.8 on FB 4.7? If so, can you test the package
that I sent?
Best Regards
Igor Costa
www.igorcosta.com
www.igorcosta.org
On Wed, Sep 11, 2013 at 5:
On 9/11/13 11:03 AM, "Jack Yu" wrote:
>Hi,
>
>the new flash player 11.8 can support multi threaded.
>
>in the datagrid, can the cell rendering take the advantage of multi
>threaded
>in flash player? meaning if there are 100 rows, 100 columns, can the
>datagrid to use 2 or 4 threads to render al
Hi Michael,
building FM is a beast ... This is mainly because it's backward compatible with
almost all FDKs available. Unfortunately you need all of them in the Testsuite.
But I guess that you usually don't need the testharnes to run. Especially this
is guaranteed to fail when building FM with
Igor,
For this app https://itunes.apple.com/ca/app/jolifoto/id574204502 I used 4.7
and Starling/Feathers and working with BitmapData was ok. I hope that helps ...
sorry if I answered the wrong answer.
- Randy
On 2013-09-11, at 1:49 PM, Igor Costa wrote:
> Hi there guys
>
> Just a rumble que
On Wed, Sep 11, 2013 at 2:20 PM, Alex Harui wrote:
> Yes, but not sure that will actually save you time.
As someone that has also tackled the 100+ (onscreen) rows and 100+ columns
I can tell you that the best fix was to focus heavily on the itemRenderers.
Also if you can make it so that columns
I started with the source being Object but then I realized it might not
make any sense on the JavaScript side so I made it a String. If someone
wanted to load in a SWF, it would make the app unusable on the JavaScript
side, so I would think they would change the beads or there would be a
Flash-spec
On 9/11/13 11:51 AM, "Jack Yu" wrote:
>possible we can have 2 or more thread inside the main rendering? so that
>it
>doesn't share with other workers, but has multiple workers inside the
>datagrid rendering
AFAIK, there is only one rendering thread.
Often, the best thing to do is optimize your
I didn't see any more localization errors but TypeErrors like this one [1]
and lot of warnings " Erreur de demande d'envoi HTTP" (error sending HTTP
request), I don't know where's that come from looking at the code though.
-Fred
[1]
Hello from excludes at: Tue Sep 10 20:48:31 GMT+0200 2013
exclud
The pre_compile.sh.38.log doesn't say so much though:
Removing previously compiled files...
Compiling sub application SWFs...
Loading configuration file
F:\sources\apache\flex\sdk\frameworks\flex-config.xml
F:\sources\apache\flex\sdk\mustella\tests\MarshallPlan\SWFs\assets\simpleFor
ms.swf (387674
Looks like creating a new model would be the way to go then. I am only
concerned about having to create a new interface/class heirarchy because
only one function's (source, in this case) signature is incompatible.
I saw something about function overloading somewhere. If we get around to
doing th
Shouldn't we be able to send layout calculations to the workers and have
them return the final data for the renderer?
On 11 Sep 2013 22:11, "Alex Harui" wrote:
>
>
> On 9/11/13 11:51 AM, "Jack Yu" wrote:
>
> >possible we can have 2 or more thread inside the main rendering? so that
> >it
> >doesn
Yes, but not sure that will actually save you time.
On 9/11/13 12:16 PM, "Avi Kessner" wrote:
>Shouldn't we be able to send layout calculations to the workers and have
>them return the final data for the renderer?
>On 11 Sep 2013 22:11, "Alex Harui" wrote:
>
>>
>>
>> On 9/11/13 11:51 AM, "Jack
This test: MarshallPlan/ManagerTests/MP_NestedSWF_FocusManager_Tests
id=NestedSWF_FocusManager_Tab_fromLocalhost
says it times out waiting for topSWF. Take a look at the test to see
which SWF it is waiting for and make sure that SWF is compiled. Then I
think you'll have to debug into it to see w
Hi,
the new flash player 11.8 can support multi threaded.
in the datagrid, can the cell rendering take the advantage of multi threaded
in flash player? meaning if there are 100 rows, 100 columns, can the
datagrid to use 2 or 4 threads to render all the 1000 cells in multiple
concurrent threads?
Hi All - I'm hoping I'm posting this in the correct space. I've seen Chris
Dutz around here and since Marvin shut down the old FM group, this looks
like the best place for my questions.
Anyway - I'm currently working on updating our large flex project(s) from FM
4.2-beta to FM 6.1.0. I've pulled
On Wed, Sep 11, 2013 at 10:58 AM, Alex Harui wrote:
> Maybe, or in FlexJS, where we don't try to make a one-size-fits-all
> component, there will be a separate component called EmbeddedImage.
I had a usecase in the past where I grab an bitmap data from the hard disk
and while it is uploading in
The Marshall Plan tests load up child SWFs that are compiled in the
precompile.sh and other .sh files in the Marshall Plan folder. I've seen
those compiles fail but the error isn't reported so the tests run and
can't find the child SWF. There should be a .log file next to the .sh
files that conta
Maybe, or in FlexJS, where we don't try to make a one-size-fits-all
component, there will be a separate component called EmbeddedImage. FWIW,
most usage of embedded images in Flex via Image/SWFLoader was a waste of
memory. A much lighterweight class is possible. For FlexJS, embedded
images on the
On 9/11/13 11:08 AM, "OmPrakash Muppirala" wrote:
>On Wed, Sep 11, 2013 at 10:58 AM, Alex Harui wrote:
>
>> Maybe, or in FlexJS, where we don't try to make a one-size-fits-all
>> component, there will be a separate component called EmbeddedImage.
>
>
>I had a usecase in the past where I grab a
IImageModel should perhaps define the getter/setter for sources as:
function get source():Object;
function set source(value:Object):void;
instead of:
function get source():String;
function set source(value:String):void;
In the Flash based implementation, we need to have the option of setting a
You should be able to go to Project Properties/Build Paths/Library Paths
Expand the SDK and you should see all SWCs, expand a SWC and you should be
able to set a source attachment for it.
On 9/11/13 1:31 AM, "Alessandro Palombaro" wrote:
>Does anyone know how to setup Flash Builder 4.6 to proper
Yes, I did miss that. I think we're getting a bit off topic (Falcon),
but I'm curious and looked into this a bit further.
It looks like the assignment resolves to 'undefined' if the second
part is null, NOT to boolean false. But the result seems to be the
same, so I am stopping now.
It's all good
columnIndicator != null
Did my previous mail not make it?
On Wed, Sep 11, 2013 at 3:47 PM, Erik de Bruin wrote:
> columnIndicator
I think it is good the compiler marking that situation as a warning, as it
might produce unexpected results though the code could properly run in a
machine...
2013/9/11 Justin Mclean
> Hi,
>
> > This seems to be a valid error the should be fixed in the SDK, correct?
>
> Looks like valid code to
What would the assignment - "columnIndicator =
rowIndicators[columnIndex]" - resolve to, in the context of the
if-statement it's embedded in?
EdB
On Wed, Sep 11, 2013 at 3:30 PM, Justin Mclean wrote:
> Hi,
>
>> This seems to be a valid error the should be fixed in the SDK, correct?
>
> Looks l
Hi,
> This seems to be a valid error the should be fixed in the SDK, correct?
Looks like valid code to me, not that I (or I guess many people) would write
that way. Note that the variable is defined in the line above.
Justin
Erik,
I don't wanna know, how many nightmares the ADG has caused already now. ;)
@YourQuestion Don't know, but seems highly likely, unless this is meant as:
*columnIndicator = rowIndicators[columnIndex];*
*if (rowIndicators && ( columnIndicator != null ))*
Also, I'm working my way through your w
Hi,
While playing around with Falcon and the various projects in the SDK,
I got this error from Falcon:
/Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as:7779
Warning: Assignment within conditional. Did you mean == instead of =?
i
On Fri, Sep 6, 2013 at 5:21 PM, Cyrill Zadra wrote:
> For this I already raised a JIRA -
> https://issues.apache.org/jira/browse/FLEX-33716
This looks to be the only issue that is between me and being able to
successfully compile a large AIR project using Falcon. Any chance
someone who knows the
Prefixing the path with a forward slash works for the 'classic' mxmlc.
Using 'classic' I can now compile my project from the command line.
EdB
On Fri, Sep 6, 2013 at 5:49 PM, Alex Harui wrote:
> I assume this SWF compiles via other means like as an FB project? FB
> seems to do stuff that mak
Does anyone know how to setup Flash Builder 4.6 to properly jump to Flex
source files when hitting F3 (open declaration) on a class reference?
It seems I can jump to classes that existed in older versions (most of the
time it jumps to the wrong line in the class but still opens the source
file) bu
In my opinion, function-binding is a must, XML would be hard to impossible to
support as you noted and a compiler warning sounds like a good suggestion,
and as for repeaters, I would drop the support for them. It was a weird
feature even with MXML compiler (had some strange limitations).
--
View
47 matches
Mail list logo