Re: [Lazarus] FreePascal/Lazarus Components to access Sqlite databases --> Tutorial 01 - A basic address book

2008-09-12 Thread Luiz Americo Pereira Camara
Usuario Anónimo wrote: > Hello, I download the file dataset_tutorial_01.zip from > http://www.geocities.com/camara_luiz/docs/dataset/dataset-tutorial-01.html. > > When I try compile the project I get the next error: > > Project raised exception class 'EDatabaseError'. > > Why? > Sqlite3 expects

Re: [Lazarus] Mac OS X : IDE Messages window hides vertical down arrow...

2008-09-12 Thread Dominique Louis
Mattias Gaertner wrote: > Please create bug reports in the tracker. > You can help/accelerate fixing the bugs by providing small > example applications. > Don't forget to add the lazarus revision number. This has now been logged as http://bugs.freepascal.org/view.php?id=12135 but item 1 seems

Re: [Lazarus] GtkWidget questions

2008-09-12 Thread Mattias Gärtner
Zitat von SteveG <[EMAIL PROTECTED]>: > Thanks for your answer here Mattias - > > GetActiveWindow does seem to be just what I need to be able to create my > own code from - but I cant get it to work :( > I have extracted the function and placed in a new app - causes exception > at gtk_is_window >

Re: [Lazarus] GtkWidget questions

2008-09-12 Thread SteveG
Thanks for your answer here Mattias - GetActiveWindow does seem to be just what I need to be able to create my own code from - but I cant get it to work :( I have extracted the function and placed in a new app - causes exception at gtk_is_window Are Gtk windows the same as Gdk windows ? - 'get_

Re: [Lazarus] TDirectoryListBox component

2008-09-12 Thread Graeme Geldenhuys
On 9/12/08, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > A TDirectoryListBox is too limited, because in Windows you also need a > combobox to choose the drive, which doesn't exist in other operating > system. That's true... > A more cross-platform solution is implementing TShellTr

[Lazarus] FreePascal/Lazarus Components to access Sqlite databases --> Tutorial 01 - A basic address book

2008-09-12 Thread Usuario Anónimo
Hello, I download the file dataset_tutorial_01.zip from http://www.geocities.com/camara_luiz/docs/dataset/dataset-tutorial-01.html. When I try compile the project I get the next error: Project raised exception class 'EDatabaseError'. Why? Regards. ___

Re: [Lazarus] TDirectoryListBox component

2008-09-12 Thread Felipe Monteiro de Carvalho
2 more details: Search in File returns no implementation for TDirectoryListBox in Lazarus svn And TShellTreeView is named so just for Delphi compatibility -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://ww

Re: [Lazarus] TDirectoryListBox component

2008-09-12 Thread Felipe Monteiro de Carvalho
A TDirectoryListBox is too limited, because in Windows you also need a combobox to choose the drive, which doesn't exist in other operating system. A more cross-platform solution is implementing TShellTreeView, because it will represent both the dir and the drive in Windows and only the dir in oth

[Lazarus] [OT]:Progdigy is out, Please anyone send this for any members.

2008-09-12 Thread Osvaldo Filho
[OT]:Progdigy is out, Please anyone send this for any members. This is a dataset of UIB for access the firebird db. 2008/9/11 Osvaldo Filho <[EMAIL PROTECTED]> > Memory problem > === > === > Memory problems in this application: > -One form (A clean Form1) > -One jvUibConn

[Lazarus] TDirectoryListBox component

2008-09-12 Thread Graeme Geldenhuys
Hi, Does Lazarus have a TDirectoryListBox component? I found the TFileListBox and I'm not sure if it's directory friend is in some extra package maybe? Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip