Re: [lazarus] Graphics dont work

2007-08-29 Thread wile64
2007/8/29, Luiz Americo Pereira Camara [EMAIL PROTECTED]: wile64 wrote: example : FImagePaint is a TBitmap create with FImagePaint := TBitmap.Create; Try to define the height and width of the bitmap I repeat that all worked before the 27/08/2007, the size is well defined!

Re: [lazarus] utf8toansi and others seem don't work

2007-08-29 Thread Marco van de Voort
On Mon, Aug 27, 2007 at 08:08:39AM +0200, Sebastian Kraft wrote: around begin/mid of august... For me all sp?cial french chars like etc ... are correctly displayed in menus, and others. Do you load your ressourcestrings from a translation file with

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-29 Thread vsnijders
- Origineel bericht - Van: Felipe Monteiro de Carvalho [EMAIL PROTECTED] Datum: woensdag, 29 augustus 2007 11:45 Onderwerp: Re: [lazarus] User friendly Build Lazarus pragmatic dialog On 8/28/07, Giuliano Colla [EMAIL PROTECTED] wrote: This means that currently compiling for wince

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-29 Thread Felipe Monteiro de Carvalho
On 8/28/07, Giuliano Colla [EMAIL PROTECTED] wrote: This means that currently compiling for wince requires advanced features. Why is rebuilding lcl for another widgetset not advanced, while rebuilding lcl for windows ce / arm is advanced? Maybe both tasks are advanced and we are building a

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-29 Thread Felipe Monteiro de Carvalho
On 8/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: arm wince is certainly advanced (three changes: OS, CPU, widgetset), just another widgets might be considered advanced, but the current simple view is too simple if you cannot change the widgetset. But that's the only way to compile for

Re: [lazarus] TSPeedButton background painting

2007-08-29 Thread Stephano
Graeme, I fully agree that programmers should be able to control the look of application components. For example, different background colors give quick visual cues to the function of certain buttons. But since components follow OS implementations, we have to accept the current behaviour as

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-29 Thread vsnijders
- Origineel bericht - Van: Felipe Monteiro de Carvalho [EMAIL PROTECTED] Datum: woensdag, 29 augustus 2007 13:21 Onderwerp: Re: [lazarus] User friendly Build Lazarus pragmatic dialog On 8/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: arm wince is certainly advanced (three

Re: [lazarus] Mouse capture not releasing

2007-08-29 Thread George Lober
George Lober wrote: Jesus Reyes wrote: --- George Lober [EMAIL PROTECTED] escribió: Hi All, I have a bit of a problem. This is happening with GTK2. I have a StringGrid where when the column header is clicked on, a ComboBox appears in the header in the dropped down state. The dropped

[lazarus] LPtoDP in Windows

2007-08-29 Thread Luis Rodrigues
Hi, I have this code in my TAChart. ... Rgn : HRGN; p: array[0..1] of TPoint; begin if FSeries.Count = 0 then Exit; //set cliping region so we don't draw outsite p[0].x := XImageMin; p[0].y := YImageMax; p[1].x := XImageMax; p[1].y := YImageMin; {$IFDEF

[lazarus] TToolButton while grouped not working as Delphi

2007-08-29 Thread Luis Rodrigues
Could someone please take a look ate this issue and commit my patch since I really need that to be working. http://www.freepascal.org/mantis/view.php?id=9491 With best regards, Luís Rodrigues _ To unsubscribe: mail [EMAIL

Re: [lazarus] Graphics dont work

2007-08-29 Thread Luiz Americo Pereira Camara
wile64 wrote: 2007/8/29, Luiz Americo Pereira Camara [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: wile64 wrote: example : FImagePaint is a TBitmap create with FImagePaint := TBitmap.Create; Try to define the height and width of the bitmap I repeat that all

Re: [lazarus] TBitmap performance after alpha channel support (Was:Graphics dont work)

2007-08-29 Thread Luiz Americo Pereira Camara
Luiz Americo Pereira Camara wrote: The problem is that StretchMaskBlt is calling AlphaBlend and somehow this is not working. It seems that TBitmap will have alpha channel by default (or at least LCL recognizes as having) when running in a display with 32bit color under win32. Looking at