ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> pythoncard
pythoncard
[Pythoncard-users] small doodle bug
by Kevin Altis other posts by this author
Apr 20 2002 6:55PM messages near this date
RE: [Pythoncard-users] what is the syntax for posting an event? | [Pythoncard-users] saveClipboardBitmap sample
In the doodle sample, I found a bug that comes from changes I made to the
underlying BitmapCanvas class.

In doodle.py, the openFile method, instead of

            self.components.bufOff.drawBitmap(bmp)

there should be x and y offsets for where to draw the bitmap

            self.components.bufOff.drawBitmap(bmp, 0, 0)

Fixed in cvs.

ka


_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved