[Issue 2035] New: D makes GUI dirty
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 25 10:33:41 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2035
Summary: D makes GUI dirty
Product: D
Version: 2.012
Platform: PC
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: terranium at yandex.ru
When I tried to build a "Hello world" Windows GUI application, main window's
menu painted dirty: thin 1-pixel width line appeared under menu bar, and this
line was not updating. Nothing helped. I tried various window styles, classes,
I loaded menu from resources, created it manually, created dialog boxes with
menu. Nothing changed, non-updating line appeared everywhere. But test dialog
box in resource editor rendered just perfectly. I started to suspect dmd. I
created two source codes that do the same things - one in D and one in C. I
compiled C source with gcc and window rendered perfectly, D application'w
window rendered dirty. I'm not shure what causes the problem.
--
More information about the Digitalmars-d-bugs
mailing list