RE: [flexcoders] RE: Flash Builder Problem

2012-08-23 Thread Sells, Fred
Given the critical nature of your issue, I would probably get the free 30 day 
copy of vmware and try a clean install and see what happens.

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Davidson, Jerry
Sent: Wednesday, August 22, 2012 10:28 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] RE: Flash Builder Problem


My complaint was it taking 3-4 hours to even see a post.  Of course, I'm VERY 
appreciative of any help I get.  I moderate other forums and am aware of the 
"reviewing" process for new posters.

I'm currently dead in the water with Flash Builder and my boss just asked me 
about when the project will be done.  I filed a support request with Adobe, but 
they are not the fastest to respond.

From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios Gianninas
Sent: Wednesday, August 22, 2012 9:22 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] RE: Flash Builder Problem



Hi Jerry,

Your messages will now auto-post with no moderation. But also remember that ppl 
on this group responded when they can, not when you expect them too :)

Hope that helps!

Jimmy
Flexcoders Moderator
On Wed, Aug 22, 2012 at 10:11 AM, Merrill, Jason 
mailto:jason.merr...@bankofamerica.com>> wrote:

We're at the mercy of Yahoo and how their server choose to batch send e-mails.

Jason Merrill
Instructional Technology Architect II
Bank of America  Global Learning





___

From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On 
Behalf Of Davidson, Jerry
Sent: Wednesday, August 22, 2012 8:48 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] RE: Flash Builder Problem


Any way to speed up the posts?  Sending it at 1:55 to have it show up at 4:37 
guarantees prompt answers are impossible.  It's like sending a letter to get 
tech support or answers.

Posted 7:48AM 8/22

From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On 
Behalf Of Davidson, Jerry
Sent: Tuesday, August 21, 2012 1:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flash Builder Problem


Flash Builder is no longer working correctly.  If you chose a different 
perspective, you have to leave the program and change it on reentry.

I don't know if the newest version of java is related to it, but the problems 
seemed to happen after those were installed.

We have both Flash Builder and the RAD component, but I'm using FB the most.

4.0.1 build 277662.

Help.

Posted 1:55 CDT 8/21.

This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited.
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law.
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses.

References to "Sender" are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link:
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.



--
Jimmy G
Team Lead, Product Development



Re: [flexcoders] Odd text rendering issue

2012-08-23 Thread Michael Chealander
Something like the issues described here: 
http://code.google.com/p/chromium/issues/detail?id=140415 ?

On 23 Aug, 2012, at 8:00 AM, Tom McNeer wrote:

> I'm looking into a very weird problem on a pre-existing application, which 
> occurs only when using Chrome on Windows.
> 
> 
> The only specific instance I have access to is Flash Player 11.3.31.227, 
> Chrome 21.0.1180.79, Windows Vista SP 2; but the same problem has been 
> reported on other OS versions.
> 
> When the SWF loads, all text is rendered correctly. But immediately 
> thereafter, much of the text re-renders illegibly.
> 
> I'll try to provide more details later. But I'd just be interested to know if 
> anyone has ever seen a text rendering issue like this, which was 
> platform/browser-specific.
> 
> -- 
> Thanks,
> 
> Tom
> 
> Tom McNeer
> MediumCool
> http://www.mediumcool.com
> 1735 Johnson Road NE
> Atlanta, GA 30306
> 404.589.0560
> 
> 



[flexcoders] Re: Odd text rendering issue

2012-08-23 Thread Brandy Monica
Check out the multiple issues mentioned in 
http://code.google.com/p/chromium/issues/detail?id=140415 and see if yours 
matches.

--- In flexcoders@yahoogroups.com, Tom McNeer  wrote:
>
> I'm looking into a very weird problem on a pre-existing application, which
> occurs only when using Chrome on Windows.
> 
> The only specific instance I have access to is Flash Player 11.3.31.227,
> Chrome 21.0.1180.79, Windows Vista SP 2; but the same problem has been
> reported on other OS versions.
> 
> When the SWF loads, all text is rendered correctly. But immediately
> thereafter, much of the text re-renders illegibly.
> 
> I'll try to provide more details later. But I'd just be interested to know
> if anyone has ever seen a text rendering issue like this, which was
> platform/browser-specific.
> 
> -- 
> Thanks,
> 
> Tom
> 
> Tom McNeer
> MediumCool
> http://www.mediumcool.com
> 1735 Johnson Road NE
> Atlanta, GA 30306
> 404.589.0560
>

Re: [flexcoders]

2012-08-23 Thread kannan Mugundan
Hi,
Can you provide the complete code for the dropDownlist.

In Flex 3.5,  I was using a custom Combobox, where I can set the selected
value and also get the value like


and mycombo.value will return the selected value.


I need the same functionality in  flex  4, dropdownlist,
I have not found any custom dropdownlist   in internet, I am not an expert
 in flex and looking for a well optimized custom drop down list supporting
the above functionality


So can you please provide me some links, where I  can find a one  or if you
can share your code..

Thanks
Kannan


[flexcoders] Odd text rendering issue

2012-08-23 Thread Tom McNeer
I'm looking into a very weird problem on a pre-existing application, which
occurs only when using Chrome on Windows.

The only specific instance I have access to is Flash Player 11.3.31.227,
Chrome 21.0.1180.79, Windows Vista SP 2; but the same problem has been
reported on other OS versions.

When the SWF loads, all text is rendered correctly. But immediately
thereafter, much of the text re-renders illegibly.

I'll try to provide more details later. But I'd just be interested to know
if anyone has ever seen a text rendering issue like this, which was
platform/browser-specific.

-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560