Re: [Lazarus] StringGrid performance problems

2011-05-21 Thread zeljko
On Friday 20 of May 2011 19:19:30 Julio César Gázquez wrote: El 20/05/11 11:24, Alexsander Rosa escribió: I've noticed that (native Listview is slow in Windows) the hard way: I was proud about how fast my app were on Linux then ran it on Windows and the hourglass became the leading actor.

Re: [Lazarus] StringGrid performance problems

2011-05-20 Thread Alexsander Rosa
I've noticed that (native Listview is slow in Windows) the hard way: I was proud about how fast my app were on Linux then ran it on Windows and the hourglass became the leading actor. Any suggestions for replacement of Listview? 2010/11/18 Marc Weustink marc.weust...@cuperus.nl Graeme

Re: [Lazarus] StringGrid performance problems

2011-05-20 Thread Lee Jenkins
On 5/20/2011 10:24 AM, Alexsander Rosa wrote: I've noticed that (native Listview is slow in Windows) the hard way: I was proud about how fast my app were on Linux then ran it on Windows and the hourglass became the leading actor. Any suggestions for replacement of Listview? 2010/11/18 Marc

Re: [Lazarus] StringGrid performance problems

2011-05-20 Thread Alexsander Rosa
Tested on Windows XP. 2011/5/20 Lee Jenkins l...@datatrakpos.com On 5/20/2011 10:24 AM, Alexsander Rosa wrote: I've noticed that (native Listview is slow in Windows) the hard way: I was proud about how fast my app were on Linux then ran it on Windows and the hourglass became the leading

Re: [Lazarus] StringGrid performance problems

2011-05-20 Thread Julio César Gázquez
El 20/05/11 11:24, Alexsander Rosa escribió: I've noticed that (native Listview is slow in Windows) the hard way: I was proud about how fast my app were on Linux then ran it on Windows and the hourglass became the leading actor. Any suggestions for replacement of Listview? Native means the

Re: [Lazarus] StringGrid performance problems

2010-11-18 Thread michael . vancanneyt
On Thu, 18 Nov 2010, Graeme Geldenhuys wrote: Op 2010-11-18 00:19, Jesus Reyes het geskryf: Sure, I think it can be improved but currently I have other priorities. Understood, I just wanted to know if it was a known problems. For the LCL version of my app, I'll try the ListView (or

Re: [Lazarus] StringGrid performance problems

2010-11-18 Thread Graeme Geldenhuys
Op 2010-11-18 10:51, michael.vancann...@ het geskryf: documentation takes longer than I expected. Now I fully respect the effort Michael put in to write the RTL and FCL docs. Recognition, at last... :) :-) Indeed, you did an amazing job. Regards, - Graeme - -- fpGUI Toolkit - a

Re: [Lazarus] StringGrid performance problems

2010-11-18 Thread michael . vancanneyt
On Thu, 18 Nov 2010, Graeme Geldenhuys wrote: Op 2010-11-18 10:51, michael.vancann...@ het geskryf: documentation takes longer than I expected. Now I fully respect the effort Michael put in to write the RTL and FCL docs. Recognition, at last... :) :-) Indeed, you did an amazing job.

Re: [Lazarus] StringGrid performance problems

2010-11-18 Thread Marc Weustink
Graeme Geldenhuys wrote: Op 2010-11-18 00:19, Jesus Reyes het geskryf: Sure, I think it can be improved but currently I have other priorities. Understood, I just wanted to know if it was a known problems. For the LCL version of my app, I'll try the ListView (or TreeView like Lazarus IDE

Re: [Lazarus] StringGrid performance problems

2010-11-18 Thread zeljko
On Thursday 18 November 2010 08:47, Graeme Geldenhuys wrote: Fixed rows are handled differently in fpGUI. Fixed rows are not part of the rowcount in fpGUI. They are separated out, and have their own dedicated properties to adjust the header style, content, width etc. So your rowCount doesn't

Re: [Lazarus] StringGrid performance problems

2010-11-18 Thread Graeme Geldenhuys
Op 2010-11-18 12:57, zeljko het geskryf: So your rowCount doesn't take into account headers and Cells[0,1] := 'MyText' doesn't change header cell text but real cell ? Correct. Headers are just that, headers (or also known as Columns). Rows are just that, rows. The concept seems quite logical

Re: [Lazarus] StringGrid performance problems

2010-11-17 Thread Martin Schreiber
On Wednesday, 17. November 2010 08.23:22 Graeme Geldenhuys wrote: I then did a simple test to see what could be the cause of problems in the LCL app (and why it looks frozen). I created a stringgrid with exact dimensions, a single column. I then used a simple test method that generates log

Re: [Lazarus] StringGrid performance problems

2010-11-17 Thread Jesus Reyes
--- El mié 17-nov-10, Graeme Geldenhuys graemeg.li...@gmail.com escribió: Under fpGUI this test took 5 seconds to complete, MSEgui took 10 seconds (just for fun, I tied MSEgui too). LCL took well, I kill the app after 3 hours of 100% CPU load and still nothing being displayed. Thank

Re: [Lazarus] StringGrid performance problems

2010-11-17 Thread Graeme Geldenhuys
Op 2010-11-18 00:19, Jesus Reyes het geskryf: Sure, I think it can be improved but currently I have other priorities. Understood, I just wanted to know if it was a known problems. For the LCL version of my app, I'll try the ListView (or TreeView like Lazarus IDE does). I was trying to find

[Lazarus] StringGrid performance problems

2010-11-16 Thread Graeme Geldenhuys
Hi, Op 2010-11-16 18:14, Lee Jenkins het geskryf: applications, but against my judgment I figured I'd give lazarus another go for a GUI app which was a mistake apparently. Following up from Lee's post, but related to StringGrids. I too tried to used LCL again, for a External