Opened 15 years ago
Closed 14 years ago
#163 closed defect (fixed)
Opening a PDF in background makes Lucide display only blank pages
Reported by: | herwigb | Owned by: | Eugene Romanenko |
---|---|---|---|
Priority: | major | Milestone: | 1.3.4 |
Component: | Lucide Core | Version: | 1.2 |
Keywords: | Cc: |
Description
Scenario:
- Open an fullscreen session
- Open a PDF using open.cmd - the PDF is opened by Lucide on the desktop
- Switch to the desktop - the PDF seems to be only blank pages, however while the PDF is not displayed, it still can be printed normally.
Attachments (1)
Change History (4)
comment:1 by , 14 years ago
Milestone: | 2.0 and further → 1.3.4 |
---|
by , 14 years ago
Attachment: | OPEN240.zip added |
---|
comment:2 by , 14 years ago
Fixed in r494. Turned out to be a tricky bug: the WM_SIZE message was ignored (due to WinIsWindowShowing() returning FALSE) when the Lucide was started in the background from a fullscreen session through OPEN, resulting to a zero page width/height and all subsequent synthesized WM_SIZE messages (sent when when e.g. switching pages) were ineffective since they would already report this zero width/height. Only resizing the Lucide window to get the real WM_SIZE with the real new window size could help.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
uses enclosed open.exe or open.cmd to open pdfs from the commandline