Re: [lazarus] Anybody know what is wrong here ?

2006-05-20 Thread Tomas Gregorovic
A.J. Venter napsal(a): I'm trying to extend my tsimple_html component so it can read from a tstringlist property instead of a URL (which in many [at least of my] programs could severely reduce overhead). So I basically just added a tstringlist property exactly as I have always done it before

Re: [lazarus] Anybody know what is wrong here ?

2006-05-20 Thread A.J. Venter
Any chance somebody knows what I am doing wrong here ? (code attached) A.J. Maybe changing type of FLines and Lines property from TStringList to TStrings would help. tombo It was the first thing I tried :S A.J. -- there's nothing as inspirational for a hacker as a cat obscuring a

Re: [lazarus] Anybody know what is wrong here ?

2006-05-20 Thread Flávio Etrusco
I can't see anything wrong either... Guess we'll need a callstack... Out of curiosity, if you comment out the body of the SetHtmlStrings method is the AV still raised? -Flávio On 5/20/06, A.J. Venter [EMAIL PROTECTED] wrote: Any chance somebody knows what I am doing wrong here ? (code

[lazarus] Anybody know what is wrong here ?

2006-05-19 Thread A.J. Venter
I'm trying to extend my tsimple_html component so it can read from a tstringlist property instead of a URL (which in many [at least of my] programs could severely reduce overhead). So I basically just added a tstringlist property exactly as I have always done it before (and I compared code with