http://bugs.winehq.com/show_bug.cgi?id=671
*** shadow/671 Mon May 13 11:15:21 2002
--- shadow/671.tmp.4503 Mon May 20 12:18:00 2002
***************
*** 293,295 ****
--- 293,299 ----
------- Additional Comments From fa.kir(a)gmx.net 2002-05-13 11:15 -------
Created an attachment (id=93)
The Full Debug Messages
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 12:18 -------
+ Reporter, can you explain what happens when you try to run the application?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=680
*** shadow/680 Wed May 15 12:57:49 2002
--- shadow/680.tmp.28809 Mon May 20 10:29:58 2002
***************
*** 2,8 ****
| Testing |
+----------------------------------------------------------------------------+
| Bug #: 680 Product: Wine |
! | Status: UNCONFIRMED Version: 20010112 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: test |
--- 2,8 ----
| Testing |
+----------------------------------------------------------------------------+
| Bug #: 680 Product: Wine |
! | Status: RESOLVED Version: 20010112 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: test |
***************
*** 26,28 ****
--- 26,31 ----
line1 of para3. There are two blank lines between this line and the last para.
line2 of para3. Another line
line3 of para3. Here's the last line.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 10:29 -------
+ I hope the bug is not needed anymore.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=676
*** shadow/676 Tue May 14 12:27:34 2002
--- shadow/676.tmp.29039 Mon May 20 10:33:40 2002
***************
*** 24,26 ****
--- 24,29 ----
first two lines are displayed; the rectangle doesn't show the third line.
2. At various times when changing the selected icon only the first line gets
redrawn unhighlit; the second line is left still highlit.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 10:33 -------
+ Bill, please provide detailed instructions how the bug can be reproduced.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=412
*** shadow/412 Sun Jan 27 05:51:19 2002
--- shadow/412.tmp.22974 Mon May 20 09:06:55 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: ye_zong_hui(a)yahoo.com.cn |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,17 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: ye_zong_hui(a)yahoo.com.cn |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 243,245 ****
--- 244,272 ----
------- Additional Comments From ye_zong_hui(a)yahoo.com.cn 2002-01-27 05:50 -------
*** This bug has been confirmed by popular vote. ***
+
+ ------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2002-05-20 09:06 -------
+ The Helio Emulator emulator (source is available) uses the depreciate
+ SetBitmapBits() function, what probably exposes an error in our DIB handling.
+
+ First a 4 bit DIBSection is created:
+ lpbi->bmiHeader.biPlanes = 1;
+ lpbi->bmiHeader.biBitCount = 4;
+ ..
+ PVOID pvBits;
+ m_hbmLCD = CreateDIBSection(hdc, lpbi, DIB_RGB_COLORS, &pvBits, NULL, 0 );
+
+ Later the real data is set:
+ HDC hdcLCD = CreateCompatibleDC(hdc);
+ HBITMAP hbmOld = (HBITMAP) SelectObject(hdcLCD, m_hbmLCD);
+ SetBitmapBits(m_hbmLCD, LCD_WIDTH*LCD_HEIGHT/2, m_abLCDBits);
+ StretchBlt(hdc, m_rcScrn.left, m_rcScrn.top, cxScrn, cyScrn, hdcLCD, 0, 0,
+ LCD_WIDTH, LCD_HEIGHT, SRCCOPY);
+ SelectObject(hdcLCD, hbmOld);
+ DeleteDC(hdcLCD);
+
+ Now the four bit data given is handled as 24 bit data which was used for the
+ bitmap during CreateDIBSection and the display is wrong. I think we need to use
+ SetDIBits somehow, but I don't know how.
+
+ Bye
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Mon May 20 07:35:00 2002
--- shadow/719.tmp.20055 Mon May 20 08:27:14 2002
***************
*** 28,30 ****
--- 28,34 ----
I try all, includind dlls overrides, but i'm not having sucess.
Help me, please and escuse my English, i'm Brazilian.
Thanks.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-20 08:27 -------
+ Reporter, can we access free (trial, demo) version of the application?
+ We need this to reproduce the issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Mon May 20 07:35:00 2002
--- shadow/719.tmp.17368 Mon May 20 07:35:00 2002
***************
*** 0 ****
--- 1,30 ----
+ +============================================================================+
+ | some controls does't work |
+ +----------------------------------------------------------------------------+
+ | Bug #: 719 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: vnoliveira(a)yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ i'm having a problem with wine...
+ i have a application called "Eletronic Spare Parts Catalog". This app contain
+ informations about parts of the vehicles which commercialized by Audi, Seat and
+ Volkswagen. I don't know the developer plataform, but i can submit a screnshot.
+ The app work with files ".phf", aparently a image. When you click in a specific
+ region of the image, a dialog window is show with a grid or a listbox, i don't
+ know. This is my problem : the grid have your title bar in bottom region and
+ the your controls doesn't are visibles. Note: the top region of dialog window
+ stay transparent and i can view a background image (the top region is a
+ original region of the grid's title bar).
+ I try all, includind dlls overrides, but i'm not having sucess.
+ Help me, please and escuse my English, i'm Brazilian.
+ Thanks.
\ No newline at end of file