Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-02 Thread Luca Olivetti
En/na Helmut Hartl ha escrit: My personal interest in fpGUI comes, as i need to do a port of our (Delphi) SIP VoiP Client for WinCE and Linux. And I am currently quite unsure what GUI Components to use ... (Size,Speed and equal Appearance is what counts for us) Is that open source or propietar

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-02 Thread ik
Hi, It seems that you was able to solve the issue with the latest update. Thanks Ido On Feb 2, 2008 12:23 AM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > On Feb 1, 2008 11:03 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> > > > > > Could you try wh

RE: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-02 Thread Helmut Hartl
Florian Klaempfl wrote: > Helmut Hartl schrieb: >> Graeme Geldenhuys wrote: >>> Hi, >>> I unfortunately don't own a 64-bit PC and the remote server I have >>> access to doesn't run a GUI, so can't actually execute any of the >>> compiled applications. :-( >> >> Hello Graeme, >> >> I can give you

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-02 Thread Florian Klaempfl
Helmut Hartl schrieb: > Graeme Geldenhuys wrote: >> Hi, >> >> I've recently made some changes to fpGUI (subversion trunk revision). >> It now compiles successfully on Linux/x84_64 using FPC 2.2.0. > >> I unfortunately don't own a 64-bit PC and the remote server I have >> access to doesn't run a G

RE: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-02 Thread Helmut Hartl
Graeme Geldenhuys wrote: > Hi, > > I've recently made some changes to fpGUI (subversion trunk revision). > It now compiles successfully on Linux/x84_64 using FPC 2.2.0. > I unfortunately don't own a 64-bit PC and the remote server I have > access to doesn't run a GUI, so can't actually execute a

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > On Feb 1, 2008 11:03 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> > > > > Could you try what Giuliano suggested. Changing the default font from > > Arial to Sans. > > I'll try, although I do have core fonts installed ... That's why I am thinking it's s

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread ik
On Feb 1, 2008 11:03 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > 2. Font select is compiled but I have a sig serv on procedure > > TMainForm.CreateFontList; > > Could you try what Giuliano suggested. Changing the default font from > Arial to

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > 2. Font select is compiled but I have a sig serv on procedure > TMainForm.CreateFontList; Could you try what Giuliano suggested. Changing the default font from Arial to Sans. gfxbase.pas line 63 FPG_DEFAULT_FONT_DESC = 'Arial-10:antialias=true';

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > > > TfpgLabel as a TextColor and BackgroundColor property. Is that what > > you were looking for? > > Well The code states (for example in alignment) lblNone.Color := > clWhite; So that's a "bug" in the example :) > :-) I must have missed that on

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread ik
On Feb 1, 2008 10:33 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > > > 1. It seems that label does not have the color property, at least FPC > > does not find it. > > TfpgLabel as a TextColor and BackgroundColor property. Is that what > you wer

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, Giuliano Colla <[EMAIL PROTECTED]> wrote: > > I seem to recall that I had a similar problem (on a 32 bit platform) > just because I didn't have an arial font of any kind installed. > I replaced default font names with generic Serif and Sans, and I forgot > about the problem. > Maybe

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Giuliano Colla
Graeme Geldenhuys ha scritto: On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: 1. It seems that label does not have the color property, at least FPC does not find it. TfpgLabel as a TextColor and BackgroundColor property. Is that what you were looking for? 2. Font select is compiled but I have

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > Tested and ran menu example without a glitch. > Anything else you want to see tested explicitly ? Thanks Michael. No there wasn't anything specific. I simply wanted it tested on as many platforms and systems possible. One can neve

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
On 01/02/2008, ik <[EMAIL PROTECTED]> wrote: > > 1. It seems that label does not have the color property, at least FPC > does not find it. TfpgLabel as a TextColor and BackgroundColor property. Is that what you were looking for? > 2. Font select is compiled but I have a sig serv on procedure > T

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Michael Van Canneyt
On Fri, 1 Feb 2008, ik wrote: > Hi > > I've tested every example existed. > > Two issues: > > 1. It seems that label does not have the color property, at least FPC > does not find it. > 2. Font select is compiled but I have a sig serv on procedure > TMainForm.CreateFontList; This second one

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread ik
Hi I've tested every example existed. Two issues: 1. It seems that label does not have the color property, at least FPC does not find it. 2. Font select is compiled but I have a sig serv on procedure TMainForm.CreateFontList; Other then that, thinks works really great You've made a really grea

Re: [fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Michael Van Canneyt
On Fri, 1 Feb 2008, Graeme Geldenhuys wrote: > Hi, > > I've recently made some changes to fpGUI (subversion trunk revision). > It now compiles successfully on Linux/x84_64 using FPC 2.2.0. This > includes the example applications included with fpGUI (example the UI > Designer). > > I unfortun

[fpc-pascal] a call on 64-bit testing of fpGUI

2008-02-01 Thread Graeme Geldenhuys
Hi, I've recently made some changes to fpGUI (subversion trunk revision). It now compiles successfully on Linux/x84_64 using FPC 2.2.0. This includes the example applications included with fpGUI (example the UI Designer). I unfortunately don't own a 64-bit PC and the remote server I have access