[lazarus] Patch to TCustomNotebook

2006-03-31 Thread Júnior Gonçalves
Patch to Issue 0001903:In customnotebook.inc, procedure ShowCurrentPage:procedure TCustomNotebook.ShowCurrentPage;begin  if (FPageIndex >= 0) and (FPageIndex < PageCount) then    begin  Page[FPageIndex].Visible := true;  If IsVisible=True then SetFocus;    end;end;Júnior Gonçalves.
		 
Yahoo! Acesso Grátis  
Internet rápida e grátis. Instale o discador agora!

[lazarus] Small Path to "File->Open"

2006-03-21 Thread Júnior Gonçalves
I Execute File -> Open..If I try open an file what not exist (Example: C:\12345.pas), I get Exception with Message Error: Invalid argument index in format "".Solution:in Main Unit, Line 2159 -OpenDialog.Options:=OpenDialog.Options+[ofAllowMultiSelect];Replace To:OpenDialog.Options:=OpenDialog.Options+[ofAllowMultiSelect,ofFileMustExist];
		 
Yahoo! Messenger com voz - Instale agora e faça ligações de graça. 

[lazarus] Patch To NewDialog

2006-03-12 Thread Júnior Gonçalves
Patch To NewDialog...
		 
Yahoo! Acesso Grátis 
Internet rápida e grátis. Instale o discador agora!

newdialog.diff
Description: 3010491862-newdialog.diff