new dpi values for 4.10

2013-08-18 Thread Lee Burrows
ance on the devices that matter to me. So, suggestions please ;) -- Lee Burrows ActionScripter

Re: new dpi values for 4.10

2013-08-18 Thread Lee Burrows
reate new .pngs at 120/480(?)/640 scale - i'd rather stick to using 160/240/320 skins/assets to save myself a lot of work. You don't need to create the extra bitmaps if you don't want to, MultiDPIBitmapsSource will scale as required from the ones you have. Justin -- Lee Burrows ActionScripter

Re: new dpi values for 4.10

2013-08-18 Thread Lee Burrows
the new dpi features without affecting existing apps. Thanks, Om On Sun, Aug 18, 2013 at 10:13 AM, Lee Burrows wrote: Hi I'm wondering if there is any way to switch off the new 120/480(?)/640 dpi features in 4.10 (other than monkey patching)? An app i am working on uses a l

Re: new dpi values for 4.10

2013-08-18 Thread Lee Burrows
pp in those unsupported dpis, you dont need to worry about it. Om On Sun, Aug 18, 2013 at 10:39 AM, Lee Burrows wrote: Yes, but i dont want the bitmaps to scale - they'll look poor if scale isnt a power of 2 (eg: 320 scaled to 480). On 18/08/2013 18:24, Justin Mclean wrote: Hi, A

Re: new dpi values for 4.10

2013-08-18 Thread Lee Burrows
8/08/2013 19:06, OmPrakash Muppirala wrote: On Sun, Aug 18, 2013 at 10:50 AM, Lee Burrows wrote: Sorry if i was unclear, but i do care about high dpi devices - its just that i want them to continue to use 320dpi assets. You can probably just point the source value for the higher dpis to your 32

Re: new dpi values for 4.10

2013-08-19 Thread Lee Burrows
s. This is how it's done... Not tried but I believe you can extend RuntimeDPIProvider class, and override the classifyDPI method to only return the buckets you want and then set the application's runtimeDPIProvider probopety to be this new class. Thanks, Justin -- Lee Burrows ActionScripter

Re: Detect AIR vs Flash in SDK

2013-09-15 Thread Lee Burrows
added to FP 11: But the docs have ImageDecodePolocy class marked as AIR only. We also need the SDK to compile all the way down to 10.2, so I'm not sure detecting the Flash Player version helps that much. Thanks, Justin -- Lee Burrows ActionScripter

Re: Air Stage Text Issue

2013-09-30 Thread Lee Burrows
vent=bug&id=3292370 Has anyone run into this, if so, been able to handle it gracefully? -- Lee Burrows ActionScripter

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
lex/datefieldspinner/DateFieldSpinnerTest.html -- Lee Burrows ActionScripter

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
d the source code [2] [1] https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner/DateFieldSpinnerTest.html [2] https://github.com/masuland/flex-whiteboard/tree/trunk/masuland -- Lee Burrows ActionScripter

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
ldSpinner, because, in desktop apps probably no one would want to set it. -- Lee Burrows ActionScripter

Re: test attachments

2013-10-05 Thread Lee Burrows
as long as they are in a zip file. Do you confirm that ? Maurice De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : samedi 5 octobre 2013 14:08 À : dev@flex.apache.org Objet : test attachments Testing attachements as zip files Maurice -- Lee Burrows ActionScripter

4.10 spark datagrid

2013-10-10 Thread Lee Burrows
On this line: ghl.centerGridColumnHeaderView.horizontalScrollPosition = Number(pce.newValue); (centerGridColumnHeaderView is null) -- Lee Burrows ActionScripter

Re: 4.10 spark datagrid

2013-10-10 Thread Lee Burrows
Its for desktop (actually for mobile too, but not tried that yet) On 10/10/2013 12:28, Deepak MS wrote: Is it for web or mobile? I had the same issue for mobile app. interactionMode="touch" on datagrid solved the problem. On Thu, Oct 10, 2013 at 4:52 PM, Lee Burrows wrote: Hi

Re: 4.10 spark datagrid

2013-10-10 Thread Lee Burrows
#x27;t give any stack trace or any debug stop, it's a stop shipping bug. I will try to collect more information today. -Gary On Thu, Oct 10, 2013 at 8:01 AM, Justin Mclean wrote: Hi, "Any chance" I meant to say .. that's what you get posting late at night after a glass o

Re: 4.10 spark datagrid

2013-10-10 Thread Lee Burrows
/2013 15:15, Lee Burrows wrote: It looks like the root cause of my problem is my custom skin - using the default skin removes the problem. Still trying to figure out what is 'special' about my skin - will report back once i know more... On 10/10/2013 14:34, Gary Young wrote:

Re: 4.10 spark datagrid

2013-10-10 Thread Lee Burrows
;t compile right? On Thu, Oct 10, 2013 at 11:06 AM, Lee Burrows wrote: Ok, the problem was a change to Grid component updated in the default DataGrid skin wasn't reflected in my custom skin. In 4.9.1 and previous, the skin contained: As

Re: Garbage Collection Concern

2013-10-11 Thread Lee Burrows
are not creating that dependency. -- Jeffry Houser Technical Entrepreneur http://www.jeffryhouser.com 203-379-0773 -- *Thomas Wright* Software Engineer Extension: 1054 Office: [801] 464.4600 Corporate Division twri...@yesco.com -- Lee Burrows ActionScripter

building flex sdk

2013-10-13 Thread Lee Burrows
Hi All, Can the 4.11 SDK (or earlier) be built with Java JDK 1.7 yet? Or is it still 1.5/1.6 only? Thanks, -- Lee Burrows ActionScripter

Re: building flex sdk

2013-10-13 Thread Lee Burrows
Thanks Justin On 13/10/2013 10:01, Justin Mclean wrote: Hi, Can the 4.11 SDK (or earlier) be built with Java JDK 1.7 yet? Or is it still 1.5/1.6 only? JDK 1.7 is fine. Justin -- Lee Burrows ActionScripter

Re: [Mustella] tests/experimental/spark/components/CallOutButton

2013-10-16 Thread Lee Burrows
IMO, the tests should be removed, or at least replaced by tests on Callout / CalloutButton using the spark skins instead of the mobile skins. WDYT? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 16 octobre 2013 16:43 À : dev@flex.apache.org Objet : [Mustella] tests/experimental/spark/components/CallOutButton These tests do not compile for me. Do they work for anyone else? I can't find where they are excluded. -Alex -- Lee Burrows ActionScripter

Re: [Mustella] tests/experimental/spark/components/CallOutButton

2013-10-16 Thread Lee Burrows
String = MouseEvent.ROLL_OVER; Can you check that you didn't add triggerEvent="click" in your code . Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : mercredi 16 octobre 2013 19:05 À : dev@flex.apache.org Objet : Re: [Mustel

Re: [DISCUSSION] Apache Flex 4.11.0 RC 2

2013-10-21 Thread Lee Burrows
ed) Erik, how did you set it ? Application Data doesn't exist -Fred -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 17 octobre 2013 10:05 À : dev@flex.apache.org Objet : [DISCUSSION] Apache Flex 4.11.0 RC 2 Hi, For the gmail users out there - please place all discussion here not in the vote thread. Thanks, Justin -- Lee Burrows ActionScripter

Re: [DISCUSSION] Apache Flex 4.11.0 RC 2

2013-10-21 Thread Lee Burrows
"could not load flexTasks.task", so basically asdocs fails at the beginning . I am checking what's wrong... Maurice -----Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : lundi 21 octobre 2013 14:22 À : dev@flex.apache.org Objet : Re: [DISCUSSIO

Re: [DISCUSSION] Apache Flex 4.11.0 RC 2

2013-10-21 Thread Lee Burrows
e bug fixes for now :) On 21/10/2013 14:30, Maurice Amsellem wrote: Lee, Can you check that you have flexTasks.jar in sdk/lib/ directory? Maurice -Message d'origine----- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : lundi 21 octobre 2013 15:00 À : dev@flex.a

Re: [DISCUSSION] Apache Flex 4.11.0 RC 2

2013-10-21 Thread Lee Burrows
rors are you getting specifically? On Mon, Oct 21, 2013 at 9:43 AM, Lee Burrows wrote: Yes, it's there. Don't worry too much about it; if its working for most people, i assume its a problem on my end. I'm also having issues with sdk build (cant build with JDK 1.7, cant inc

Re: [DISCUSSION] Apache Flex 4.11.0 RC 2

2013-10-21 Thread Lee Burrows
5m 12s at 21/10/13 13:52 SDK usually takes longer for a clean build. Maybe it was not that successful... Can you try using the SDK Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : lundi 21 octobre 2013 15:44 À : dev@flex.apache.org Objet

[DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Lee Burrows
Just reposting with new subject to separate conversations... On 21/10/2013 16:03, Lee Burrows wrote: Sorry, that was for the asdocs build - it seems to be doing everything correctly (including temporary creation of tempdita folder) but no files (other than examples) exist at the end of the

[DISCUSSION] 4.11.0 RC 2 build errors

2013-10-21 Thread Lee Burrows
Just reposting with new subject to separate conversations... On 21/10/2013 16:00, Lee Burrows wrote: For JDK1.7: *E:\Projects\Apache Flex SDK\Apache Flex\flex-sdk\modules\thirdparty\velocity\build\build.xml (212:34)'includeantruntime' was not set, defaulting to build.sysclasspath

Re: [DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Lee Burrows
I included everything there was (except include_examples) On 21/10/2013 17:26, Maurice Amsellem wrote: Thanks. Since it contains static files only, can you also send topLevel.xml file located at the root of asdoc-output. Maurice De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé

4.11.0 RC 2

2013-10-21 Thread Lee Burrows
Assuming git branch release4.11.0 is the RC, i spotted a very minor error in local-template.properties; release and release.version properties set to 4.10.0 -- Lee Burrows ActionScripter

Re: 4.11.0 RC 2

2013-10-21 Thread Lee Burrows
..and i'd suggest adding "air.version" to local-template.properties too (for completeness) On 21/10/2013 19:14, Lee Burrows wrote: Assuming git branch release4.11.0 is the RC, i spotted a very minor error in local-template.properties; release and release.version propertie

Re: [DISCUSSION] 4.11.0 RC 2 build errors

2013-10-21 Thread Lee Burrows
spaces in them. I've run across a bunch of weird errors when that was the case. Can you try moving them around so you don't have "Apache Flex" rather "Flex" or something along those lines to help the compiler around? -Nick On Mon, Oct 21, 2013 at 11:08 AM, Lee Burrow

Re: 4.11.0 RC 2

2013-10-21 Thread Lee Burrows
k was provided in the initial "[VOTE] Apache Flex 4.11.0 release candidate 2 " email by Justin McLean. Maurice -Message d'origine----- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : lundi 21 octobre 2013 20:15 À : dev@flex.apache.org Objet : 4.11.0 RC 2

Re: [DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Lee Burrows
ithub. Maurice -Message d'origine----- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : lundi 21 octobre 2013 18:34 À : dev@flex.apache.org Objet : Re: [DISCUSSION] 4.11.0 RC 2 ASDocs I included everything there was (except include_examples) On 21/10/2013 17:26, Maurice Amse

Re: [DISCUSSION] Apache Flex 4.11.0 RC 2

2013-10-21 Thread Lee Burrows
=last; set to false for repeatable builds** That's just a warning I believe. I may of missed it in the thread but what ant target are you running to produce the docs? Thanks, Justin -- Lee Burrows ActionScripter

Re: Mozilla takes on Flash

2013-10-29 Thread Lee Burrows
effort is trying to keep the things you like about AS3 and get it to work without Flash. -- Lee Burrows ActionScripter

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Lee Burrows
skins. Cons: much more difficult to implement. _ What do you think ? Maurice -- Lee Burrows ActionScripter

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Lee Burrows
itten a native iOS app, let alone in IOS7. Maurice -- Lee Burrows ActionScripter

Re: Mobile TextInput swipe

2013-11-25 Thread Lee Burrows
issue with the new one ? or the other way? It would be better to keep the old one around with the same name. Folks might have subclassed it to build their own implementations. Now that it is an interface, it's easy to subclass the StageTextInputSkin, and override createTextDisplay() to use another class. Maurice -- Lee Burrows ActionScripter

Re: Is it possible to build only the core parts? (no TLF, no PB, no frameworks)

2013-11-25 Thread Lee Burrows
and still be able to transcode and link assets? Thanks! -- Lee Burrows ActionScripter

Mobile DropDownList

2013-11-25 Thread Lee Burrows
flex-sdk/repo?p=flex-whiteboard.git;a=blob;f=tink/mobile_dropdownlist/src/org/apache/spark/components/MobileDropDownList.as;h=b4a22cd2ef898876822ded68c17e63fc68cc649c;hb=HEAD -- Lee Burrows ActionScripter

Re: Mobile DropDownList

2013-11-25 Thread Lee Burrows
Which branch should i work from; develop? master? other? On 25/11/2013 23:18, Justin Mclean wrote: Hi, Sounds like a good idea to me - changes look minimal and effect touch mode only. Raise a JIRA and create a patch. Thanks, Justin -- Lee Burrows ActionScripter

Re: Mobile DropDownList

2013-11-25 Thread Lee Burrows
Thanks Justin On 26/11/2013 00:14, Justin Mclean wrote: Develop is the latest and what you should generally work in unless you're patching a release. -- Lee Burrows ActionScripter

SDK bug fixing in IntelliJ

2013-11-27 Thread Lee Burrows
Hi All, I am trying to setup IntelliJ 12.1 so that i can edit the SDK and submit patches. I currently have the SDK within a Java module (as all tutorials seem to suggest) but is it possible to enable code-hinting/jump to definition etc. when editing AS/MXML files? -- Lee Burrows

Re: SDK bug fixing in IntelliJ

2013-11-27 Thread Lee Burrows
Setting up IntelliJ for Apache Flex SDK development: http://www.youtube.com/watch?v=5COE3hYqCJk If you run into some stale documentation, please let us know and we can fix it. Thanks, Om On Wed, Nov 27, 2013 at 10:30 AM, Lee Burrows wrote: Hi All, I am trying to setup IntelliJ 12.1 so that

Re: SDK bug fixing in IntelliJ

2013-11-27 Thread Lee Burrows
l the framework/projects/*/src - CHECK SKIP COMPILATION option. If you need more information, don't hesitate Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : mercredi 27 novembre 2013 20:58 À : dev@flex.apache.org Objet : Re: SDK bug fix

help with sdk update

2013-11-30 Thread Lee Burrows
tSkin could not be found." and "Access of undefined property DropDownListSkin in package spark.skins.mobile." I have the skin in the correct package, i have added classReference definition in defaults.css and i also added imports to MobileThemeClasses and MobileThemeClassesAIR2

Re: help with sdk update

2013-11-30 Thread Lee Burrows
nt in /frameworks/projects/mobiletheme What IDE are you using? I find that FB sometime caches the old SDK, and either restarting or switching the project SDK to another SDK then back again fixes that issue. Thanks, Justin -- Lee Burrows ActionScripter

Re: Apache Flex in the IOS

2013-12-01 Thread Lee Burrows
I've tried everything. How could I access a picture on IOS, need to pass the path at run time, eg: img.source = "" the pictures are in the device, I have a table with the name of the images, but I need the path where they are stored? In android would be something like / mnt / sdcard, but iOS and? Any idea? -- Lee Burrows ActionScripter

Re: Apache Flex in the IOS

2013-12-01 Thread Lee Burrows
o pass the path at run time, eg: img.source = "" the pictures are in the device, I have a table with the name of the images, but I need the path where they are stored? In android would be something like / mnt / sdcard, but iOS and? Any idea? -- Lee Burrows ActionScripter

Re: Next release of Apache Flex

2013-12-01 Thread Lee Burrows
entries for the next release. https://issues.apache.org/jira/browse/FLEX-33950 So what JIRA issues do we think are important and do we want to see fixed in the next release? https://issues.apache.org/jira/browse/FLEX-33952 Thanks, Justin -- Lee Burrows ActionScripter

Re: [DRAFT] Apache Flex December 2013 Report

2013-12-02 Thread Lee Burrows
JIRA activity (more bugs raised than resolved however) -- Lee Burrows ActionScripter

Re: New Flex MaskedTextInput Spark Component

2013-12-09 Thread Lee Burrows
you know some other similar component out there, please let me know! :) Best, -- Lee Burrows ActionScripter

Re: SDK Build

2014-01-15 Thread Lee Burrows
elocity\build\build.xml:212: Compile failed; see the compiler error output for details. -- Lee Burrows ActionScripter

Re: SDK Build

2014-01-15 Thread Lee Burrows
ex\sdk\modules\build.xml:179: The following error occurred while executing this line: C:\sources\asf\flex\sdk\modules\thirdparty\velocity\build\build.xml:212: Compile failed; see the compiler error output for details.

Re: I can not see BUG TRACKER

2014-01-22 Thread Lee Burrows
Summary/Issues not visible for me either On 23/01/2014 05:34, Shigeru Nakagaki wrote: Hello I created an issue. Then I can not see any issues at all. It said "An unknown error occurred while trying to perform a search." thanks Shigeru Nakagaki -- Lee Burrows ActionScripter

Re: Adjusting layout on Button made invisible

2014-01-31 Thread Lee Burrows
orry for a silly question. TIA, Oleg. (using Flex 4.5.1) -- Lee Burrows ActionScripter

4.12 build

2014-01-31 Thread Lee Burrows
Hi I noticed that when i build 4.12 sdk with "playerglobal.version = 11.9" in local.properties, flex-config.xml has set to 11.9 but airmobile-config.xml and air-config.xml still get set to 11.1 Error in build script? -- Lee Burrows ActionScripter

Re: Media Query Parser

2014-02-02 Thread Lee Burrows
consistent and c) maintainable (eg if AIR decides to support windows mobile or another platform)? Thanks, Justin -- Lee Burrows ActionScripter

Re: Missing on the website

2014-02-03 Thread Lee Burrows
release. - Support for compiling with Java 7 How would you suggest it be improved? Thanks, Justin -- Lee Burrows ActionScripter

ipad DPI

2014-02-05 Thread Lee Burrows
Hi All I see that RuntimeDPIProvider.runtimeDPI has code to return 160 for ipads rather than the more correct 120 (as ipad is 132dpi). Anybody know why this was added? -- Lee Burrows ActionScripter

Re: ipad DPI

2014-02-05 Thread Lee Burrows
Thanks Om On 05/02/2014 19:13, OmPrakash Muppirala wrote: This thread should have all the details you are looking for: http://markmail.org/thread/pbexks3ojkhuhx3p Thanks, Om On Wed, Feb 5, 2014 at 11:08 AM, Lee Burrows wrote: Hi All I see that RuntimeDPIProvider.runtimeDPI has code to

Re: FLEX-34070

2014-02-05 Thread Lee Burrows
/www.apache.org/dev/committers.html#committer-responsibilities 2. https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLEX%20AND%20labels%20%3D%20EasyTest 3. https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLEX%20AND%20labels%20%3D%20EasyFix 4. https://cwiki.apache.org/confluen

Re: FLEX-34070

2014-02-05 Thread Lee Burrows
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 is that the non-template versions should be ignored; seems odd t

Re: FLEX-34070

2014-02-05 Thread Lee Burrows
g.xml is not in .gitignore Maurice -Message d'origine----- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : jeudi 6 février 2014 00:08 À : dev@flex.apache.org Objet : Re: FLEX-34070 Indeed; i have my interested-user hat on rather than my thats-my-patch hat ;) Looks li

Re: FLEX-34070

2014-02-05 Thread Lee Burrows
Config files are generated by the basic build (frameworks/build.xml target=main) On 05/02/2014 23:34, Justin Mclean wrote: I think (but not 100% sure) the config files may only be generated with a full release build not an ordinary build. Justin -- Lee Burrows ActionScripter

Re: Apache Flex 4.12 RC1

2014-02-08 Thread Lee Burrows
his RC was compiled with Java 7 - is that going to cause any issue for people still using Java 6? Thanks, Justin 1. https://dist.apache.org/repos/dist/dev/flex/sdk/4.12.0/rc1 -- Lee Burrows ActionScripter

Re: [Installer] Should the log file be "user friendly"

2014-02-11 Thread Lee Burrows
y people on the mailing lists. I think a little caution is prudent here. the installer is the first thing a user will use when trying to installer the SDK. Thanks, Justin -- Lee Burrows ActionScripter

RE: [DISCUSSION] Apache Flex 4.12.0 release candidate 3

2014-03-01 Thread Lee Burrows
Looks like https://issues.apache.org/jira/browse/FLEX-34088 is still an issue See https://issues.apache.org/jira/browse/FLEX-34124 -- Lee Burrows ActionScripter

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

2014-03-09 Thread Lee Burrows
As this installer will be the gateway to Flex development for most new users, its important that it creates a positive impression - i think getting it right is more important than getting it out now. Just my 2p worth -- Lee Burrows ActionScripter

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Lee Burrows
ler-3-0-RC6-tp35420p35467.html Sent from the Apache Flex Development mailing list archive at Nabble.com. -- Lee Burrows ActionScripter

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-09 Thread Lee Burrows
ntinuously." And Maurices issue - missing license check boxes https://www.dropbox.com/s/iigugjjjchm7w7i/flexJS_complist_EN.png Need to be investigated before we release the installer. It's not giving me confidence that issues like this occur - even if they don't occur all the time.

flex website

2014-03-10 Thread Lee Burrows
Hi All, Noticed out-of-date info on website: http://flex.apache.org/download-archive.html This page talks about installer 2.5 -- Lee Burrows ActionScripter

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC6

2014-03-10 Thread Lee Burrows
also recommending that we announce SDK 4.12.0 now? I guess. We probably don't want to delay 4.12 anymore. Unless someone wants to take up my fight ;-) Om -Alex -- Lee Burrows ActionScripter

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC7

2014-03-11 Thread Lee Burrows
Tried RC7 installer. Couldn't reproduce my RC6 error - when config load fails, button labels are populated and log window pops open with error message. Much better :) -- Lee Burrows ActionScripter

Re: Team page - move empty people down the bottom

2014-03-15 Thread Lee Burrows
r of posts) Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Team-page-move-empty-people-down-the-bottom-tp35726p35864.html Sent from the Apache Flex Development mailing list archive at Nabble.com. -- Lee Burrows ActionScripter

Re: Advice needed on FLEX-33994

2014-03-19 Thread Lee Burrows
e-diagonal: 5in) { /* phone css*/ } @media (min-device-diagonal: 5in) and (max-device-diagonal: 11in) { /* tablet css*/ } @media (min-device-diagonal: 11in) and (max-device-diagonal: 24in) { /* screen*/ } @media (min-device-diagonal: 24in) { /* TV*/ } What do you think? Maurice -- Lee Burrows ActionScripter

Re: Advice needed on FLEX-33994

2014-03-19 Thread Lee Burrows
able props). Personally, i'm happy if it's not bindable. Also, it will return a qualified object (CssDimension) with the following props: - value: Number - unit: String - pixelValue: int - compare operator - toString(). Good ? Maurice Even better ;) -- Lee Burrows ActionScripter

ScrollableStageText

2014-03-28 Thread Lee Burrows
Hi All, Getting this trace from ScrollingStageText.disposeProxy: [WARN] SST found empty bitmap data in: null Seems to happen when custom renderers (with editable TextArea) are generated for a list (and also when renderers are disposed). Any ideas? -- Lee Burrows ActionScripter

Re: ScrollableStageText

2014-04-01 Thread Lee Burrows
), but apparently it has not effect on the behavior. Can you please provide a simple code where this happens, so I can try to reproduce it and fix it. Maurice -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : vendredi 28 mars 2014 21:53 À : Apache

Re: 4.12.1

2014-04-21 Thread Lee Burrows
[1]. I think there is one more I saw but I can't find it right now. Any others? -Alex [1] https://issues.apache.org/jira/browse/FLEX-34218 -- Lee Burrows ActionScripter

website

2014-05-28 Thread Lee Burrows
To whom it may concern, I notice that slide 4 on http://flex.apache.org/ is out of date - "Apache Flex SDK 4.12 has been released" http://flex.apache.org/images/slider4.jpg -- Lee Burrows ActionScripter

Re: website

2014-05-28 Thread Lee Burrows
Looking good now ;) On 28/05/2014 23:08, OmPrakash Muppirala wrote: Lee, Thanks for catching this. I just fixed it and pushed a build of the website. It should look fine now. Regards, Om On Wed, May 28, 2014 at 2:04 PM, Lee Burrows wrote: To whom it may concern, I notice that slide 4

Re: HTTPService Example

2014-06-02 Thread Lee Burrows
-flex-development.247.n4.nabble.com/HTTPService-Example-tp37930.html Sent from the Apache Flex Development mailing list archive at Nabble.com. -- Lee Burrows ActionScripter

Re: Name of Flex SDK installer

2013-01-23 Thread Lee Burrows
+1 for that. Perhaps "SDK" should also be included in the name? On 23/01/2013 15:01, Maurice Amsellem wrote: Hi, The name of the Apache Flex SDK Installer is "InstallApacheFlex". I think this is not intuitive, because when you have a long list of software, like in the Programs Control Panel

Performance expectations for Flex JS

2013-01-29 Thread Lee Burrows
Hi all, I've been following with great interest the possibility of compiling Flex to JS. After flash armageddon, i started looking into HTML as an option for building RIAs but decided there were two problems: 1) JS isnt exactly OOP friendly and there's a lack of suitable tooling, which mak

Re: Flash Platform Whitepaper

2013-01-29 Thread Lee Burrows
Thats the way i'm reading it - dumb but predictable On 30/01/2013 00:39, Mark Fuqua wrote: In reading over the latest version, it seems like Adobe is saying no Air for Windows 8 tablets/phones...is that a correct reading? Seems like a dumb move for both Microsoft and Adobe. Mark -Original

compiling custom metatags

2013-02-02 Thread Lee Burrows
Hi all, I dont know enough (i.e. anything) about the flex compilers so bear with me... How difficult would it be to get the compiler to process custom metatags (e.g. as currently done with [Bindable])? I'm assuming it's not already posssible as i've found no mention of it by googling.

Re: compiling custom metatags

2013-02-02 Thread Lee Burrows
I'm actually talking about doing it at compile time, not at runtime. On 02/02/2013 18:04, Avi Kessner wrote: Actually it is possible. Robotlegs uses it extensively. brought to you by the letters A, V, and I and the number 47 On Sat, Feb 2, 2013 at 7:48 PM, Lee Burrows wrote: Hi al

Re: compiling custom metatags

2013-02-02 Thread Lee Burrows
d IDE's for code completion. Basically, it would make a metadata annotation like a class type definition. Mike Quoting Avi Kessner : Actually it is possible. Robotlegs uses it extensively. brought to you by the letters A, V, and I and the number 47 On Sat, Feb 2, 2013 at 7:48 PM, Lee B

Re: compiling custom metatags

2013-02-02 Thread Lee Burrows
full configurable and customizable front and back end for a compile session. A ways down the road as there are some very interesting developments at the moment with some other things... Mike Quoting Lee Burrows : Having metadata as first class citizens would be great but its not what

Re: Language features

2013-02-05 Thread Lee Burrows
I assume we'll be calling it Apache ActionScript when Adobe feel that HTML5 is ready to front their gaming push. On 05/02/2013 10:37, Michael Schmalle wrote: There is a simple answer to this. Keep AS3, it's a language name, not a product. Flex is a product, if you want to do something, chang

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Lee Burrows
Im happy for this small web app (and source code) to be used if its deemed appropriate: http://mandelbrot-explorer.com/ - it was built pre-Apache but is spark so i can easily update it to 4.9 On 05/02/2013 18:57, Alex Harui wrote: It would definitely be great to get some apps for the showcase

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Lee Burrows
hat URL the app stays stuck on the loading screen, it says 'initialising', but after several minutes still nothing has happened. Using Chrome 26 Canary with FP 11.6 on windows 8 pro. On 5 February 2013 20:08, Lee Burrows wrote: Im happy for this small web app (and source code)

Re: [OT] [FALCON] Falcon and IDE/FB integration

2013-02-06 Thread Lee Burrows
ring the AST. Doing 1+1, I'd say Falcon will improve independence of the IDE from the FDK versions (as long as these new advanced compiler hook/APIs are keep compatible), but this FB 4.7 behavior seems to go in the opposite direction.. Any thoughts? -- Lee Burrows ActionScripter

Re: Tracking sdk and installer downloads

2013-02-09 Thread Lee Burrows
cking [1] Thanks, Om [1] https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide -- Lee Burrows ActionScripter

Re: [OT] Interesting stat from JetBrains

2013-02-12 Thread Lee Burrows
d feature requests - in the issue tracker [10]. Or just email me directly. -- Lee Burrows ActionScripter

Re: Apache Mail Archive changed?

2013-03-04 Thread Lee Burrows
/incubator-flex-dev/ -- Lee Burrows ActionScripter

Re: Finishing the Git migration - Update

2013-03-14 Thread Lee Burrows
g the Git migration - Update Just a note that the Falcon still needs to be verified. I guess Gordon would be the best person for that. Thanks, Om -- Lee Burrows ActionScripter

  1   2   >