Re: [lazarus] Lazarus crashes while starting

2005-09-18 Thread Florian Köberle
I can't reproduce the bug. What must I do, when I want to reproduce this bug? System: Pentium 4 1600 MHz; 256MB; Geforce 2 MX 400 OS: Ubuntu 5.04 Hoary fpc version: 2.0.0 lazarus revision: 7701 (I downgrade to this version in oder to test it too) Flo By the way, after the xorg update my

[lazarus] locate in dataset not correct run FIBL component

2005-09-18 Thread v.scozzaro
DataSource1.DataSet = FibDataSet1 not implementation metod Direct connect data set is ok: found Japan if FIBDataSet1.Locate('COUNTRY','Japan',[])=True Then ShowMessage('trovato') Is KO: not found Japan if DataSource1.Locate('COUNTRY','Japan',[])=True Then ShowMessage('trovato')

Re: [lazarus] Using translations in projects

2005-09-18 Thread Razvan Adrian Bogdan
On 9/16/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Fri, 16 Sep 2005 09:03:26 -0400 Tony Maro [EMAIL PROTECTED] wrote: Razvan Adrian Bogdan wrote: I was wondering what is the best way of doing translations in user projects, wich units do the loading and how do they work, noticed

Re: [lazarus] Lazarus crashes while starting

2005-09-18 Thread Lord Satan
On Sun, 18 Sep 2005 11:24:51 +0200 Florian Köberle [EMAIL PROTECTED] wrote: I can't reproduce the bug. What must I do, when I want to reproduce this bug? System: Pentium 4 1600 MHz; 256MB; Geforce 2 MX 400 OS: Ubuntu 5.04 Hoary fpc version: 2.0.0 lazarus revision: 7701 (I downgrade to

Re: [lazarus] Corrections to fields editor and dataset

2005-09-18 Thread Alexandrov Alexandru
On 7/27/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Wed, 27 Jul 2005 09:25:28 +0300 Alexandrov Alexandru [EMAIL PROTECTED] wrote: New lookup fields are not added if lookup dataset have no fields. Here is a patch. Thanks. Applied. Mattias

[lazarus] Menus

2005-09-18 Thread Bogusław Brandys
Hi, Why NewMenu,NewItem,NewLine,NewPopupmenu,NewsubMenu doesn't exist in Lazarus ? I'm working on fix compilation of REMObjects pascal Script under FreePascal+lazarus and wondering if there is any special reason for missing such functions ? Currently SVN version of Pascal Script is fairy

Re: [lazarus] Corrections to fields editor and dataset

2005-09-18 Thread Michael Van Canneyt
On Sun, 18 Sep 2005, Alexandrov Alexandru wrote: On 7/27/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Wed, 27 Jul 2005 09:25:28 +0300 Alexandrov Alexandru [EMAIL PROTECTED] wrote: New lookup fields are not added if lookup dataset have no fields. Here is a patch.

[lazarus] installing zeos

2005-09-18 Thread Bob Barry
Using latest svn fpc and lazarus, and latest cvs zeosdbo_rework, I installed zeos as described in http://wiki.lazarus.freepascal.org/index.php/Zeos_tutorial. Installation seemed successful, but I find no [Zeos Access] tab in the Component Palette. At components - package graph all 5 zeosdbo

[lazarus] retrieving project information

2005-09-18 Thread dhkblaszyk
Hi, Could anyone please shed some light on the following for me; I want to retrieve project data (added LazDocPathList for this purpose in project.pp) in uniteditor.pas (FindPathFromFile). But the problem is that there is no global variable of TProject defined. Seems that variables of this type

[lazarus] ReactOS runs Klinton (compiler Delphi)

2005-09-18 Thread Luis R. Hilario B.
Hello, Reactos runs some programs created with Delphi and Lazarus, also Lazarus works (more or less). http://luisdigital.com/so/reactos/ -- http://luisdigital.com _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] Re: LazDoc patch 4

2005-09-18 Thread Felipe Monteiro de Carvalho
Hello, what should be path on the environment option to configure LazDoc? I'm not quite sure. thanks, Felipe _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

[lazarus] Re: International comments

2005-09-18 Thread Felipe Monteiro de Carvalho
Mattias Gaertner wrote: Lazarus 'produces' only ASCII source code (#0..#127). The source editor interpretes UTF8 chars. Maybe it would be nice if lazarus could write utf8 chars? For example? You are asking the reason for this? The main reason is to alow non-english people to write

Re: [lazarus] Re: LazDoc patch 4

2005-09-18 Thread dhkblaszyk
what should be path on the environment option to configure LazDoc? I'm not sure if I understand you. But the paths you enter are pointing to the XML files created by makeskel. So on win32 the path for lcl documentation would be: C:\lazarus\docs\xml\lcl. What LazDoc does is when a page is

Re: [lazarus] Re: International comments

2005-09-18 Thread Mattias Gaertner
On Sun, 18 Sep 2005 18:52:10 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: They can. For example: linux/gtk/german. People using an UTF8 font creates UTF8 umlaute and they are shown properly. There are still some todos: key combos, right-to-left,

Re: [lazarus] Re: International comments

2005-09-18 Thread Marc Weustink
Mattias Gaertner wrote: On Sun, 18 Sep 2005 18:52:10 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: They can. For example: linux/gtk/german. People using an UTF8 font creates UTF8 umlaute and they are shown properly. There are still some todos: key

Re: [lazarus] Using translations in projects

2005-09-18 Thread Alexandre Leclerc
On 9/16/05, Mattias Gaertner [EMAIL PROTECTED] wrote: On Fri, 16 Sep 2005 09:03:26 -0400 Tony Maro [EMAIL PROTECTED] wrote: Razvan Adrian Bogdan wrote: I was wondering what is the best way of doing translations in user projects, wich units do the loading and how do they work, noticed