[Bug 29403] New: Pagecontrol AllowChange doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 21 04:40:03 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=29403

             Bug #: 29403
           Summary: Pagecontrol AllowChange doesn't work
           Product: Wine
           Version: 1.3.35
          Platform: x86
               URL: http://netikka.net/dev/allowchange.exe
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: comctl32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: ocean04 at suomi24.fi
    Classification: Unclassified


Lazarus sample: http://netikka.net/dev/allowchange.exe

It shouldn't be possible to change tabs, when checkbox is unchecked.

Code is just:

procedure TForm1.PageControl1Changing(Sender: TObject; var AllowChange:
Boolean);
begin
 AllowChange:=Checkbox1.Checked;
end;

Workaround winetricks comctl32

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list