RE: Korean text not displayed in spark Label

2013-12-10 Thread Miguel Ferreira
did you check if the font have the code to present korean? Normally to present korean or chinese you have to be sure that you have in the font that. Make tests because maybe if there is another component they can pick up one font that have this character codes > Date: Tue, 10 Dec 2013 05:45:27 -

Flex monkey

2014-01-21 Thread Miguel Ferreira
Hi all, In this moment i was trying to install the Flex monkey to make functional test but it did not work with the version 4.10 from apache there is a work around for this or another solution?I don't want to down grade the sdk version because of the test. Thanks,Miguel

RE: Flex monkey

2014-01-21 Thread Miguel Ferreira
2014 13:43:29 + > Subject: Re: Flex monkey > From: sglad...@gmail.com > To: users@flex.apache.org > > Hi Miguel, > > Wrong Flex Monkey, I'm afraid! You need to speak to these guys: > https://www.gorillalogic.com/ > > Simon > > > On 21 January

RE: Flex monkey

2014-01-21 Thread Miguel Ferreira
entire list :) > > simon > > > On 21 January 2014 13:51, Miguel Ferreira > wrote: > > > Yes, > > But, since 2012 they don't give any more support or solution. > > So, i want to check another perspectives. > > For example:http://www.ranorex.com

RE: Flex monkey

2014-01-21 Thread Miguel Ferreira
CEOT:* @__Ajar__<https://twitter.com/__Ajar__> > *M*: +972 544 966 104 > V: http://www.youtube.com/watch?v=xHS5CJDr6Ps > > > On Tue, Jan 21, 2014 at 4:05 PM, Miguel Ferreira < > miguel.cd.ferre...@hotmail.com> wrote: > > > no problem simon, > &g

RE: AW: Flex monkey

2014-01-21 Thread Miguel Ferreira
ould gladly doate my work I did 2-3 Years ago as a starting Point > > (https://dev.c-ware.de/confluence/display/PUBLIC/Functional+Testing+Tools) > > I bet it's out of date with a few Frameworks, but it should still contain > > quite some valuable Information. > > > >

Re: AW: Flex monkey

2014-01-21 Thread Miguel Ferreira
useEvent in > Flex 4.6. It might give a clue why it isn't getting registered in Apache > Flex. > > -Alex > > On 1/21/14 7:15 AM, "Miguel Ferreira" > wrote: > >> I tried: >> Error;Error: Unable to find automation method >> 'flash.ev

RE: AW: O'Reilly Apache Flex book help

2014-01-23 Thread Miguel Ferreira
That would be great! +1 for pre order But, as we can see topics exists in quantity! > From: christofer.d...@c-ware.de > To: users@flex.apache.org > Subject: AW: O'Reilly Apache Flex book help > Date: Thu, 23 Jan 2014 15:15:42 + > > Guess I could definitely jump in to help with the Maven + Fle

TLF List

2014-01-23 Thread Miguel Ferreira
Someone have a quick example to transform a paragraph in a list and vice versa. For example; Some text is selected and on that text add//remove a list. Thank you.Miguel Ferreira

solidColor Exclusions

2014-01-30 Thread Miguel Ferreira
Hi guys, I have now a really strange error. I create a component that extends from a SkinnableContainer and also a skin. Local everything works fine. But when i deploy in the server and i run the application a get a runtime error: Required skin part solidColor cannot be found. at spark.components

RE: solidColor Exclusions

2014-01-30 Thread Miguel Ferreira
but I'm pretty sure we > already ran into the same issue before : when compiling with Maven you must > add either the theme SWC or some other SWC (might be spark one) to fix this > issue. > Hope it will be of any help ... > Le 30 janv. 2014 17:26, "Miguel Ferreira" > a

RE: solidColor Exclusions

2014-01-30 Thread Miguel Ferreira
27;t remember which one exactly, but I'm pretty sure we > already ran into the same issue before : when compiling with Maven you must > add either the theme SWC or some other SWC (might be spark one) to fix this > issue. > Hope it will be of any help ... > Le 30 janv. 2014 17:26, &q

RE: solidColor Exclusions

2014-01-30 Thread Miguel Ferreira
ubject: RE: solidColor Exclusions > From: romain.kel...@gmail.com > To: users@flex.apache.org > > 2 things, please : > - could you look at what's written for SkinnableComponent.as on line 737 ? > - could you show (relevant parts of) your pom ? > Le 30 janv. 2014 17:

RE: solidColor Exclusions

2014-01-30 Thread Miguel Ferreira
is confirmed I was using the color picker experimental and for that i get all this problems... Thanks for all the ideas. Miguel > Date: Thu, 30 Jan 2014 17:06:15 + > From: t...@extravision.com > To: users@flex.apache.org > Subject: Re: solidColor Exclusions > > On 30/01/

RE: Problems openning PDF file using navigateToURL

2014-02-06 Thread Miguel Ferreira
Hi, What is the browser that you are using? In chrome to download/open a file i get some issues to. Miguel > From: pedro.serra...@elegedata.com > To: users@flex.apache.org > Subject: RE: Problems openning PDF file using navigateToURL > Date: Thu, 6 Feb 2014 16:43:48 + > > My code > >

RE: FormLayout not aligning

2014-02-24 Thread Miguel Ferreira
creaate a formitem skin with a fixed label sized and verify again without sample code is harder to help > Date: Mon, 24 Feb 2014 07:38:47 -0500 > Subject: Fwd: FormLayout not aligning > From: oleg...@gmail.com > To: users@flex.apache.org > > > > > Hi, > > > > I have a Spark TitleWindow popup > >

textflow configuration manageTabkey

2014-04-28 Thread Miguel Ferreira
Hi all, I am trying to do something and i am sure that should be available a easy way to do it when i can see all the picture, but meanwhile is not the case so maybe some one can help. I change the default configuration of the textFlow like this; TextFlow.defaultConfiguration.manageTabKey = true

RE: textflow configuration manageTabkey

2014-04-28 Thread Miguel Ferreira
the config > parameter of the importToFlow method ? this parameter can be used to > associate a Configuration to the TextFlow. > > Vincent. > > > > Le 28/04/2014 12:02, Miguel Ferreira a écrit : > > Hi all, > > I am trying to do something and i am sure that

RE: textflow configuration manageTabkey

2014-04-28 Thread Miguel Ferreira
center and links in text, I found the > clickable link target area was wrong, I need to upgrade and check my issue > with latest SDK, then create a bug if there is still an issue > > Just do some good Q&A on this feature to save you a lot of work later > > Scott > >

flex compilation diferent from maven compilation

2014-05-05 Thread Miguel Ferreira
Hi all, Last week i developed some menu items for the context menu in a flex application. When i compile it with FB 4.7 every option is show without any problem but when i compile with maven the context menu is always the default one? I am using SDK 4.10.flash version 10.0.45 4.10

RE: AW: flex compilation diferent from maven compilation

2014-05-05 Thread Miguel Ferreira
The only main difference between Flexmojos 6 and 7 is that the Flex SDK now > has the group Id org.apache.flex instead of com.adobe.flex. > > Chris > > > Von: Miguel Ferreira > Gesendet: Montag, 5. Mai 2014 11:20 > An: users@f

RE: AW: AW: flex compilation diferent from maven compilation

2014-05-13 Thread Miguel Ferreira
our+poms > But I currently do see that these pages could use an update to the latest > Flexmojos and Apache Flex versions. > > Just come back if you have any problems. > > Chris > > > Von: Miguel Ferreira > Gesendet: Mon

RE: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-15 Thread Miguel Ferreira
ters to me ;-) > > What version of Flexmojos are you using? 6.x or 7.x? > > Chris > ____ > Von: Miguel Ferreira > Gesendet: Dienstag, 13. Mai 2014 11:00 > An: users@flex.apache.org > Betreff: RE: AW: AW: flex compilation diferent fro

RE: AW: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-16 Thread Miguel Ferreira
ess to that. Aotherwise Adobe would probably start > > writing mad letters to me ;-) > > > > What version of Flexmojos are you using? 6.x or 7.x? > > > > Chris > > > > Von: Miguel Ferreira > > Gesendet: Dienstag, 13. Mai 2014 1

RE: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-16 Thread Miguel Ferreira
AW: AW: AW: flex compilation diferent from maven compilation > > > Date: Tue, 13 May 2014 13:08:53 +0000 > > > > > > Hi Miguel, > > > > > > yes I have an Artifactory in which I have all the artifacts. But No, I > > > can't give you ac

RE: AW: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-16 Thread Miguel Ferreira
t; > Chris > > > -Ursprüngliche Nachricht- > Von: Miguel Ferreira [mailto:miguel.cd.ferre...@hotmail.com] > Gesendet: Mittwoch, 14. Mai 2014 16:12 > An: users@flex.apache.org > Betreff: RE: AW: AW: AW: flex compilation diferent from maven compilation > &g

RE: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-16 Thread Miguel Ferreira
the artifacts. But No, I > > can't give you access to that. Aotherwise Adobe would probably start > > writing mad letters to me ;-) > > > > What version of Flexmojos are you using? 6.x or 7.x? > > > > Chris > >

Re: Some first version of the "Building Flex Applications with Maven" documentation

2014-05-18 Thread Miguel Ferreira
Danke Chris! Sent from my iPhone > On 18 May 2014, at 20:04, "Christofer Dutz" wrote: > > Hi, > > today I spent a few hours starting to write a Wiki page in the Apache Flex > Wiki on how to build Flex applications using Maven. I have finished the > Mavenization part and how you deploy the a

RE: AW: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-19 Thread Miguel Ferreira
> > > org.apache.flex > compiler > ${flex.version} > pom > >

RE: AW: AW: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-20 Thread Miguel Ferreira
20 May 2014 07:17:27 + > > Hi Miguel, > > How did you provide the memory? Could you post your MAVEN_OPTS? > Cause your build only seems to use about 500MB (Final Memory: 15M/494M) > > Chris > ____ > Von: Miguel Ferreira >

RE: AW: AW: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-20 Thread Miguel Ferreira
our MAVEN_OPTS? > Cause your build only seems to use about 500MB (Final Memory: 15M/494M) > > Chris > ____ > Von: Miguel Ferreira > Gesendet: Montag, 19. Mai 2014 17:43 > An: users@flex.apache.org > Betreff: RE: AW: AW: AW: AW: flex com

RE: AW: AW: AW: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-20 Thread Miguel Ferreira
in a CI server that was running as another user and it > therefore didn't pick up the settings ... just a few options what could be > going wrond. > > Chris > > > Von: Miguel Ferreira > Gesendet: Dienstag, 20. Mai 2014 09:49

RE: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-20 Thread Miguel Ferreira
erwise Adobe would probably start writing mad > letters to me ;-) > > What version of Flexmojos are you using? 6.x or 7.x? > > Chris > > Von: Miguel Ferreira > Gesendet: Dienstag, 13. Mai 2014 11:00 > An: users@flex.apache.org >

RE: AW: AW: AW: flex compilation diferent from maven compilation

2014-05-20 Thread Miguel Ferreira
access to that. Aotherwise Adobe would probably start writing mad >> letters to me ;-) >> >> What version of Flexmojos are you using? 6.x or 7.x? >> >> Chris >> >> Von: Miguel Ferreira >> Gesendet: Dienstag

Re: Flex automation Help

2014-06-25 Thread Miguel Ferreira
There is tools that help You achieving that: Flex monkey Riatest Test complete ... The first one is for free but there is no more support for it. Sent from my iPhone > On 25 Jun 2014, at 07:40, "ak.arjun" wrote: > > Hi, > > I have a complex flex web application and i want to automate its

RE: Debugging all events in Flash?

2014-07-15 Thread Miguel Ferreira
Download Adobe scout you can achieve the goal that you want and now (since version 4.10) is really straightforward for versions before if you search in the google you can also manage to have the advanced telemetry that Adobe Scouts needs > Date: Tue, 15 Jul 2014 12:42:20 +0200 > Subject: Debug

RE: Decimal to Hex conversion.

2014-09-29 Thread Miguel Ferreira
so int is the same! if uint is just half of int... lets say you should first read the different types but for your try use number > From: sathikeshj...@gmail.com > Date: Mon, 29 Sep 2014 17:16:51 +0530 > Subject: Re: Decimal to Hex conversion. > To: users@flex.apache.org > > Hi, > > I tried usin

Flex Mojos and Export Release Build

2014-12-12 Thread Miguel Ferreira
Hi all and mainly for Chris :) Long time that i don't use the Export Release Build. I don't know if in fact is still possible for Flex SDK 4.10 (the one that i am using now) with combination for Flex mojos 6.0.1 to make the best release possible using something like export release build option i

RE: Users of Apache Flex

2014-12-12 Thread Miguel Ferreira
Hi, So in the last 5 years i am working in different project 1 - Cancer Screening2 - Hospital software3 - Pre Catalog Producer4 - Web to Print (create post card, business cards, flyer, etc...)5 - Financial Application > Date: Fri, 12 Dec 2014 10:38:27 -0500 > Subject: Users of Apache Flex > Fro

TLF and images

2014-12-18 Thread Miguel Ferreira
Hi all, I have an tlfXML like this:http://ns.adobe.com/textLayout/2008";> Dear Madam, Sir, Then i import to textflow by TextConverter.importToFlow(tlfXML , TextConverter.TEXT_LAYOUT_FORMAT, TextFlow.defaultConfiguration); But then the image is an empty box. I have the

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
4.10 and moving for 4.12 (maybe i will wait for the 4.14 then upgrade all the project) > Date: Thu, 18 Dec 2014 03:08:22 -0800 > From: piotrzarzyck...@gmail.com > To: users@flex.apache.org > Subject: Re: TLF and images > > Hi Miguel, > > Please provide us information which version of Flex SDK a

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
I tried the new SDK. It seems ok but the Font quality is poor all my application look kind of foogy now! Neverthless the image problem is not fixed i saw that the InlineGraphicElement did not load the image i will search what i need to do to load it. I installed the SDK by the installer just to i

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
r finished. > Subject: Re: TLF and images > From: harbs.li...@gmail.com > Date: Thu, 18 Dec 2014 18:13:32 +0200 > CC: users@flex.apache.org > To: d...@flex.apache.org > > Can you create a JIRA issue with a sample app which shows the problem?[1] > > On Dec 18, 2014,

RE: TLF and images

2014-12-19 Thread Miguel Ferreira
Hi Piotr, I am not using Air is a Web application and this blurry Font i already had on some past projects.Mainly in a Web to print project last year where i add compiled embedded Fonts and I manage to improve with the help of Alex but now i don't remember but even so if the user had a clinic ey

Text flow underline

2013-06-27 Thread Miguel Ferreira
Hi guys, i have a question :) Can we set the padding between letter and the underline? maybe 2 questions! Can we set the thickness of the underline? Thanks!

RE: Text flow underline

2013-06-28 Thread Miguel Ferreira
lating the fontMetrics. See > flash.text.engine.FontMetrics > > On 6/27/13 7:30 AM, "Miguel Ferreira" > wrote: > > >Hi guys, > >i have a question :) > >Can we set the padding between letter and the underline? > >maybe 2 questions! > >Can we set the thickness of the underline? > > > >Thanks! >

RE: Text flow underline

2013-06-28 Thread Miguel Ferreira
t; > On 6/28/13 4:10 AM, "Miguel Ferreira" > wrote: > > >Hi Alex, > >Thank you for the help... you always have time to say something.. that is > >admirable! > >The FontMetrics class have all the information about of the font on this > >case:- underl

RE: Text flow underline

2013-06-28 Thread Miguel Ferreira
h relies on FontMetrics. > Is this text truly "rich" (different font families, sizes and styles) or > single font? > > -Alex > > On 6/28/13 7:57 AM, "Miguel Ferreira" > wrote: > > >Hi Justin and Alex, > >I am using RichEditableText. (W

RE: Text flow underline

2013-06-28 Thread Miguel Ferreira
ght be a way to intercept in the swfContext API. -Alex On 6/28/13 8:29 AM, "Miguel Ferreira" wrote: >Hi Alex, >Is truly rich, is a web to print solution Enterprise application that i >join on the last 5 months. >Why i wish a solution like this:To make what the user see on th

RE: Text flow underline

2013-07-01 Thread Miguel Ferreira
gt;fake this class but also with no success..(maybe the wrong > >solution/perspective). > > > > > > > > > >> From: aha...@adobe.com > >> To: users@flex.apache.org > >> Date: Fri, 28 Jun 2013 08:14:11 -0700 > >> Subject: Re: Text f

RE: Text flow underline

2013-07-01 Thread Miguel Ferreira
appears that underlines are handled in TLF in FlowLeafElement.as. > > There is a method in there called getComputedFontMetrics. You could try > > monkey patching that. > > > > If you don't like monkey-patching and are using embedded fonts, there > > might

RE: Text flow underline

2013-07-01 Thread Miguel Ferreira
Hi, The change that i made was only because i need it for this project to have a underline offset = 0.(Was not a bug) Maybe we can set a configuration for the developer for the underline and also for the strike out for example. I will try to create the patch in this moment i am working on the sd

RE: Merge two nested xml in flex

2013-07-10 Thread Miguel Ferreira
Hi Devesh, Can you put some example code? I think will be better for some one to help. Normally with xml in as3 we have a good api to work with it. > From: devesh.mis...@mastek.com > To: flex-us...@incubator.apache.org; users@flex.apache.org > Date: Wed, 10 Jul 2013 16:50:18 +0530 > Subject: Merge

RE: adobe flex vs apache flex

2013-08-14 Thread Miguel Ferreira
experience of developing with flex and the community is here and alive! Best regards,Miguel Ferreira > From: apachemav...@gmail.com > Date: Wed, 14 Aug 2013 16:10:35 +0800 > Subject: adobe flex vs apache flex > To: users@flex.apache.org > > Hi: > > What is the differenc

RE: adobe flex vs apache flex

2013-08-14 Thread Miguel Ferreira
For the IDE's the current most commons are: Flash Builder Eclipse basedIntelliJ IDEA from JetBrains - http://www.jetbrains.com/idea/Eclipse with Flex Plugin etc... But all of them are good to work with any version from the Apache Flex SDK. > From: apachemav...@gmail.com > Date: Wed, 14 Aug 201

RE: adobe flex vs apache flex

2013-08-14 Thread Miguel Ferreira
Yes. Who generates the application is not the IDE but the compiler.So from the same SDK you will have the same compiler so the output will be the same (of course if the options of the compiler are the same!). > From: apachemav...@gmail.com > Date: Wed, 14 Aug 2013 16:50:52 +0800 > Subject: Re:

linestyle with decimals

2013-08-14 Thread Miguel Ferreira
design jumps like it don't accept decimals just goes from 1 pixel to 2 pixels.Have anyone have the same behavior or solution for this. Thanks in advance! Miguel Ferreira

RE: How to get a class instance using string name?

2013-08-16 Thread Miguel Ferreira
see this link: http://stackoverflow.com/questions/468925/in-actionscript3-how-do-you-get-a-reference-to-an-objects-class Maybe this is enough for you? var classRef:Class = getDefinitionByName(getQualifiedClassName(myObject)) as Class; I hope it helps. Miguel. > Date: Fri, 16 Aug 2013 17:09:12 +053

RE: Scale flex application

2013-08-20 Thread Miguel Ferreira
Hi Pierre, Did you trace the values from stage? you can use percent values for the application and min values to fix your minimum size (1024 * 768), but you also have to look to your index.template.html to check if the size of your flash wrapper is in percentage also because when you have fix va

RE: Pb with special characters and accents

2013-08-29 Thread Miguel Ferreira
Hi, I don't know what data type are you transferring to your server side.In my last application i had to use JSON and inside a XML with data about text (pages of text!). To not loose the content i add to create a child on the XML item for the content with cdata like this: private function addCh

RE: Validate two fields in a validator

2013-09-26 Thread Miguel Ferreira
you can also give a selectedRange then that error is prevented. > Date: Thu, 26 Sep 2013 14:14:21 +0200 > Subject: Validate two fields in a validator > From: shervin.asg...@webstep.no > To: users@flex.apache.org > > Hi. > > I have a date validator on each field which validates if they are a corr

RE: Validate two fields in a validator

2013-09-26 Thread Miguel Ferreira
sorry about the short reply. but we can see here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/DateChooser.html#selectableRange That will help your user to no select some dates on the rangeStart : just put the selected date from the your component then you can ad

RE: Validate two fields in a validator

2013-09-26 Thread Miguel Ferreira
*/} I hope will be enough for you to go to the next step. Miguel > Date: Thu, 26 Sep 2013 14:37:44 +0200 > Subject: Re: Validate two fields in a validator > From: shervin.asg...@webstep.no > To: users@flex.apache.org > > Thanks! That will help. > I will look at it > >

RE: Validate two fields in a validator

2013-09-26 Thread Miguel Ferreira
try to use it with a fix date to see if it work correctly. Then you can use change event to set that properties. For example, if a user choose first the date to then the date from rangeend should be also updated you can trigger this settings when a change event is trigerred. after you finished th

RE: Apache Flex sdk 4.10 installation aborted

2013-10-02 Thread Miguel Ferreira
I installed next week without a problem. Try again in another folder. Use the installer and select all the options. From: sathikeshj...@gmail.com Date: Wed, 2 Oct 2013 18:14:42 +0530 Subject: Apache Flex sdk 4.10 installation aborted To: users@flex.apache.org Hi, I have Adobe Flash builder 4.7 St

RE: s|Alert{} in css

2013-10-03 Thread Miguel Ferreira
ALert is not in the namespace spark so you have to use this For example:mx|Alert{ title-background-skin: Embed("assets/skin/alert_title.png"); background-image: Embed("assets/skin/alert.png");} > From: fr...@dahmenia.de > To: users@flex.apache.org > Subject:

RE: s|Alert{} in css

2013-10-03 Thread Miguel Ferreira
u, 3 Oct 2013 13:30:15 +0200 > > > but in the docs there is a spark.components.Alert? > > > > > - Original Message - > From: "Miguel Ferreira" > To: > Sent: Thursday, October 03, 2013 1:21 PM > Subject: RE: s|Alert{} in css > > >

blurry fonts

2013-10-03 Thread Miguel Ferreira
hi, someone 2 years ago raise this problem:http://forums.adobe.com/thread/786727 Blurry fonts on spark vs halo components. There is a way to prevent this? I am finalizing a updated to my costumer from flex 4.1.0 to flex 4.10.0 and the fonts really look horrible.I am also using the MXFTEText.css

RE: blurry fonts

2013-10-03 Thread Miguel Ferreira
he mx text looks tall and skinny. The hinting options, while having an > >effect, don't seem to correct this. If anyone has settings that make an > >embedded font (Arial or Helvetica) look normal, I'd really like to try > >them. > > > >- Original Message

RE: blurry fonts

2013-10-03 Thread Miguel Ferreira
Oct 2013 23:40:44 -0700 > Subject: Re: blurry fonts > > Did you try it with an older swf version? > > On 10/3/13 11:08 PM, "Miguel Ferreira" > wrote: > > >Thank you all, > >I am trying with another font type to see if i can have a better > >r

RE: blurry fonts

2013-10-04 Thread Miguel Ferreira
always available... almost 24/7 Miguel > From: aha...@adobe.com > To: users@flex.apache.org > Date: Thu, 3 Oct 2013 23:40:44 -0700 > Subject: Re: blurry fonts > > Did you try it with an older swf version? > > On 10/3/13 11:08 PM, "Miguel Ferreira" > wrote

RE: blurry fonts

2013-10-08 Thread Miguel Ferreira
>> To: users@flex.apache.org >> Sent: Friday, October 4, 2013 1:15:27 AM >> Subject: Re: blurry fonts >> >> Hey Miguel, >> >> >> we're using Myriad Web >> Pro<http://www.azfonts.net/load_font/myriadwebpro.html>with the latest &g

RE: blurry fonts

2013-10-09 Thread Miguel Ferreira
ns, and Mihai mentions Myriad Pro. Thanks in advance for any feedback. ----- Original Message - From: "Miguel Ferreira" To: users@flex.apache.org Sent: Tuesday, October 8, 2013 2:52:38 AM Subject: RE: blurry fonts Hi all thank you for all the information. I was out and just

RE: blurry fonts

2013-10-09 Thread Miguel Ferreira
For reference below, Miguel mentions OpenSans, and Mihai mentions Myriad Pro. Thanks in advance for any feedback. - Original Message - From: "Miguel Ferreira" To: users@flex.apache.org Sent: Tuesday, October 8, 2013 2:52:38 AM Subject: RE: blurry fonts Hi all thank you for

RE: Interface question

2013-10-09 Thread Miguel Ferreira
Function foo receives also a interface? So, when a class implements a interface that class have to respect the contract with that interface and make it public. So the class Class1 must have the public method foo with the correct signature then a external class can call the method from class1 li

RE: Robotleg 2

2013-10-10 Thread Miguel Ferreira
The official link: https://github.com/robotlegs/robotlegs-framework/wiki They still have to update some documentation. But nothing better then to ask them. And for me you made a good choice. I had a lot of fun with a project that i implemented with RL. I hope you  will also enjoy. Miguel -

RE: blurry fonts

2013-10-10 Thread Miguel Ferreira
> Ideally, someone could refer me to a Helvetica/Arial font that they know > embeds fine. However, assuming I don't get that feedback and I need to find a > new font, I'm hoping anyone with good embed results can share their favorite > font (for Enterprise desktop application

RE: blurry fonts

2013-10-10 Thread Miguel Ferreira
s glyphs > > encoded as CFF it will look better. > > > > -Alex > > > > From: modjkl...@comcast.net [modjkl...@comcast.net] > > Sent: Wednesday, October 09, 2013 9:45 AM > > To: users@flex.apache.org > > Subject: Re

Fonts - WOFF

2013-10-10 Thread Miguel Ferreira
After the subject embed blurry fonts i get this format the web open font there is anyway that we can embed this type in flex? Or, extract the otf gtom the woff?

RE: blurry fonts

2013-10-10 Thread Miguel Ferreira
; I downloaded them I noticed they have either an .ttf.woff or an .otf.woff > extension. I don't think that's compatible with Flex. I'd be interested if > anyone is able to get them working somehow. > > - Original Message - > > From: "Miguel Ferreir

RE: blurry fonts

2013-10-12 Thread Miguel Ferreira
/browse/FLEX-33817 Also there is in the jira issue a link that explains better this type when the pros of using it. Resuming this type of font:- is like a zip of the otf/ttf- can include some metada because of the rights of the font- improved readability best regards,Miguel Ferreira > F

datagrid default row height too big

2013-10-16 Thread Miguel Ferreira
Hi all, I already test a lot of thing even monkey patch the skin of the datagrid, to take out the bold of the header and then try to minimize the row heights in the grid, but the second is getting a real headache to find where is the gap. For example: on the skin i even change the property rowHei

RE: datagrid default row height too big

2013-10-16 Thread Miguel Ferreira
bject: RE: datagrid default row height too big > Date: Wed, 16 Oct 2013 13:40:57 + > > Hi Miguel > > Are you using spark DataGrid or mx DataGrid ? > > Maurice > > -Message d'origine- > De : Miguel Ferreira [mailto:miguel.cd.ferre...@hotmail.com] &

RE: datagrid default row height too big

2013-10-16 Thread Miguel Ferreira
Subject: Re: datagrid default row height too big > > Do you have a custom itemrenderer? Or using the default? > > On 10/16/13 7:05 AM, "Miguel Ferreira" > wrote: > > >i am using spark datagrid, and in some parts of the project exits > >ma:Datagr

Different Font result when using embed and not

2013-10-21 Thread Miguel Ferreira
explain this special situation that with the most recent version he have worse presentation even when "they" say that we will have a better one? kind regards, Miguel Ferreira

RE: Different Font result when using embed and not

2013-10-21 Thread Miguel Ferreira
that with the most recent version he have worse presentation even when "they" say that we will have a better one? kind regards, Miguel Ferreira

RE: Different Font result when using embed and not

2013-10-21 Thread Miguel Ferreira
size and rendering time. If not, you need to choose embedded fonts. The algorithm in the more recent players is not universally considered to be better, but again, a test needs to be done with an embedded CFF font, not a font with glyphs from TTF. -Alex From: Miguel Ferreira mailto:miguel.cd.

RE: blurry fonts

2013-11-09 Thread Miguel Ferreira
No solution.. Even now i upgrade my windows to version 8.1 and everything is also so blurry i think that is my problem i am losing eye sight or something... Because i work in a close environment i removed the embed font... Still waiting for some light on the end of the tunnel Sent from my Windo

RE: Any interest in a Flex User Group in Franfurt (Germany)?

2015-04-13 Thread Miguel Ferreira
+1 > Date: Mon, 13 Apr 2015 15:32:11 +0200 > Subject: Re: Any interest in a Flex User Group in Franfurt (Germany)? > From: mahn...@gmail.com > To: users@flex.apache.org > > I would be in. > > Regards > John > Am 13.04.2015 11:48 schrieb "Christofer Dutz" : > > > Hi, > > > > > > I just wanted to

RE: Any interest in a Flex User Group in Franfurt (Germany)?

2015-04-13 Thread Miguel Ferreira
Preferably personal but sometimes with hangouts > Date: Mon, 13 Apr 2015 17:08:11 +0200 > Subject: Re: Any interest in a Flex User Group in Franfurt (Germany)? > From: mahn...@gmail.com > To: users@flex.apache.org > > In persona. > > Regards > John > Am 13.04.2015 16:55 schrieb "Sascha Ahrend" :

RE: Removing White Spaces from XML

2015-04-20 Thread Miguel Ferreira
XML.ignoreWhitespace = true > From: virat.pa...@capgemini.com > To: users@flex.apache.org > Date: Mon, 20 Apr 2015 14:34:41 +0530 > Subject: Removing White Spaces from XML > > Hello > > I have string value . When I > convert string to XML value like > var xml:XML = new XML(stringValue) it add w

RE: Possible FlexJS Port

2015-05-06 Thread Miguel Ferreira
I missed the link can anyone share it again please. > From: lanefrie...@hotmail.com > To: users@flex.apache.org > Subject: Possible FlexJS Port > Date: Wed, 6 May 2015 18:01:40 +0900 > > Hi Om, > > I watched your video with interest. Is it possible to translate the code > found at http://cognit

RE: Popup window closed but not modelity. Screen hangs in AIR

2015-07-17 Thread Miguel Ferreira
I am facing the same problem with modal popup's. For performance reasons I had to remove the modal option. In my case the app freezes! I am not using air SDK. just Flex SDK 4.10 > Date: Fri, 17 Jul 2015 13:51:22 +0530 > Subject: Re: Popup window closed but not modelity. Screen hangs in AIR > From

RE: Popup window closed but not modelity. Screen hangs in AIR

2015-07-17 Thread Miguel Ferreira
e > logic to clear the modal window in Apache Flex 4.14.1, so it might be > worth trying it there. > > -Alex > > On 7/17/15, 1:39 AM, "Miguel Ferreira" > wrote: > > >I am facing the same problem with modal popup's. > >For performance reasons I h

Blaze DS 4.7.1

2015-08-26 Thread Miguel Ferreira
Hi all, I tried to upgrade my blazeds to blazeds 4.7.1 and required a little work but it is working. But, I have a problem when it tries to call a remote object function. For example: In flex side: myservice.doAction("XPTO", 1234); in java side my service{public void doAction(String action, Long

RE: Blaze DS 4.7.1

2015-08-26 Thread Miguel Ferreira
zero and -1 have meaning in the business application. The workaround is to pass a context object as argument. But, this kind of error dint exist before in the old version 3.2 of BlazeDS. I don't know why when is trying to call the remote function BlazeDS don't find the correct signature. I even

RE: AW: Blaze DS 4.7.1

2015-08-27 Thread Miguel Ferreira
t; its contents, is strictly prohibited. If you have received this > communication in error, please contact the sender by reply email and > destroy all copies of the original message.* > > > On 27 August 2015 at 04:03, Miguel Ferreira > wrote: > > > zero and -1 have me

RE: OT: how do you start designing a large project

2015-08-27 Thread Miguel Ferreira
Mark, I will start with simple flow diagrams and user cases. If you more a visual person you can use some mock-ups to help you to orientate your project goal. Don't try to do everything in one step. Set milestones for your project. For the technical side: UISERVER (Back end + DB) Choose your tec

RE: AW: Blaze DS 4.7.1 - bug found

2015-08-27 Thread Miguel Ferreira
rmation contained in this email may be private and/or > confidential. It has been sent for the sole use of the intended > recipient(s). If the reader of this message is not an intended recipient, > you are hereby notified that any unauthorized review, use, disclosure, > dissemination, distribution,

RE: TextInput Border

2015-09-17 Thread Miguel Ferreira
you must add the theme halo in the compilation options > Date: Thu, 17 Sep 2015 06:00:35 -0700 > From: j.ballada...@verizon.net > To: users@flex.apache.org > Subject: TextInput Border > > Hi All, > I have a extended textInput component numberInput.mxml > > http://www.adobe.com/2006/mxml"; textAl

  1   2   >