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

2006-03-22 Thread Vincent Snijders
Vincent Snijders schreef: Júnior Gonçalves schreef: 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+[ofA

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

2006-03-22 Thread Vincent Snijders
Júnior Gonçalves schreef: 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

[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.Optio