Picon

Re: WinCE & LazReport

On Mon, Mar 31, 2008 at 6:52 PM,  <cc_ <at> freemail.hu> wrote:
>  The links you provided are exactely what I needed to get started.  I do not
>  have much time to finish this PDA project, so  I am  still consodering which
>  way to take. I really like what the  FPC-Lazarus project is becoming, I wish
>  I could  be convinced to go this way. :)

When it comes to Windows CE are aren't many other options. The most
probably other one would be .NET. We offer a better solution then .NET
because we offer exactly the same GUI API for desktops and for PDAs.
While working on our WinCE port I often had to search on the internet
how to implement something, and several times I found people
complaining about things with work on the .NET for desktops, but isn't
available on the Compact Framework, so we actually offer more then MS
in this respect =)

Of course our library isn't as stable as theirs, so if you develop
using it you may need to help us improve it.

thanks,
--

-- 
Felipe Monteiro de Carvalho
_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Graeme Geldenhuys | 1 Apr 11:15
Picon
Gravatar

Some IDE dialogs are totally screwed in size

Hi,

I'm using Lazarus compiled with GTK1. v0.9.25 r14596M i386-linux-gtk

I have seen a few dialogs in Lazarus that are completed screwed in
size. Attached is 'Goto Line' dialog, to give you an example. It's as
if somebody used a different DPI setting or ScaleBy feature or
something to edit the dialogs.  BTW: My Linux X Server is manually
forced to 96 dpi.

Am I the only one experiencing this?  Did something go horribly wrong
in my last few svn updates?

Regards,
  - Graeme -

_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
Lee Jenkins | 1 Apr 15:44

Re: Some IDE dialogs are totally screwed in size

Graeme Geldenhuys wrote:
> Hi,
> 
> I'm using Lazarus compiled with GTK1. v0.9.25 r14596M i386-linux-gtk
> 
> I have seen a few dialogs in Lazarus that are completed screwed in
> size. Attached is 'Goto Line' dialog, to give you an example. It's as
> if somebody used a different DPI setting or ScaleBy feature or
> something to edit the dialogs.  BTW: My Linux X Server is manually
> forced to 96 dpi.
> 
> Am I the only one experiencing this?  Did something go horribly wrong
> in my last few svn updates?
> 
> 

Another one is the Columns editor for the TListView component.  Loading it for 
the first time is huge and I have to resize it.

--

-- 
Warm Regards,

Lee

"Everything I needed to learn in life, I learned selling encyclopedias door to 
door."
_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
(Continue reading)

Graeme Geldenhuys | 1 Apr 16:08
Picon
Gravatar

Re: Some IDE dialogs are totally screwed in size

On 01/04/2008, Lee Jenkins <lee <at> datatrakpos.com> wrote:
>
> Another one is the Columns editor for the TListView component.  Loading it for
>  the first time is huge and I have to resize it.

The TODO dialog was another one, but I think somebody fixed it.
Procedure List was another one, but I sent a patch for it.

Why did all these dialogs change size??

Regards,
  - Graeme -

_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Mattias Gärtner | 1 Apr 17:06
Picon
Favicon

Re: Some IDE dialogs are totally screwed in size

Zitat von Lee Jenkins <lee <at> datatrakpos.com>:

> Graeme Geldenhuys wrote:
> > Hi,
> >
> > I'm using Lazarus compiled with GTK1. v0.9.25 r14596M i386-linux-gtk
> >
> > I have seen a few dialogs in Lazarus that are completed screwed in
> > size. Attached is 'Goto Line' dialog, to give you an example. It's as
> > if somebody used a different DPI setting or ScaleBy feature or
> > something to edit the dialogs.  BTW: My Linux X Server is manually
> > forced to 96 dpi.
> >
> > Am I the only one experiencing this?  Did something go horribly wrong
> > in my last few svn updates?
> >
> >
>
> Another one is the Columns editor for the TListView component.  Loading it
> for
> the first time is huge and I have to resize it.

The goto line dialog is autosized. But maybe the gtk1 interface does not give
enough information or the window manager ignores the second resize.

Can you try with a gtk2 IDE?

Mattias

_______________________________________________
(Continue reading)

Lee Jenkins | 1 Apr 19:30

AlphaBlending in Lazarus?


Curious.  Is Form alpha blending supported in Win32 and/or GTK* ?

Thanks,

--

-- 
Warm Regards,

Lee

"Everything I needed to learn in life, I learned selling encyclopedias door to 
door."
_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Graeme Geldenhuys | 1 Apr 21:49
Picon
Gravatar

Re: Some IDE dialogs are totally screwed in size

On 01/04/2008, Mattias Gärtner <nc-gaertnma <at> netcologne.de> wrote:
>
> The goto line dialog is autosized. But maybe the gtk1 interface does not give
>  enough information or the window manager ignores the second resize.
>
>  Can you try with a gtk2 IDE?

What is weird is that they used to be fine, until about a month or so
ago. At that time I only noticed the Procedure List dialog, but
thought it's a once of thing and somebody with a different dpi setting
modified the dialog. A classic issue that used to occur under Delphi
and Kylix. Now I noticed more dialogs and thought I would mention it.

My setup Ubuntu 7.10 and Gnome desktop has not changed since the 7.10 release.

I'll try tomorrow at work with FVWM window manager and also with
Lazarus compiled against GTK2. I'll keep you posted.

Regards,
  - Graeme -

_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

(Continue reading)

Graeme Geldenhuys | 1 Apr 21:57
Picon
Gravatar

Re: Some IDE dialogs are totally screwed in size

On 01/04/2008, Mattias Gärtner <nc-gaertnma <at> netcologne.de> wrote:
>
> The goto line dialog is autosized. But maybe the gtk1 interface does not give
>  enough information or the window manager ignores the second resize.
>
>  Can you try with a gtk2 IDE?

My assumption with the DPI settings changing and the dialogs growing
in size was correct. As I mentioned, Procedure List dialog had a issue
and I fixed it a while back.  I had a look in the svn logs and it was
actually 3 months ago.

See the following difference in revision 13155 made by user Paul.
Modified Wed Dec 5 06:43:08 2007 UTC (3 months, 3 weeks ago) by paul

This shows the dpi setting of 75 changed, which then enlarged all the
witdth & height values.

http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/ide/procedurelist.lfm?root=lazarus&r1=9625&r2=13155

Regards,
  - Graeme -

_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
(Continue reading)

Jesus Reyes A. | 2 Apr 09:50
Picon
Favicon

Re: LazReport - Has anyone got Grouping/Summing to work?


----- Original Message ----- 
From: "Lee Jenkins" <lee <at> datatrakpos.com>
To: "General mailing list" <lazarus <at> lazarus.freepascal.org>
Sent: Thursday, March 27, 2008 1:52 PM
Subject: [Lazarus] LazReport - Has anyone got Grouping/Summing to work?

>
> I've used FastReport quite a bit in Delphi, but for the life of me, I 
> can't seem
> to get the a Group Footer to dislplay a SUM of a field in the Master Data 
> band.
>
> If I try to run it, I get an AV.  If I try to run it again without
> opening/closing the reporting designer, the IDE just hangs.
>
> -- 
> Warm Regards,
>
> Lee
>

Recent changes in LazReport corrected some problems about grouping/aggregate 
functions, maybe you want to try with r14722 or newer. If problem persist, 
please submit a bug report with a sample project/report.

Jesus Reyes A. 

_______________________________________________
Lazarus mailing list
(Continue reading)

Marc Weustink | 2 Apr 10:18
Picon
Favicon

Re: AlphaBlending in Lazarus?

Lee Jenkins wrote:
> Curious.  Is Form alpha blending supported in Win32 and/or GTK* ?

If you draw an alpha bitmap, it will be blended. There is no way to 
controll this yet, but will after I finis TIcon.

Marc

_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Gmane