Re: [lazarus] Analog Twebrowser in delphi?

2008-02-04 Thread Graeme Geldenhuys
On 03/02/2008, John Johnson [EMAIL PROTECTED] wrote: How can I implement an html page into my lazarus app?? I need a component like TWebBrowser in delphi? I think the lNet package includes a basic html viewer component. I also think the TurboPower iPro (lazarus/componens/turbopower_ipro/)

Re: [lazarus] RecreateWnd

2008-02-04 Thread Marc Weustink
Paul Ishenin wrote: Giuliano Colla wrote: From a quick look to documentation, RecreateWnd is just a dangerous hack/workaround to overcome some Windows bugs/inadequacies. In Windows it's impossible to change some properties of a window, such as: * Changing the border style. *

Re[2]: [lazarus] Analog Twebrowser in delphi?

2008-02-04 Thread John Johnson
-Original Message- From: Graeme Geldenhuys [EMAIL PROTECTED] To: lazarus@miraclec.com Date: Mon, 4 Feb 2008 10:33:47 +0200 Subject: Re: [lazarus] Analog Twebrowser in delphi? On 03/02/2008, John Johnson [EMAIL PROTECTED] wrote: How can I implement an html page into my lazarus app??

Re: [lazarus] Something like SetThreadAffinityMask for Unix/Linux?

2008-02-04 Thread Marco Alvarado
Sorry for asking, what is FPC's tmt1 ? -Marco 2008/2/4, Mark Morgan Lloyd [EMAIL PROTECTED]: I wonder whether it would be possible to patch affinity support into the underlying TThread object? OTOH I'm currently looking at FPC's tmt1 running under Linux on a 14-processor system and I can see

Re: Re: Re[2]: [lazarus] Analog Twebrowser in delphi?

2008-02-04 Thread John Johnson
Hmm, I should try it! Thanks for advise... _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Something like SetThreadAffinityMask for Unix/Linux?

2008-02-04 Thread Mark Morgan Lloyd
Marco Alvarado wrote: Sorry for asking, what is FPC's tmt1 ? -Marco 2008/2/4, Mark Morgan Lloyd [EMAIL PROTECTED]: I wonder whether it would be possible to patch affinity support into the underlying TThread object? OTOH I'm currently looking at FPC's tmt1 running under Linux on a 14-processor

Re: Re[2]: [lazarus] Analog Twebrowser in delphi?

2008-02-04 Thread Graeme Geldenhuys
On 04/02/2008, John Johnson [EMAIL PROTECTED] wrote: Hi. Yeah, I found some lhelp examples in Lazarus dir. But I cannot understand how it's work! Could you give me some instructions how I can show an html page in my app? I've never used it before, but I'm sure if you look at the code you

Re: [lazarus] Something like SetThreadAffinityMask for Unix/Linux?

2008-02-04 Thread Mark Morgan Lloyd
I wonder whether it would be possible to patch affinity support into the underlying TThread object? OTOH I'm currently looking at FPC's tmt1 running under Linux on a 14-processor system and I can see it being spread fairly evenly, so this is getting pretty specialist. Micha Nelissen wrote:

[lazarus] Lazarus doesn't know properties

2008-02-04 Thread user1
Hi! Lazarus doesn't know properties (e.g. Borderstyle, Bevelinner, Bevelouter) that were known some snapshots before. I get error messages like that: Project raised exception class EReadError with message: Error reading Memo1.BorderStyle: Unknown property: BorderStyle What is wrong now?

[lazarus] Text on TPageControl

2008-02-04 Thread Mark Morgan Lloyd
Is there an easy and portable way to rotate the text on a TPageControl tab so that it is vertical, or alternatively just to have a simple coloured tab? I'm musing about putting tabs on the right of an edit window but want to keep things fairly unobtrusive. -- Mark Morgan Lloyd markMLl .AT.

Re: [lazarus] Ubuntu and overnight snapshots....

2008-02-04 Thread Vincent Snijders
Dominique Louis schreef: micahel schneider wrote: wget and cron? According the Wiki ( http://wiki.lazarus.freepascal.org/Getting_Lazarus ) I need to use.. deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe for the stable version, but what do I use for the unstable snapshot?

Re: [lazarus] Ubuntu and overnight snapshots....

2008-02-04 Thread Dominique Louis
micahel schneider wrote: wget and cron? According the Wiki ( http://wiki.lazarus.freepascal.org/Getting_Lazarus ) I need to use.. deb http://www.hu.freepascal.org/lazarus/ lazarus-stable universe for the stable version, but what do I use for the unstable snapshot?

[lazarus] Threads and OpenGLContext

2008-02-04 Thread Marco Alvarado
I'm having problems to make OpenGLContext work with threads. I have a game loop inside a thread, and it is wrapped with a Synchronize(). I know it's not an efficient way, but as a test this solved the weird problems in Delphi (no keyboard response, exceptions, etc). Now in Lazarus it doesn't work.

Re: [lazarus] Something like SetThreadAffinityMask for Unix/Linux?

2008-02-04 Thread Micha Nelissen
Mark Morgan Lloyd wrote: I wonder whether it would be possible to patch affinity support into the underlying TThread object? OTOH I'm currently looking at FPC's tmt1 running under Linux on a 14-processor system and I can see it being spread fairly evenly, so this is getting pretty specialist.

[lazarus] DataBase Queries

2008-02-04 Thread el stamatakos
Hi, I am working with a database and I am doing the following tFile:string; tFileName:=mainForm.SQLQuery1.FieldValues['tFileName']; where tFileName is in a database and is a string. I keep getting a EVariant error on this line. Is there any way to force

Re: [lazarus] DataBase Queries

2008-02-04 Thread John
el stamatakos wrote: Hi, I am working with a database and I am doing the following tFile:string; tFileName:=mainForm.SQLQuery1.FieldValues['tFileName']; where tFileName is in a database and is a string. I keep getting a EVariant error on this line. Is there any way to force

[lazarus] laz 9.24.1 fail on fpc 2.2.1

2008-02-04 Thread Bee
Hi all, I just updated my SVN for fixes branches both for fpc (2.2.1) and laz (9.24.1), after a few weeks from my last update. Unfortunately, laz 9.24.1 is broken on fpc 2.2.1 (again). Here's the make output: [EMAIL PROTECTED]:/svn/laz-9.24.1$ make all LCL_PLATFORM=gtk2 bigide ...snip...

[lazarus] GamePack 1.0 Released

2008-02-04 Thread A.J. Venter
Hi all, As I promised last week, I finished and released GamePack version 1.0. The keyboard event handling is not yet as good as I would like, but this is not a crucial aspect as it's something that belongs on the lazarus level anyway. Having said that, the other functionalities are all there as

RE: [lazarus] DataBase Queries

2008-02-04 Thread el stamatakos
hi, Actually it is tchFileName:string and tchFileName:=mainForm.SQLQuery1.FieldValues['tchFileName']; Thanks Date: Tue, 5 Feb 2008 15:36:55 +1100 From: [EMAIL PROTECTED] To: lazarus@miraclec.com Subject: Re: [lazarus] DataBase Queries el stamatakos wrote: Hi, I am working with a