Re: [Lazarus] Getting active project filename

2008-10-26 Thread Darius Blaszyk
On Sun, 2008-10-26 at 01:34 +0200, wile64 wrote: ExtractFileName(LazarusIDE.ActiveProject.ProjectInfoFile); Thanks, Darius ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to mimic MWSnap's Window Information feature on X11

2008-10-26 Thread Graeme Geldenhuys
On Thu, Oct 23, 2008 at 11:36 PM, Graeme Geldenhuys [EMAIL PROTECTED] wrote: * *This* is the real feature I'm trying to duplicate. As you move the mouse, it draws a rectangle around the window area it's giving information about. eg: The button in a ComboBox or a Button or Edit on a Form etc..

Re: [Lazarus] How to mimic MWSnap's Window Information feature on X11

2008-10-26 Thread Funky Beast
Graeme Geldenhuys wrote: * To query the window/widget under the mouse pointer. I do a recursive XQueryPointer() call. This could probably be improved with a XQueryTree() call, but I couldn't figure out how to use the latter. Hi, You might get some hints for XQueryTree from here:

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

2008-10-26 Thread dominique
Hi Normann, Can you explain what you mean by dynamically? Do you mean via Carbon API calls or LCL settings? Dominique. On Tue, 21 Oct 2008 09:20:27 +0200, EarMaster - Bent Olsen [EMAIL PROTECTED] wrote: Hi, We use short cuts like Meta+O for Ctrl+O, but you need to map short cuts

Re: [Lazarus] How to mimic MWSnap's Window Information feature on X11

2008-10-26 Thread Felipe Monteiro de Carvalho
try also: ret_children[n]^ I'm sure something like that should work in mode objfpc -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] IDE: Win32: MouseWheel Scrolling (SynEdit)

2008-10-26 Thread Christian Budde
Hello, I just worked a bit with lazarus after some month. It's still quite impressive how good it works. On the other hand it's sad that so many things do not work yet. Especially in Win32 IMHO it's still easier to work in Delphi and only switch to Lazarus when necessary. The reasons for this