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@winehq.org ReportedBy: ocean04@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
http://bugs.winehq.org/show_bug.cgi?id=29403
ocean04@suomi24.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=29403
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Pagecontrol AllowChange |Tab control ignores |doesn't work |TCN_SELCHANGING result Ever Confirmed|0 |1
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-12-25 11:33:55 CST --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=29403
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=29403
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |fade32b515a6b60d224e61e2ffa | |f0155888a0455 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com 2011-12-27 12:54:23 CST --- Should be fixed now.
http://bugs.winehq.org/show_bug.cgi?id=29403
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2011-12-30 12:58:06 CST --- Closing bugs fixed in 1.3.36.