There’s a known redraw bug in the OSX version of the Firefox Flash Player plugin that’s pretty irritating. If you do something that causes too many redraw events to get called in quick succession, Flash will fail to redraw the screen properly, and you end up with a mish-mash of phantom objects on the screen:
This happens most commonly with older versions of SWFAddress, but can also happen if you have a canvas with a scrollbar on it, and you scroll up and down rapidly. If the .swf fills the window, the user can fix this issue by resizing the browser window, thus causing the entire .swf to redraw. However, this is clearly not a workable solution. The most obvious way to fix this problem would seem to be to call invalidateProperties() and/or validateNow() on the parent Canvas, but this doesn’t actually work. The Flash Player seems to think it has already been redrawn, and doesn’t do it again.
A quick workaround? Make the parent canvas invisible and then visible again. This causes it to be redrawn. For instance, if you have a canvas with a scroll bar that is causing the problem, you can add an event handler to the Canvas’ scroll event, and cycle the visibility off and on. It’s imperceptible to the user, and fixes the issue.
<mx:Canvas scroll="handleScrollEvent(event)"/>
private function handleScrollEvent(event:ScrollEvent):void
{
this.visible = false;
this.visible = true;
}
SAN FRANCISCO – Salesforce.com Dreamforce Conference ‐ Model Metrics, the leader in cloud computing services for the enterprise and a premier partner of salesforce.com and Enrollment Rx, which delivers software solutions specifically designed for Student Relationship Management in the Education Sector, today announced a partnership to deliver a comprehensive enrollment solution for the education sector.
<Link to press release>
SAN FRANCISCO – Salesforce.com Dreamforce Conference ‐ Model Metrics, the leader in cloud computing services for the enterprise and a premier partner of salesforce.com, today announced the availability of eGiving on the AppExchange. Model Metrics’ eGiving application is a free, ecommerce‐based, donation management application that automates a nonprofit organization’s fundraising process. Built using the Force.com platform, eGiving is immediately available for test drive and deployment on the AppExchange at http://www.salesforce.com/appexchange.
<Link to press release>
SAN FRANCISCO – Salesforce.com Dreamforce Conference - Model Metrics, the leader in cloud computing services for the enterprise and a premier partner of salesforce.com, today announced the availability of Cloud Converter for Force.com on the salesforce.com AppExchange. With Cloud Converter, Salesforce CRM and Force.com users can convert an Excel spreadsheet into an application on Force.com with just a few simple clicks.
<Link to press release>
SAN FRANCISCO – Salesforce.com Dreamforce Conference ‐ Model Metrics, the leader in cloud computing services for the enterprise and a premier partner of salesforce.com, successfully implemented Salesforce CRM for enterprise‐wide sales force automation for Acco Brands Corporation, providing the company with enhanced, up‐to‐the minute visibility into its direct sales channel.
<Link to press release>