You Are Here:

Community: Developer Discussion Boards

#1 Old 6600 bugs - 2004-10-29, 17:03

Join Date: Mar 2003
Posts: 90
Location: Russia, Bryansk
xdimas
Offline
Regular Contributor
Hello. I've found that there's some serios bugs on 6600 how can I fix it?

1. If I do something like

Image res=DirectUtil.createImage(10,10,0x00000000);
Graphics g=res.getGraphics();
DirectGraphics dg=DirectUtils.getDirectGraphics(g);
dg.drawImage(source,0,0,0,0);

I get nothing in res but if I do

Image res=DirectUtil.createImage(10,10,0x00000000);
Graphics g=res.getGraphics();
g.drawImage(source,0,0,0);

all is OK that is DirectGraphicd got from offscreen bitmaps is buggy.

2. DirectGraphics.createImage(byte[]...) and DirectGraphics.drawImage(...) seems to work very slow on 6600 that significantly slows down the app compared to 3650 for example.

Is there any solutions to fix this problems?
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia