Hi,
> Yes, I checked on Windows, the JIRA ticket told me to ;-)
Only about a dozen people are subscribed to the JIRA email list, people may of
missed it so I posted here.
Thanks for testing.
Justin
Congrats and welcome, Darrell! Thanks for all the contributions so far.
Looking forward to much more.
Regards,
Om
On Fri, Sep 13, 2013 at 6:22 PM, Rushme Nayak wrote:
> congrats :)
>
>
> On Sat, Sep 14, 2013 at 4:44 AM, Mark Kessler
> wrote:
>
> > Congratulations :)
> >
> > -Mark
> >
>
>
>
> -
congrats :)
On Sat, Sep 14, 2013 at 4:44 AM, Mark Kessler
wrote:
> Congratulations :)
>
> -Mark
>
--
Warm Regards,
*Rush-me*
Congratulations :)
-Mark
Hi,
I've created a wiki page[1] and a sample to show how to make a custom
itemRenderer using FlexJS.
[1] https://cwiki.apache.org/confluence/display/FLEX/List+Component
Regards,
Peter Ent
Adobe Systems
Thanks Avi, here is what I have defined for the dependencies in my build tag,
are there more/different dependencies I need to set?
${flex.groupId}
compiler
${flex.sdk.version}
Hi,
I have an application which is scaled from center. Now i am having issue
in scaling stagewebview. The application x and y has been changed. So how
do i change the x and y also the height and width with respective to the
application
--
Thanks and Regards,
JJain,
If you have knowledge,
Hi,
I am pleased to announce that the Project Management Committee (PMC) for
Apache Flex has invited Darrell Loverin to become a committer and he has
accepted.
Darrell provided several key patches to the Falcon compiler over the past
few weeks. Darrell was a member of Adobe's ASC 2.0 team and th
Hi
Just updated README file, which lists now all thirdparty libraries with its
licenses. There are a few Apache libraries, which can be automatically
downloaded in my opinion.
Are BSD, MIT and CPL 1.0 compatible with Apache? Do those libraries need a
prompt for a user to accept the license before
I would add a listener to the application for the resize event, then in the
handler handle the positioning and scaling of the StageWebView.
On Fri, Sep 13, 2013 at 10:39 AM, Jitendra Jain <
warriorofheavens...@gmail.com> wrote:
> Hi,
>
>I have an application which is scaled from center. Now
Yes, I checked on Windows, the JIRA ticket told me to ;-)
All is well.
EdB
On Fri, Sep 13, 2013 at 8:21 AM, Justin Mclean wrote:
> Hi,
>
> Sorry forgot to say on windows, I'm on OSX here.
>
> Thanks,
> Justin
--
Ix Multimedia Software
Jan Luykenstraat 27
3521 VB Utrecht
T. 06-51952295
I
Sorry ... @Eric,
Also wanted to mention that we have a page in our wiki that lists available
Designer Tools out there [1]. @Others ... In case there are other
competitive new Design Tools around, feel free to add them to this wiki
page.
[1]
https://cwiki.apache.org/confluence/display/FLEX/Designe
If no one gets to it by the time I get home, I'll test it tonight on windows 7.
-Mark
-Original Message-
From: Justin Mclean [mailto:jus...@classsoftware.com]
Sent: Friday, September 13, 2013 2:22 AM
To: dev@flex.apache.org
Subject: Re: RTE in combo box when using del or backspace in win
Jude Frangipane has an excellent library available that wraps the
StageWebView inside an UIComponent that supports these kind of things.
This might help your use case:
http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/
Thanks,
Om
On Fri, Sep 13, 2013 at 10:03 AM, Nick Colli
Hi Jitendra ,
When you targeting multiple devices with one build you need to do these
things
1. dpi caluculation
2. scaling the content depends upon the screen resolutions
dpi caluculations:
var widthScale:Number = screenWidth/TARGET_WIDTH;
// on which resolution you ma
I confirmed it was present on 17/Aug/13
-Mark
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Friday, September 13, 2013 12:15 PM
To: dev@flex.apache.org
Subject: Re: RTE in combo box when using del or backspace in windows
I assume this means you confirmed it did exp
Indeed it does.
TL;DR: Justin's fix fixes the issue.
EdB
On Fri, Sep 13, 2013 at 6:14 PM, Alex Harui wrote:
> I assume this means you confirmed it did explode without Justin's changes?
>
> On 9/13/13 1:03 AM, "Erik de Bruin" wrote:
>
>>I can confirm that the ComboBox is no longer exploding :
I've updated the Falcon Jenkins job, it now archives the artifacts.
You can always get the latest and greatest from here:
https://builds.apache.org/job/flex-falcon/lastSuccessfulBuild/artifact/compiler/commandline/
EdB
On Fri, Sep 13, 2013 at 12:07 AM, Justin Mclean
wrote:
> HI,
>
>> BTW, are
I assume this means you confirmed it did explode without Justin's changes?
On 9/13/13 1:03 AM, "Erik de Bruin" wrote:
>I can confirm that the ComboBox is no longer exploding :-)
>
>EdB
>
>
>
>On Fri, Sep 13, 2013 at 9:56 AM, Erik de Bruin wrote:
>> On it.
>>
>> EdB
>>
>>
>>
>> On Fri, Sep 13, 2
I did some more digging.
At some point, NumericStepper calls NumberFormatter. I believe there is a
bug in that logic because the NumberFormatter does not get created until
you hit the up/down buttons.
Anyway, the NumberFormatter creates an instance of
flash.globalization.NumberFormatter. On Win
Thanks Chris. I do that that in my pom.. maybe I've inserted it in the
incorrect location? I'll post my poms for clarity sake. I've removed some
of the non pertinent plugins/settings.
Parent pom:
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Hey, you kinda stole my thunder there, by leaking my brilliant
solution to the list, before I got a chance to commit it :-)
EdB
On Fri, Sep 13, 2013 at 12:15 AM, Justin Mclean
wrote:
> Hi,
>
>> - fun one: several vars of type uint that are initialised with the value -1
>> ;-)
>
> Actually the
The first two are OK, the third may need something extra, according to [1]
EdB
1: http://www.apache.org/legal/3party.html
On Fri, Sep 13, 2013 at 3:58 PM, Cyrill Zadra wrote:
> Hi
>
> Just updated README file, which lists now all thirdparty libraries with its
> licenses. There are a few Apache
I can confirm that the ComboBox is no longer exploding :-)
EdB
On Fri, Sep 13, 2013 at 9:56 AM, Erik de Bruin wrote:
> On it.
>
> EdB
>
>
>
> On Fri, Sep 13, 2013 at 3:15 AM, Justin Mclean
> wrote:
>> Hi,
>>
>> Can someone test out the fix I checked for this JIRA issue.
>> https://issues.apa
On it.
EdB
On Fri, Sep 13, 2013 at 3:15 AM, Justin Mclean wrote:
> Hi,
>
> Can someone test out the fix I checked for this JIRA issue.
> https://issues.apache.org/jira/browse/FLEX-33630
>
> Thanks,
> Justin
--
Ix Multimedia Software
Jan Luykenstraat 27
3521 VB Utrecht
T. 06-51952295
I. w
I built FM 6.0.1 against Flex 4.6 so per default FM will Import all of The
framework libs in 4.6 except if you specify otherwise. I guess you didn't
Import the Framework-POM but just the libs you needed. That causes Maven to use
the ones you didn't specify in Version 4.6. You could avoid this by
Hi,
> - fun one: several vars of type uint that are initialised with the value -1
> ;-)
Actually the old compiler does warn about it, and i ends up with a value of
4294967295 Probably safe to replace the -1 with int.MAX_VALUE.
Thanks,
Justin
Hi,
Sorry forgot to say on windows, I'm on OSX here.
Thanks,
Justin
You need to overide /set the dependencies in the plugin inside the build
tags
On 13 Sep 2013 08:35, "mscharp" wrote:
> I've updated my projects to start building with your 6.0.1 version of FM.
> I haven't had a chance to really get into it yet, but the first things I'm
> seeing are these warning
You might wanna use a reflection tool to get it right at runtime. Design
views are not needed for this and don't work for generative frameworks
either. Reflection always works.
Am 04.09.2013 16:30 schrieb "Nicholas Kwiatkowski" :
> That's a bit harsh. I used design view all the time to do basic l
Hi Group,
I have few skins for Iphone 5 and now i want to target for all ios
devices. Is there any way to do that or else i have to manually calculate
dpi, resolutions and do the scaling stuff?
--
Thanks and Regards,
JJain,
If you have knowledge, let others light their candles in it --Marg
I'm concerned we're going to break someone's app.
Another scenario I thought of was the 50 cent scenario where you set the
step size to .5 but want to show 2 digits of cents. Yes, they can fix
their apps, but I don't like doing that to people.
I think I'll drag out my Windows computer and see wh
Ok, I'll take a look at those issues tonight, close the ones that can
be closed, comment on some and resolve some. Let's see what we have
left tomorrow ;-)
EdB
On Thu, Sep 12, 2013 at 5:16 PM, Cyrill Zadra wrote:
> Hi Erik
>
> Some of them are already raised as JIRA [1].
>
> regards
> Cyrill
>
If one pom file in a project uses FM 6 and another uses 3 would you expect
that to cause conflicts?
On 12 Sep 2013 19:19, "christofer.d...@c-ware.de"
wrote:
> Well actually FM should build your application with any mavenized FDK you
> throw at it. Unless something has changed in more recent Versi
34 matches
Mail list logo