On 16.07.2013 17:27, Nicholas Kwiatkowski wrote:
- IntelliJ is giving me an invalid namespace error for this build
(binaries). I'm trying to track that down to see what is causing it.
I tried installer 2.6.0 rc1 and installed Flex SDK 4.10.0 RC1 with AIR
SDK 3.7 and playerglobal 11.7. I see
Alex,
You have committed this fix and the new png.xml to the 'release'
branch. Mustella runs on the 'develop' branch, so it won't pick them
up until they are merged back into develop... Should I run Mustella on
the 'release' branch during a release period?
EdB
On Thu, Jul 18, 2013 at 7:39 AM,
Hi,
> You have committed this fix and the new png.xml to the 'release'
> branch.
Just merge them into the develop branch - the branches are currently screwed
anyway.
Justin
On 18/07/2013 04:04, Justin Mclean wrote:
The user install process the install the installer form the package leaves
something to be desired, hopefully someone who knows more about Linux packaging
can help out here.
Why, what's up ?
Tom
Hi,
> Why, what's up ?
Just the install process of the installer package is poor. The generated deb
package is missing text and screen shots, needs admin password to install
(why?), complains it is poor quality and a few other things. It works but
that's about it.
The installer itself is quit
On 18/07/2013 14:01, Justin Mclean wrote:
Just the install process of the installer package is poor. The generated deb
package is missing text and screen shots, needs admin password to install
(why?), complains it is poor quality and a few other things. It works but
that's about it.
It should
you shouldn't use an absolute path for common utilities like tar, unzip,
etc. Depending on the distribution, they may be in /usr/bin/, /bin, /sbin,
/usr/sbin, or /usr/contib/bin. You should be able to assume that they are
in the path declaration.
-Nick
On Wed, Jul 17, 2013 at 11:25 PM, Justin
Hi,
> Does AIR 2.6 support an intermediate 'airi' output that we could drop our own
> package descriptions into for instance ?
I believe so.
> The poor quality thing is probably a lack of community feedback/install count
It's a bit more than that, but given I know nothing about Linux packaging i
admin password? you mean root password? There should be no reason for an
AIR app to require root... It runs in userland on Windows and Mac...
On Thu, Jul 18, 2013 at 9:01 AM, Justin Mclean wrote:
> Hi,
>
> > Why, what's up ?
>
> Just the install process of the installer package is poor. The
Hi,
> you shouldn't use an absolute path for common utilities like tar, unzip,
> etc.
So a better fix would be just this?
var tar:File = tar = new File("tar");
var startupInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo();
startupInfo.executable = tar;
startupInfo.arguments = argum
Justin,
Most of those errors look like the debian packager was told to pick up your
user-id file permissions (I bet, that if you look in /etc/passwd, your
userid will be listed as user-id 1000). When this package is installed by
another user, the "owner" will be the first user created on the syst
I'm not sure if AIR 2.6 has the ability to execute non-specific
executables but I think it is worth a try.
-Nick
On Thu, Jul 18, 2013 at 9:36 AM, Justin Mclean wrote:
> Hi,
>
> > you shouldn't use an absolute path for common utilities like tar, unzip,
> > etc.
>
> So a better fix would be j
If not, we should aim to iterate over the common possible locations...
Tom
On 18/07/2013 14:41, Nicholas Kwiatkowski wrote:
I'm not sure if AIR 2.6 has the ability to execute non-specific
executables but I think it is worth a try.
-Nick
On Thu, Jul 18, 2013 at 9:36 AM, Justin Mclean wrot
On Wed, Jul 17, 2013 at 4:29 AM, Christian Kiefer <
christian.kie...@goal-games.de> wrote:
> Maybe someone can tell me what's wrong with my itemRenderer as all my
> other renderers performe quite good...
I've never created a renderer with quite so many images but I have some
with up to 6 (if my
On 18/07/2013 14:30, Nicholas Kwiatkowski wrote:
It runs in userland on Windows and Mac...
So how does it write to c:\Program Files then ?
Tom
If you use the AIR installer, it requires admin permissions to install to
the Program Files directory. If you export to any of the other file types,
it is a userland application that has no installer. In the case of the
linux installer, we outputted the application and are using debian package
ma
Hi, I've just launched the RC installer and noticed a few things
1) http://d.pr/i/hTm6 the interface is in english but the selected language
is deutsch
2) the installer downloads osmf.swc but not osmf.swf RSL file, would it be
possible to download it too?
3) Any reason not allowing to to download
> 1) http://d.pr/i/hTm6 the interface is in english but the selected language
> is deutsch
Same thing here... Maybe this is an issue on non-US language machines?
> 3) Any reason not allowing to to download to a non empty folder? I did get
> the wrong AIR/FP version so I tried to just download the
> Same thing here... Maybe this is an issue on non-US language machines?
>
probably, my OS is in English but my regional settings are in pt_PT.
>
>
> I was wondering the same thing. Why not (after a warning perhaps)
> empty the selected folder? That would allow for repeated downloads of
> e.g. n
Hi guys,
I've noticed with 4.10 rc there are a some changes that break our app
compilation in this case, one method went from mx_internal to public
(setSelectedIndex in ListBase) and a method added to an interface
(removeItem in IList). My question is, are this king of changes listed
anywhere?
Bo
Well the setSelectedIndex one was changed to match the grid/datagrid ones [1].
It's in the release notes for the 4.10 sdk [2]. Not sure about the removeItem
one ATM.
[1] https://issues.apache.org/jira/browse/FLEX-33477
[2] https://github.com/apache/flex-sdk/blob/develop/RELEASE_NOTES
-Mark
Thanks
On 18 July 2013 16:50, Kessler CTR Mark J wrote:
> Well the setSelectedIndex one was changed to match the grid/datagrid ones
> [1]. It's in the release notes for the 4.10 sdk [2]. Not sure about the
> removeItem one ATM.
>
> [1] https://issues.apache.org/jira/browse/FLEX-33477
> [2] ht
On 7/18/2013 9:30 PM, � wrote:
3) Any reason not allowing to to download to a non empty folder? I did get
the wrong AIR/FP version so I tried to just download the right one and was
forced to download everything just to pick the right FP/AIR.
i think i prefer it that way, makes sure not mixing
On Thu, Jul 18, 2013 at 7:30 AM, João Fernandes <
joaopedromartinsfernan...@gmail.com> wrote:
> Hi, I've just launched the RC installer and noticed a few things
>
> 1) http://d.pr/i/hTm6 the interface is in english but the selected
> language
> is deutsch
>
I havent seent this issue before. Is i
On Thu, Jul 18, 2013 at 9:27 AM, Paul Hastings wrote:
> On 7/18/2013 9:30 PM, � wrote:
>
> 3) Any reason not allowing to to download to a non empty folder? I did get
>> the wrong AIR/FP version so I tried to just download the right one and was
>> forced to download everything just to pick the rig
For those of you that are unfamiliar, 360 Stack will be happening in Denver, CO
at the beginning of next month.
The reason I'm pointing this out on the list is because since the beginning
Wilker and CO have been strong supporters of Flex in via their conferences.
Even last time after Adobe dump
I would try creating a MXML based renderer, turn off virtualization on the
list and then compare the results. Virtualization allows reusing a renderer
but if you are seeing issues during scrolling then either creation or
validation is too heavy. When you turn off virtualization the row is only
crea
The profiler can help measure performance. Besides creation and
validation, another issue may be rendering. Look for [render] near the
top of the performance profile.
I recently discovered that fxg can be very non-optimal. There can be lots
of empty groups or unnecessary levels of groups and th
Hi,
>> 3) Any reason not allowing to to download to a non empty folder? I did get
>>> the wrong AIR/FP version so I tried to just download the right one and was
>>> forced to download everything just to pick the right FP/AIR.
Should be possible, if you are on OSX there are scripts in the ide dire
On Thu, Jul 18, 2013 at 4:01 PM, Justin Mclean wrote:
> Hi,
>
> >> 3) Any reason not allowing to to download to a non empty folder? I did
> get
> >>> the wrong AIR/FP version so I tried to just download the right one and
> was
> >>> forced to download everything just to pick the right FP/AIR.
>
>
On 7/19/2013 12:36 AM, OmPrakash Muppirala wrote:
Nice idea. Please open a JIRA ticket for this under the Installer component.
justin beat me to it:
https://issues.apache.org/jira/browse/FLEX-33617
Hi,
I was in there and JIRA was missing the 2.6 version so I went ahead and added
them. Not added the language one however - not 100% what the issue is there.
Justin
Hi,
Just tried to fix up the Git branches and think they are now in better shape,
basically develop and release are currently in sycn.
Justin
HI,
Someone mind reviewing the TLF fix I just put in?
https://issues.apache.org/jira/browse/FLEX-33278
Thanks,
Justin
Changed the looping for the removal methods to go last to first [1]. I've
been playing with a second copy of the code where I override all the
methods and don't bother calling the parent(super). Been working fine
lol. Even made an additional addEventLister / event method that removes
itself aft
Looks better than what was there. Thanks for digging that deep.
My only concern is about Mac line endings. IIRC, I got burned when
helping with the ApacheCon key signing when something I was cutting and
pasting on my Mac was still using CR-only line endings. Might have been
my old Entourage 200
Hi,
> Looks better than what was there. Thanks for digging that deep.
I was pointed in the right direction by the person who raised the bug.
> My only concern is about Mac line endings.
It never supported old mac style "\r" line endings. If we did change here
there's probably a few other places
On 7/18/13 9:38 PM, "Justin Mclean" wrote:
>>My only concern is about Mac line endings.
>It never supported old mac style "\r" line endings. If we did change here
>there's probably a few other places it needs to change, I'm not even sure
>if a 4.6 Flex app can run on OS9.
This was at ApacheCon 2
Hi,
Just FYI, the Mustella tests for AIR and mobile pass on FP 11.8 and
AIR 3.8 (beta)! So, with Alex's fix for the remaining 4 issues on the
main target with FP 11.7/11.8 now in the repo, it's safe to say that
the codebase is in good shape for the release - at least, it is on
Windows.
Have fun!
Hi,
> Just FYI, the Mustella tests for AIR and mobile pass on FP 11.8 and
> AIR 3.8 (beta)! So, with Alex's fix for the remaining 4 issues on the
> main target with FP 11.7/11.8 now in the repo, it's safe to say that
> the codebase is in good shape for the release
New one already on it's way. :-)
On Jul 18, 2013 10:34 PM, "Erik de Bruin" wrote:
>
> Hi,
>
> Just FYI, the Mustella tests for AIR and mobile pass on FP 11.8 and
> AIR 3.8 (beta)! So, with Alex's fix for the remaining 4 issues on the
> main target with FP 11.7/11.8 now in the repo, it's safe to say that
> the codebase is in good
Yes, thanks for getting this up and running.
FWIW, my main mustella runs on Mac and Win against the source in the RC
also passed.
-Alex
On 7/18/13 10:59 PM, "OmPrakash Muppirala" wrote:
>On Jul 18, 2013 10:34 PM, "Erik de Bruin" wrote:
>>
>> Hi,
>>
>> Just FYI, the Mustella tests for AIR and
Hi,
Please place any questions, queries or issues you come across while testing
Apache Flex 4.10 RC2 in this thread.
Thanks,
Justin
Hi,
This is a Apache Flex 4.10.0 Release Candidate 2. Please see the RELEASE_NOTES
and the README.
The release candidate can be found here;
https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc2/
Before voting please review the section,"What are the ASF requirements on
approving a release
44 matches
Mail list logo