Re: [Lazarus] Who would write custom IDE feature?

2008-04-07 Thread Funky Beast
Lee Jenkins wrote: > - I never said I was wanting it done for free. I'm willing to pay a > reasonable > fee to have it included with the IDE and made available to others who might > find > it useful. > Hi, Maybe you could try here: http://wiki.lazarus.freepascal.org/Bounties and announce b

Re: [Lazarus] Who would write custom IDE feature?

2008-04-07 Thread Lee Jenkins
zaher dirkey wrote: > If i have a time i prefer to create new useful component/object instead > of build something for lazy peoples :) > > > > Who would be the best person to speak with about writing a custom > IDE feature > for lazarus code editor? > > I would like to see a

Re: [Lazarus] Who would write custom IDE feature?

2008-04-07 Thread zaher dirkey
If i have a time i prefer to create new useful component/object instead of build something for lazy peoples :) On Tue, Apr 8, 2008 at 12:57 AM, Lee Jenkins <[EMAIL PROTECTED]> wrote: > > Who would be the best person to speak with about writing a custom IDE > feature > for lazarus code editor? >

[Lazarus] Who would write custom IDE feature?

2008-04-07 Thread Lee Jenkins
Who would be the best person to speak with about writing a custom IDE feature for lazarus code editor? I would like to see a smart auto code suggestion popup like C# in VS or CnWizards for Delphi's "Code Helper". Basically, I type "tstr" and the code suggestion list is shown with suggestions

Re: [Lazarus] Detecting when mouse leaves TPanel

2008-04-07 Thread Lee Jenkins
Lee Jenkins wrote: > Hi all, > > As mentioned in a previous post, I created a simple descendant from TPanel > for a > special button that I need. When the mousedown event occurs, I change the > background color and then change it back on MouseUp event. > > The problem is that if you mousedown

Re: [Lazarus] Mac OS X : TThread support

2008-04-07 Thread Vincent Snijders
Dominique Louis schreef: > Hi Tom et all, >When I try a very simple TThread test under Mac OS X ( Intel ) I get > the error "RunError(232)", followed by a execution paused dialog that says > "Procedure: SYSTEM_NOTHREADERROR" > > All I'm doing is... > th := TMyThread.Create( true ); > > Where

[Lazarus] Mac OS X : TThread support

2008-04-07 Thread Dominique Louis
Hi Tom et all, When I try a very simple TThread test under Mac OS X ( Intel ) I get the error "RunError(232)", followed by a execution paused dialog that says "Procedure: SYSTEM_NOTHREADERROR" All I'm doing is... th := TMyThread.Create( true ); Where TMyThread inherits from TThread. Is it sa

Re: [Lazarus] Mac OS X : Hints do not display when control Enabled := false..

2008-04-07 Thread Dominique Louis
Hi Tom, Pardon my stupidity, but I don't quite understand what you mean. Do you mean you have fixed this so that hints appear if the control is disabled or that you have left it the way it is, which in my book mean broken? Please clarify. Dominique. Tom Gregorovic wrote: > I think showing h

Re: [Lazarus] TMaskEdit: EditMask property error

2008-04-07 Thread Felipe Monteiro de Carvalho
On Mon, Apr 7, 2008 at 3:11 AM, zeljko <[EMAIL PROTECTED]> wrote: > Yes, wiki page is a best solution. Who's patch author ? http://bugs.freepascal.org/view.php?id=10871 -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal

Re: [Lazarus] Mac OS X : Hints do not display when control Enabled := false..

2008-04-07 Thread Tom Gregorovic
On Mon, Apr 7, 2008 at 12:34 AM, Dominique Louis < [EMAIL PROTECTED]> wrote: > Hi all, > I just wanted to confirm that others have seen this behaviour. > > If ShowHint = true but Enabled = false then a control's Hint text is > never displayed. I don't believe this is standard behaviour. > > Can

Re: [Lazarus] ann: new pascal magazine

2008-04-07 Thread Joost van der Sluis
Op maandag 07-04-2008 om 12:21 uur [tijdzone +0700], schreef Bee: > Hi all, > > There is a new pascal magazine at http://www.blaisepascal.eu/ ROFL, That's Blaise. From the dutch pgg. That magazine does exist for years as a dutch magazine. Good idea from them. Joost

Re: [Lazarus] TFiletreeview

2008-04-07 Thread Graeme Geldenhuys
On 06/04/2008, Felipe Monteiro de Carvalho > > I've made local changes to my Lazarus IDE, to use the dirsel.pas unit > > instead for GTK. > > Maybe you could make a patch for us? I tried at one stage, but couldn't figure out where in the GTK interface to add such code. I tried to step back thr

Re: [Lazarus] TMaskEdit: EditMask property error

2008-04-07 Thread shoKwave
zeljko schrieb: On Saturday 05 April 2008 22:09, wile64 wrote: Fixed in r14766 I see it's fixed, but I cannot set any mask properly ?!?!? eg: EditMask = 99/99/2000 -> text: 00.00.20__ now I'm setting this value as text 07.04.2008 -> av raised -> "Error setting text ." What is