View Single Post
  #892  
Old 21-01-2014, 06:49
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
uuups, sorry little error, i think you already fix it yourself, but if no - hare edited code
Code:
function shouldskippage(pageid: integer):boolean;
begin
  If RadioButton1.Checked then
    case pageid of
      wpSelectDir,wpSelectProgramGroup,wpReady: result:=true;
    else
      result:=false;
    end
  else result:=false;
end;
i dont check but must work
hehe works now. i use my old code before
thank Bro..
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote