Re: [lazarus] IDE cannot find unit "oldlinux"

2007-09-17 Thread Mattias Gaertner
On Mon, 17 Sep 2007 10:03:41 +0400 12 12 <[EMAIL PROTECTED]> wrote: > > I don't know, why the source is still there, but the oldlinux.ppu > > is > not > > installed anymore, because it is deprecated. > > The "oldlinux.pp" still on place. Fact. FPC units without .ppu are ignored by the IDE. >

Re: [lazarus] UTF-8 input handling

2007-09-17 Thread Felipe Monteiro de Carvalho
On 9/9/07, zaher dirkey <[EMAIL PROTECTED]> wrote: > For now Right-To-Left work fine with Win32 > http://wiki.lazarus.freepascal.org/index.php/BidiMode I wonder how could Right-To-Left work on the code editor. Because pascal uses english words, which is obviusly ltf, so if the comments are in a ri

Re: [lazarus] UTF-8 input handling

2007-09-17 Thread Graeme Geldenhuys
Hi Felipe, All I know is that it is possible. :) From a implementation point of view - no idea yet. Here is a link I bookmarked a while back for when I want to implement full UTF-8 (input) support in fpGUI. It shows Caret positioning, selection of text, ltr and rtl in the same line, etc... htt

Re: [lazarus] IDE cannot find unit "oldlinux"

2007-09-17 Thread 12 12
Well, you can copy oldlinux.pp to your source directory and hope, that the used functions have no bugs. Mattias Nice trick! Thanx. // aka skywriter _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

[lazarus] i18n in Lazarus applications

2007-09-17 Thread Sebastian Günther
Hi all, I'm wondering myself why I can't find any information about i18n in Lazarus. Writing applications which support several languages is not an uncommon task; what is the currently recommended way to go? (In sourcecode I'd have to use resourcestrings of course, but what about forms?) Reg

Re: [lazarus] i18n in Lazarus applications

2007-09-17 Thread Graeme Geldenhuys
> > I'm wondering myself why I can't find any information about i18n in Lazarus. > Writing applications which support several languages is not an uncommon > task; what is the currently recommended way to go? (In sourcecode I'd > have to use resourcestrings of course, but what about forms?) > The w

Re: [lazarus] i18n in Lazarus applications

2007-09-17 Thread Michael Van Canneyt
On Mon, 17 Sep 2007, Sebastian Günther wrote: > Hi all, > > I'm wondering myself why I can't find any information about i18n in Lazarus. > Writing applications which support several languages is not an uncommon task; > what is the currently recommended way to go? (In sourcecode I'd have to use

Re: [lazarus] i18n in Lazarus applications

2007-09-17 Thread Sebastian Günther
Michael Van Canneyt schrieb: In the streaming code there is an experimental feature which hooks into the reading of streams, the "OnReadStringProperty" event of TReader. It allows to translate the string 'on-the-fly'. I don't know whether the LCL hooks this property or not. Thanks (and of co

[lazarus] My image loading is broken

2007-09-17 Thread Lord Satan
Hi, as the subject says. I just realized that it does not work anymore (after working flawlessly for years). The latest svn revision that works for me is 11800. Perhaps there are later revisions that work but some I could not compile and others did not start and I got tired of just randomly try

[lazarus] My image loading is broken

2007-09-17 Thread Lord Satan
Hi, as the subject says. I just realized that it does not work anymore (after working flawlessly for years). The latest svn revision that works for me is 11800. Perhaps there are later revisions that work but some I could not compile and others did not start and I got tired of just randomly try

[lazarus] patch for user friedly Build Lazarus dialog.

2007-09-17 Thread Giuliano Colla
I've just sent to [EMAIL PROTECTED] the patch which implements the tabbed notebook version of the Configure Build Lazarus dialog, whose screenshots I submitted some time ago. Tested mainly with gtk 1, but also with gtk 2 & Win32. Features: Two tabs, one for Quick Build Options, one for Advance

Re: [lazarus] My image loading is broken

2007-09-17 Thread Lord Satan
On Mon, 17 Sep 2007 18:17:43 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > Lord Satan wrote: > > To me this looks like Marcs new image code is responsible for my troubles. > > As far as I can tell from the code you gave not. But the given code and > probelmdescription is a bit limited. This

Re: [lazarus] Lazarus crashes: Invalid floating point

2007-09-17 Thread Thierry Andriamirado
Youhouh! so I installed fpc-2.2.0.x86_64, rebuilt lazarus, and... it works! huh... yet with the fpc 2.0.4 src as I'm still downloading the 2.2.0 one, but hey, couldn't wait anymore! Thanks to you guys: fpc rocks, lazarus rocks! keep on... Le dimanche 16 septembre 2007 à 20:26 +0300, Thierry And

Re: [lazarus] My image loading is broken

2007-09-17 Thread Marc Weustink
Lord Satan wrote: Hi, as the subject says. I just realized that it does not work anymore (after working flawlessly for years). The latest svn revision that works for me is 11800. Perhaps there are later revisions that work but some I could not compile and others did not start and I got tired

Re: [lazarus] My image loading is broken

2007-09-17 Thread Lord Satan
On Mon, 17 Sep 2007 20:32:50 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > > The error is an 'invalid type cast'. > > That comes somewhere. If you run your app in lazarus, dou you get a call > stack when you get this exception ? Nope, but I don't use a debugger in lazarus. I just tried aga

[lazarus] Some more TCustomForm help

2007-09-17 Thread Christian U.
... regards Christian Index: xml/lcl/forms.xml === --- xml/lcl/forms.xml (revision 12058) +++ xml/lcl/forms.xml (working copy) @@ -137,8 +137,20 @@ - - +Represents the Position and

Re: [lazarus] My image loading is broken

2007-09-17 Thread Marc Weustink
Lord Satan wrote: On Mon, 17 Sep 2007 18:17:43 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: Lord Satan wrote: To me this looks like Marcs new image code is responsible for my troubles. As far as I can tell from the code you gave not. But the given code and probelmdescription is a bit limi

Re: [lazarus] My image loading is broken

2007-09-17 Thread Marc Weustink
Lord Satan wrote: On Mon, 17 Sep 2007 20:32:50 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: The error is an 'invalid type cast'. (1) That comes somewhere. If you run your app in lazarus, dou you get a call stack when you get this exception ? Nope, but I don't use a debugger in lazarus

Re: [lazarus] My image loading is broken

2007-09-17 Thread Lord Satan
On Tue, 18 Sep 2007 00:16:24 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > > Nope, but I don't use a debugger in lazarus. > > With this result, you might consider doing so, you could have found the > cause. I would if I could. But I launch my progs through 'run_and_wait' (or some such) and

[lazarus] Lazarus & FPC 2.2.0

2007-09-17 Thread Graeme Geldenhuys
Hi, Every time I startup Lazarus since I changed to FPC 2.2.0, I need to manually select the Environment-> Rescan FPC Source directory option. Otherwise Lazarus can't find any units included in FPC. Here is a sample error message. I Ctrl-Click'ed on a class and Lazarus jumped to the SysUtils entr

Re: [lazarus] Lazarus & FPC 2.2.0

2007-09-17 Thread Luca Olivetti
En/na Graeme Geldenhuys ha escrit: Hi, Every time I startup Lazarus since I changed to FPC 2.2.0, I need to manually select the Environment-> Rescan FPC Source directory option. Otherwise Lazarus can't find any units included in FPC. Here is a sample error message. I Ctrl-Click'ed on a class an