Re: [lazarus] Mozilla Plugin Panel component

2006-03-07 Thread Graeme Geldenhuys
Ok, I will release it under LCL, which gives us the option to include it with the Lazarus IDE in needed. I should be able to post a link to the SVN server tonight. Regards, - Graeme - On 3/6/06, A.J. Venter [EMAIL PROTECTED] wrote: On Monday 06 March 2006 22:39, Graeme Geldenhuys wrote:

[lazarus] Full time Lazarus developers

2006-03-07 Thread Graeme Geldenhuys
Hi, Are there any developers working exclusively (full time) on Lazarus. Mattias? How do you guys manage to spend such a lot of time on Lazarus, if you need to work in another job? I am just amazed at the speed at which issues get resolved. Very impressive! Regards, - Graeme -

Re: [lazarus] Executing another application from within a lazarus app

2006-03-07 Thread Michael Van Canneyt
On Tue, 7 Mar 2006, Sam Washkansky wrote: Hi guys, I'm new to lazarus and have a quick question. How do you launch an app from within A lazarus Application. In delphi you could use winexec, or the ExecuteFile method(in The FMXUtils unit). I would lie this to be platform independent. I would

Re: [lazarus] Full time Lazarus developers

2006-03-07 Thread Michael Van Canneyt
On Tue, 7 Mar 2006, Graeme Geldenhuys wrote: Hi, Are there any developers working exclusively (full time) on Lazarus. Mattias? How do you guys manage to spend such a lot of time on Lazarus, if you need to work in another job? Mattias simply has 4 AMD64 CPUS implanted in his brain. Full

Re: [lazarus] Executing another application from within a lazarus app

2006-03-07 Thread Micha Nelissen
Sam Washkansky wrote: Hi guys, I'm new to lazarus and have a quick question. How do you launch an app from within A lazarus Application. In delphi you could use winexec, or the ExecuteFile method(in The FMXUtils unit). I would lie this to be platform independent. I would appreciate any help.

Re: [lazarus] Full time Lazarus developers

2006-03-07 Thread Michael Van Canneyt
On Tue, 7 Mar 2006, Mattias Gaertner wrote: On Tue, 7 Mar 2006 14:13:38 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, Are there any developers working exclusively (full time) on Lazarus. Mattias? How do you guys manage to spend such a lot of time on Lazarus, if you need to work in

Re: [lazarus] Executing another application from within a lazarus app

2006-03-07 Thread A.J. Venter
On Tuesday 07 March 2006 14:49, Sam Washkansky wrote: Thanks a lot I would appreciate that. Cheers Sam Here you go, I´m not going to post the whole huge unit now, just the two procedures, you can use them as you see fit, they are pretty much just adaptations of the examples in the tutorial

Re: [lazarus] Executing another application from within a lazarus app

2006-03-07 Thread Mattias Gaertner
On Tue, 7 Mar 2006 15:48:38 +0200 A.J. Venter [EMAIL PROTECTED] wrote: On Tuesday 07 March 2006 14:49, Sam Washkansky wrote: Thanks a lot I would appreciate that. Cheers Sam Here you go, I´m not going to post the whole huge unit now, just the two procedures, you can use them as you

Re: [lazarus] Executing another application from within a lazarus app

2006-03-07 Thread Sam Washkansky
Thanks a stack, it did the trick.On 3/7/06, A.J. Venter [EMAIL PROTECTED] wrote: On Tuesday 07 March 2006 14:49, Sam Washkansky wrote: Thanks a lot I would appreciate that. Cheers SamHere you go, I´m not going to post the whole huge unit now, just the twoprocedures, you can use them as you see

Re: [lazarus] Executing another application from within a lazarus app

2006-03-07 Thread Mattias Gaertner
On Tue, 07 Mar 2006 15:14:12 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Tue, 7 Mar 2006 15:48:38 +0200 A.J. Venter [EMAIL PROTECTED] wrote: On Tuesday 07 March 2006 14:49, Sam Washkansky wrote: Thanks a lot I would appreciate that. Cheers Sam

[lazarus] Need components: TTimeEdit and TCurrencyEdit

2006-03-07 Thread Mariano
Hi! i'm developing an application... but i need some components that i realized they aren't... TTimeEdit(like TTimeEdit, but just only Time :) ) and TcurrencyEdit (Different to TFloatSpinEdit; because it hasn't the property DisplayFormat) where can i download it? thanks! (yes... i don't speak

[lazarus] strange look and feel!

2006-03-07 Thread Alain Michaud
Hi, The following problem is very difficult to describe and may be very stupid! I appologize... I have compiled the source code for the first time. Usually I run the linux tar file. Now everything seems to work fine EXCEPT: The components have a different look ! the scrool bar for example

Re: [lazarus] Need components: TTimeEdit and TCurrencyEdit

2006-03-07 Thread Alexander Todorov
On 3/7/06, Mariano [EMAIL PROTECTED] wrote: Hi! i'm developing an application... but i need some components that i realized they aren't... TTimeEdit(like TTimeEdit, but just only Time :) ) and TcurrencyEdit (Different to TFloatSpinEdit; because it hasn't the property DisplayFormat) where

[lazarus] Still problem with GetPixel

2006-03-07 Thread Johannes Nohl
Dear list! My Lazarus 0.9.13 still produces exception when using Canvas.Pixels (GetPixel). Some time ago the list said it is fixed. Dows I use wrong version? My System is SuSE 10.0. What to do? _ To unsubscribe: mail [EMAIL

Re: [lazarus] Still problem with GetPixel

2006-03-07 Thread Mattias Gaertner
On Tue, 7 Mar 2006 19:21:18 +0100 Johannes Nohl [EMAIL PROTECTED] wrote: Dear list! My Lazarus 0.9.13 still produces exception when using Canvas.Pixels (GetPixel). Some time ago the list said it is fixed. Dows I use wrong version? I must have missed this mail. Who said, it is implemented?

Re: [lazarus] Still problem with GetPixel

2006-03-07 Thread Johannes Nohl
My Lazarus 0.9.13 still produces exception when using Canvas.Pixels (GetPixel). Some time ago the list said it is fixed. Dows I use wrong version? I must have missed this mail. Who said, it is implemented? Hm, maybe I was dreaming... What to do? a) implement GetDCPixel for gtk bitmaps

Re: [lazarus] Need components: TTimeEdit and TCurrencyEdit

2006-03-07 Thread Aleksey Lagunov
Mariano ?: Hi! i'm developing an application... but i need some components that i realized they aren't... TTimeEdit(like TTimeEdit, but just only Time :) ) and TcurrencyEdit (Different to TFloatSpinEdit; because it hasn't the property DisplayFormat) where can i download it? thanks!

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
Michael Van Canneyt wrote: On Tue, 7 Mar 2006, Marco Meile wrote: Procedure Tform1.formshow(Sender: Tobject); var sec:string; path:string: ini:tinifile: begin init := Tinifile.create('notice.ini'); This can't compile. it should be ini, not init ? yes i have rewritten for mail

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
Here is my complete Procedure Src Code. http://www.rafb.net/paste/results/OKPJI562.html _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Tinifile path

2006-03-07 Thread Alain Michaud
Hi, Tinifile works very well on linux! Here is an example on how I use it function PowertuxAlreadyRun(RS:char): boolean; var FCFGFile : TINIFile; ... TMPStr := TUXHOMEDIRECTORY + '/ConfigurationFiles/PowerTux.cfg' ; FCFGFile:= Tinifile.create(TMPStr); ... if RS = 'R' then begin {R}

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
thx, i love u Alain Michaud wrote: Hi, Tinifile works very well on linux! Here is an example on how I use it function PowertuxAlreadyRun(RS:char): boolean; var FCFGFile : TINIFile; ... TMPStr := TUXHOMEDIRECTORY + '/ConfigurationFiles/PowerTux.cfg' ; FCFGFile:=

Re: [lazarus] Tinifile path

2006-03-07 Thread Michael Van Canneyt
On Tue, 7 Mar 2006, Marco Meile wrote: Michael Van Canneyt wrote: On Tue, 7 Mar 2006, Marco Meile wrote: Procedure Tform1.formshow(Sender: Tobject); var sec:string; path:string: ini:tinifile: begin init := Tinifile.create('notice.ini'); This can't compile. it should

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
Michael Van Canneyt wrote: On Tue, 7 Mar 2006, Marco Meile wrote: Michael Van Canneyt wrote: On Tue, 7 Mar 2006, Marco Meile wrote: Procedure Tform1.formshow(Sender: Tobject); var sec:string; path:string: ini:tinifile: begin init := Tinifile.create('notice.ini');

[lazarus] POP# server using secure conection (SSL)

2006-03-07 Thread Andreas Berger
I can successfully access pop3 servers that do no use SSL, but not those that do. In my code I set pop.AutoTLS:= true; but this is obviously not enough. Can someone please explain how I can add SSL so that I can access the pop3 server? Regards Andreas

Re: [lazarus] strange look and feel!

2006-03-07 Thread Alain Michaud
Hi, After having spent some time with a colleague who knows Suse, and reading the list and the forum, here is my findings: 1 - All the parameters of Lazarus are set in Gnome control-center. 2 - GTK-1 is not used any more. Suse 9.3 and above use GTK-2. On Suse the control center for the GTK-2

Re: [lazarus] Tinifile path

2006-03-07 Thread Michael Van Canneyt
On Tue, 7 Mar 2006, Marco Meile wrote: yes i have rewritten for mail , is correct in the code. OK, but what does not work ? It works fine here ? Michael. mysqldatabase1.hostname eg, is already empfy after insert the value. What is in the inifile ? Is it located next to the

Re: [lazarus] graphical shapes library or component

2006-03-07 Thread Matt Henley
I am curious what you found in your search for visio like functionality. I am working with a group that is looking for something very similar.. but it needs to be cross platform. Matt Henley On 2/27/06, Marc Santhoff [EMAIL PROTECTED] wrote: Hi, is anoyone aware of a library or a (set of)

[lazarus] setcolor setFont for tComboBox, tCheckBox

2006-03-07 Thread darekm
HI as in subject related to but 700: TScrollBox does not accept Color Darek Index: interfaces/gtk/gtkwsstdctrls.pp === --- interfaces/gtk/gtkwsstdctrls.pp (wersja 8887) +++ interfaces/gtk/gtkwsstdctrls.pp (kopia robocza)

Re: [lazarus] Tinifile path

2006-03-07 Thread Marco Meile
Michael Van Canneyt wrote: On Tue, 7 Mar 2006, Marco Meile wrote: yes i have rewritten for mail , is correct in the code. OK, but what does not work ? It works fine here ? Michael. mysqldatabase1.hostname eg, is already empfy after insert the value. ok,

Re: [lazarus] POP# server using secure conection (SSL)

2006-03-07 Thread Bogusław Brandys
Andreas Berger wrote: I can successfully access pop3 servers that do no use SSL, but not those that do. In my code I set pop.AutoTLS:= true; but this is obviously not enough. Can someone please explain how I can add SSL so that I can access the pop3 server? Regards Andreas You

[lazarus] Drag'n'Drop in a treeview ?

2006-03-07 Thread Lepidosteus
Hello !I wanted to know if anyone has a code exemple or something to learn how to do a simple drag'n'drop in a treeview ?Thanks in advance !

[lazarus] Where are my maximize buttons?

2006-03-07 Thread Lord Satan
Hi all, I just updated lazarus to rev 8887 and all my forms lost their maximize button. BorderIcons biMaximise is true, Borderstyle is bsSizable, Constrains are all zero, FormStyle is fsNormal and WindowState is wsNormal. Is it intentional and do I have to set anything special to get them back?

Re: [lazarus] graphical shapes library or component

2006-03-07 Thread Marc Santhoff
Am Dienstag, den 07.03.2006, 16:12 -0600 schrieb Matt Henley: I am curious what you found in your search for visio like functionality. I am working with a group that is looking for something very similar.. but it needs to be cross platform. I found absolutely nothing up to now. But to be

Re: [lazarus] POP# server using secure conection (SSL)

2006-03-07 Thread Andreas Berger
Oops, I meant to post this in the synapse list. Sorry all. Bogusław Brandys wrote: Andreas Berger wrote: I can successfully access pop3 servers that do no use SSL, but not those that do. In my code I set pop.AutoTLS:= true; but this is obviously not enough. Can someone please

[lazarus] OT: fast vector and matrix math

2006-03-07 Thread Lord Satan
Hello everyone, I know this is probably the wrong list to ask such thing but as I am not on the fpc list and many people on this list know alot more about coding than I do I just ask here. I exclusively do (real time) graphics programming (on a hobby level) and for most stuff freepascal is

[lazarus] full implementation of memory dataset?

2006-03-07 Thread Dale Welch
does anyone know of a full implementation of a memory based dataset? tmemdataset and sdfdataset both do not implement the canmodify property. Therefor they are not a truly modifiable dataset. Especially to components like the dbgrid. the readonly property should set it but it doesn't and even

[lazarus] [Fwd: TApplication.OnEndSession]

2006-03-07 Thread Bogusław Brandys
Patch adds TApplication.OnEndSession event. Original Message Subject: TApplication.OnEndSession Date: Tue, 07 Mar 2006 21:36:00 +0100 From: Bogusław Brandys [EMAIL PROTECTED] To: [EMAIL PROTECTED] The same patch but against revision 8887 :) Event is called with parameter

Re: [lazarus] Drag'n'Drop in a treeview ?

2006-03-07 Thread Graeme Geldenhuys
Great minds think alike! :-) I was searching the wiki yesterday for an example - didn't find anything though. I am about to try the same method as I did for Delphi. I will let you know if it works. Regards, - Graeme - On 3/8/06, Lepidosteus [EMAIL PROTECTED] wrote: Hello ! I wanted to

[lazarus] MySQL Connection

2006-03-07 Thread Panagiotis Sidiropoulos
I try to connect into a MySQL server hosted on a local network. All comments following are related to information povided at: wiki.lazarus.freepascal.org/index.php/MySQLDatabases#Connect_to_a_server Another possibility is the installation of the package in the $Lazarus/components/sqldb directory.

Re: [lazarus] Drag'n'Drop in a treeview ?

2006-03-07 Thread Vincent Snijders
Lepidosteus wrote: Hello ! I wanted to know if anyone has a code exemple or something to learn how to do a simple drag'n'drop in a treeview ? Thanks in advance ! Maybe you can take a look at the code that allows drag and drop of components in the components treeview of the object

Re: [lazarus] OT: fast vector and matrix math

2006-03-07 Thread Peter Vreman
Hello everyone, I know this is probably the wrong list to ask such thing but as I am not on the fpc list and many people on this list know alot more about coding than I do I just ask here. I exclusively do (real time) graphics programming (on a hobby level) and for most stuff freepascal is

Re: [lazarus] OT: fast vector and matrix math

2006-03-07 Thread dhkblaszyk
AFAIK fpc does not differ that much in speed compared C on numerous points, there are benchmarks out there. So my suggestion would be to try to optimize your code as much as possible (in my experience if you look very critical and do a lot of tests you will see you can increase speed