Re: [lazarus] Patch for popumenu in source editor

2005-10-13 Thread Martin Smat
Tomáš Gregorovič wrote: Martin Smat napsal(a): Tomáš Gregorovič wrote: Hi, I have improved popupmenu in source editor. It's now also shown when clicking the notebook page tab. Therefore I had to add published property to PopupMenu to LCL component TNoteBook. Next I have resolved bug with

Re: [lazarus] Re: Problems trying to use sqlite database

2005-10-13 Thread Joost van der Sluis
On Wed, 2005-10-12 at 19:09 -0300, Felipe Monteiro de Carvalho wrote: Luiz Americo wrote: This is the way TDataset works. If a record is not posted then it can be cancelled (maybe DBGrid is calling cancel in this case). A simple way to add a record is to do a procedure like: I'd like

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Vincent Snijders
Joost van der Sluis wrote: On Wed, 2005-10-12 at 20:58 +0200, Marc Weustink wrote: It says something about TStringList property Strings not being published... You will get this error when loading a form with DB (related) components with an Active=True property and the connection to the DB

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Marc Weustink
Joost van der Sluis wrote: On Wed, 2005-10-12 at 20:58 +0200, Marc Weustink wrote: It says something about TStringList property Strings not being published... You will get this error when loading a form with DB (related) components with an Active=True property and the connection to the DB

[lazarus] Re: Problems trying to use sqlite database

2005-10-13 Thread Felipe Monteiro de Carvalho
Hello, I am putting my source code at www.braillevirtual.fe.usp.br/scripts with the name Database.tar so you guys can see what I am doing wrong if you have some free time. I think WinZip should be able to read tar files. If it cannot let me know. Joost van der Sluis wrote: By default, the

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Arí Ricardo Ody
I can understand that the trouble was caused by an Active=true and a DB conenection fails as said mr. Marc Weustink, although I'm not sure about this because if, in the time I generate the code the situation of DB is the same. The first question that comes to my mind is: Why the DB connection

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Marc Weustink
Arí Ricardo Ody wrote: I can understand that the trouble was caused by an Active=true and a DB conenection fails as said mr. Marc Weustink, although I'm not sure about this because if, in the time I generate the code the situation of DB is the same. The first question that comes to my mind is:

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Joost van der Sluis
On Thu, 2005-10-13 at 08:51 -0300, Arí Ricardo Ody wrote: I can understand that the trouble was caused by an Active=true and a DB conenection fails as said mr. Marc Weustink, although I'm not sure about this because if, in the time I generate the code the situation of DB is the same. The

[lazarus] OpenGL 2D documentation/demo

2005-10-13 Thread Andreas Berger
I am not a graphic programmer, but in an application I am writing I will need a synotic that need to be refreshed at a decent rate - around 40 times per second. I thought to use OpenGL for this, but have not found any documentation on how to do 2D graphics. It seems all the documentation and

Re: [lazarus] OpenGL 2D documentation/demo

2005-10-13 Thread Lord Satan
On Thu, 13 Oct 2005 10:52:20 -0300 Andreas Berger [EMAIL PROTECTED] wrote: I am not a graphic programmer, but in an application I am writing I will need a synotic that need to be refreshed at a decent rate - around 40 times per second. I thought to use OpenGL for this, but have not found

Re: [lazarus] OpenGL 2D documentation/demo

2005-10-13 Thread Christian U.
you can use 3d mode for this and ortographic projection. simplest thing is to use glscene for this you can find it in the wiki. glschene has an glcanvas that emulates an tcanvas with opengl. i think this is the best way for you to do this. regards Christian - Original Message - From:

Re: [lazarus] Re: Problems trying to use sqlite database

2005-10-13 Thread Luiz Americo
Felipe Monteiro de Carvalho wrote: Hello, I am putting my source code at www.braillevirtual.fe.usp.br/scripts with the name Database.tar so you guys can see what I am doing wrong if you have some free time. I think WinZip should be able to read tar files. If it cannot let me know. Joost

Re: [lazarus] Re: Is this a bug?

2005-10-13 Thread Arí Ricardo Ody
I receive the same error under windows some minutes ago. In this case, perhaps, the service Firebird Guardian was stopped. I close the project, start the service and re-star Lazarus and everything runs OK. This episode, however, make me understand less than before. I explain: When I boot the

Re: [lazarus] OpenGL 2D documentation/demo

2005-10-13 Thread Florian Köberle
A german translation of the description of some of the SDL commands you can find in the DGL Wiki: http://wiki.delphigl.com/index.php/SDL-FunktionsÜbersicht Sorry wrong link, this one should be ok: http://wiki.delphigl.com/index.php/SDL-Funktionsübersicht smime.p7s Description: S/MIME

Re: [lazarus] OpenGL 2D documentation/demo

2005-10-13 Thread Andreas Berger
Thanks, these are a great help. Also thanks to the others that posted links. I am studying them all. Florian Köberle wrote: If you understand german you may want to read this tutorial about OpenGL and 2D: http://delphigl.com/script/do_show.php?name=opengl2daction=2 Supertux a 2D jump and

[lazarus] Re: Problems trying to use sqlite database

2005-10-13 Thread Felipe Monteiro de Carvalho
Luiz Americo wrote: See the topic Applying changes to the underlying datafile in the database/sqlite section of the wiki. Thanks a lot ... I must have missed it ... but then the other databases I worked with (mysql, dbase and ADO) didn´t need this. One more thing. Do we really need to have

Re: [lazarus] OpenGL 2D documentation/demo

2005-10-13 Thread Razvan Adrian Bogdan
On 10/13/05, Andreas Berger [EMAIL PROTECTED] wrote: Thanks, these are a great help. Also thanks to the others that posted links. I am studying them all. A few more if you need'em from the Lazarus Wiki :)

Re: [lazarus] Re: Problems trying to use sqlite database

2005-10-13 Thread Luiz Americo
Felipe Monteiro de Carvalho wrote: Luiz Americo wrote: See the topic Applying changes to the underlying datafile in the database/sqlite section of the wiki. Thanks a lot ... I must have missed it ... but then the other databases I worked with (mysql, dbase and ADO) didn´t need this. Are

RE: [lazarus] OpenGL 2D documentation/demo

2005-10-13 Thread William Cairns
Also ask questions like this at www.pascalgamedevelopment.com for other possible answers. I have used OpenGL through the SDL libraries in freepascal before so its quite possible. I havn;t tested my apps on Linux but they work well on windows. -Original Message- From: Andreas Berger