When I pick from the dropdown list, initially nothing happens. But
when I then click OK, the currect stock price of the selected ticker
symbol is displayed in the text entry on the right.
I can't get the original FlexJS example to work in Flash Builder, so I
can't check on the intended functionali
Hi All,
I am following your progress around the AS to JS compiler. I was
going through the wiki page which tells about the progress.
I was just curios to know how are you converting the display object
from MXML to JS. There is no place where it is mentioned that which
mxml component gets conver
Ok, I agree on the minimalist approach very much, but that doesn't
exclude the use of a large library (sounds silly, but read on).
On the merits of using 'goog' events: Gmail, Google Plus, Google Drive
etc. This is a cross-platform, cross-browser, tremendously tested and
proofed implementation. It
Hi,
The wiki page is a little behind the facts, I'm afraid. I'll try to
explain what's going on in the compiler(s) as best as I can.
It really boils down to this: for each AS class or MXML tag there is a
complimentary JS class. The FlexJS library is actually 2 libraries:
one AS/MXML library that
In Safari, with the "error console" opened, I get the following
"warning/message" (not an exception, as far as I can tell):
event.layerX and event.layerY are broken and deprecated in WebKit.
They will be removed from the engine in the near future.
Is that what you are seeing as well? Or do you ge
I have a autosuggest library which I have been using in my project. I now
have a textinput where I have to use this library. But this time the input
has around 900,000 records. i.e, an xml having 900,000 nodes. When I used
it with the component, it works but it has become slow probably because of
f
On 3/31/13 6:33 AM, "Erik de Bruin" wrote:
> In Safari, with the "error console" opened, I get the following
> "warning/message" (not an exception, as far as I can tell):
>
> event.layerX and event.layerY are broken and deprecated in WebKit.
> They will be removed from the engine in the near
On selection from the dropdownlist it hits the breakpoint. Stepping
into brings me to UIBase::dispatchEvent, where the only argument is a
CustomEvent (so that was created properly, it seems) and then it
enters the whole event chain that lead to the value of the
dropdownlist being displayed in the t
On 3/31/13 7:03 AM, "Erik de Bruin" wrote:
> On selection from the dropdownlist it hits the breakpoint. Stepping
> into brings me to UIBase::dispatchEvent, where the only argument is a
> CustomEvent (so that was created properly, it seems) and then it
> enters the whole event chain that lead t
My Safari is 6.0.3, the current version on OS X 10.8.3. I'm curious to
hear how the app is functioning for you in Chrome?
EdB
On Sun, Mar 31, 2013 at 4:28 PM, Alex Harui wrote:
>
>
>
> On 3/31/13 7:03 AM, "Erik de Bruin" wrote:
>
>> On selection from the dropdownlist it hits the breakpoint. S
On 3/31/13 12:36 AM, "Erik de Bruin" wrote:
> Ok, I agree on the minimalist approach very much, but that doesn't
> exclude the use of a large library (sounds silly, but read on).
>
> On the merits of using 'goog' events: Gmail, Google Plus, Google Drive
> etc. This is a cross-platform, cross-
Chrome (if it's up to date) should have the same webkit version as my
Safari 6 (I think), so if it's a version "problem", this should show
you in Chrome what I see in my Safari (and Chrome and Firefox, both on
OS X and WinXP/7).
EdB
On Sun, Mar 31, 2013 at 4:33 PM, Erik de Bruin wrote:
> My Sa
>> any day. And it's there for us to use, since we already require (pun
>> intended) the Closure Library.
> But one could use the same argument to say we should start with Jquery.
One certainly could. But I don't know jQuery and I do know the Closure tools.
EdB
--
Ix Multimedia Software
Jan L
You're right it works much better in Chrome. I guess later webkit must be
able to resolve "new CustomEvent" to "new
org.apache.flex.events.CustomEvent", and the HTTP DOM lets you dispatch
something other than DOMEvent.
I would think we need to support older webkit versions, though, so that
brings
I think WebKit might be solved by fully qualifying constructor calls.
Should be easy enough to add to FalconJx.
EdB
On Sunday, March 31, 2013, Alex Harui wrote:
> You're right it works much better in Chrome. I guess later webkit must be
> able to resolve "new CustomEvent" to "new
> org.apache
On 3/31/13 8:05 AM, "Erik de Bruin" wrote:
> I think WebKit might be solved by fully qualifying constructor calls.
> Should be easy enough to add to FalconJx.
I'm not sure about that. In my older safari, you can't dispatch anything
other than the built-in Event from an HTMLElement.
>
> EdB
>
On 3/31/13 7:46 AM, "Erik de Bruin" wrote:
>>> any day. And it's there for us to use, since we already require (pun
>>> intended) the Closure Library.
>> But one could use the same argument to say we should start with Jquery.
>
> One certainly could. But I don't know jQuery and I do know the
>> One certainly could. But I don't know jQuery and I do know the Closure tools.
>>
> I will choose not to interpret this as your "my way or the highway"
> declaration. :-)
Just pointing out my limitations :-P
EdB
--
Ix Multimedia Software
Jan Luykenstraat 27
3521 VB Utrecht
T. 06-51952295
I
I believe the filterFunction goes over each item separately and treats each
item as an Object. So if you had 900k records, it should be a consistent
(slow) speed for each key-press. The more logic is in your filterFunction
the more compounded the effects you should see in the speed (slower with
m
Hi,
> When I used it with the component, it works but it has become slow probably
> because of
> filtering of the xmllistcollection on each key press.
It may depends on your filter function. XML operations are generally slower
than operations on other types. You should see some speed improvemen
I attempted to build from the source [1] downloaded from our dist repo
[2]. I was unable to successfully build it just using "ant build". Any
suggestions on what I might be doing wrong. I'm guessing I would need to
copy the "flexTasks.tasks" to somewhere . The current SDK I have is the
compiled
Hi Mark,
What version of Ant are you running ?Please continue this discussion in the
[Discuss] thread relative to this RC instead of the [VOTE] one.
Frédéric THOMAS
> Date: Sun, 31 Mar 2013 18:51:40 -0400
> Subject: Re: [VOTE] Release InstallApacheFlex 2.5.3 - RC4
> From: kesslerconsult...@gmail
Frédéric,
Here are my version numbers each. I have the environmental variables
setup and the path setup. I just recompiled the flex-sdk to make sure
everything else was working as intended.
ANT: 1.9.0
AIR: 3.4
Flex: current git build of develop (compiled successfully)
Do you think it's the a
Ugh never mind when I removed my old build of the Flex-SDK and rebuilt the
new one... The Flex-Installer built correctly.
BUILD SUCCESSFUL
Total time: 21 seconds
Thanks though. I appreciate the help
-Mark
On Sun, Mar 31, 2013 at 7:44 PM, Mark Kessler
wrote:
> Frédéric,
>Here are my ver
ok :)
-Fred
-Message d'origine-
From: Mark Kessler
Sent: Monday, April 01, 2013 1:50 AM
To: dev@flex.apache.org
Subject: Re: [DISCUSS] Apache Flex SDK Installer 2.5 RC4 (was: [DISCUSS]
Apache Flex SDK Installer 2.5 RC3)
Ugh never mind when I removed my old build of the Flex-SDK and
Hi,
With the signed windows binaries and sources gpg gives:
gpg: Signature made Sat 30 Mar 02:11:51 2013 EST using RSA key ID 458BCC72
gpg: Good signature from "Frédéric THOMAS "
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signatu
Well I have a clean ant download in separate folder than the flex-sdk. I
have it use the "ANT_HOME" and path "%ANT_HOME%\bin" variables to access
it. My problem seemed to be that my flexTasks.jar file disappeared from my
/flex/lib folder. When I rebuilt the Flex-SDK it re-created it and I was
g
Hi,
I suggest adding to this KEYS file:
https://dist.apache.org/repos/dist/release/flex/KEYS
(As both the installer and flex SDK are in directories below that)
Thanks,
Justin
Hi,
> Ugh never mind when I removed my old build of the Flex-SDK and rebuilt the
> new one... The Flex-Installer built correctly.
I ran into a very similar issue the other day as did someone else. So there's
something going with o wit looks up ant/lib or lib to find that file not 100%
what it i
I just extracted the sources of the installer, ran Ant and the build was ok,
so, I don't know but that's twice that people reports an issue with the
flexTasks.tasks, did you tried to copy the one the the SDK 4.9.1 to Ant ?
-Fred
-Message d'origine-
From: Mark Kessler
Sent: Monday, Ap
+1
-Successful build of the source [1].
-Successful update/install of the binaries[2]
-Used app to download the sdk with all dependencies (en-us, win7).
[1]
https://dist.apache.org/repos/dist/dev/flex/installer/2.5/RC4/sources/apache-flex-sdk-installer-2.5.3-src.zip
[2]
https://dist.apache.org/r
Ok, I didn't get everything but I believe you, is that better now ?
-Fred
-Message d'origine-
From: Justin Mclean
Sent: Monday, April 01, 2013 2:16 AM
To: dev@flex.apache.org
Subject: Re: [DICUSS] Release InstallApacheFlex 2.5.3 - RC4
Hi,
I suggest adding to this KEYS file:
https
Hi,
+1 (binding) form me.
Checked MD5 hashes of binary and sources.
Checked signatures of binary and sources - there's a minor issue (see discuss).
Built installer from source.
Couldn't could do a make develop (see below).
Rat report is correct.
Run installer to make a Flex SDK.
Checked that th
Hi,
> Ok, I didn't get everything but I believe you, is that better now ?
I think that's fine now. Alex (or others) may have another opinion however.
Justin
Hi,
Made a few minor changes to the README and RELEASE_NOTES (few minor issue with
SVN vs Git URLs and version numbers). Not essential IMO that they are in this
release.
Justin
Hi,
Having yet another issue with Git in utilities repo. I'm made changes to README
and RELEASE_NOTES but can't push them to the repo.
git status
# On branch origin
# Your branch is ahead of 'origin/master' by 2 commits.
# (use "git push" to publish your local commits)
git remote show origin
Hi,
Never mind I check checkout the repo again and reapplies the diffs.
Justin
Hi,
Given the many languages and OSes the installer can be run on, what do people
think about seeing if anyone on users@a.o would be interested din helping out
test the installer binaries? May pick up something that stop us from having to
make another release.
Thanks,
Justin
On Mar 31, 2013 7:14 PM, "Justin Mclean" wrote:
>
> Hi,
>
> Given the many languages and OSes the installer can be run on, what do
people think about seeing if anyone on users@a.o would be interested din
helping out test the installer binaries? May pick up something that stop us
from having to mak
Thanks Justin.
Another point I forgot to mention is that in the RELEASE_GUIDE, there's a
minor issue, Svn is still mentioned instead of Git.
-Fred
-Message d'origine-
From: Justin Mclean
Sent: Monday, April 01, 2013 3:03 AM
To: dev@flex.apache.org
Subject: Re: [DICUSS] Release Insta
Happy you can finally commit :)
-Fred
-Message d'origine-
From: Justin Mclean
Sent: Monday, April 01, 2013 3:55 AM
To: dev@flex.apache.org
Subject: Re: Git issue
Hi,
Never mind I check checkout the repo again and reapplies the diffs.
Justin
I think the master KEY file is in flex-sdk repo and we copy it to dist. You
can verify by examining change logs.
On 3/31/13 5:28 PM, "ftho...@apache.org" wrote:
> Author: fthomas
> Date: Mon Apr 1 00:28:02 2013
> New Revision: 1699
>
> Log:
> Added my Public Key
>
> Modified:
> release/
From what I can see, it has been copied from the release/sdk on the 7th of
Jan 2013 by Justin, so, do I have to override this one by the one of the sdk
or is it ok like that ?
-Fred
-Message d'origine-
From: Alex Harui
Sent: Monday, April 01, 2013 7:00 AM
To: dev@flex.apache.org ; co
I think you would add your key to the KEYS file in flex-sdk then copy that
to release/flex/KEYS. Isn't that what Justin did?
On 3/31/13 10:13 PM, "Frédéric THOMAS" wrote:
> From what I can see, it has been copied from the release/sdk on the 7th of
> Jan 2013 by Justin, so, do I have to overrid
Didn't Cyrill fix some resources too?
I have built the sources, checked rat, checked signatures, and it looks
right to me. Then I ran the installer and it said it couldn't download the
fontswf utility.
I will try the installer again tomorrow unless you guys decide to roll
another RC.
On 3/31
My key was already added to the KEY file of the flex-sdk/develop, Justin
copied from the one in the release branch, not the develop one, so, do I
have to wait for a release and copy it, copy the one of the develop or keep
it as it is ?
-Fred
-Message d'origine-
From: Alex Harui
Sent
Some German typo only.
-Fred
-Message d'origine-
From: Alex Harui
Sent: Monday, April 01, 2013 8:07 AM
To: dev@flex.apache.org
Subject: Re: [DICUSS] Release InstallApacheFlex 2.5.3 - RC4
Didn't Cyrill fix some resources too?
I have built the sources, checked rat, checked signatures,
In theory, the release branch got merged to develop branch and trunk, so
KEYS files in all places should match. If not, please make them match with
the most up-to-date version.
On 3/31/13 11:15 PM, "Frédéric THOMAS" wrote:
> My key was already added to the KEY file of the flex-sdk/develop, Jus
On 3/31/13 11:16 PM, "Frédéric THOMAS" wrote:
> Some German typo only.
Yeah, so you and Justin have to decide on whether to run another RC. How
would you feel if there was a typo only in French? At Adobe we would not
release with a known typo, but this isn't Adobe and isn't the main SDK.
--
Thanks! Eric. That helped a lot.
On Sun, Mar 31, 2013 at 1:19 PM, Erik de Bruin wrote:
> Hi,
>
> The wiki page is a little behind the facts, I'm afraid. I'll try to
> explain what's going on in the compiler(s) as best as I can.
>
> It really boils down to this: for each AS class or MXML tag the
50 matches
Mail list logo