Displaying 6 results from an estimated 6 matches for "printdlg_setupprinterlistcomboa".
2003 Mar 29
1
Wine Printing Problem
Hi,
I want to print with Internal Postscript Driver of Wine.
But i have this error in Notepad.
1. No printer by default
2. The Postscript Driver of Wine don't work
The log are the following:
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in
printer list so trying to find default
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find default printer
in printer list
fixme:commdlg:PRINTDLG_WMCommandA No handling for print quality combo
box yet.
fixme:commdlg:PRINTDLG_WMCommandA No handling for pri...
2005 Sep 05
1
Printing with Photoshop 6.0
...but does not print.
The only working button in the Photoshop printing dialog is "Cancel". If I
open a document and press the print button, the log file shows the following
print related messages:
fixme:psdrv:PSDRV_ExtEscape GETSETPRINTORIENT not implemented (data (nil))!
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find 'tp0' in printer list
so trying to find default
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find default printer in
printer list
fixme:commdlg:PRINTDLG_UpdatePrintDlgA No lpdm ptr?
fixme:commdlg:PRINTDLG_WMCommandA Update printdlg was not successful!
fixme:commd...
2007 Jul 03
3
Printer error message
...driver
L"hp_deskjet_560
72.17.0.200" in registry
err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver
L"hp_deskjet_560
72.17.0.200" in registry
err:commdlg:PrintDlg16 GetPrinterDriverA failed for
hp_deskjet_5600_172.17.0.
, le 1797, fix your config!
fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in
printer
t so trying to find default
err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver
L"hp_deskjet_560
72.17.0.200" in registry
err:winspool:WINSPOOL_GetDriverInfoFromReg Can't find driver
L"hp_deskjet_560
72.17.0.200" in...
2002 Oct 18
5
Printing with wine
...xme:win:SetWindowTextA cannot set text "Notepad - (untitled)" of
other
process window 0
Notepad starts fine, I can type, save the doc, open another doc, except when
I try and print, in notepad I select:
File > Print Setup
and I get:
>fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)'
in
printer list so trying to find default
>err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for
printer
'HP DeskJet 1220C Printer'
>err:commdlg:PRINTDLG_ChangePrinterA DocumentProperties fai...
2002 Oct 18
0
(no subject)
...ty directory ignored
>fixme:win:SetWindowTextA cannot set text "Notepad - (untitled)" of other
process window 0
Notepad starts fine, I can type, save the doc, open another doc, except when
I try and print, in notepad I select:
File > Print Setup
and I get:
>fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in
printer list so trying to find default
>err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer
'HP DeskJet 1220C Printer'
>err:commdlg:PRINTDLG_ChangePrinterA DocumentProperties fails on "HP
DeskJet 1220C Printer"...
2007 Oct 26
0
Wine release 0.9.48
...after REFIID as REFIID is a macro that already starts with 'const'.
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
Mikolaj Zalewski (15):
comdlg32: NULL name in PRINTDLG_SetUpPrinterListComboA is correct so don't print a FIXME.
ntdll: Add some tests for RtlIsTextUnicode.
ntdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for the last byte of an ANSI string.
kernel32/tests: Don't close an invalid handle if the process is being debugged as this will raise an exception...