Re: [lazarus] Unit Output Directory (-FU) option still not working 100%

2006-04-11 Thread Graeme Geldenhuys
> > I changed it. > > Mattias Excellent! Thanks Mattias. Regards, - Graeme - -- There's no place like 127.0.0.1 _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at htt

[lazarus] TSDFDataset

2006-04-11 Thread Alex du Plessis
Does anybody know where I can read up on how to use TSDFDataset ? _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

RES: RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Henrique de Paula Faria
Works fine. Thanks. Henrique. Henrique de Paula Faria wrote: > > Matthijs it seems there wasn´t one error, after i add "Types" it returns: > C:\rxnew\rxswitch.pas(363,23) Error: identifier idents no member > "BrushCopy" > A fixed version has been uploaded to lazarus-ccr. For details see: ht

Re: RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Vincent Snijders
Henrique de Paula Faria wrote: Matthijs it seems there wasn´t one error, after i add "Types" it returns: C:\rxnew\rxswitch.pas(363,23) Error: identifier idents no member "BrushCopy" A fixed version has been uploaded to lazarus-ccr. For details see: http://wiki.lazarus.freepascal.org/index.p

RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Henrique de Paula Faria
Matthijs it seems there wasn´t one error, after i add "Types" it returns: C:\rxnew\rxswitch.pas(363,23) Error: identifier idents no member "BrushCopy" Henrique. On Tue, 2006-04-11 at 14:56 -0300, Henrique de Paula Faria wrote: > The package rxnew doesn´t install on lazarus 0.9.15 it returns an

Re: [lazarus] Problem with the Calendar Component

2006-04-11 Thread Patrick Chevalley
Maybe this is more what you want:Calendar1.DateTime:=Calendar1.DateTime+1;

Re: [lazarus] Problem with the Calendar Component

2006-04-11 Thread Mattias Gaertner
On Tue, 11 Apr 2006 23:45:16 +0200 Marco Meile <[EMAIL PROTECTED]> wrote: > A.J. Venter wrote: > > >On Tuesday 11 April 2006 23:25, Marco Meile wrote: > > > > > >>Hi List, Hi everyone :) > >> > >> > >>I have a little problem with the Calendar Component of lazarus, and the > >>DateTime Formats.

Re: [lazarus] Problem with the Calendar Component

2006-04-11 Thread Marco Meile
A.J. Venter wrote: >On Tuesday 11 April 2006 23:25, Marco Meile wrote: > > >>Hi List, Hi everyone :) >> >> >>I have a little problem with the Calendar Component of lazarus, and the >>DateTime Formats. >> >> >>on delphi i can count the days up with the following statement: >> >>calendar1.date :=

Re: [lazarus] trying to add reportlivre0.1

2006-04-11 Thread johnf
On Tuesday 11 April 2006 13:59, Mattias Gaertner wrote: > On Tue, 11 Apr 2006 13:39:36 -0700 > > johnf <[EMAIL PROTECTED]> wrote: > > Hi, > > As root I can add reportlivre0.1 but when I attempt to open Lazarus as a > > user I get: > > > > no valid package file reportlivre0.1.lpk > > > > So how do

Re: [lazarus] Problem with the Calendar Component

2006-04-11 Thread A.J. Venter
On Tuesday 11 April 2006 23:25, Marco Meile wrote: > Hi List, Hi everyone :) > > > I have a little problem with the Calendar Component of lazarus, and the > DateTime Formats. > > > on delphi i can count the days up with the following statement: > > calendar1.date := Calendar1.date +1; > Calendar1.D

[lazarus] Problem with the Calendar Component

2006-04-11 Thread Marco Meile
Hi List, Hi everyone :) I have a little problem with the Calendar Component of lazarus, and the DateTime Formats. on delphi i can count the days up with the following statement: calendar1.date := Calendar1.date +1; on Lazarus does this not work cause an "AnsiString" is not Compatible to Short

Re: [lazarus] trying to add reportlivre0.1

2006-04-11 Thread Mattias Gaertner
On Tue, 11 Apr 2006 13:39:36 -0700 johnf <[EMAIL PROTECTED]> wrote: > Hi, > As root I can add reportlivre0.1 but when I attempt to open Lazarus as a > user I get: > > no valid package file reportlivre0.1.lpk > > So how do get it to work as a normal users? I placed the reportlivre0.1 > in '/usr

Re: [lazarus] Unit Output Directory (-FU) option still not working 100%

2006-04-11 Thread Mattias Gaertner
On Tue, 4 Apr 2006 14:06:08 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > > I see. So, if a user specifies a target name, then it should be relative > > to the project directory, otherwise put it in the unit output directory. > > > > Mattias > > > Yup! That should do it. I changed it.

[lazarus] trying to add reportlivre0.1

2006-04-11 Thread johnf
Hi, As root I can add reportlivre0.1 but when I attempt to open Lazarus as a user I get: no valid package file reportlivre0.1.lpk So how do get it to work as a normal users? I placed the reportlivre0.1 in '/usr/lib/lazarus/components' and changed all of Lazarus permissions to allow users to re

Re: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread johnf
On Tuesday 11 April 2006 12:04, Matthijs Willemstein wrote: > On Tue, 2006-04-11 at 11:42 -0700, johnf wrote: > > On Tuesday 11 April 2006 10:14, Matthijs Willemstein wrote: > > > Matthijs > > > > does this mean you have the RxLib working under FPC? > > John > > No. Not complete just the part publi

Re: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Matthijs Willemstein
On Tue, 2006-04-11 at 11:42 -0700, johnf wrote: > On Tuesday 11 April 2006 10:14, Matthijs Willemstein wrote: > > Matthijs > does this mean you have the RxLib working under FPC? > John No. Not complete just the part published on http://alexs75.narod.ru/fpc/rxfpc/ Some adaption was needed on these

[lazarus] [patch] font.setsize for tLabel in GTK2

2006-04-11 Thread darekm
hi as in subject and enable autoadjust size of tLabel after changing font Darek Index: interfaces/gtk2/gtk2winapi.inc === --- interfaces/gtk2/gtk2winapi.inc (wersja 9113) +++ interfaces/gtk2/gtk2winapi.inc (kopia robocza)

Re: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread johnf
On Tuesday 11 April 2006 10:14, Matthijs Willemstein wrote: > Matthijs does this mean you have the RxLib working under FPC? John _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archi

Re: RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread rstar
Henrique de Paula Faria wrote: The package rxnew doesn´t install on lazarus 0.9.15 it returns an error at: rxdbgrid.pas = Error: Identifier not found "TSize". TSize has been moved to Types unit due to Delphi compatibility. _

RX: was Re: RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Vincent Snijders
Henrique de Paula Faria wrote: The package rxnew doesn´t install on lazarus 0.9.15 it returns an error at: rxdbgrid.pas = Error: Identifier not found "TSize". Henrique. On Mon, 2006-04-10 at 12:21 +0200, Vincent Snijders wrote: Michael Van Canneyt schreef: The lazarus version of RxLib compo

Re: RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Matthijs Willemstein
On Tue, 2006-04-11 at 14:56 -0300, Henrique de Paula Faria wrote: > The package rxnew doesn´t install on lazarus 0.9.15 it returns an error at: > rxdbgrid.pas = Error: Identifier not found "TSize". Add "Types" to the uses. -- Matthijs Willemstein <[EMAIL PROTECTED]> ___

RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Henrique de Paula Faria
The package rxnew doesn´t install on lazarus 0.9.15 it returns an error at: rxdbgrid.pas = Error: Identifier not found "TSize". Henrique. On Mon, 2006-04-10 at 12:21 +0200, Vincent Snijders wrote: > Michael Van Canneyt schreef: > >> The lazarus version of RxLib components are working in Lazarus.

Re: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread Matthijs Willemstein
On Mon, 2006-04-10 at 12:21 +0200, Vincent Snijders wrote: > Michael Van Canneyt schreef: > >> The lazarus version of RxLib components are working in Lazarus. Some > >> changes may be necessary. One of the functions used in RxLib is > >> deprecated in Delphi and not available in Lazarus. > If som

Re: [lazarus] panel as parent of a tform

2006-04-11 Thread Alexandre Leclerc
2006/4/11, Bisma Jayadi <[EMAIL PROTECTED]>: >FChildForm.Parent := PanelContainer; >FChildForm.Show; Unfortunately, I do not have the code under my hand, but it is working under Win environment, but you miss a property. There is another property to set in order for the docking to work (The

[lazarus] TToolBar implementation under gtk

2006-04-11 Thread Graeme Geldenhuys
I am having a issue with the ToolBar.AutoSize not working under Gtk 1.x and 2.x (haven't tested the other widget sets). All buttons always have the default size, even if the Caption is more than 2 characters long. Trying to find out why, I traced the code all the way back to the TGtkWSToolBar cla

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Sam Washkansky
That sorted it out. Thanks for your help.On 4/11/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Sam Washkansky schreef:>  From your mail I understand that I have to copy the contents of the > wininc folder in "rtl\win\" into a subfolder  rtl\win\wininc\wininc, is> this correct. I tried that, but s

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Vincent Snijders
Sam Washkansky schreef: From your mail I understand that I have to copy the contents of the wininc folder in "rtl\win\" into a subfolder rtl\win\wininc\wininc, is this correct. I tried that, but still get the same error. I think I didn't write it down correctly. copy C:\FPC\2.0.2\Source\r

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Michael Van Canneyt
On Tue, 11 Apr 2006, Sam Washkansky wrote: Hi can anyone help me? I got the latest update from svn this morning ( ver 0.9.15 rev 9115M), and after rebuilding lazarus I found that i cound not create any events for any compoent. I tried creating a new project, dropping a button on the form and

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Sam Washkansky
>From your mail I understand that I have to copy the contents of the wininc folder in "rtl\win\" into a subfolder  rtl\win\wininc\wininc, is this correct. I tried that, but still get the same error.On 4/11/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Sam Washkansky schreef:> Hi can anyone help m

Re: [lazarus] Can't create events for any component

2006-04-11 Thread Vincent Snijders
Sam Washkansky schreef: Hi can anyone help me? I got the latest update from svn this morning ( ver 0.9.15 rev 9115M), and after rebuilding lazarus I found that i cound not create any events for any compoent. I tried creating a new project, dropping a button on the form and then double clicking

[lazarus] Can't create events for any component

2006-04-11 Thread Sam Washkansky
Hi can anyone help me? I got the latest update from svn this morning ( ver 0.9.15 rev 9115M), and after  rebuilding lazarus I found that i cound not create any events for any compoent. I tried creating a new project, dropping a button on the form and then double clicking on the button to create an

Re: [lazarus] panel as parent of a tform

2006-04-11 Thread Vincent Snijders
Bisma Jayadi schreef: Hi all... I used to use this trick to get a panel as container for a form on Delphi (7). This trick works very well on Delphi. The trick is about displaying a form (TForm) inside a panel (TPanel) as the form container. It's like TFrame but we can attach any regular forms

[lazarus] panel as parent of a tform

2006-04-11 Thread Bisma Jayadi
Hi all... I used to use this trick to get a panel as container for a form on Delphi (7). This trick works very well on Delphi. The trick is about displaying a form (TForm) inside a panel (TPanel) as the form container. It's like TFrame but we can attach any regular forms instead of a frame and