SKD 4.10 Spark Datagrid skin change

2013-10-10 Thread modjklist
Hi experts, I'm migrating my app from SDK 4.5.1 to 4.10, and I've noticed a change in spark datagrid behavior. In 4.10, if I place the mouse inside a spark datagrid header over the column separator, then left-click and drag the mouse outside of the header row, then release the left-click mou

Re: Coltware airxMail throws script error..

2013-10-10 Thread Saju Thankathurai
I fixed this issue... Replaced TLSSocket with SecureSocket... Now it is working fine.. sender.setParameter(SMTPSender.SOCKET_OBJECT,*new SecureSocket()*); On Thu, Oct 10, 2013 at 10:29 PM, Alex Harui wrote: > You may have to contact the third parties directly to get assistance. > Maybe someth

RE: soft keyboard won't show

2013-10-10 Thread MVBaker
Thanks for the info. It turns out the mobile.swc was missing from the builder settings. I don't know how this got left out. When I started this migration I created a brand new project using File / New / Flex Mobile Project so it should have been created with the mobile swcs. Perhaps I missed the 't

RE: Robotleg 2

2013-10-10 Thread Tianzhen Lin
Robotleg's forum is one great place to gradually build up your RL2 skill if you choose to stay bleeding edge. Their support staffs are pretty responsive most of the time. http://knowledge.robotlegs.org/ Tangent -Original Message- From: Miguel Ferreira [mailto:miguel.cd.ferre...@hotmail

Re: Coltware airxMail throws script error..

2013-10-10 Thread Alex Harui
You may have to contact the third parties directly to get assistance. Maybe something changed about the certificate. On 10/10/13 9:45 AM, "Saju Thankathurai" wrote: >Hi Alex, Please find the stack trace below.. > >TypeError: Error #1009: Cannot access a property or method of a null >object >ref

Re: Coltware airxMail throws script error..

2013-10-10 Thread Saju Thankathurai
Hi Alex, Please find the stack trace below.. TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.hurlant.crypto.cert::X509Certificate/getCommonName()[C:\ws\Crypto\com\hurlant\crypto\cert\X509Certificate.as:215] at com.hurlant.crypto.tls::TLSEngine/loadCer

Re: setFocus does not create a border

2013-10-10 Thread Alex Harui
Then there might be something else going on. You'll have to try to nail down a way to reproduce the problem consistently. Focus to a TextInput can be deferred (also by callLater) in some scenarios which could interfere with your attempt. Another test is to put in a 5 second timer before calling

Re: setFocus does not create a border

2013-10-10 Thread mark goldin
I dont know if I am doing it right but this is still inconsistent: field.setFocus(); field.focusManager.showFocus(); field.callLater(field.callLater, [field.focusManager.showFocus]); On Thu, Oct 10, 2013 at 10:56 AM, Alex Harui wrote: > Sometimes with this focus stuff, you may need a couple of

Re: setFocus does not create a border

2013-10-10 Thread Alex Harui
Sometimes with this focus stuff, you may need a couple of callLaters chained together. On 10/10/13 7:49 AM, "mark goldin" wrote: >Actually I was to quick jumping to conclusion. The following code does the >job but it's inconsistent. >field.setFocus(); >field.focusManager.showFocus(); > >Sometime

Re: Copy-Paste from MS Excel problem spark TextInput

2013-10-10 Thread Alex Harui
Try setting width to a number instead of % or making the column wider. The initial guess at the size of the TextInput may be too small. On 10/10/13 3:04 AM, "piotr.zarzycki" wrote: >Hi Guys. > >I've got serious problem with pasted text from MS excel's cell to spark >TextInput > >Text in cell: 43

RE: blurry fonts

2013-10-10 Thread Miguel Ferreira
1-fonthttp://www.fontsquirrel.com/fonts/download/source-sans-pro 2-fonthttp://www.fontsquirrel.com/fonts/download/source-code-pro I had the same problem with you i raised the question.. but until no one had something to say because with the WOFF will be great for flex application is some kind of

Re: blurry fonts

2013-10-10 Thread modjklist
Thanks Miguel, I was excited to try the CFF fonts from the 2nd link, but when 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

Re: setFocus does not create a border

2013-10-10 Thread mark goldin
Actually I was to quick jumping to conclusion. The following code does the job but it's inconsistent. field.setFocus(); field.focusManager.showFocus(); Sometimes I see the border sometimes not. I tried using callLater, the same. On Wed, Oct 9, 2013 at 11:25 AM, Alex Harui wrote: > If it works

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: AW: AsyncListView & DataGrid - Exception in GridViewLayout.as

2013-10-10 Thread Tom Chiverton
You said "The elements Vector (and thus the int i variable) is larger than the length of the oldIndices Vector therefore access to oldIndices[i]" though. We're using code modified as outlined there in production with sometimes more than 10k rows, loaded in batches of only a few tens, and it wo

Copy-Paste from MS Excel problem spark TextInput

2013-10-10 Thread piotr.zarzycki
Hi Guys. I've got serious problem with pasted text from MS excel's cell to spark TextInput Text in cell: 43091080566 Text after copy from excel's cell (ctrl + c): 43091080566\n Text pasted to my TextInput Screen: http://bit.ly/GQhoBv I'm getting cutted text with additional line. Anyone has

RE: blurry fonts

2013-10-10 Thread Miguel Ferreira
links 1 - http://blogs.adobe.com/typblography/2013/05/adobe-contributes-cff-rasterizer-to-freetype.html 2 - http://blogs.adobe.com/typblography/2010/12/the-benefits-of-opentypecff-over-truetype.html > From: miguel.cd.ferre...@hotmail.com > To: users@flex.a

RE: blurry fonts

2013-10-10 Thread Miguel Ferreira
still about the subject here a post that i invite everyone to read, http&&58;&&47;&&47;blogs.adobe.com&&47;typblography&&47;2013&&47;05&&47;adobe-contributes-cff-rasterizer-to-freetype.html also on the end we have some links to cff font type only. also that post have some reference to this post

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 -

AW: AsyncListView & DataGrid - Exception in GridViewLayout.as

2013-10-10 Thread Ulrich Andreas
Can you please give me some directions? (It's not a "more Items than TotalLength" problem) -Ursprüngliche Nachricht- Von: Tom Chiverton [mailto:t...@extravision.com] Gesendet: Mittwoch, 9. Oktober 2013 18:31 An: users@flex.apache.org Betreff: Re: AsyncListView & DataGrid - Exception in Gr

AW: AsyncListView & DataGrid - Exception in GridViewLayout.as

2013-10-10 Thread Ulrich Andreas
Oh my god - years of flex, but this one is new to me... thank you, I will give it a try! -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet: Mittwoch, 9. Oktober 2013 18:24 An: users@flex.apache.org Betreff: RE: AsyncListView & DataGrid - Exception in GridViewL