http://bugs.winehq.com/show_bug.cgi?id=825
Summary: Launched window treated as child window
Product: Wine
Version: CVS
Platform: PC
URL: http://www.the-edmeades.demon.co.uk/testdialog.zip
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: us(a)the-edmeades.demon.co.uk
VB Program, launches another window and the launched window is clipped to the
boundaries of the launching window - On w2k it appears fine.
I have cut this down to a very small testcase:
Download the program from http://www.the-edmeades.demon.co.uk/testdialog.zip
and unzip it. wine testdialog.exe
Click on not modal, and window appears correctly
Click on modal, and window is clipped to the launching program (you only see a
small amount in one corner).
The VB code is:
Load formname
formname.show
or
formname.show vbModal
Traces available as required, but testcase should show problem clearly
Jason
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=825>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=730
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From apa3a(a)yahoo.com 2002-06-26 15:03 -------
Closing per reporter's comments.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=730>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=730
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Platform| |All
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2002-06-26 14:56 -------
Tested today and seems ok
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=730>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=824
Summary: \0 character is added to REG_MULTI_SZ registry values
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P1
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: apa3a(a)yahoo.com
Wine treats such values as strings, bug Windows processes them as binary values.
Following values list is imported and then exported with Windows regedit
correctly on Windows:
"Empty Value0"=hex(7):
"Empty Value1"=hex(7):00
"Empty Value2"=hex(7):01
On Wine the same Windows regedit exports this as:
"Empty Value0"=hex(7):00
"Empty Value1"=hex(7):00
"Empty Value2"=hex(7):01,00
Probably the problem exists because Wine treats this format as strings which
must have 0 character delimiter. Windows, probably processes this format as any
other binary format (according to the test and to the fact that Windows regedit
shows values of this type as binary).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=824>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=823
h.davies1(a)physics.ox.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From h.davies1(a)physics.ox.ac.uk 2002-06-26 09:20 -------
Looks like cups is returning a ppd file that Wine doesn't understand. Could you
send me the ppd file? A way to do this is to edit wine/dlls/wineps/init.c and
comment out the line
if(ppd) unlink(ppd);
then run Wine on your favourite program with +psdrv logging, out through the log
for PSDRV_ParsePPD file '<filename>'
and send me the file displayed in <filename>
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=823>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=823
------- Additional Comments From thielen(a)netprince.net 2002-06-26 06:35 -------
Created an attachment (id=190)
Full trace of printing in SmartForms
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=823>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=823
------- Additional Comments From thielen(a)netprince.net 2002-06-26 06:33 -------
Created an attachment (id=189)
Interesting part of trace
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=823>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=823
Summary: Printing with CUPS does not work automatically
Product: Wine
Version: CVS
Platform: Other
URL: http://www.netperson.net/~thielen
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: thielen(a)netprince.net
Printing does not work automatically with CUPS (cups-1.1.10-9mdk,
libcups1-devel-1.1.10-9.1mdk) installed. See traces at the above URL.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=823>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=801
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-25 23:43 -------
Need to check if the fix for bug 806 fixes this one version 3.70
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=801>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.