View Issue Details

IDProjectCategoryView StatusLast Update
0002911MMW v4Framework: Scripts/Extensionspublic2011-05-09 22:04
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilitysometimes
Status assignedResolutionopen 
Product Version2.5.5 
Summary0002911: Non 96 DPI setting can cause some dialog boxes from scripts to be corrupted
DescriptionThis is the old problem we had to fix in several dialogs in MM: When user doesn't use standard 96 DPI Windows settings, some dialogs had their buttons hidden, etc. We have usually fixed the problem using some tweaks in the dialogs and common code in Forms.pas.

Now the problem happens with some scripts, that their dialogs are corrupted. Since these dialogs can be defined in arbitrary way, we need a more general fix for this.
Additional InformationReported by trixmoto for his Batch Art Finder script.
TagsNo tags attached.
Fixed in build

Relationships

related to 0000564 closedrusty MMW v4 Display Problems with non-standard Windows font size 

Activities

jiri

2007-03-13 18:13

administrator   ~0008792

Last edited: 2007-03-13 18:17

Assigning to Petr to debug the issue and fix/discuss with me further steps. The related code is in Controls.pas - TControl.ChangeScale(), already with some of my fixes to the original Delphi code, but still not 100% perfect.