[lazarus] FPC package builder

2007-12-21 Thread Sam Liddicott
The attached create_fpc_deb.sh is the latest working copy. # create native ./create_fpc_deb.sh fpc ~/lazarus/fpc # create win32 cross compiler # script couldn't guess BINUTILSPREFIX as it begins with i586 not i386 OS_TARGET=win32 CPU_TARGET=i386 BINUTILSPREFIX=i586-mingw32msvc-

Re: [lazarus] New icon for lazarus

2007-12-21 Thread Roberto Padovani
Hi, this morning I felt like graphing... the print on the ground is a nice idea, so I tried to solve the problem of contrast and resolution in windows detail view, i.e. 16x16 icons. Contrast is solved by using the color of a cheetah instead of grey as a basic color + high-lining (English??) the

software breakpoints [lazarus]

2007-12-21 Thread willem
Under Kubuntu I downloaded the newest lazarus and fpc. But i cannot use software breakpoints. It is disabled. Is this a configuration issue or are software not implemented yet ? regards _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] New icon for lazarus

2007-12-21 Thread wile64
2007/12/21, Roberto Padovani [EMAIL PROTECTED]: Hi, this morning I felt like graphing... the print on the ground is a nice idea, so I tried to solve the problem of contrast and resolution in windows detail view, i.e. 16x16 icons. Contrast is solved by using the color of a cheetah instead

Re: [lazarus] How to get transparent images from TImageList?

2007-12-21 Thread Gerard N/A
If I run project1, the images are displayed Ok, even if I add the ones that I used in my own project.

Re: software breakpoints [lazarus]

2007-12-21 Thread Marc Weustink
willem wrote: Under Kubuntu I downloaded the newest lazarus and fpc. But i cannot use software breakpoints. It is disabled. Is this a configuration issue or are software not implemented yet ? Did you configure a debugger in envirenmentoptions - debugger ? Marc

Re: [lazarus] New icon for lazarus

2007-12-21 Thread Marc Weustink
wile64 wrote: 2007/12/21, Roberto Padovani [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Hi, this morning I felt like graphing... the print on the ground is a nice idea, so I tried to solve the problem of contrast and resolution in windows detail view, i.e. 16x16 icons.

Re: [lazarus] How to get transparent images from TImageList?

2007-12-21 Thread Marc Weustink
Gerard N/A wrote: If I run project1, the images are displayed Ok, even if I add the ones that I used in my own project. hmm if you added them to the imagelist at designtime, then I wonder what goes wrong.. Marc _ To

Re: [lazarus] New icon for lazarus

2007-12-21 Thread Roberto Padovani
yeah, the 16x16 is too dark. In my 16x16 icon I made the print a few pixels thinner and I used a dark brown instead of black. On the other side, your icon_yellow 48x48 is much better (of course, you're graphically serious!) both in the smaller prints (mine were actually too greyish) and in the

Re: software breakpoints [lazarus]

2007-12-21 Thread willem
Marc Weustink wrote: willem wrote: Under Kubuntu I downloaded the newest lazarus and fpc. But i cannot use software breakpoints. It is disabled. Is this a configuration issue or are software not implemented yet ? Did you configure a debugger in envirenmentoptions - debugger ? Marc

Re: software breakpoints [lazarus]

2007-12-21 Thread Marc Weustink
willem wrote: Marc Weustink wrote: willem wrote: Under Kubuntu I downloaded the newest lazarus and fpc. But i cannot use software breakpoints. It is disabled. Is this a configuration issue or are software not implemented yet ? Did you configure a debugger in envirenmentoptions - debugger ?

Re: software breakpoints [lazarus]

2007-12-21 Thread willem
Marc Weustink wrote: willem wrote: Marc Weustink wrote: willem wrote: Under Kubuntu I downloaded the newest lazarus and fpc. But i cannot use software breakpoints. It is disabled. Is this a configuration issue or are software not implemented yet ? Did you configure a debugger in

Re: software breakpoints [lazarus]

2007-12-21 Thread willem
Marc Weustink wrote: willem wrote: Marc Weustink wrote: willem wrote: Under Kubuntu I downloaded the newest lazarus and fpc. But i cannot use software breakpoints. It is disabled. Is this a configuration issue or are software not implemented yet ? Did you configure a debugger in

Re: [lazarus] Become Lazarus developer

2007-12-21 Thread Florian Klaempfl
Fabio Dell'Aria schrieb: How I can increases my skills on the Lazarus IDE, LCL and interfaces? Read the wiki, try to fix bugs etc. 2007/12/21, Paul Ishenin [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Fabio Dell'Aria wrote: Hi to all, my question is really simple. :)

Re: [lazarus] New icon for lazarus

2007-12-21 Thread wile64
For the moment I am on the basic idea (color, shape ...), if it is used, I can do it more attractive. I do not like wasting time :) Regards, -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php

[lazarus] New icon for lazarus

2007-12-21 Thread wile64
2007/12/21, John [EMAIL PROTECTED]: wile64 wrote: I propose a new icon for lazarus, It can be used for whatever you want :) (I have svg source) In principle it is fine, but it just looks like a grey blob on my screen. What colour background are you designing your icons against ? I

Re: [lazarus] New bitmap :-)

2007-12-21 Thread Jesus Reyes
--- Paul Ishenin [EMAIL PROTECTED] escribió: Bee пиÑ#710;еÑ#8218;: Hi paul, These are for LazReport tab. To make sure you read this. ;) Yes I know, I want to ask Jesus Reyes to review and commit them :) Best regards, Paul Ishenin. Ups, sorry I though you will do it :)

[lazarus] New docs image

2007-12-21 Thread wile64
Please update docs with thats. Thanks, -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php Title: Lazarus Welcome to Lazarus Lazarus is a Rapid Application Development tool for Free Pascal and currently runs

[lazarus] Transparent and TransparentColor for TLazIntfImage?

2007-12-21 Thread Marco Alvarado
Which are the equivalents of TBitmap.Transparent and TBitmap.TransparentColor for TLazIntfImage? Thanks! -Marco _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] TScrollBox Scrolling Question

2007-12-21 Thread Lee Jenkins
Damien Gerard wrote: On Dec 21, 2007, at 8:20 PM, Lee Jenkins wrote: I've never used TScrollBox in Lazarus or Delphi, but it looks like the scrolling action is backwards. For instance, I have a form with TScrollBox aligned alClient. When I resize the form to make it vertically smaller

[lazarus] The Fixes Branch

2007-12-21 Thread Giuliano Colla
It turns out that maintaining the fixes branch is quite heavy and frustrating at the same time, because the code is in continuous evolution, and many fixes can't be applied, because the source has been changed in the meantime. So there's a lot of fruitless work. Attempt to apply a fix, verify

Re: [lazarus] TScrollBox Scrolling Question

2007-12-21 Thread Damien Gerard
On Dec 21, 2007, at 8:20 PM, Lee Jenkins wrote: I've never used TScrollBox in Lazarus or Delphi, but it looks like the scrolling action is backwards. For instance, I have a form with TScrollBox aligned alClient. When I resize the form to make it vertically smaller and then scroll down

Re: [lazarus] Transparent and TransparentColor for TLazIntfImage?

2007-12-21 Thread Marc Weustink
Marco Alvarado wrote: Which are the equivalents of TBitmap.Transparent and TBitmap.TransparentColor for TLazIntfImage? There is none. The mask for TBitmap.TransparentColor is created during loading in TLazReaderBMP, or when set on a loaded image, pixel by pixel. Marc

Re: [lazarus] Can I use Lazarus IDE with a different Component Library?

2007-12-21 Thread Mattias Gaertner
On Fri, 21 Dec 2007 21:45:23 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: To find a satisfactory solution to some of my company needs, I'm planning to make some experiments, but I miss a very basic concept. What's the relationship between IDE compile-time component library, and IDE

Re: [lazarus] REQ: include LazReport and VirtualTV in bigide

2007-12-21 Thread Mattias Gaertner
On Thu, 20 Dec 2007 19:09:18 +0700 Bee [EMAIL PROTECTED] wrote: The IDE can only use standard components, that are maintained by the lazarus developers. Currently, there are some components that don't meet your 'standard' criteria. For example: IPro, SynEdit, and TDBF. Should we exclude

Re: [lazarus] Transparent and TransparentColor for TLazIntfImage?

2007-12-21 Thread Marco Alvarado
Oh, ok. Thanks! -Marco 2007/12/21, Marc Weustink [EMAIL PROTECTED]: Marco Alvarado wrote: Which are the equivalents of TBitmap.Transparent and TBitmap.TransparentColor for TLazIntfImage? There is none. The mask for TBitmap.TransparentColor is created during loading in TLazReaderBMP, or

Re: [lazarus] New bitmap :-)

2007-12-21 Thread Bee
Just for anyone who interested to 'synchronize' VTV's icons with current theme. Of course, it's unofficial. ;) -Bee- has Bee.ography at: http://beeography.wordpress.com inline: TVirtualDrawTree.pnginline: TVirtualStringTree.pnginline: TVTHeaderPopupMenu.png