Multidmedia Limited (MDM)
Search
advanced search »    
Quick Links
advanced search »
   Tuesday September 7th 2010

 




Untitled Document
+
Products & Solutions
 
Products
- Zinc 3.0 Builder
- Zinc 3.0 Plug-In Windows
- Zinc 3.0 Plug-In Mac OSX
- Zinc 3.0 Plug-In Linux
- Zinc 3.0 Development Suite
- Inferno 1.0 Windows
- Inferno 1.0 Mac OSX
Solutions
- Developers
- Designers
- Education
   
+
Support & Resources
 
Support
- Support Home
- Technotes & Known Issues
- FAQs
- Contact Us
Resources
- Software Updates
- Software Release Notes
- Software Bug Management
- Developer Articles
- File Exchange
- LiveDocs
- Support Forums
   
+
Purchase Online
 
- Online Shop
- Find a Reseller
- Volume Licensing
   
+
Company
 
- About Multidmedia (MDM)
- Client Showcase
- Legal Information
- Job Opportunities
- Press Room
- Blog
   
 

breadcrumbs

Home > Support > Bugs

 

Software Bug Management & Tracking

The MDM Software Bug Management and Tracking System is used to track and monitor the progress of user reported software bugs. You can search for a reported issue below to track it's progress and/or to get more information on an outstanding technical issue.


Bug Report #ZNC-6434KF
Verified on 31 December 2009
on application startup application window has all white background  
Reported By Staff Member
This issue is Pending and is marked as a Medium priority.
 
Zinc 3.0 > Windows > Wrapper/Projector > 3.0.18 > Cosmetic Issue  
Description
When application is started for short moment it shows full white background regardless what color was set in ZINC Builder "Background Color" properties in "Window" panel (the default values are red from loaded sources flash movie in ZINC Builder).
The time during which white background is shown has different length. It is noticabe shorter in executable created with licensed version of plugin - but it is still noticable to user.

To recreate issue compile provided sample flash movie and ZINC Builder project. It sets application window background (Background Color) to black (000000).

As work-around:
#1
in ZINC Builder set "Visible" property of given window to "False"

#2
in your code:

(AS3 version):

// (AS3 example)
import mdm.*;
//
function initApp():void
{
// on startup initialize app then in ZINC runtime show main form
if(mdm.Application.filename) mdm.Forms.thisForm.show();
};
//
mdm.Application.init(this, initApp);


(AS2 version)
function initApp():Void
{
// initialize and then
if(mdm.Application.filename) mdm.Forms.thisForm.show();
};
//
setTimeout(initApp, 0);
Attached File(s)
Click Here to download the Attached File
Resolution
Pending

View all Pending Bug Reports » Report a new Software Bug/Issue »

 

 
Multidmedia Limited (MDM)

AddThis Social Bookmark Button
Copyright © 2002-2010 Multidmedia Limited (MDM) All rights reserved. Use of this website signifies your agreement to the Terms of Use.
Flash, Flex and associated Logos are the Registered Trademarks of Adobe Systems, Inc.
There are currently 43 Users Online.