Re: [lazarus] Free Pascal and Lazarus at SYSTEMS 2005 in Munich, Germany

2005-10-24 Thread Michael Van Canneyt



On Mon, 24 Oct 2005, Sebastian Günther wrote:


Hello everybody,

unfortunately the official announcement is a little bit late, but
nevertheless:

Free Pascal and Lazarus have a small booth at the SYSTEMS 2005
exhibition in Munich, Germany; October 24th to 28th.
Actually Mattias Gärtner, Marco van de Voort and me are present,
additionally Florian Klämpfl at Thursday and Friday.

More information here:
http://www.freepascal.org/systems2005.html


I put up a translation at

http://www.freepascal.org/systems2005en.html

and added a reference on the main FPC page.

Michael.

[lazarus] About bug 1062

2005-10-24 Thread Felipe Monteiro de Carvalho

Hello,

About Bug http://www.lazarus.freepascal.org/mantis/view.php?id=1062
0001062: Doesn't use native look for buttons in MessageDlg

So, the solve of this bug would be to implement different glyphs for 
different platforms, right? It is also possible to allow the programmer 
to choose the glyphs.


I see basically 2 options to implement this:

1 - Include on the executable only the default glyphing set it will use. 
 The programmer can choose the widget set using a compiler directive 
perhaps, as I see no other way to only include the correct glyphs. This 
options imagines that the programmer will not want to change the 
glyphset durring run-time.


2 - Put all glyphs for all platforms on the compiled app and the 
programmer can choose the glyphset programatically.


On both options the default glyphs code will have to be moved 
(partially?) to the corresponding lcl/widgetset/...


What do you guys think? I like the first option because it doesn´t 
increate the size of the executables, but others may not like the need 
for {$IFDEF}s on the widgetsets.


Notice that I am new to lazarus coding, so any explanations are welcome.

Felipe

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] New version, new troubles(new fun)

2005-10-24 Thread Arí Ricardo Ody


I try to install version 0.9.10 of Lazarus in my mandrake 10.1 and get
the folowing errors:

[EMAIL PROTECTED] src]# rpm -i
/home/ricardo/download/lazarus-0.9.10-0.i386.rpm
erro: Failed dependencies:
desktop-file-utils is needed by lazarus-0.9.10-0
fpc = 2.0.1-050923 is needed by lazarus-0.9.10-0
fpcsrc = 2.0.1-050923 is needed by lazarus-0.9.10-0
gtk+-devel is needed by lazarus-0.9.10-0
[EMAIL PROTECTED] src]#
The first strange think for me is that don't uninstall FPC
explicitly. Is this the default when I unstall the package 0.9.8(and any
other version of Lazarus)
Where do I get
desktop-file-utils package?
(or I can ignore this dependence?)
gtk+-devel was used by 0.9.8, didn't it?
Excuse if I seem to be an ignorant... I'm trying to abandon ruindows,
but, in fact, over there things seem to be more easy...
Greetings from São Paulo - Brazil
Ricardo

Lazarus  Linux: Each new version of Lazarus, new fun!