Re: [lazarus] fpc_crosswin32-2.0.1-050923.i386.rpm

2005-12-26 Thread Mattias Gaertner
On Mon, 26 Dec 2005 08:56:57 +0700 Diwakoe [EMAIL PROTECTED] wrote: Hi folks, I have a question what is different between fpc_crosswin32-2.0.1-050923.i386.rpm and fpc-2.0.1-050923.i386.rpm. fpc is the compiler and the linux .ppu. fpc_crosswin32 contains the crosscompiled .ppu on linux for

[lazarus] XPM reader and transparency

2005-12-26 Thread Markku Niskanen
I have been writing some routines for my XPM icon editor but got lost in the area I have never been very good at: transparency. Instead of writing my own XPM Reader I have used the one in intfgraphics.pas. I cannot, however, find a way to detech transparent pixels using the reader. What I have

Re: [lazarus] XPM reader and transparency

2005-12-26 Thread Markku Niskanen
if IntfImg1.Colors[x,y].alphacolTransparent then I think that should say if IntfImg1.Colors[x,y]colTransparent then without the 'alpha' right ? BTW, instead of pixarray you can use the TLazIntfImage directly. This way That is an option, of course. However, speed is not the main

AW: [lazarus] Re: AW: Windows CE interface

2005-12-26 Thread Christian U.
Can you give me some hints about what is working what isn´t? Can´t we copy a lot of things from the Windows widgetset? Many things should be the same and then we take out what is not available on Windows CE. At time nothing is real working I have not very n´mutch time to work on that Does the

Re: [lazarus] Patch for msgview.pp (enhancement)

2005-12-26 Thread Marc Weustink
Graeme Geldenhuys wrote: Hi, Attached is a patch to enable color support in the Messages Window. It now makes it much easier to find your $Hint and $Note messages in a lengthy compile. Still outstanding is the option to enable users to custom select the colors used. At the moment it is

Re: What should I install?

2005-12-26 Thread Alexsander Rosa
A workaround for the postgresql3dyn bug: http://www.freepascal.org/bugs/showrec.php3?ID=3986 The postgresql3dyn .o and .ppu files are missing in the Win32 install - and they are needed in order to compile the sqldb component. These files were missing in 2.0.1 and still are missing in 2.0.2

[lazarus] unitinfodlg

2005-12-26 Thread Darius Blaszijk
Got aremark on the layout of unitinfodlg. I'm converting itto LFM, and while I was creating all the labels located at the top I thought of instead using a listview. I think it will show more tidy. What is the general opinion on this? Darius

[lazarus] newprojectdlg

2005-12-26 Thread Darius Blaszijk
I've got again a question on''new project' and "new project from file", boh located under the project menu. As to the first, I believe it is a copy of the "new" menu entry located under the file menu. So IMHOthis could be deleted from the project menu, anybody object? The next menu entry, I