Re: [lazarus] [patch] - grids.pas (Click event)

2007-04-19 Thread Jesús Reyes A.
- Original Message - From: "Graeme Geldenhuys" <[EMAIL PROTECTED]> To: Sent: Thursday, April 19, 2007 4:48 PM Subject: Re: [lazarus] [patch] - grids.pas (Click event) On 4/19/07, Jesus Reyes <[EMAIL PROTECTED]> wrote: > * Click fires twice when selecting a range (not sure why) I

[lazarus] Re: GTK1 & csDropDownList in TComboBox

2007-04-19 Thread Funky Beast
Graeme Geldenhuys wrote: Hi, Can anybody confirm this problem Setting the TComboBox.Style = csDropDownList and then at runtime clicking on the combobox body has no affect. The only way to get the dropdown to show is by clicking the down button. So csDropDownList has no affect and is exactl

[lazarus] GTK1 & csDropDownList in TComboBox

2007-04-19 Thread Graeme Geldenhuys
Hi, Can anybody confirm this problem Setting the TComboBox.Style = csDropDownList and then at runtime clicking on the combobox body has no affect. The only way to get the dropdown to show is by clicking the down button. So csDropDownList has no affect and is exactly the same as csDropDown?

Re: [lazarus] [patch] - grids.pas (Click event)

2007-04-19 Thread Graeme Geldenhuys
On 4/19/07, Jesus Reyes <[EMAIL PROTECTED]> wrote: > * Click fires twice when selecting a range (not sure why) If it's by selection using the mouse it could be because using the mouse will trigger one click normally and now (If I'm no wrong, in hunk @@ -4328,7 +4330,10 @@) one additional click

Re: [lazarus] SysInfo for Linux "first light"

2007-04-19 Thread Alex Smirnov
*Hello, Vincent! * Alex Smirnov schreef: *Dear Colleagues,* I am glad to inform you that my first SysInfo for Linux beta is ready. You can download it from here (http://betatester.by.ru/Downloads/sysinfo4linux011.tar.bz2), Screenshots of current version are here: (http://betatester.by.ru/ima

Re: [lazarus] GTK2 and ComboBox problem

2007-04-19 Thread pineal
On Thursday 19 April 2007 16:25, Andrew Haines wrote: > What is your theme? Try changing it and see if that makes a difference. > > Andrew Hi Andrew, thanks for the response, I have already tried that. but I'd have thought that if it were a theme problem, then the problem would propagate to any

Re: [lazarus] SysInfo for Linux "first light"

2007-04-19 Thread Vincent Snijders
Alex Smirnov schreef: *Dear Colleagues,* I am glad to inform you that my first SysInfo for Linux beta is ready. You can download it from here (http://betatester.by.ru/Downloads/sysinfo4linux011.tar.bz2), Screenshots of current version are here: (http://betatester.by.ru/images/si1lin.gif) and

Re: [lazarus] [patch] - grids.pas (Click event)

2007-04-19 Thread Jesus Reyes
--- Graeme Geldenhuys <[EMAIL PROTECTED]> escribió: > Hi, > > Attached is a patch for the grids.pas unit. Compared to the Delphi > grids, the TCustomGrid.Click event under Lazarus fired way to > little. > This patch fixes that. > > Fixes: > -- > * Click event fires when Col prope

[lazarus] SysInfo for Linux "first light"

2007-04-19 Thread Alex Smirnov
*Dear Colleagues,* I am glad to inform you that my first SysInfo for Linux beta is ready. You can download it from here (http://betatester.by.ru/Downloads/sysinfo4linux011.tar.bz2), Screenshots of current version are here: (http://betatester.by.ru/images/si1lin.gif) and here (http://betateste

Re: [lazarus] GTK2 and ComboBox problem

2007-04-19 Thread Andrew Haines
pineal wrote: > I'm running the latest svn Lazarus compiled for GTK2 under KDE on a PCLinuxOS > platform. > > Recently, I don't know when (I've been developing server side stuff) the > combobox no longer displays its drop down list, ANY combo box, those I put in > my applications and those used

Re: [lazarus] [patch] - Object Inspector

2007-04-19 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 4/19/07, Vincent Snijders <[EMAIL PROTECTED]> wrote: > +if (FCurrentEdit is TCustomEdit) then > + TEdit(FCurrentEdit).SelectAll; This doesn't look right, checking for TCustomEdit and then casting to TEdit. That will work and does. TEdit doesn't imple

[lazarus] [patch] - New and fixed images for IDE

2007-04-19 Thread Graeme Geldenhuys
Hi, Attached is a archive containing four images for the palette bar - Standard tab. I didn't create a patch as the components_images.lrs need so be rebuild as well. These images must overwrite the ones in the following directory: /images/components Changes * New image for TLabel. The old on

Re: [lazarus] Mac OSX and iPhones/Palms

2007-04-19 Thread [EMAIL PROTECTED]
Felipe Monteiro de Carvalho ha scritto: On 4/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi to all... I want to know the state of compatibility of doing software for Mac in Lazarus Lazarus support for Mac OS X is every day better! Thanks to the great work of Tomas and others: http://w

Re: [lazarus] Bitmap troubles on Win9x

2007-04-19 Thread Steven Graham
Steven Graham wrote: I've now tried with IE 5.5 SP2 and the bitmaps still aren't being displayed. I've now tried my program on a clean install of 95 OSR2 (IE3) and after setting it to 16-bit colour, I get no error messages, just no bitmaps in the toolbar buttons or menuitems like with 98

Re: [lazarus] Mac OSX and iPhones/Palms

2007-04-19 Thread Felipe Monteiro de Carvalho
On 4/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi to all... I want to know the state of compatibility of doing software for Mac in Lazarus Lazarus support for Mac OS X is every day better! Thanks to the great work of Tomas and others: http://wiki.lazarus.freepascal.org/Carbon_interfa

Re: [lazarus] devel: Imaging, Mask vs. Alpha

2007-04-19 Thread Павел Ишенин
.ico is a set of images. A single image has either mask or alpha, right? it can have both and there are tools wich allow editing both since win9x only supports mask while xp knows alpha too :) As I know 32bpp XP icons are stored in png format (maybe I am wrong). Paul. ___

Re: [lazarus] [patch] - Object Inspector

2007-04-19 Thread Graeme Geldenhuys
On 4/19/07, Vincent Snijders <[EMAIL PROTECTED]> wrote: > +if (FCurrentEdit is TCustomEdit) then > + TEdit(FCurrentEdit).SelectAll; This doesn't look right, checking for TCustomEdit and then casting to TEdit. That will work and does. TEdit doesn't implement anything new and all that

[lazarus] Mac OSX and iPhones/Palms

2007-04-19 Thread [EMAIL PROTECTED]
Hi to all... I want to know the state of compatibility of doing software for Mac in Lazarus and if it will be never possible, in the future, to compile software for iPhone (that will use a Mini version of Mac Osx and i thought arm CPUs). Actually Pocket PCs supports nearly only .net software,

Re: [lazarus] [patch] - Object Inspector

2007-04-19 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Attached is a patch that implements two feature requests. Auto select text in Object inspector when clicked http://www.freepascal.org/mantis/view.php?id=8727 Auto select text in Object inspector when Enter is pressed http://www.freepascal.org/mantis/view.php?id=

Re: [lazarus] Doing the Delphi 6 Text Editor Tutorial in Lazarus?

2007-04-19 Thread Razvan Adrian Bogdan
BTW: Skype uses RichView too :) _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] [patch] - Object Inspector

2007-04-19 Thread Graeme Geldenhuys
Hi, Attached is a patch that implements two feature requests. Auto select text in Object inspector when clicked http://www.freepascal.org/mantis/view.php?id=8727 Auto select text in Object inspector when Enter is pressed http://www.freepascal.org/mantis/view.php?id=8728 Patch needs to be app

Re: [lazarus] Doing the Delphi 6 Text Editor Tutorial in Lazarus?

2007-04-19 Thread Razvan Adrian Bogdan
Isn't RichView supposed to be better than RichEdit ? http://wiki.lazarus.freepascal.org/index.php/RichView Razvan _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www

Re: [lazarus] devel: Imaging, Mask vs. Alpha

2007-04-19 Thread Razvan Adrian Bogdan
On 4/19/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: .ico is a set of images. A single image has either mask or alpha, right? it can have both and there are tools wich allow editing both since win9x only supports mask while xp knows alpha too :) __

Re: [lazarus] devel: Imaging, Mask vs. Alpha

2007-04-19 Thread Mattias Gaertner
On Thu, 19 Apr 2007 12:55:22 +0300 "Razvan Adrian Bogdan" <[EMAIL PROTECTED]> wrote: > If this clears anything some image formats support both Mask and > Alpha, the first wich comes in mind is .ico wich does support alpha, > mask and multiple sized icons, and i think .cur and .ani also ... .ico i

Re: [lazarus] devel: Imaging, Mask vs. Alpha

2007-04-19 Thread Razvan Adrian Bogdan
If this clears anything some image formats support both Mask and Alpha, the first wich comes in mind is .ico wich does support alpha, mask and multiple sized icons, and i think .cur and .ani also ... Razvan _ To unsubscribe: mai

[lazarus] [patch] - grids.pas (Click event)

2007-04-19 Thread Graeme Geldenhuys
Hi, Attached is a patch for the grids.pas unit. Compared to the Delphi grids, the TCustomGrid.Click event under Lazarus fired way to little. This patch fixes that. Fixes: -- * Click event fires when Col property is set * Click event fires when Row property is set * Click event fi