Re: [lazarus] Remobjects Supports Freepascal?

2007-05-22 Thread Michael Van Canneyt
On Mon, 21 May 2007, Lee Jenkins wrote: This is very welcome news for me. http://www.remobjects.com/product/page.asp?id={E1DB912D-BD45-4B74-9AC4-550E3CD3738F} For me as well, since I use RemObjects heavily :-) Michael. _

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Graeme Geldenhuys
On 5/21/07, Flávio Etrusco [EMAIL PROTECTED] wrote: Delphi documentation always stated it was a compatibility feature with TP and should not be used for new code, IIRC even in Delphi 1... So, even though I'm an optimization-addicted I presumed it was probably under-maintained and

Re: [lazarus] SetWindowFullScreen broken

2007-05-22 Thread A.J. Venter
I tested with 2.3.1 [2007/04/30] for i386. I will try to get a newer one. Did you try another windowmanager? Not yet, but it doesn't seem to be related to window management. That is the version of the compiler I am running. Other thing is, I know of three functions: SetWindowFullScreen,

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Graeme Geldenhuys
On 5/21/07, Flávio Etrusco [EMAIL PROTECTED] wrote: One thing I dislike is the poor abstract implementation. I don't see one good reason to let abstract class be instantiated... Totally agreed. Same here... it makes no sense. And I'd like it so much if FPC would allow one to declare a

Re: [lazarus] Remobjects Supports Freepascal?

2007-05-22 Thread Graeme Geldenhuys
This is excellent news!!! It's good to see other companies are finally seeing that there is a need for other platforms other that Windows. While Borland and CodeGear drag their feet with Linux development and trying to play the catch-up game with Microsoft's .NET, other companies can start

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-22 Thread A.J. Venter
On 5/22/07, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: On 5/22/07, A.J. Venter [EMAIL PROTECTED] wrote: CRT is one way but rather relies on using the whole console. Anyway ncrt is safer. Sounds like you need something like this: uses ncrt; I got interrested on this, so I wrote a

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-22 Thread Felipe Monteiro de Carvalho
On 5/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (Tested on windows). cool!! Works on linux too =) At least with Konsole -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-22 Thread Felipe Monteiro de Carvalho
Something wierd is that I just noticed that after using ncrt my Konsole window will loose the hability to scroll (scrollbar stops working), after the program finished executing, so I can't see the full output of ls -l for example. Doesn't happen with crt or vincent's app -- Felipe Monteiro de

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Mattias Gaertner
On Tue, 22 May 2007 09:53:07 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, I want to try and implement that feature mentioned in the New since Delphi 7... article. When you type 'begin' and press enter, the editor automatically inserts the blank line and the closing 'end;'

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Paul Ishenin
Mattias Gaertner wrote: On Tue, 22 May 2007 09:53:07 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, I want to try and implement that feature mentioned in the New since Delphi 7... article. When you type 'begin' and press enter, the editor automatically inserts the blank line and the

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Graeme Geldenhuys
On 5/22/07, Mattias Gaertner [EMAIL PROTECTED] wrote: Not yet. But this is easy to implement. The above examples (being/end) are triggered by pressing 'return'. Of course not all templates should be triggered by pressing 'return', so every template need an own set of triggers. What about other

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Graeme Geldenhuys
On 5/22/07, Paul Ishenin [EMAIL PROTECTED] wrote: Maybe better to look how delphi store this templates and if possible to use that template file. There I think we can find what actions can trigger template insertion. From the brief look at the new Delphi templates (xml files), those

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Mattias Gaertner
On Tue, 22 May 2007 16:56:00 +0800 Paul Ishenin [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Tue, 22 May 2007 09:53:07 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, I want to try and implement that feature mentioned in the New since Delphi 7... article. When you

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Mattias Gaertner
On Tue, 22 May 2007 11:07:57 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 5/22/07, Paul Ishenin [EMAIL PROTECTED] wrote: Maybe better to look how delphi store this templates and if possible to use that template file. There I think we can find what actions can trigger template

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Graeme Geldenhuys
On 5/22/07, Mattias Gaertner [EMAIL PROTECTED] wrote: I only took a short look at some examples, and it seems they invented a xml format with lots of Delphi IDE specific things. If lazarus tries to support that, then it needs to add a lot of workarounds and it needs to add somehow its own

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Graeme Geldenhuys
On 5/22/07, Mattias Gaertner [EMAIL PROTECTED] wrote: of a unit) etc.. I've seen some pretty cool custom templates designed by the community. Can you give examples? Sure, here is a few from the tiOPF project. BTW: For technical details about the xml format have a look at:

[lazarus] components\projecttemplates patch

2007-05-22 Thread Tiziano_mk
Here is my patch for ProjectTemplates component on Lazarus (0.9.22 26/03/2007 SVN rev. 10809) that solves some problems: a) missing file project.ini in a template folder (lazarus hangs on startup); b) Random errors after creation of the new project from ptemplate; c) Now the project is

[lazarus] FPCUnit as a separate project from FPC and Lazarus?

2007-05-22 Thread Graeme Geldenhuys
Hi, I started a thread in the FPC-devel mailing list regarding this issue. A discussion that started off the mailing list, that I thought is more appropriate on the mailing list. I don't want to repeat it here, so if there is anybody interested in joining the discussion, please post you messages

[lazarus] Lazarus translations

2007-05-22 Thread ik
Hi, There used to be a place where I could paced the compiled po files, so the translation will take be applied. I'm unable to locate such place for my additional translation. What am I missing ? Ido -- http://ik.homelinux.org/ _

Re: [lazarus] Lazarus translations

2007-05-22 Thread vsnijders
There used to be a place where I could paced the compiled po files, so the translation will take be applied. I'm unable to locate such place for my additional translation. What am I missing ? Lazarus doesn't use the compiled po (= mo) files anymore, but reads the po files directly.

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-22 Thread Albert Zeyer
Am Dienstag, den 22.05.2007, 10:09 +0200 schrieb A.J. Venter: So it's a case of which is your needs - for general console apps though - you should use ncrt because it's terminal independent and a LOT faster (ansi escapes take a long time to execute and make your whole program feel slow)

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Sam Liddicott
* Flávio Etrusco wrote, On 21/05/07 22:44: On 5/21/07, Lepidosteus [EMAIL PROTECTED] wrote: One thing I dislike is the poor abstract implementation. I don't see one good reason to let abstract class be instantiated... Totally agreed. And I'd like it so much if FPC would allow one to declare

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-22 Thread A.J. Venter
Nope, Ncurses does not use escapes except in a very few esoteric cases. In fact ncurses was orriginally created to replace the old curses library. Curses had been an escape sequence based lib that was itself created orriginally to implement the game rogue. The move from curses to ncurses was

Re: [lazarus] Font color button stay always black

2007-05-22 Thread fedorax
Selon [EMAIL PROTECTED]: - Original Message - From: Mattias Gaertner [EMAIL PROTECTED] On Fri, 18 May 2007 15:28:52 +0200 fedorax [EMAIL PROTECTED] wrote: Hello, In my project i've some buttons whith font color clwhite but when i run project all buttons font

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Sam Liddicott
* Graeme Geldenhuys wrote, On 22/05/07 10:03: On 5/22/07, Mattias Gaertner [EMAIL PROTECTED] wrote: Not yet. But this is easy to implement. The above examples (being/end) are triggered by pressing 'return'. Of course not all templates should be triggered by pressing 'return', so every

Re: [lazarus] Remobjects Supports Freepascal?

2007-05-22 Thread Lee Jenkins
Bisma Jayadi wrote: This is very welcome news for me. http://www.remobjects.com/product/page.asp?id={E1DB912D-BD45-4B74-9AC4-550E3CD3738F} I just knew that someday there will be more and more Delphi component providers support FPC/Lazarus due to active development of FPC/Lazarus and lack

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Mattias Gaertner
On Tue, 22 May 2007 15:57:55 +0100 Sam Liddicott [EMAIL PROTECTED] wrote: * Graeme Geldenhuys wrote, On 22/05/07 10:03: On 5/22/07, Mattias Gaertner [EMAIL PROTECTED] wrote: Not yet. But this is easy to implement. The above examples (being/end) are triggered by pressing 'return'. Of

Re: [lazarus] Remobjects Supports Freepascal?

2007-05-22 Thread Bisma Jayadi
Here is my pitch: Object Pascal. Strong Like C. Easy like VB. ;) I prefer: Modern Pascal, stronger than C, easier than VB. ;) -Bee- has Bee.ography at: http://beeography.wordpress.com _ To unsubscribe: mail [EMAIL

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Marco van de Voort
On Mon, May 21, 2007 at 08:04:10PM +0200, Micha Nelissen wrote: Mattias Gaertner wrote: I'm curious: Was there any feature, that FPC implemented first and was reimplemented by Borland in the same way? Perhaps operator overloading and inline ? But I think those have a .net origin, not

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Marco van de Voort
On Mon, May 21, 2007 at 01:39:03PM +0200, Graeme Geldenhuys wrote: Here is some interesting Delphi features I found title: New since Delphi 7... Anybody interested in implementing a few. At least FPC and Lazarus beat them to a few of those!! :-) New IDE features since Delphi 7

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Marco van de Voort
On Tue, May 22, 2007 at 02:27:32PM +0100, Sam Liddicott wrote: I had so much trouble in the Delphi 1 days because so many VCL methods were needlessly declared private instead of protected. I found hacks round it, of course, but the priorities of the component-set developer often don't

Re: [lazarus] Remobjects Supports Freepascal?

2007-05-22 Thread Lepidosteus
I would prefer not saying easier than vb since 1 - vb is dead, and 2 - I don't want pascal to looks even more retarded in other programmers eyes, and comparing yourself with vb is a sure way to achieve this. So much people still believes pascal softwares are running within a virtual machine,

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Lepidosteus
Can anyone briefly explains me what a class helper is ? Wikipedia has been of no help, and everytime I search I end up with java code sample ... -- Vianney Devreese - Lepidosteus http://lepidosteus.com _ To unsubscribe: mail

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Flávio Etrusco
On 5/22/07, Lepidosteus [EMAIL PROTECTED] wrote: Can anyone briefly explains me what a class helper is ? Wikipedia has been of no help, and everytime I search I end up with java code sample ... -- Vianney Devreese - Lepidosteus http://lepidosteus.com In this case, did you find a java

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread zaher dirkey
Can anyone briefly explains me what a class helper is I think class helper it some functions/procedures take the first params as the class (that you want to make helper for it), but the fist param (the class) passed as Class of this method. function (MyClass:TMyClass; param2:TParam2); but you

[lazarus] Build Error

2007-05-22 Thread Jeff Steinkamp
I downloaded a Morse code trainer program that was built under Lazarus. The program is a few years old since one of the units it was using was called oldlinux. Changed that to linux, but I am still having a build problem with a couple of lines. Evidently it does not know how to handle ioctl.

Re: [lazarus] Build Error

2007-05-22 Thread Henry Vermaak
On 23/05/07, Jeff Steinkamp [EMAIL PROTECTED] wrote: I downloaded a Morse code trainer program that was built under Lazarus. The program is a few years old since one of the units it was using was called oldlinux. Changed that to linux, but I am still having a build problem with a couple of

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Lee Jenkins
Graeme Geldenhuys wrote: On 5/22/07, Mattias Gaertner [EMAIL PROTECTED] wrote: Not yet. But this is easy to implement. The above examples (being/end) are triggered by pressing 'return'. Of course not all templates should be triggered by pressing 'return', so every template need an own set of

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Andrew Haines
That would be very, very nice to have: Case Correction. I know that its not integral, but I am a stickler for case consistency and a feature like that would help me save time by not having to hit shift so much. Case correction is also help to avoid spelling mistake for identifiers since

Re: [lazarus] Build Error

2007-05-22 Thread Jeff Steinkamp
- Original Message - From: Henry Vermaak [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Tuesday, May 22, 2007 17:03 Subject: Re: [lazarus] Build Error On 23/05/07, Jeff Steinkamp [EMAIL PROTECTED] wrote: I downloaded a Morse code trainer program that was built under Lazarus. The

[lazarus] Office Menu Like

2007-05-22 Thread Carlos Avogaro
anybody know how to make a Office Menu like, with lazarus Thanks - You snooze, you lose. Get messages ASAP with AutoCheck in the all-new Yahoo! Mail Beta.

Re: [lazarus] New features since Delphi 7...

2007-05-22 Thread Flávio Etrusco
On 5/22/07, Sam Liddicott [EMAIL PROTECTED] wrote: * Flávio Etrusco wrote, On 21/05/07 22:44: On 5/21/07, Lepidosteus [EMAIL PROTECTED] wrote: One thing I dislike is the poor abstract implementation. I don't see one good reason to let abstract class be instantiated... Totally agreed. And

Re: [lazarus] coding blog

2007-05-22 Thread Flávio Etrusco
On 5/21/07, 于野 [EMAIL PROTECTED] wrote: hey , here is my own blog. a new blog about programming, writed in both Chinese and English. http://hi.baidu.com/yuye_abc and anotherone, my classmate's/ http://hi.baidu.com/ps_wle thank you. Sorry, but I couldn't reach any option/link to the

[lazarus] About DBGRid+ZEOS in Suse

2007-05-22 Thread Allies Xposs
Need Help In my DBGRID dataset with ZSquery (Zeos Component) can not show Record (Varchar (4)), But Field Date (P_tgl Date) can Show record data (Record Blank). Why ? But in Script mysql can Show record : Mysql Select * from Kelompok