RE: Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
the iPad 3 ;-). -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 25 février 2014 00:36 À : Alex Harui; dev@flex.apache.org Objet : RE: Need your help on problem with opaqueBackground My understanding is that opaque background speeds up bitmap

RE:Need your help on problem with opaqueBackground

2014-02-24 Thread Maurice Amsellem
No, in the code , the top separator is not displayed for the first row. That's normal behavior De : piotr.zarzycki [piotrzarzyck...@gmail.com] Envoyé : mardi 25 février 2014 07:21 À : dev@flex.apache.org Objet : RE: Need your help on problem with

Need your help on problem with opaqueBackground

2014-02-23 Thread Maurice Amsellem
Hi team, Piotr has raised an interesting issue in mobile apps: https://issues.apache.org/jira/browse/FLEX-34107 When using a large font (size 40) with IconItemRenderer on spark List, the bottom separators between items are not displayed. After some hours of debugging, I finally found the

RE: Need your help on problem with opaqueBackground

2014-02-23 Thread Maurice Amsellem
From: Maurice Amsellem [maurice.amsel...@systar.com] Sent: Sunday, February 23, 2014 5:20 AM To: dev@flex.apache.org Subject: Need your help on problem with opaqueBackground Hi team, Piotr has raised an interesting issue in mobile apps: https://issues.apache.org/jira/browse/FLEX-34107 When

RE: [VOTE] Release Apache Flex SDK Installer 3.0 - RC1

2014-02-23 Thread Maurice Amsellem
Should we remove any existing install before testing ? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : dimanche 23 février 2014 17:56 À : dev@flex.apache.org Objet : [VOTE] Release Apache Flex SDK Installer 3.0 - RC1 Please vote to approve Apache Flex

RE: Need your help on problem with opaqueBackground

2014-02-23 Thread Maurice Amsellem
more pixels in the TextField around the actual text. -Alex From: Maurice Amsellem [maurice.amsel...@systar.com] Sent: Sunday, February 23, 2014 10:25 AM To: dev@flex.apache.org Subject: RE: Need your help on problem with opaqueBackground The 15

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC1

2014-02-23 Thread Maurice Amsellem
Few remarks after running RC2 isntaller: -major: *AIR* version list shows AIR 13beta - Major: changed the download cache to a different location, but it was not taken into account (directory empty at the end of the installation). - Minor: Download cache configuration popup is not centered -

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC1

2014-02-23 Thread Maurice Amsellem
, but confusing. Maybe the directory input field and browse button should be disabled when use download cache is unchecked to prevent this error. Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : dimanche 23 février 2014 21:01 À : dev

RE: Need your help on problem with opaqueBackground

2014-02-23 Thread Maurice Amsellem
be: tightTextHeight + metrics.descent what do you think ? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : dimanche 23 février 2014 20:37 À : dev@flex.apache.org Objet : RE: Need your help on problem with opaqueBackground I agree that the logic may need

RE: Mobile grid skin warnings while making a release build

2014-02-22 Thread Maurice Amsellem
Looks pointless isn't it? Should we just remove them? What the asdoc compiler error doesn't show is the metadata before the const: [Embed(source=../../../assets/images/mobile320/dg_header_shadow.png)] private const headerShadowCls320:Class; So IMO, it's legal, it's just that the asdoc

RE: Mobile grid skin warnings while making a release build

2014-02-22 Thread Maurice Amsellem
Fixed and committed. Should be good now. -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : samedi 22 février 2014 09:43 À : dev@flex.apache.org Objet : RE: Mobile grid skin warnings while making a release build Looks pointless isn't it? Should we

RE: multi-DPI mobile FXG assets

2014-02-21 Thread Maurice Amsellem
Someone ? -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 20 février 2014 10:51 À : dev@flex.apache.org Objet : multi-DPI mobile FXG assets Hi, Looking at the various FXG files in spark.skins.mobileNNN directories, most of them

RE: multi-DPI mobile FXG assets

2014-02-21 Thread Maurice Amsellem
I leave as is in case anyone decides to fine tune for a particular dpi bucket. You mean in customized skins? They can do it regardless of the way it's done in the base skins. But the base skins are NOT fine tuned for dpi buckets (assets are identical), and I don't think it will ever be. So

RE: multi-DPI mobile FXG assets

2014-02-21 Thread Maurice Amsellem
there are are some difference between the 160 (default), 240 and 320 dpi skins. You are correct. I only checked higher DPIs. So never mind... Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : samedi 22 février 2014 00:21 À : dev@flex.apache.org

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread Maurice Amsellem
You are correct. Embedded fonts cannot be used with StageText, because they are not available to the OS. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/StageText.html In this case, use the flex-based skin (spark.skins.mobile.TextInputSkin), with its inherent

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread Maurice Amsellem
Ah, it looks like the flex-based skin also needs some fixing... I will have a look at it. Maurice -Message d'origine- De : piotr.zarzycki [mailto:piotrzarzyck...@gmail.com] Envoyé : jeudi 20 février 2014 10:37 À : dev@flex.apache.org Objet : RE: iOS TextInput textDisplay shows

multi-DPI mobile FXG assets

2014-02-20 Thread Maurice Amsellem
Hi, Looking at the various FXG files in spark.skins.mobileNNN directories, most of them are identical at the different DPIs. In fact, only CheckBox and RadioButton are differing. Since we have experienced a few issues recently of missing assets, I was wondering if we could just merge the

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-20 Thread Maurice Amsellem
Never seen that issue before. Maybe it's caused by the embedded fonts. - Does it occur if you use non-embedded font, and TextInputSkin ? - does it occur on the AIR emulator ? Maurice -Message d'origine- De : piotr.zarzycki [mailto:piotrzarzyck...@gmail.com] Envoyé : jeudi 20 février

SDK 4.12 RC2 not there

2014-02-20 Thread Maurice Amsellem
https://dist.apache.org/repos/dist/dev/flex/sdk/4.12.0/rc2/ does not exist. Did I miss something ? Maurice Maurice Amsellem SYSTAR RD - BusinessBridgeFX

Problem with Flex Installer

2014-02-20 Thread Maurice Amsellem
Hi, I have run the installer with the following options: - Apache Flex SDK nightly - AIR 4.0 - Flash Player 12.0 But at the end of the installation, I am getting AIR 3.9 and FP 11.9: Flex-sdk-description.xml:Apache Flex 4.12.0 FP11.1 AIR3.9 en_US AIR-SDK

RE: SDK 4.12 RC2 not there

2014-02-20 Thread Maurice Amsellem
Thanks Alex -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 20 février 2014 17:44 À : dev@flex.apache.org; Maurice Amsellem Objet : Re: SDK 4.12 RC2 not there Rc2 has been delayed. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice

RE: Problem with Flex Installer

2014-02-20 Thread Maurice Amsellem
Harui [mailto:aha...@adobe.com] Envoyé : jeudi 20 février 2014 17:48 À : dev@flex.apache.org; Maurice Amsellem Objet : Re: Problem with Flex Installer You are probably using a prototype installer. We're in between rcs right now, but I'll double check your findings. Sent via the PANTECH Discover

RE: Problem with Flex Installer

2014-02-20 Thread Maurice Amsellem
Is it not in the package name visible in Windows add/remove programs. Yes it's also there. So it says 3.0.0 for me... -Message d'origine- De : Tom Chiverton [mailto:t...@extravision.com] Envoyé : jeudi 20 février 2014 18:01 À : dev@flex.apache.org Objet : Re: Problem with Flex

RE: Problem with Flex Installer

2014-02-20 Thread Maurice Amsellem
Amsellem Objet : Re: Problem with Flex Installer You are probably using a prototype installer. We're in between rcs right now, but I'll double check your findings. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Maurice Amsellem maurice.amsel...@systar.com wrote: Hi, I have run

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-19 Thread Maurice Amsellem
Hi, It's seems to be the same as: FLEX-34059 StageTextInput with prompt turns entered text gray on iOS 7 https://issues.apache.org/jira/browse/FLEX-34059 Which I have fixed for ScrollableStageText / ScrollabelStageTextInputSkin (new default skin TextInput) but not for deprecated

RE: iOS TextInput textDisplay shows promptDisplay font color while typing

2014-02-19 Thread Maurice Amsellem
spark.components.supportClasses.ScrollableStageText ( in mobilecomponents.swc) spark.skins.mobile.ScrollingStageTextInputSkin (in mobile.swc theme) Note: you don't need to set the skin explicity, just use TextInput and it will use by default ScrollingStageTextInputSkin Maurice

RE: 4.12 regression issue

2014-02-18 Thread Maurice Amsellem
I have made the following change locally and the error disappeared CheckBox.as [Style(name=labelPlacement, type=String, enumeration=top,bottom,left,right, inherit=yes)] I can commit it to repo. Should I commit to develop branch or 411RC2 ? Maurice -Message d'origine- De : Justin

RE: 4.12 regression issue

2014-02-18 Thread Maurice Amsellem
Pushed to develop -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mardi 18 février 2014 11:03 À : dev@flex.apache.org Objet : Re: 4.12 regression issue Hi, Should I commit to develop branch or 411RC2 ? Either is fine - I have to keep merging each

Problem with SDK 4.12 labelPlacement style

2014-02-17 Thread Maurice Amsellem
Hi, I have compiled a large project with latest 4.12 RC and got a conflicting style definition for labelPlacement. It was defined as follows in mx.charts.LegendItem: [Style(name=labelPlacement, type=String, enumeration=top,bottom,right,left, inherit=yes)] And now also defined in

RE: Problem with SDK 4.12 labelPlacement style

2014-02-17 Thread Maurice Amsellem
FYI, I have made the changes below locally, and the errors disappeared. I can commit if you want. Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : lundi 17 février 2014 11:08 À : dev@flex.apache.org Objet : Problem with SDK 4.12

RE: Made In Flex Community comes back renewed!

2014-02-17 Thread Maurice Amsellem
Excellent news. Thanks for sharing. -Message d'origine- De : carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] De la part de Carlos Rovira Envoyé : lundi 17 février 2014 16:57 À : dev@flex.apache.org Objet : Made In Flex Community comes back renewed! Hi all!, I'd want to

RE: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Maurice Amsellem
versionNumber:Number = parseFloat(osInfo[2]); if(versionNumber = 7) { var t:Number = height=960 ? 40 : 20; // setStyle(top,t); setStyle(paddingTop,t); } } Any workaround ?! On Tue, Dec 3, 2013 at 3:18 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Thanks -Message d'origine

RE: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Maurice Amsellem
, Maurice Amsellem maurice.amsel...@systar.com wrote: Hi Rami, If you can get the 4.12 SDK nightly, iOS7 status bar is managed automatically. If you can't: Regarding your code below, it does not work because everything happens in the skin (ViewNavigatorApplicationSkin), so it's there where you

RE: [Installer] Localization assistance needed

2014-02-13 Thread Maurice Amsellem
Fr_FR: flex-sdk\apache-flex-sdk-installer-config.xml : completed, OK D:\ApacheFlex\git_source\flex-sdk\installer.properties\fr_FR.properties: OK En_US: D:\ApacheFlex\git_source\flex-sdk\installer.properties\en_US.properties: minor fixes Maurice -Message d'origine- De : Erik de Bruin

RE: [Installer] Localization assistance needed

2014-02-13 Thread Maurice Amsellem
an IDE compatible folder find.java.echo.pattern=Java is $${java.executable} mac.copy.echo.pattern=Copying files from $${download.dir}/airsdk/$${srcdir} to $${destdir} Thanks, -Alex On 2/13/14 3:31 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Fr_FR: flex-sdk\apache-flex-sdk

RE: [Installer] Localization assistance needed

2014-02-12 Thread Maurice Amsellem
I fixed flex-utilities/installer/src/properties for French. Will do the translation for installer.properties. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 12 février 2014 09:14 À : dev@flex.apache.org Objet : [Installer] Localization

RE: [Installer] Localization assistance needed

2014-02-12 Thread Maurice Amsellem
 : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mercredi 12 février 2014 11:03 À : dev@flex.apache.org Objet : RE: [Installer] Localization assistance needed I fixed flex-utilities/installer/src/properties for French. Will do the translation for installer.properties. Maurice

RE: [Installer] Localization assistance needed

2014-02-12 Thread Maurice Amsellem
: ... and/or accessing the playerglobal.swc file. At least that's how I interpreted it for the nl_NL translation. EdB On Wed, Feb 12, 2014 at 11:12 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: In flex-sdk/installer.properties/en_US.properties, the following sentence is not clear: By downloading

RE: Rendering components in MX DataGrid

2014-02-07 Thread Maurice Amsellem
Hi , I am using mx:DataGrid with mx:ComboBox cell renderer with no issue. The way I do that is throught DataGridColumn itemRenderer. The way you populate the DDL is through the itemRenderer data variable, where data is the object for the rendered row. So it could be something like:

RE: JIRA bugs raised on the rise

2014-02-05 Thread Maurice Amsellem
I have reviewed and committed FLEX-34070 patch Little question: flex-config.xml, air-config.xml and airmobile-config.xml are not in .gitignore, although they are generated by the build, from template files. Is that ok ? If it's ok, then maybe I should update them with more recent version of

RE: FLEX-34070

2014-02-05 Thread Maurice Amsellem
to include them only for them to be overwritten by the build On 05/02/2014 22:43, Maurice Amsellem wrote: I have reviewed and committed FLEX-34070 patch Little question: flex-config.xml, air-config.xml and airmobile-config.xml are not in .gitignore, although they are generated by the build

RE: FLEX-34070

2014-02-05 Thread Maurice Amsellem
been set. On 05/02/2014 22:59, Maurice Amsellem wrote: Agree, but let's see what others will say. Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : mercredi 5 février 2014 23:57 À : dev@flex.apache.org Objet : Re: FLEX-34070 My feeling

RE: FLEX-34070

2014-02-05 Thread Maurice Amsellem
have my interested-user hat on rather than my thats-my-patch hat ;) Looks like Justin added flex-config.xml with the reasoning: File in source release should be under version control, so a precedent has been set. On 05/02/2014 22:59, Maurice Amsellem wrote: Agree, but let's see what others

RE: FLEX-34070

2014-02-05 Thread Maurice Amsellem
IMO any non binary item in the source release should be under version control so we have a history of how it how changed - just because it's generated doesn't mean you don't want to know how it changed from release to release - it may not always be directly obvious from the generating template

RE: Media Query Parser

2014-02-03 Thread Maurice Amsellem
Capabilities.os returns iPhone OS for iOS devices. So it's OK. However, it still does not return a consistent result for Android devices. We have discussed earlier about a workaround to retrieve the AND version number. That's why I kept the code private in MediaQueryParser, until the Android

RE: FielSystemControlHelper platform check

2014-02-03 Thread Maurice Amsellem
AFAIK, Mac FS can be formatted with case sensitive file names (using Case-sensitive Journaled HFS) but according to some forums, it's not a recommended practice. Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : lundi 3 février 2014 04:56 À :

RE: Missing on the website

2014-02-03 Thread Maurice Amsellem
+1 on more readable release notes. Maurice -Message d'origine- De : Sugan Naicker [mailto:su...@dev-x.co.za] Envoyé : lundi 3 février 2014 19:33 À : dev@flex.apache.org Objet : RE: Missing on the website Hi, Yeah, agree with Dany. We need to better 'market' the new features being

RE: [FlexJS] Try out the FlexJS Installer

2014-01-29 Thread Maurice Amsellem
I tested the new installer on Flex SDK: Configuration: Windows 7, locale = FR - had to uninstall previous installer (2.8) Test #1: Flex SDK 4.12 nightly installs correctly and uses ANT - run installer on Flex SDK 4.12 nightly with AIR 3.9 and FP 11.9 - Added SDK in IDEA IntelliJ 13 - Compiled

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
I have used asdoc ant task to generate asdocs for my project. Would you like help on that, or only on the CI part ? Maurice -Message d'origine- De : Daniel Tiefenauer [mailto:daniel.tiefena...@crealogix.com] Envoyé : mercredi 29 janvier 2014 11:54 À : dev@flex.apache.org Objet : Flex

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
part would be a good start. As soon as I got this working I can continue with the FlexUnit task and CI generally. Many thanks in advance Daniel -Ursprüngliche Nachricht- Von: Maurice Amsellem [mailto:maurice.amsel...@systar.com] Gesendet: Mittwoch, 29. Januar 2014 12:20 An: dev

RE: Flex CI integration

2014-01-29 Thread Maurice Amsellem
Also, since doc generation takes a lot of time, start with generating asdoc for a few classes. -Message d'origine- De : Maurice Amsellem Envoyé : mercredi 29 janvier 2014 15:00 À : dev@flex.apache.org Objet : RE: Flex CI integration If you can download SDK source, have a look at asdoc

RE: namespace for experimental components

2014-01-22 Thread Maurice Amsellem
Actually, experimental component have their own namespace: http://flex.apache.org/experimental/ns , with no predefined prefix (no design.xml file) But this is not documented very well , if at all. Maurice -Message d'origine- De : carlos.rov...@gmail.com

RE: namespace for experimental components

2014-01-22 Thread Maurice Amsellem
to update namespaces Do you think it could be a problem? 2014/1/22 Maurice Amsellem maurice.amsel...@systar.com Actually, experimental component have their own namespace: http://flex.apache.org/experimental/ns , with no predefined prefix (no design.xml file) But this is not documented very

RE: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Maurice Amsellem
with these regression / important issues? I thought RTL didn't work in TextField-based skins. On 1/19/14 3:46 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: I take this one for a start: FLEX-33972 - RTL text on iOS7. I will take more as time allows... Maurice -Message d'origine

RE: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Maurice Amsellem
[mailto:aha...@adobe.com] Envoyé : lundi 20 janvier 2014 17:17 À : dev@flex.apache.org Objet : Re: Anyone willing to help out with these regression / important issues? On 1/20/14 5:12 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: That's what I was trying to determine. My initial findings

RE: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Maurice Amsellem
that are noticeable. -Alex On 1/20/14 8:24 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: I have no idea how well FTE skins work with StageText. I am confused here. I thought that mobile could use either FTE (ie. Flex/AIR text field) or StageText (i.e native OS text field) but not both. What is FTE

RE: Anyone willing to help out with these regression / important issues?

2014-01-20 Thread Maurice Amsellem
with these regression / important issues? Ah ok. If ScrollableStageTextInputSkin works in RTL environments, that would be great! On 1/20/14 9:47 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Alex, I already did that, in the ScrollableStageTextInputSkin, but using a bitmap cache

RE: Anyone willing to help out with these regression / important issues?

2014-01-19 Thread Maurice Amsellem
I take this one for a start: FLEX-33972 - RTL text on iOS7. I will take more as time allows... Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : dimanche 19 janvier 2014 03:54 À : dev@flex.apache.org Objet : Anyone willing to help out with

RE: Adobe AIR wins award at CES for the best “Mobile Application” product in 2014!

2014-01-13 Thread Maurice Amsellem
Excellent news. Thanks for sharing. Maurice -Message d'origine- De : DarkStone [mailto:darkst...@163.com] Envoyé : lundi 13 janvier 2014 13:40 À : Apache Flex Developers Objet : Adobe AIR wins award at CES for the best “Mobile Application” product in 2014! Hi all, Great news,

RE: Installer Workflow

2014-01-12 Thread Maurice Amsellem
Congraulations! -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : dimanche 12 janvier 2014 12:21 À : dev@flex.apache.org Objet : Re: Installer Workflow Haven't been able to follow this thread much (at the hospital with my

RE: Installer Workflow

2014-01-10 Thread Maurice Amsellem
Question: why is it necessary to accept the license before downloading in step 3 ? Wouldn't it be possible to download the package first in step 3, then accept the license in step 4. Of course, if the user does not accept the license, the whole process is cancelled and the files removed, so

RE: Installer Workflow

2014-01-10 Thread Maurice Amsellem
at the installer.xml, we've essentially done a lot of the install and you could kill the installer at that point and never see the license dialog. So far, I'm liking Justin's idea of having the installer.xml sit alongside the binary packages. On 1/10/14 2:51 PM, Maurice Amsellem maurice.amsel...@systar.com

RE: Installer Workflow

2014-01-10 Thread Maurice Amsellem
 : Alex Harui [mailto:aha...@adobe.com] Envoyé : samedi 11 janvier 2014 00:30 À : dev@flex.apache.org Objet : Re: Installer Workflow On 1/10/14 3:24 PM, Maurice Amsellem maurice.amsel...@systar.com wrote: we've essentially done a lot of the install and you could kill the installer at that point

RE: Easy test/ Easy fix bugs

2014-01-09 Thread Maurice Amsellem
IMO, we should reject this ticket. For example, in Windows 7, bounded numeric steppers arrows are not disabled when your reach either end, and it does not appear broken. (to test, enable sharing on a given directory, and change the value of simultaneous users, which is in the range 1.20 ).

RE: Easy test/ Easy fix bugs

2014-01-09 Thread Maurice Amsellem
-Message d'origine- De : Tom Chiverton [mailto:t...@extravision.com] Envoyé : jeudi 9 janvier 2014 14:57 À : dev@flex.apache.org Objet : Re: Easy test/ Easy fix bugs On 09/01/2014 13:41, Maurice Amsellem wrote: So if Windows does not do it , why should we ? To save people asking I clicked the up

RE: Easy test/ Easy fix bugs

2014-01-09 Thread Maurice Amsellem
Tom, what do you think about closing the ticket? If it's an issue, then someone can reopen it. Maurice -Message d'origine- De : piotr.zarzycki [mailto:piotrzarzyck...@gmail.com] Envoyé : jeudi 9 janvier 2014 15:23 À : dev@flex.apache.org Objet : RE: Easy test/ Easy fix bugs I think

RE: Easy test/ Easy fix bugs

2014-01-09 Thread Maurice Amsellem
, Maurice Amsellem wrote: Tom, what do you think about closing the ticket? If it's an issue, then someone can reopen it. Maurice -Message d'origine- De : piotr.zarzycki [mailto:piotrzarzyck...@gmail.com] Envoyé : jeudi 9 janvier 2014 15:23 À : dev@flex.apache.org Objet : RE: Easy

greetings

2013-12-24 Thread Maurice Amsellem
Happy Christmas to all, See you back in 2014. Maurice

Managing units in CSS

2013-12-20 Thread Maurice Amsellem
for doing that is the following: with the plethora or screen sizes and densities, sometimes expressing a length in physical unit is the most elegant way. It also expresses the real perception of end-users. What do you think? Maurice Maurice Amsellem SYSTAR RD - BusinessBridgeFX

RE: Managing units in CSS

2013-12-20 Thread Maurice Amsellem
Objet : Re: Managing units in CSS On 20/12/2013 11:50, Maurice Amsellem wrote: What do you think? I think it's an issue, because you could write Flex code that can't be made into a .SWF when the whole point is both run times are equal ? Tom

RE: Managing units in CSS

2013-12-20 Thread Maurice Amsellem
, because you can't convert to a number at compile time. If your units are inches or ems, you have to convert it at runtime. But yes, FlexJS will try to support that, at least for the text styles. -Alex On 12/20/13 4:00 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: The idea would

RE: Managing units in CSS

2013-12-20 Thread Maurice Amsellem
Thanks. -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : vendredi 20 décembre 2013 17:21 À : dev@flex.apache.org Objet : Re: Managing units in CSS On 12/20/13 7:54 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: It is a lot of work to retrofit the current

flex site staging SVN repo not reachable

2013-12-19 Thread Maurice Amsellem
Hi : https://svn.apache.org/repos/asf/flex/site is not reachable. However, the site can be viewed without problem: http://flex.staging.apache.org/ Any idea? Maurice Amsellem SYSTAR RD - BusinessBridgeFX

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-19 Thread Maurice Amsellem
Package 1.0 (RC2) On 12/18/13 3:08 PM, Maurice Amsellem maurice.amsel...@systar.com wrote: Sorry Alex, I missed you proposition in the last email (this interleaved multithreaded discussions are a real pain...) Right now, I'm thinking of: 1) adding a pixelbender.xml file with a main target

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-19 Thread Maurice Amsellem
2013 15:20 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2) On 12/19/13 3:24 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: I'm proposing that the pixelbender.xml only contains the main target as the release policy only seems

RE: flex site staging SVN repo not reachable

2013-12-19 Thread Maurice Amsellem
Can someone try to connect to the svn repo, to check whether it's on my side, or on the server's side? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 19 décembre 2013 12:08 À : dev@flex.apache.org Objet : flex site staging SVN

RE: flex site staging SVN repo not reachable

2013-12-19 Thread Maurice Amsellem
. EdB On Thu, Dec 19, 2013 at 9:14 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Can someone try to connect to the svn repo, to check whether it's on my side, or on the server's side? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com

RE: flex site staging SVN repo not reachable

2013-12-19 Thread Maurice Amsellem
can get an idea of what servers are down here: http://monitoring.apache.org/status/ Other threads on the infra mailing say it is up now, and it was for me. -Alex On 12/19/13 3:08 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Hi : https://svn.apache.org/repos/asf/flex/site

RE: Flex showcase

2013-12-19 Thread Maurice Amsellem
- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mercredi 18 décembre 2013 13:36 À : dev@flex.apache.org Objet : RE: Flex showcase There are pros and cons for both options. I don't know at this point which one is the better. Will have to try / test. Maurice -Message

RE: Flex showcase

2013-12-18 Thread Maurice Amsellem
the point of how we are going to organize the page someday to handle large amounts of entries. -Mark -Original Message- From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] Sent: Wednesday, December 18, 2013 2:48 AM To: dev@flex.apache.org Subject: RE: Flex showcase Do we really

Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
French TV channel). Maurice Maurice Amsellem SYSTAR RD - BusinessBridgeFX

RE: Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
aspects Hi, i'm working on this project, and since it's a public website, i think it's absolutly not illegal to display screenshots. Erick Le 18 déc. 2013 à 13:34, Maurice Amsellem maurice.amsel...@systar.com a écrit : Hi, A few app submissions (eg. 6play https://issues.apache.org/jira

RE: Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
studio is a customer on their website because that can sound like an endorsement. -Alex On 12/18/13 5:12 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Thanks, Eric, But Apache tends to wary about legal stuff, so I prefer to ask for team advice. Maurice -Message d'origine- De

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-18 Thread Maurice Amsellem
PM, Maurice Amsellem maurice.amsel...@systar.com wrote: Well, re-read the end of that thread and let me know where you stand. Alex wrote: Another possibility is that we leave the PBK's where they are and simply add new build targets to flex-sdk build script. That might be simpler and gives us

RE: Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
brand on it and post it on their facebook sites. But that doesn't mean the paint manufacturer as the right to say that TV studio is a customer on their website because that can sound like an endorsement. -Alex On 12/18/13 5:12 AM, Maurice Amsellem maurice.amsel...@systar.com wrote

RE: Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
Maybe we should add them in good faith of being in compliance with the screen shots and just remove any based on valid take down requests from the owners. Also what I think. thanks -Message d'origine- De : Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Envoyé : mercredi 18

RE: Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
company is Apache and we are the ones wanting to use the TV company's name on our site. -Alex [1] http://apache.org/foundation/marks/faq/ On 12/18/13 7:29 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Maybe we should add them in good faith of being in compliance with the screen shots

RE: Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
On 12/18/13 8:43 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: I undestand. FYI, the app is already included in the showcase, as I read your email after. Shall I withdraw it temporarily while waiting for the legal stuff to be fixed.? Maurice -Message d'origine- De : Alex Harui

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-18 Thread Maurice Amsellem
Objet : Re: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2) On 12/18/13 6:59 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Another possibility is that we leave the PBK's where they are and simply add new build targets to flex-sdk build script. That might be simpler

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-18 Thread Maurice Amsellem
...@adobe.com wrote: On 12/18/13 6:59 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Another possibility is that we leave the PBK's where they are and simply add new build targets to flex-sdk build script. That might be simpler and gives us the option of reverting back to a single

RE: Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
Same in France : rights goes to the employer, IP depends, and you have the rights to use small quotations (I guess that's what you call fair use provision) without permission. There is another issue here: If you look at the screenshots, there don't only show tv channels logos (which belong to

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-18 Thread Maurice Amsellem
] Discuss Release Apache Flex PixelBender Package 1.0 (RC2) On 12/18/13 9:48 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Well, I am making it a separate package. The question is whether you think we should also move this code out of the flex-sdk repo. What does separate package

RE: Flex Showcase legal aspects

2013-12-18 Thread Maurice Amsellem
about a « anonymous » French Social TV application ? Erick Le 18 déc. 2013 à 23:23, Maurice Amsellem maurice.amsel...@systar.com a écrit : Same in France : rights goes to the employer, IP depends, and you have the rights to use small quotations (I guess that's what you call fair use

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-18 Thread Maurice Amsellem
the PB package, and another one directly inside the SDK, like it works currently ? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mercredi 18 décembre 2013 23:43 À : dev@flex.apache.org Objet : RE: [DISCUSS] Discuss Release Apache Flex

RE: Flex showcase

2013-12-17 Thread Maurice Amsellem
silence gives consent ;-) Should I go ahead and publish , and wait some more? http://flex.staging.apache.org/community-showcase.html Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 17 décembre 2013 02:13 À : dev@flex.apache.org

RE: Flex showcase

2013-12-17 Thread Maurice Amsellem
powerfullyand -Original Message- From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] Sent: Tuesday, December 17, 2013 9:23 AM To: dev@flex.apache.org Subject: RE: Flex showcase silence gives consent ;-) Should I go ahead and publish , and wait some more? http://flex.staging.apache.org

RE: Flex showcase

2013-12-17 Thread Maurice Amsellem
app showcased here section to be consistent with the rest of our site. Also, remove the errant commas at the end of some of the bullets. -Nick On Tue, Dec 17, 2013 at 9:23 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: silence gives consent ;-) Should I go ahead and publish

RE: Flex showcase

2013-12-17 Thread Maurice Amsellem
Showcase is now in production site: http://flex.apache.org/ thanks for your feedback. Should we make a call for app submission ? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 17 décembre 2013 15:32 À : dev@flex.apache.org Objet

RE: Flex Application Demo

2013-12-17 Thread Maurice Amsellem
Hi Shivang, The Flex show case is now live. However, we don't have enough information to include your app. Please read submission instructions below: http://flex.apache.org/community-showcase.html PS: I already created the jira ticket for you, so you can fill in the requested information:

RE: Flex showcase

2013-12-17 Thread Maurice Amsellem
to the CSS file. Make sure you go into the CMS page, click on [UPDATE] in the root of our site and then publish. I bet it didn't know those files changed. On Tue, Dec 17, 2013 at 9:44 AM, Maurice Amsellem maurice.amsel...@systar.com wrote: Showcase is now in production site: http

<    1   2   3   4   5   6   7   8   9   10   >