Re: [lazarus] Component

2008-01-25 Thread Graeme Geldenhuys
On 26/01/2008, micahel schneider <[EMAIL PROTECTED]> wrote: > Am Freitag 25 Januar 2008 schrieb [EMAIL PROTECTED]: > > A small demo would be helpful. > > > 2 Videos demonstrating component install under Linux > > http://rapidshare.de/files/38408096/installcomp.ogv.html > > http://rapidshare.de/file

Re: [lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-25 Thread Graeme Geldenhuys
Just thought I would let everybody know, the SF.net SubVersion servers seem to be back up again. It was some or other hardware failure. Graeme. On 25/01/2008, Osvaldo TC Filho <[EMAIL PROTECTED]> wrote: > Now, 25/01/2008 11:18 ( -3:00 ) > > [EMAIL PROTECTED]:~/deskx/pascal-src/subversion/lazaru

Re: synedit patch from ales

2008-01-25 Thread Marc Weustink
Ales Katona wrote: Felipe Monteiro de Carvalho wrote / napísal(a): On Jan 25, 2008 6:23 PM, Ales Katona <[EMAIL PROTECTED]> wrote: That's not enougth. It already works for ascii characters today. Please test with both unicode and non-unicode IDE on strings with accented characters. ASCII d

Re: [lazarus] Component

2008-01-25 Thread micahel schneider
Am Freitag 25 Januar 2008 schrieb [EMAIL PROTECTED]: > A small demo would be helpful. > 2 Videos demonstrating component install under Linux http://rapidshare.de/files/38408096/installcomp.ogv.html http://rapidshare.de/files/38225046/reportinstallieren.ogv.html _

Re: [lazarus] Component

2008-01-25 Thread Mattias Gaertner
On Fri, 25 Jan 2008 22:22:13 +0100 [EMAIL PROTECTED] wrote: > A small demo would be helpful. See here: http://wiki.lazarus.freepascal.org/Lazarus_Packages#Quick_Start Mattias > > > Mattias Gaertner wrote: > > On Fri, 25 Jan 2008 21:41:04 +0100 > > [EMAIL PROTECTED] wrote: > > > > > >>

Re: [lazarus] Component

2008-01-25 Thread user1
I did this, but can't see an icon in the component palette. Mattias Gaertner wrote: On Fri, 25 Jan 2008 21:41:04 +0100 [EMAIL PROTECTED] wrote: Is there an installation guide describing component installation within Lazarus IDE? Did you see http://wiki.lazarus.freepascal.org/Install

Re: [lazarus] Component

2008-01-25 Thread user1
A small demo would be helpful. Mattias Gaertner wrote: On Fri, 25 Jan 2008 21:41:04 +0100 [EMAIL PROTECTED] wrote: Is there an installation guide describing component installation within Lazarus IDE? Did you see http://wiki.lazarus.freepascal.org/Install_Packages ? Mattias _

Re: [lazarus] Component

2008-01-25 Thread Mattias Gaertner
On Fri, 25 Jan 2008 21:41:04 +0100 [EMAIL PROTECTED] wrote: > Is there an installation guide describing component installation > within Lazarus IDE? Did you see http://wiki.lazarus.freepascal.org/Install_Packages ? Mattias _

[lazarus] Component

2008-01-25 Thread user1
Is there an installation guide describing component installation within Lazarus IDE? _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/maila

Re: synedit patch from ales

2008-01-25 Thread Felipe Monteiro de Carvalho
On Jan 25, 2008 6:48 PM, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > I think this is pretty slow and needs too much memory. > For example: > It increases the Dest array in steps of one while allocating one mem > block for each character. > Can you explain, what are you trying to achieve? Then we

Re: synedit patch from ales

2008-01-25 Thread Ales Katona
Felipe Monteiro de Carvalho wrote / napísal(a): On Jan 25, 2008 6:23 PM, Ales Katona <[EMAIL PROTECTED]> wrote: That's not enougth. It already works for ascii characters today. Please test with both unicode and non-unicode IDE on strings with accented characters. ASCII doesn't have accent

Re: synedit patch from ales

2008-01-25 Thread Mattias Gaertner
On Fri, 25 Jan 2008 18:30:11 +0100 "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> wrote: > On Jan 25, 2008 6:23 PM, Ales Katona <[EMAIL PROTECTED]> wrote: > > Yes, and I'm not 100% sure of what everything that would constitute > > (eg: I don't think there's a valid blockchar in multibyte range)

Re: synedit patch from ales

2008-01-25 Thread Felipe Monteiro de Carvalho
Hi, Please define what exactly does this patch fixes. > The IDE will eventually > only pass UTF-8 to synedit. Then we need an UTF-8 word boundary test. I commited a partial implementation for that around ifdef: http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=rev&root=lazarus&revision=13868 t

Re: synedit patch from ales

2008-01-25 Thread Ales Katona
Mattias Gaertner wrote / napísal(a): On Fri, 25 Jan 2008 17:25:07 +0100 Ales Katona <[EMAIL PROTECTED]> wrote: Mattias Gärtner wrote / napísal(a): The character sets in synedit are 'set of char', which means only 8bit. So, I guess the patch tries to fix an ANSI codepage accented char

Re: synedit patch from ales

2008-01-25 Thread Felipe Monteiro de Carvalho
On Jan 25, 2008 6:23 PM, Ales Katona <[EMAIL PROTECTED]> wrote: > Yes, and I'm not 100% sure of what everything that would constitute (eg: > I don't think there's a valid blockchar in multibyte range), but for 99% > of usages the current blockchars (+ whitechars) which are < 127 seem to > be workin

Re: synedit patch from ales

2008-01-25 Thread Mattias Gaertner
On Fri, 25 Jan 2008 17:25:07 +0100 Ales Katona <[EMAIL PROTECTED]> wrote: > Mattias Gärtner wrote / napísal(a): > > > > The character sets in synedit are 'set of char', which means only > > 8bit. So, I guess the patch tries to fix an ANSI codepage accented > > chars problem, right? > > The fix is

Re: [fpc-pascal] Re: FCL-DB/SQLDB docs started

2008-01-25 Thread Chris Kirkpatrick
The list of possible nodes is found, of course, in the FPDoc manual. Some examples of fairly densely populated descriptions are in StdCtrls, DBCtrls, Dialogs, and also in Controls, Graphics, and Forms. In general the TCustom components are the most fully described. StdCtrls, DBCtrls, Menus

Re: synedit patch from ales

2008-01-25 Thread Ales Katona
Mattias Gärtner wrote / napísal(a): The character sets in synedit are 'set of char', which means only 8bit. So, I guess the patch tries to fix an ANSI codepage accented chars problem, right? The fix is probably useless on other codepages including UTF-8, right? Not as such. The problem is

Re: synedit patch from ales

2008-01-25 Thread Mattias Gärtner
Zitat von Henry Vermaak <[EMAIL PROTECTED]>: > On 25/01/2008, Henry Vermaak <[EMAIL PROTECTED]> wrote: > > http://www.hu.freepascal.org/fpcircbot/cgipastebin?msgid=1618 > > > > from #lazarus-ide: > > say it fixes word-parsing in synedit specially for accented > chars etc. The character sets in s

Re: [lazarus] FPDoc tooltip

2008-01-25 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys <[EMAIL PROTECTED]>: > On 25/01/2008, Mattias Gärtner <[EMAIL PROTECTED]> wrote: > > The default viewer is a simple TLabel. > > When you install the package TurboPowerIProDsgn you get a HTML control. > > The hint not only shows comment, but fpdoc help too and fpdoc help

Re: [fpc-pascal] Re: FCL-DB/SQLDB docs started

2008-01-25 Thread Mattias Gärtner
Zitat von Chris Kirkpatrick <[EMAIL PROTECTED]>: > Hi Mattias - > > I note from the bug report 0010686 that you have fixed the immediate > problem, and on re-building Lazarus from SVN this morning I find that I > can now save descriptions from LazDoc in the IDE, and also > things that I type in o

Re: [lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-25 Thread Graeme Geldenhuys
On 25/01/2008, Osvaldo TC Filho <[EMAIL PROTECTED]> wrote: > Now, 25/01/2008 11:18 ( -3:00 ) > > [EMAIL PROTECTED]:~/deskx/pascal-src/subversion/lazarus-ccr$ svn up > svn: Requisição PROPFIND falhou em '/svnroot/lazarus-ccr' > svn: PROPFIND de '/svnroot/lazarus-ccr': não foi possível conectar-se ao

Re: [lazarus] C++ libraries

2008-01-25 Thread Luca Olivetti
En/na Felipe Monteiro de Carvalho ha escrit: You have to build a C wrapper around C++. Look at the Qt 4 Pascal bindings. I cannot find the link now, but I read of someone wrapping C++ classes directly into fpc classes, working both under windows and linux. Bye -- Luca Olivetti Wetron Automat

Re: [lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-25 Thread Vincent Snijders
Graeme Geldenhuys schreef: The SourceForce.net SubVersion servers have been down for the past 24 hours. A lot of people are complaining (including me!). The problem has been reported, but still no action that we know of from SourceForge. http://sourceforge.net/tracker/?group_id=1&atid=21

Re: [lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-25 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > On 25/01/2008, Osvaldo TC Filho <[EMAIL PROTECTED]> wrote: >> Now, 25/01/2008 11:18 ( -3:00 ) >> >> [EMAIL PROTECTED]:~/deskx/pascal-src/subversion/lazarus-ccr$ svn up >> svn: Requisição PROPFIND falhou em '/svnroot/lazarus-ccr' >> svn: PROPFIND de '/svnroot/lazarus-ccr

[lazarus] Testing

2008-01-25 Thread Ales Katona
I just re-subscribed with the proper e-mail, so I'm testing this... Ales _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Where is FpGUI and Lazarus-ccr subversion repository?

2008-01-25 Thread Osvaldo TC Filho
Now, 25/01/2008 11:18 ( -3:00 ) [EMAIL PROTECTED]:~/deskx/pascal-src/subversion/lazarus-ccr$ svn cleanup [EMAIL PROTECTED]:~/deskx/pascal-src/subversion/lazarus-ccr$ svn up svn: Requisição PROPFIND falhou em '/svnroot/lazarus-ccr' svn: PROPFIND de '/svnroot/lazarus-ccr': não foi possível conectar-

[lazarus] htmlhelp1 example patch

2008-01-25 Thread Andrea Mauri
Checking the htmlhelp1.lpi example I found an error, I don't know how to apply a patch so I tried to create one. I attached it. Once applied the patch also the oncreate event should be removed by the form. Without this patch the example does not work, applying it the example works both on windows

Re: [lazarus] FPDoc tooltip

2008-01-25 Thread Graeme Geldenhuys
On 25/01/2008, Mattias Gärtner <[EMAIL PROTECTED]> wrote: > The default viewer is a simple TLabel. > When you install the package TurboPowerIProDsgn you get a HTML control. > The hint not only shows comment, but fpdoc help too and fpdoc help can contain > HTML. Does the HTML control in tooltips wo

Re: synedit patch from ales

2008-01-25 Thread Henry Vermaak
On 25/01/2008, Henry Vermaak <[EMAIL PROTECTED]> wrote: > http://www.hu.freepascal.org/fpcircbot/cgipastebin?msgid=1618 > from #lazarus-ide: say it fixes word-parsing in synedit specially for accented chars etc. _ To unsubscri

Re: [fpc-pascal] Re: FCL-DB/SQLDB docs started

2008-01-25 Thread Chris Kirkpatrick
Hi Mattias - I note from the bug report 0010686 that you have fixed the immediate problem, and on re-building Lazarus from SVN this morning I find that I can now save descriptions from LazDoc in the IDE, and also things that I type in other boxes such as . However the LazDoc panel does not

Re: [lazarus] FPDoc tooltip

2008-01-25 Thread Mattias Gärtner
Zitat von ik <[EMAIL PROTECTED]>: > Hi, > > I noticed that I can view comments that where added above a function > on lazarus as FPDoc, however, it ignores line breaks inside the > comment, and does not wrap text. It is a new feature and not yet complete. I will fix the line breaks. > So I wond

[lazarus] synedit patch from ales

2008-01-25 Thread Henry Vermaak
http://www.hu.freepascal.org/fpcircbot/cgipastebin?msgid=1618 can someone look into why his mails don't reach the list, please? thanks henry _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Su

[lazarus] TShape with Height = 1

2008-01-25 Thread Damien Gerard
I have a TShape with a Height = 1 in order to make a clean separation. Under GTK2(Nux,Win) it works well, but with the win32 widgetset the height must be equals to 2 to be visible and seem to be 1. It is a "bug" of the widgetset win32 or I am wrong with the behavior ? -- Damien Gerard [EMAI

[lazarus] FPDoc tooltip

2008-01-25 Thread ik
Hi, I noticed that I can view comments that where added above a function on lazarus as FPDoc, however, it ignores line breaks inside the comment, and does not wrap text. So I wonder if there is a way to configure this, and/or if there is (like in Eclipse) a tab/window that can display it properly