http://bugs.winehq.org/show_bug.cgi?id=2409
------- Additional Comments From krishna.murthy(a)guptaworldwide.com 2004-06-08 13:25 -------
Created an attachment (id=664)
--> (http://bugs.winehq.org/attachment.cgi?id=664&action=view)
Sample binary which shows the problem
- Unzip the attached file
- Run the application OwnerDrawnListBox.exe. You will see the popup list box
should items.
- Type letter b. This chould highlight the item Bool
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2409
------- Additional Comments From krishna.murthy(a)guptaworldwide.com 2004-06-08 13:22 -------
Created an attachment (id=663)
--> (http://bugs.winehq.org/attachment.cgi?id=663&action=view)
Patch which fixes the defect
wine/controls/listbox.c: Modified code for handler LB_SELECTSTRING in function
ListBoxWndProc_common(). Replaced LISTBOX_SetCaretIndex() with
LISTBOX_MoveCaret() so that the caret moves to the index and item is
highlighted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2409
Summary: Listbox (LBS_OWNERDRAWFIXED) does not highlight the item
matched with the entered first character
Product: Wine
Version: 20040716
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
If a listbox has items and when we type in the first character of item listed in
the listbox, then it should highlight the matched item. This is not happening
with the owner drawn list box.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1404
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |dpaun(a)rogers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2407
------- Additional Comments From rklazes(a)xs4all.nl 2004-06-08 11:36 -------
You might try the current cvs. At least one case of an early Segmentation Fault
has been fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2388
------- Additional Comments From katia.maculan(a)isis-papyrus.com 2004-06-08 04:05 -------
Created an attachment (id=662)
--> (http://bugs.winehq.org/attachment.cgi?id=662&action=view)
Other problems in push button management
This new patch solve other 2 problems in the push button management
* After a dialog creation if the focus is set on a non default push button it
must be set as the default push button.
*In some cases if a new push button is set as the DEFPUSHBUTTON the style of
the old default push button is not reset.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2407
------- Additional Comments From crazycomputers(a)yahoo.com 2004-06-08 01:45 -------
The version I was talking about is the RedHat 7.3 RPM. I just downloaded the
Wine source, compiled, and installed it, and I get exactly the same segfault.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=835
------- Additional Comments From egore(a)gmx.de 2004-06-08 01:20 -------
Created an attachment (id=661)
--> (http://bugs.winehq.org/attachment.cgi?id=661&action=view)
pdb file format test
I created an empty project and clicked on build. Visual Studio .NET 2003
created 2 pdb files for me. I zipped the wohle project (expcet precompiled
headers) and attached it here. Hope you can use it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2408
Summary: Unsupported VGA register when LocoScript (DOS program)
run under Wine
Product: Wine
Version: 20040716
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zgorniak(a)if.uj.edu.pl
When tried to run LocoScript (a DOS text editor of 1994) under Wine, I got the
following output in my RedHat 9 terminal:
[mz@localhost LSPRO2]$ wine lspro.exe /t
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ad80, BX 0000, CX ffff, DX 2c57, SI 2bd8, DI 2c9b, DS 4323, ES 4323
fixme:ddraw:VGA_ioport_in Unsupported VGA register: 0x03ba
fixme:ddraw:VGA_ioport_in Unsupported VGA register: 0x03ba
...
The program works under Dosemu in text mode only (with /t switch), so I tried
Wine but the result was even worse. The machine is Panasonic CF-37.
M. Zgorniak
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2407
------- Additional Comments From crazycomputers(a)yahoo.com 2004-05-08 11:04 -------
If this helps, the *newest* version of wine that I ever got to run on my system
is 20010822, which no longer works since I upgraded glibc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.