Changes between Initial Version and Version 2 of Ticket #1008


Ignore:
Timestamp:
Feb 4, 2007, 5:33:16 PM (17 years ago)
Author:
bonefish
Comment:

I've tracked the problem down to the point that a reply port reused for synchronous messaging happens to be not empty, so that the BRoster::GetAppInfo() invoked by the BMessenger constructor gets the wrong reply from the registrar.

Uncommenting the #if 0'd check code in the synchronous BMessage::_SendMessage() triggers the debugger (even earlier, when trying to open the File menu the second time).

I wouldn't completely rule out, that the bug is in the StyledEdit or printing code, but it seems very likely that the app kit is to blame. So I throw axeld into the CC for good measure. :-P

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1008

    • Property Cc bonefish axeld added
  • Ticket #1008 – Description

    initial v2  
    11In StyledEdit the page setup dialog can be opened once.
    22Subsequent attempts to open the page setup or print dialog fail because StyledEdit (actually BPrintJob) does not get a valid BMessenger to the print_server.
     3
     4(The print server must be running. E.g. add a printer via the Printers preflet before.)