Re: [lazarus] Different behaviour of forms under Linux / Windows

2006-01-06 Thread Michael Van Canneyt
On Fri, 6 Jan 2006, Alexander Todorov wrote: Hello, I've made a simple program that shows the problem. It contains a TPanel that shows inside itself another TForm. Under Linux everything is ok but on Windows there are some problems: 1) When a TForm is shown in the panel it captures focus and

[lazarus] Key value problems

2006-01-06 Thread Andrew Higgs
Can anyone shed light on this problem? I get this message when running Lazarus (and my apps)... [WARNING] Out of OEM specific VK codes, changing to unassigned and the value of Key (in Keyup events) is not being set properly. If I set a keyup on an edit box to read...

Re: [lazarus] Key value problems

2006-01-06 Thread Marc Weustink
Andrew Higgs wrote: Can anyone shed light on this problem? I get this message when running Lazarus (and my apps)... [WARNING] Out of OEM specific VK codes, changing to unassigned What keyboard layout do you use ? Marc and the value of Key (in Keyup events) is not being set properly. If

Re: [lazarus] DragDrop

2006-01-06 Thread dannym
Hi, Am Donnerstag, den 05.01.2006, 21:36 + schrieb Colin Western: dannym wrote: Hi, Am Dienstag, den 03.01.2006, 22:17 + schrieb C Western: You might be interested in the attached fragment, which I posted to the mailing list a while back. It simulates the windows file Drag

Re: [lazarus] Different behaviour of forms under Linux / Windows

2006-01-06 Thread Mattias Gaertner
On Fri, 6 Jan 2006 10:20:28 +0100 (Romance Standard Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Fri, 6 Jan 2006, Alexander Todorov wrote: Hello, I've made a simple program that shows the problem. It contains a TPanel that shows inside itself another TForm. Under Linux

Re: [lazarus] How do I add additional units to uses from package?

2006-01-06 Thread Mattias Gaertner
On Fri, 06 Jan 2006 14:19:36 +0100 Ales Katona [EMAIL PROTECTED] wrote: I'm making a package (with visual components) which needs to add additional unit to uses clause of project which uses it. How do I do that? If it's impossible alot of code duplication and useless delegation would be

Re: [lazarus] Different behaviour of forms under Linux / Windows

2006-01-06 Thread Alexander Todorov
My workaround is to use classes based on TPanel and it works. What is the benefit from using TFrame vs TPanel since both can't be designed in the IDE ? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as

[lazarus] Where to add this function

2006-01-06 Thread Funky Beast
Where should i add the below function for global use in the source, i want to implement AutoComplete property with this function for TComboBox and maybe also on some other controls. Or is there a similar function somewhere already written in the source.

Re: [lazarus] How do I add additional units to uses from package?

2006-01-06 Thread Ales Katona
Mattias Gaertner wrote: On Fri, 06 Jan 2006 14:19:36 +0100 Ales Katona [EMAIL PROTECTED] wrote: I'm making a package (with visual components) which needs to add additional unit to uses clause of project which uses it. How do I do that? If it's impossible alot of code duplication and

Re: [lazarus] Where can I find information about creating a new widget set?

2006-01-06 Thread Babcsany Peter
[EMAIL PROTECTED] wrote: I recommend to start building a new "skeleton" or component library, instead of making a new one. Why ? Because... LCL (Lazarus Component Library) is based in VCL (Delphi*s Visual Control Library), and it*s very TIED to the graphical libraries and OS or stuff you

Re: [lazarus] Force -dgtk1 to get it to compile projects under debian

2006-01-06 Thread Dale Welch
On Thursday 05 January 2006 11:52 pm, Mattias Gaertner wrote: On Thu, 5 Jan 2006 22:53:08 -0800 Dale Welch [EMAIL PROTECTED] wrote: Is any one else compiling under debian with kde 3.4.3 gtk2.x I have debian (unstable) Even if i tell it it is a gtk project i then have to force a

[lazarus] Re: Where to add this function

2006-01-06 Thread Funky Beast
L505 wrote: Where should i add the below function for global use in the source, i want to implement AutoComplete property with this function for TComboBox and maybe also on some other controls. Or is there a similar function somewhere already written in the source. If not you could make your

Re: [lazarus] Force -dgtk1 to get it to compile projects under debian

2006-01-06 Thread Dale Welch
On Friday 06 January 2006 05:56 pm, Mattias Gaertner wrote: On Fri, 6 Jan 2006 17:02:06 -0800 Dale Welch [EMAIL PROTECTED] wrote: On Thursday 05 January 2006 11:52 pm, Mattias Gaertner wrote: On Thu, 5 Jan 2006 22:53:08 -0800 Dale Welch [EMAIL PROTECTED] wrote: Is any one else