RE: [lazarus] Roadmap Status of features

2007-08-04 Thread Hess, Philip J
or ExtTextOut since SetTextAlign is not implemented. Thanks. -Original Message- From: Mattias Gaertner [mailto:[EMAIL PROTECTED] Sent: Tue 7/31/2007 9:07 AM To: lazarus@miraclec.com Subject: Re: [lazarus] Roadmap Status of features On Tue, 31 Jul 2007 09:39:04 -0400 Hess, Philip J [EMAIL

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread zeljko
On Friday 20 July 2007 22:06, Hess, Philip J wrote: please, back SetMapMode() into api, it's needed by virtualtree ... tnx _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread zeljko
On Tuesday 31 July 2007 11:47, Mattias Gaertner wrote: On Tue, 31 Jul 2007 09:03:23 +0200 zeljko [EMAIL PROTECTED] wrote: On Friday 20 July 2007 22:06, Hess, Philip J wrote: please, back SetMapMode() into api, it's needed by virtualtree ... Why? It didn't do anything. not at that

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread Mattias Gaertner
On Tue, 31 Jul 2007 12:12:00 +0200 zeljko [EMAIL PROTECTED] wrote: On Tuesday 31 July 2007 11:47, Mattias Gaertner wrote: On Tue, 31 Jul 2007 09:03:23 +0200 zeljko [EMAIL PROTECTED] wrote: On Friday 20 July 2007 22:06, Hess, Philip J wrote: please, back SetMapMode() into api, it's

RE: [lazarus] Roadmap Status of features

2007-07-31 Thread Hess, Philip J
PROTECTED] Sent: Tuesday, July 31, 2007 6:28 AM To: lazarus@miraclec.com Subject: Re: [lazarus] Roadmap Status of features On Tue, 31 Jul 2007 12:12:00 +0200 zeljko [EMAIL PROTECTED] wrote: On Tuesday 31 July 2007 11:47, Mattias Gaertner wrote: On Tue, 31 Jul 2007 09:03:23 +0200 zeljko

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread Mattias Gaertner
On Tue, 31 Jul 2007 09:39:04 -0400 Hess, Philip J [EMAIL PROTECTED] wrote: SetMapMode is a uniquely powerful API function. The MM_ANISOTROPIC mode lets you work with any logical units you want (for example, high resolution) and let the GDI map them to lower-res units (for example, screen

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread zeljko
On Tuesday 31 July 2007 12:27, Mattias Gaertner wrote: I only found a start in the QT interface. Why does virtualtree need a SetMapMode under QT and nowhere else? I don't know , but I've downloaded last svn last night and it's there.

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread Mattias Gaertner
On Tue, 31 Jul 2007 16:57:14 +0200 zeljko [EMAIL PROTECTED] wrote: On Tuesday 31 July 2007 12:27, Mattias Gaertner wrote: I only found a start in the QT interface. Why does virtualtree need a SetMapMode under QT and nowhere else? I don't know , but I've downloaded last svn last night and

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread zeljko
On Tuesday 31 July 2007 16:07, Mattias Gaertner wrote: On Tue, 31 Jul 2007 09:39:04 -0400 Hess, Philip J [EMAIL PROTECTED] wrote: SetMapMode is a uniquely powerful API function. The MM_ANISOTROPIC mode lets you work with any logical units you want (for example, high resolution) and let

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread zeljko
On Tuesday 31 July 2007 17:15, Mattias Gaertner wrote: On Tue, 31 Jul 2007 16:57:14 +0200 zeljko [EMAIL PROTECTED] wrote: On Tuesday 31 July 2007 12:27, Mattias Gaertner wrote: I only found a start in the QT interface. Why does virtualtree need a SetMapMode under QT and nowhere else?

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread Mattias Gaertner
On Tue, 31 Jul 2007 17:33:12 +0200 zeljko [EMAIL PROTECTED] wrote: On Tuesday 31 July 2007 16:07, Mattias Gaertner wrote: On Tue, 31 Jul 2007 09:39:04 -0400 Hess, Philip J [EMAIL PROTECTED] wrote: SetMapMode is a uniquely powerful API function. The MM_ANISOTROPIC mode lets you work

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread zeljko
Quoting Mattias Gaertner [EMAIL PROTECTED]: No, I think, vt simply called the SetMapMode function, which did nothing under LCL. Maybe vt needs SetMapMode only in rare cases or not all? Don't know yet, as I said I'll make a deeper look onto sources, and then see what's up without

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread Christian U.
[EMAIL PROTECTED] schrieb: Quoting Mattias Gaertner [EMAIL PROTECTED]: No, I think, vt simply called the SetMapMode function, which did nothing under LCL. Maybe vt needs SetMapMode only in rare cases or not all? Use the svn Version, its removed since 2 Days. regards Christian

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread zeljko
Quoting Christian U. [EMAIL PROTECTED]: [EMAIL PROTECTED] schrieb: Quoting Mattias Gaertner [EMAIL PROTECTED]: No, I think, vt simply called the SetMapMode function, which did nothing under LCL. Maybe vt needs SetMapMode only in rare cases or not all? Use the svn Version, its removed since

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread Christian U.
[EMAIL PROTECTED] schrieb: Quoting Christian U. [EMAIL PROTECTED]: [EMAIL PROTECTED] schrieb: Quoting Mattias Gaertner [EMAIL PROTECTED]: No, I think, vt simply called the SetMapMode function, which did nothing under LCL. Maybe vt needs SetMapMode only in rare cases or not all? Use the svn

Re: [lazarus] Roadmap Status of features

2007-07-31 Thread zeljko
Quoting Christian U. [EMAIL PROTECTED]: [EMAIL PROTECTED] schrieb: Quoting Christian U. [EMAIL PROTECTED]: [EMAIL PROTECTED] schrieb: Quoting Mattias Gaertner [EMAIL PROTECTED]: No, I think, vt simply called the SetMapMode function, which did nothing under LCL. Maybe vt needs SetMapMode

Re: [lazarus] Roadmap Status of features

2007-07-29 Thread Mattias Gaertner
On Sat, 28 Jul 2007 11:33:43 -0400 Hess, Philip J [EMAIL PROTECTED] wrote: (1) General status of widgetset's Win API support. There are lots of TODO's and implement this in gtkwinapi.inc and even win32winapi.inc doesn't appear to be complete. Win API support is one gauge of how well many

RE: [lazarus] Roadmap Status of features

2007-07-28 Thread Hess, Philip J
(1) General status of widgetset's Win API support. There are lots of TODO's and implement this in gtkwinapi.inc and even win32winapi.inc doesn't appear to be complete. Win API support is one gauge of how well many 3rd-party Delphi components would be supported on Lazarus. What do you mean

Re: [lazarus] Roadmap Status of features

2007-07-27 Thread Mattias Gaertner
On Fri, 20 Jul 2007 16:06:04 -0400 Hess, Philip J [EMAIL PROTECTED] wrote: Felipe, Good idea adding the Status of features table to the Roadmap page: http://wiki.lazarus.freepascal.org/Roadmap#Status_of_features_on_each_wi dgetset I wonder if it would be useful to list a

Re: [lazarus] Roadmap Status of features

2007-07-21 Thread Felipe Monteiro de Carvalho
On 7/20/07, Hess, Philip J [EMAIL PROTECTED] wrote: I wonder if it would be useful to list a few other things here too: Sure, feel free to add to it =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED]