View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018870 | Lazarus | LCL | public | 2011-03-05 15:09 | 2011-04-29 11:36 |
Reporter | Patrick Chevalley | Assigned To | Paul Ishenin | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.9.29 (SVN) | Product Build | |||
Target Version | Fixed in Version | 0.9.31 (SVN) | |||
Summary | 0018870: No printer dialog work on Win64 | ||||
Description | None of the printer dialog (PrintDialog, PrinterSetupDialog, PageSetupDialog) work on Windows 7 64 bit. No error message is show but the function is not executed. It failed in winprndialogs.inc because the following functions return False: PageSetupDialog failed at line 72: if PageSetupDialog(lpp) then begin PrinterSetupDialog failed at line 146: if PrintDlg(lpp) then PrintDialog failed at line 243: if PrintDlg(lpp) then To reproduce just put one of this dialogs to a Form and call Execute method. Or try File / Print in Lazarus menu. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 30284 | ||||
LazTarget | 0.99.0 | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2011-03-05 15:09 | Patrick Chevalley | New Issue | |
2011-03-05 15:09 | Patrick Chevalley | Widgetset | => Win32/Win64 |
2011-03-30 22:38 | Vincent Snijders | LazTarget | => 1.0 |
2011-03-30 22:38 | Vincent Snijders | Status | new => acknowledged |
2011-03-30 22:38 | Vincent Snijders | Target Version | => 1.0.0 |
2011-04-04 05:35 | Paul Ishenin | LazTarget | 1.0 => 0.99.0 |
2011-04-04 05:38 | Paul Ishenin | Target Version | 1.0.0 => 0.99.0 |
2011-04-13 11:32 | Paul Ishenin | Fixed in Revision | => 30284 |
2011-04-13 11:32 | Paul Ishenin | Status | acknowledged => resolved |
2011-04-13 11:32 | Paul Ishenin | Fixed in Version | => 0.9.31 (SVN) |
2011-04-13 11:32 | Paul Ishenin | Resolution | open => fixed |
2011-04-13 11:32 | Paul Ishenin | Assigned To | => Paul Ishenin |
2011-04-13 11:32 | Paul Ishenin | Note Added: 0047454 | |
2011-04-29 11:36 | Patrick Chevalley | Status | resolved => closed |