Re: [Gambas-user] Speed penalty to write to textbox or label

2009-02-03 Thread Joshua Higgins
I would imagine the only delay would be in actually drawing this to the screen, not actually processing it. fell free to correct me however :-) 2009/2/2 richard terry > I wondered if one or the other was slowest? > > I'm importing probably hundreds of thousands of records into my program, > for

[Gambas-user] Speed penalty to write to textbox or label

2009-02-02 Thread richard terry
I wondered if one or the other was slowest? I'm importing probably hundreds of thousands of records into my program, for example 30,000 + pathology, 20,000 + referral or recall letters, and so as to keep myself amused and follow what is happening I write a little something to the screen. I won