Re: [Lazarus] New about dialog in 0.9.27 (svn trunk)

2008-10-20 Thread Bee
I love the new about dialog and the animated information. :-) The pride and joy of a programmer - creating the about screen. ;-) I don't see any animated information on Lazarus' about dialog. :-P I'm on Mac Leopard using latest FPC and Lazarus' SVN trunk. ;) -Bee-

[Lazarus] Commit 16984 breaks anchoring on GTK2

2008-10-20 Thread Brad Campbell
G'day all, This commit breaks anchoring to panels on GTK2. Create a form, drop a panel on it and drop a combobox on the panel. Anchor each end of the combobox to the panel. Now resize the panel. As you expand the panel the combobox stretches out as it should. As you contract the panel the

Re: [Lazarus] Main menu hiding

2008-10-20 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: On Sun, Oct 19, 2008 at 5:46 PM, Mark Morgan Lloyd [EMAIL PROTECTED] wrote: I tried building for Qt but Debian is still on v3.5 rather than v4, and fpgui also failed. LCL-fpGUI is in pre-alpha stage. Hardly anything has been implemented, except some very basic

Re: [Lazarus] Main menu hiding

2008-10-20 Thread Graeme Geldenhuys
On 10/20/08, Mark Morgan Lloyd [EMAIL PROTECTED] wrote: When I have time I'll try a different distro on the test machine which hopefully will allow me to get gtk 2 working. However I'd be very reluctant to move from Debian since It's probably the best choice when working on multiple

[Lazarus] PCSC on MacOS

2008-10-20 Thread Roland Turcan
Hello [EMAIL PROTECTED] Does any PCSC-lite headers port exist for freepascal? I did try with h2pas, but it was not able to parse it. -- Best regards, TRoland http://www.rotursoft.sk http://exekutor.rotursoft.sk ___ Lazarus mailing list

[Lazarus] Dependencies among units

2008-10-20 Thread Roland Turcan
Hello [EMAIL PROTECTED] Is possible to get out from compiler the tree of dependencies between units? I need to find out, why some units which should not be linked into project/package are being compiled inside even I have many compiler conditions. Of course, there must be something what I didn't

Re: [Lazarus] Problems starting lazarus on MacOSX

2008-10-20 Thread Johann Spies
On Sun, Oct 19, 2008 at 09:38:43AM +0200, Tom Gregorovic wrote: I think you can get round it by installing some printer. What does that mean? I have a printer setup on my Macbook and I get the same problem. I can't start lazarus at all. Also complaining about a printer that is empty. But

[Lazarus] [Fwd: Checksum changed problem]

2008-10-20 Thread Bogusław Brandys
Wiadomość oryginalna Temat: Checksum changed problem Data: Mon, 20 Oct 2008 09:11:59 +0200 Nadawca: Bogusław Brandys [EMAIL PROTECTED] Adresat: [EMAIL PROTECTED] Hi, I'm struggling with a problem of rebuilding Lazarus IDE with quite a lot of interconnected packages. Each time

Re: [Lazarus] ide-help

2008-10-20 Thread Johann Spies
On Fri, Oct 17, 2008 at 06:22:53PM +0200, Mattias Gaertner wrote: On Fri, 17 Oct 2008 14:35:31 +0200 Johann Spies [EMAIL PROTECTED] wrote: The lazarus packages on Ubuntu/Debian are not configured correctly and I have wasted a lot of time now to get the help function of the IDE working -

Re: [Lazarus] test

2008-10-20 Thread Reenen Laurie
return true; 2008/10/20 Bogusław Brandys [EMAIL PROTECTED] ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus -- o__ ,_./ _ (_)_\(_)___ ...speed is good ___ I

[Lazarus] test

2008-10-20 Thread Bogusław Brandys
___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Carbon PPC: Blue-ish images from ImageList

2008-10-20 Thread EarMaster - Bent Olsen
Hi all, Few months back I issued a bug regarding images getting Blue-ish when you assign speedbuttons glyph with images from a imagelist - see: http://bugs.freepascal.org/view.php?id=11462 This issued was closed after I installed a newer and more stable Lazarus rev. 16677, and I'm now running

Re: [Lazarus] Carbon PPC: Blue-ish images from ImageList

2008-10-20 Thread Reenen Laurie
I don't know a lot about image programming, but maybe this has something to do with set ups for CMYK, and not RGB? 2008/10/20 EarMaster - Bent Olsen [EMAIL PROTECTED] Hi all, Few months back I issued a bug regarding images getting Blue-ish when you assign speedbuttons glyph with images from

Re: [Lazarus] Carbon PPC: Blue-ish images from ImageList

2008-10-20 Thread Marc Weustink
EarMaster - Bent Olsen wrote: Hi all, Few months back I issued a bug regarding images getting Blue-ish when you assign speedbuttons glyph with images from a imagelist - see: http://bugs.freepascal.org/view.php?id=11462 This issued was closed after I installed a newer and more stable

Re: [Lazarus] Main menu hiding

2008-10-20 Thread Henry Vermaak
On 20/10/2008, Mark Morgan Lloyd [EMAIL PROTECTED] wrote: I could see the description and wasn't expecting great things, but was rather feverishly looking for an alternative to gtk 1. When I have time I'll try a different distro on the test machine which hopefully will allow me to get gtk 2

Re: [Lazarus] Main menu hiding

2008-10-20 Thread Mark Morgan Lloyd
Henry Vermaak wrote: i'm not sure i follow here. i've been running lazarus gtk2 under debain testing for more than a year. The pixbuf stuff as currently being shipped appears to - v1 to the extent that it pulled in a whole lot of v1 libraries when installed. the menu hiding thing i don't

Re: [Lazarus] Carbon PPC: Blue-ish images from ImageList

2008-10-20 Thread EarMaster - Bent Olsen
Hi all, Yes :( I've only no clue how to debug this (I've only a PPC OSX 4). To recap, it works on i386 OSX 4 and not on OSX 5 ? I'm puzzeled, if you look at the RGB or HLS channels you don't see anything swapped. It looks like some masking function failed (or used an alpha channel

Re: [Lazarus] test

2008-10-20 Thread dominique
Yikes C code. I think you meant result := true; On Mon, 20 Oct 2008 11:29:20 +0200, Reenen Laurie [EMAIL PROTECTED] wrote: return true; ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Main menu hiding

2008-10-20 Thread Mark Morgan Lloyd
Graeme Geldenhuys wrote: I'm using Ubuntu 7.10 which also uses Qt 3.5 (as far as I know). I can build Lazarus for Qt, GTK1 and GTK2 without problems. Ubuntu is very similar to Debian (actually a descendant of Debian). Yes, I can see there's been discussion of those dependencies over the

Re: [Lazarus] Problems starting lazarus on MacOSX

2008-10-20 Thread Marc Geldon (SCALA IT)
Hello Tom! I have a printer installed on my system. This is not the problem. Anyone a idea what I can do? Anymore information needed? Hope to hear from you soon. Best wishes, Marc On Sat, Oct 18, 2008 at 5:35 PM, Marc Geldon (SCALA IT) marc.geldon at scalait.de wrote: Hello! I installed

Re: [Lazarus] test

2008-10-20 Thread Reenen Laurie
Yes... I actually don't usually use that syntax, but I should! I usually do test := true; just before the end of the function... On Mon, Oct 20, 2008 at 12:02 PM, [EMAIL PROTECTED] wrote: Yikes C code. I think you meant result := true; On Mon, 20 Oct 2008 11:29:20 +0200, Reenen Laurie [EMAIL

Re: [Lazarus] [Fwd: Checksum changed problem]

2008-10-20 Thread Bogusław Brandys
Bogusław Brandys pisze: Wiadomość oryginalna Temat: Checksum changed problem Data: Mon, 20 Oct 2008 09:11:59 +0200 Nadawca: Bogusław Brandys [EMAIL PROTECTED] Adresat: [EMAIL PROTECTED] Hi, I'm struggling with a problem of rebuilding Lazarus IDE with quite a lot of

Re: [Lazarus] Mac OS X : How to get my app to show proper Short-Cuts...

2008-10-20 Thread dominique
Does anyone know how to fix this? Dominique. On Sun, 19 Oct 2008 11:59:53 -0400, [EMAIL PROTECTED] wrote: Hi all, I have a Carbon application, but the Short-cuts do not display correctly in the menus and as such don't work correct. For example The File Open menu short-cut displays as

Re: [Lazarus] New about dialog in 0.9.27 (svn trunk)

2008-10-20 Thread Bee
Strange? What does your Contributors tab look like? Before the text used to be in a memo and left aligned. Now it's a PaintBox, centre aligned text and scrolling upwards. Just an empty space. No text, no scrolling, no animation. :-D I don't know the exact revision the animation was

Re: [Lazarus] New about dialog in 0.9.27 (svn trunk)

2008-10-20 Thread Graeme Geldenhuys
On Mon, Oct 20, 2008 at 6:21 PM, Bee [EMAIL PROTECTED] wrote: I got rev.17054 i386-mac-carbon. Should I file a bug report? ;) I guess so. Do you have the contributors.txt file in your /lazarus/docs/ directory? Regards, - Graeme - ___ fpGUI - a

Re: [Lazarus] Problems starting lazarus on MacOSX

2008-10-20 Thread Tom Gregorovic
On Mon, Oct 20, 2008 at 4:49 PM, Marc Geldon (SCALA IT) [EMAIL PROTECTED] wrote: Hello Tom! I have a printer installed on my system. This is not the problem. Anyone a idea what I can do? Anymore information needed? Can you create a backtrace

Re: [Lazarus] New about dialog in 0.9.27 (svn trunk)

2008-10-20 Thread John Stoneham
On Mon, Oct 20, 2008 at 11:21 AM, Bee [EMAIL PROTECTED] wrote: Strange? What does your Contributors tab look like? Before the text used to be in a memo and left aligned. Now it's a PaintBox, centre aligned text and scrolling upwards. Just an empty space. No text, no scrolling, no

[Lazarus] Laz 0.9.27 uses 0.9.26 settings (when it did not before)

2008-10-20 Thread Bart
Sorry for the bit cryptic subject. Here's my problem. I use 2 Lazarus versions on my WinMe system. - Lazarus stable in \Programmas\Lazarus\ - Lazarus from SVN in \Programmas\SvnLaz\ - each Lazarus version has it's own seperate fpc binaries and source The two versions operated totally

Re: [Lazarus] Laz 0.9.27 uses 0.9.26 settings (when it did not before)

2008-10-20 Thread Vincent Snijders
Bart schreef: Sorry for the bit cryptic subject. Here's my problem. I use 2 Lazarus versions on my WinMe system. - Lazarus stable in \Programmas\Lazarus\ - Lazarus from SVN in \Programmas\SvnLaz\ - each Lazarus version has it's own seperate fpc binaries and source The two versions

Re: [Lazarus] Mac OS X : How to get my app to show proper Short-Cuts...

2008-10-20 Thread Tobias Giesen
Hi, personally I use Mac OS Carbon API functions to manipulate the menu whenever the LCL doesn't do it right. Kind Regards, Tobias Giesen Super Flexible Software Ltd. Co. KG Lessingstr. 42 48485 Neuenkirchen, Germany www.superflexible.com www.tgtools.com

Re: [Lazarus] New about dialog in 0.9.27 (svn trunk)

2008-10-20 Thread Benito van der Zander
Hi, in the current trunk the doublebuffer bitmap (?), is not always resized with the form, so sometimes the text scrolls only in a part of the window. And you could center the big Lazarus logo. Benito ___ Lazarus mailing list

Re: [Lazarus] MySQL Access

2008-10-20 Thread Terry A. Haimann
Tom Lisjac wrote: Can someone please tell me how to setup mysql access in Lazarus (Running under Linux.) I have it working on my desktop, but can't reproduce it on a laptop. Whenever I try to connect with Lazarus , I get a Cannot load mysql library libmysqlclient.so, please check your

Re: [Lazarus] Mac OS X : How to get my app to show proper Short-Cuts...

2008-10-20 Thread dominique
So is what I reported a bug that should be added to the bug tracker, as this was definitely working prior to the Lazarus Key mapping fix, probably because carbon apps back then, just didn't have any choice but to support the Cmd+SomeKey mapping. So Tobias, how do you use the Carbon API to change