Re: [lazarus] A small OpenGL library for Lazarus (Win32 and Linux/GTK)

2006-05-07 Thread Alex Smirnov
Lord Satan пишет: On Mon, 08 May 2006 02:02:58 +0400 Alex Smirnov <[EMAIL PROTECTED]> wrote: *Hi, Friends!* I have created a small Lazarus OpenGL library that works both in Win32 and in Linux/GTK. It was made from U3D Library by Ricardo Sarmiento and with the help of GLScene.

Re: [lazarus] A small OpenGL library for Lazarus (Win32 and Linux/GTK)

2006-05-07 Thread Lord Satan
On Mon, 08 May 2006 02:02:58 +0400 Alex Smirnov <[EMAIL PROTECTED]> wrote: > *Hi, Friends!* > > I have created a small Lazarus OpenGL library that works both in Win32 > and in Linux/GTK. It was made from U3D Library by Ricardo Sarmiento and > with the help of GLScene. It looks like it is based

Re: [lazarus] Weird GTK error - ah found it

2006-05-07 Thread tony
Apparently the onclick event gets called with an itemindex of -1 every other time, even when you click on the item. I was then trying to access an object in the TListBox by the provided onclick itemindex. For every click, I get to onclick event calls. The first one has itemindex of -1 and the se

[lazarus] Weird GTK error

2006-05-07 Thread tony
I'm using a custom drawn TListBox. Every _other_ time I go to tab on my form it's crashing with this error. It's not happening during my painting of the TListBox though - it happens afterwards apparently. All lines references are part of Lazarus and not my code, but I won't immediately rule out

[lazarus] A small OpenGL library for Lazarus (Win32 and Linux/GTK)

2006-05-07 Thread Alex Smirnov
Hi, Friends! I have created a small Lazarus OpenGL library that works both in Win32  and in Linux/GTK. It was made from U3D Library by Ricardo Sarmiento and with the help of GLScene. I will also prepare (alter) some examples (created by Mirovodin Dmitriy ) - you can see it on his page (in Rus

RES: [lazarus] Error to run Lazarus 0.9.15-06-05-2006 GetWindowLongPtra inusers32.dll

2006-05-07 Thread Henrique de Paula Faria
If you still can´t get it run just comment the GetWindowLongPtr. Henrique. -Mensagem original- De: v.scozzaro [mailto:[EMAIL PROTECTED] Enviada em: domingo, 7 de maio de 2006 05:55 Para: lazarus@miraclec.com Assunto: [lazarus] Error to run Lazarus 0.9.15-06-05-2006 GetWindowLongPtra inu

Re: [lazarus] Error to run Lazarus 0.9.15-06-05-2006 GetWindowLongPtra in users32.dll

2006-05-07 Thread Vincent Snijders
Vincent Snijders wrote: v.scozzaro wrote: Last version Lazarus not run Error to run Lazarus 0.9.15-06-05-2006 in GetWindowLongPtra to users32.dll Fixed in revision 9245. I reverted this change. The snapshots were not using the latest fpc 2.1.1 due to `bug` in the build script. Vincent

Re: [lazarus] Unit path in Uses

2006-05-07 Thread Graeme Geldenhuys
Set the "Search Path" in "Compile Options". Regards, - Graeme - On 05/05/06, Mariano <[EMAIL PROTECTED]> wrote: Hi! i made an application in delphi, wich has many units in different paths... now, i'am trying to port it to lazarus, but, when I add the unit to the project, the "relative" path

Re: [lazarus] VirtualTreeview 4.4.3 on lazarus?

2006-05-07 Thread Christian U.
> Yep. I now understand that it was not a so easy port. And what about > the assembler code... it is certainly not portable to other versions. > I know the last version have a lot of alpha blending stuff and > selection-windows-xp style (alpha blended) and that the code for this > is assembler. May

Re: [lazarus] Error to run Lazarus 0.9.15-06-05-2006 GetWindowLongPtra in users32.dll

2006-05-07 Thread Vincent Snijders
v.scozzaro wrote: Last version Lazarus not run Error to run Lazarus 0.9.15-06-05-2006 in GetWindowLongPtra to users32.dll Fixed in revision 9245. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubsc

[lazarus] TApplication.HandleException

2006-05-07 Thread Colin Western
Can I suggest the following patch, which makes it easier to customize the Exception handling behavior (I only sometimes want a back trace) Colin diff -uNr lazarus/lcl/include/application.inc /dos/fpc/lazarus.w/lcl/include/application.inc --- lazarus/lcl/include/application.inc 2006-04-29 09:58:5

[lazarus] CustomEdit fixes

2006-05-07 Thread Colin Western
Two small fixes for CustomEdit: 1. After SetSelText, the cursor is left at the end of the new text 2. Setting the selection start on gtk1 cancels the selection which I believe are both the Delphi behaviour Colin diff -uNr lazarus/lcl/include/customedit.inc /dos/fpc/lazarus.w/lcl/include/customedit

Re: [lazarus] Error to run Lazarus 0.9.15-06-05-2006 GetWindowLongPtra in users32.dll

2006-05-07 Thread Peter Vreman
At 09:54 7-5-2006, you wrote: Last version Lazarus not run Error to run Lazarus 0.9.15-06-05-2006 in GetWindowLongPtra to users32.dll Make sure you use an updated fpc svn (later that 3-may) and rebuild everything. Peter _

[lazarus] Error to run Lazarus 0.9.15-06-05-2006 GetWindowLongPtra in users32.dll

2006-05-07 Thread v.scozzaro
Last version Lazarus not run Error to run Lazarus 0.9.15-06-05-2006 in GetWindowLongPtra to users32.dll Tansk _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.la