Re: back from holiday, my project crashes lazarus

2007-12-28 Thread Seth Grover
Okay, I pulled the latest SVN this morning and it still crashes. I've created a bug report and attached my project. http://bugs.freepascal.org/view.php?id=10481 -Thanks, Seth Grover > Hmm... according your back trace you have problem with TCustomNotebook > descendant. I created new

Re: back from holiday, my project crashes lazarus

2007-12-27 Thread Seth Grover
Sorry, running Ubuntu 7.10 with gtk1. -SG -- Good news, everyone! Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as t

[lazarus] back from holiday, my project crashes lazarus

2007-12-27 Thread Seth Grover
08063F59 $080640D5 === I did an "svn update -r {2007-12-23}" and rebuilt lazarus and now I'm able to open my project just fine. I thought I'd see if the list has any ideas of what this could be before I really dig into it or post a bug. Thanks, Seth Grover -- Good news, everyon

Re: back from holiday, my project crashes lazarus

2007-12-27 Thread Seth Grover
Sorry, I should have mentioned, here's what fpc -v returns: Free Pascal Compiler version 2.2.0 [2007/08/30] for i386 Thanks, Seth Grover -- Good news, everyone! Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us

[lazarus] recent update breaks alignment in tabsheets

2007-11-01 Thread Seth Grover
control Set its alignment to alBottom Add a TTabSheet to it Add a tpanel in the tab sheet Set the panel's alignment to alLeft What happens for me is the panel extends down way past the bottom of the tab sheet. See attached picture. The panel should end at the bottom of the tab sheet, shouldn&

Re: [lazarus] big projects using freepascal?

2007-05-24 Thread Seth Grover
Awesome. Thank you for the great examples. I really appreciate it. -Seth -- Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth Who is John Galt? _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] big projects using freepascal?

2007-05-23 Thread Seth Grover
ions built with Free Pascal that I could show my superiors and say "See?". Thanks in advance. -Seth -- Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth Who is John Galt? _ To unsubscribe: mail [E

Re: [lazarus] how to debug the lcl

2007-05-11 Thread Seth Grover
Ah, that's interesting. I hadn't yet tried it with GTK2. Thanks for the input. -Seth On 5/11/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: On Fri, 11 May 2007 11:03:16 -0600 "Seth Grover" <[EMAIL PROTECTED]> wrote: > A month ago I reported a LCL b

[lazarus] how to debug the lcl

2007-05-11 Thread Seth Grover
e to debug down into the code I need to look at, or (even better), take a look at fixing this bug? Thanks, Seth -- Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth Who is John Galt? _ To unsubscribe: mail [EMAIL

Re: [lazarus] "File size limit exceeded (core dumped)" at 2 GB

2007-01-29 Thread Seth Grover
On 1/29/07, Micha Nelissen <[EMAIL PROTECTED]> wrote: Use FPC 2.1.1. Thanks Micha, that fixed my problem. Seth -- Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth I'm a driver, I'm a winner. Things are going to chang

[lazarus] "File size limit exceeded (core dumped)" at 2 GB

2007-01-29 Thread Seth Grover
system using standard I/O routines. My question is what do I need to use instead to be able to create files bigger than 2 gigabytes? Thanks, Seth Grover -- Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth I'm a driver, I'm a winner. Things

Re: [lazarus] Selecting directories via TOpenDialog

2007-01-29 Thread Seth Grover
Sorry, I didn't read your comment closely enough. What I suggested will allow you to choose from a directory tree, but it doesn't incorporate it into a normal file open dialog like you're talking about. -Seth -- Seth Grover sethdgrover[at]gmail[dot]com http://grovers.us/seth I&

Re: [lazarus] Selecting directories via TOpenDialog

2007-01-29 Thread Seth Grover
as well as Windows, because I just tested it. The GTK1 interface isn't a pretty tree like the Windows one, GTK2 might be better. Hope that helps -Seth Grover On 1/29/07, ArĂ­ Ricardo Ody <[EMAIL PROTECTED]> wrote: I would like show files and directories(that are under the current

[lazarus] best use of components for mysql query insert performance benchmarking

2007-01-22 Thread Seth Grover
t1 values (2); etc.? Any tips you have would be appreciated. I just want to eliminate as much as possible any performance hits due to the overhead of the tools I'm using to do the benchmarking, thus getting a better picture of the performance of the database itself. Thanks, Seth Grover -- Se

Re: [lazarus] virtual treeview issues

2006-11-06 Thread Seth Grover
To all who have helped and who suggested this, grabbing the CVS version seems to have taken care of the problems with painting. I really appreciate it. -Seth Grover -- Seth Grover [EMAIL PROTECTED] http://grovers.us/seth I'm a driver, I'm a winner. Things are going to change, I c

Re: [lazarus] virtual treeview issues

2006-11-05 Thread Seth Grover
Thanks for the suggestions and help with the virtual treeview. I'll grab the CVS version. -Seth Grover -- Seth Grover [EMAIL PROTECTED] http://grovers.us/seth I'm a driver, I'm a winner. Things are going to change

Re: [lazarus] issues with virtual treeview... ideas or alternatives?

2006-11-05 Thread Seth Grover
mode memory is only allocated when it is needed. -- Seth Grover [EMAIL PROTECTED] http://grovers.us/seth I'm a driver, I'm a winner. Things are going to change, I can feel it. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] issues with virtual treeview... ideas or alternatives?

2006-11-04 Thread Seth Grover
ssed my mind. I think that will work great for what I need. Thanks, Seth Grover -- Seth Grover [EMAIL PROTECTED] http://grovers.us/seth I'm a driver, I'm a winner. Things are going to change, I can feel it. _ To

[lazarus] issues with virtual treeview... ideas or alternatives?

2006-11-04 Thread Seth Grover
rkill for what I need. I just need a simple listview or stringgrid component that has some sort of "ondata" event it uses to retrieve the data. Any help would be greatly appreciated. -Seth Grover -- Seth Grover [EMAIL PROTECTED

[lazarus] virtual treeview issues

2006-11-04 Thread Seth Grover
rkill for what I need. I just need a simple listview or stringgrid component that has some sort of "ondata" event it uses to retrieve the data. Any help would be greatly appreciated. -Seth Grover -- Seth Grover [EMAIL PROTECTED

Re: [lazarus] MySQL components and MySQL 5.1.xx

2006-10-30 Thread Seth Grover
the "fake" statements. Thanks, Seth -- Seth Grover [EMAIL PROTECTED] http://grovers.us/seth I'm a driver, I'm a winner. Things are going to change, I can feel it. _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] MySQL components and MySQL 5.1.xx

2006-10-30 Thread Seth Grover
to execute the somewhat dubious query "show index from" without specifying a database or table name. This is the query that's causing it to return the error. I looked in my code and couldn't find the "show index from" query anywhere, so it must be coming from the