http://bugs.winehq.com/show_bug.cgi?id=660
*** shadow/660 Thu May 9 10:44:54 2002
--- shadow/660.tmp.722 Thu May 9 10:48:08 2002
***************
*** 27,29 ****
--- 27,33 ----
Changed severity to trivial. It's not enhancement, because it is a difference
between Windows behaviour and Wines'.
Added blocking of bug 655. (Meta File system bug.)
+
+ ------- Additional Comments From jakob(a)vmlinux.org 2002-05-09 10:48 -------
+ The same goes for SYSTEM mode as for HIDDEN.
+ FindFirstFileA should not find a SYSTEM file either, but it does.
http://bugs.winehq.com/show_bug.cgi?id=659
*** shadow/659 Thu May 9 08:07:43 2002
--- shadow/659.tmp.25087 Thu May 9 08:38:06 2002
***************
*** 29,31 ****
--- 29,36 ----
------- Additional Comments From insyde(a)insyde.com.br 2002-05-09 08:07 -------
Created an attachment (id=87)
Program that mounts a simple property sheet
+
+
+ ------- Additional Comments From insyde(a)insyde.com.br 2002-05-09 08:38 -------
+ Created an attachment (id=88)
+ C++ Source of the tested program, will compile with VC++, dont test with others.
http://bugs.winehq.com/show_bug.cgi?id=659
*** shadow/659 Thu May 9 08:05:55 2002
--- shadow/659.tmp.23261 Thu May 9 08:07:43 2002
***************
*** 25,27 ****
--- 25,31 ----
It just shows the tab with no content. Don't know
if there's already a program to test it, but if you
want I can send the source.
+
+ ------- Additional Comments From insyde(a)insyde.com.br 2002-05-09 08:07 -------
+ Created an attachment (id=87)
+ Program that mounts a simple property sheet
http://bugs.winehq.com/show_bug.cgi?id=659
*** shadow/659 Thu May 9 08:05:55 2002
--- shadow/659.tmp.23137 Thu May 9 08:05:55 2002
***************
*** 0 ****
--- 1,27 ----
+ +============================================================================+
+ | Empty Property Sheet is created under Wine |
+ +----------------------------------------------------------------------------+
+ | Bug #: 659 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-binary |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: insyde(a)insyde.com.br |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I've noticed that property sheet is not yet
+ completely implemented. But I've seen no
+ errors regarding to it. I've build 2 programs
+ one with simple tab control screen and another
+ with a property sheet. (I know they're different,
+ but I made this to see the code). Tab control
+ works, but the property sheet is not mounted.
+ It just shows the tab with no content. Don't know
+ if there's already a program to test it, but if you
+ want I can send the source.
\ No newline at end of file