[lazarus] Images in imgviewer

2006-03-12 Thread Marien van Westen
In the examples there is a program Imgviewer. When I load a picture in it and I make the picture smaller, the colors get blurred. It doesn't matter if the picture is a BMP or JPG. Is this a Lazarus question or a Free-pascal question? It would be nice if it could be cured, because I am working on a

Re: tesing and setting read-only on files

2006-03-12 Thread Graeme Geldenhuys
> Search -> Find in files -> Search in directories is my favourite. :-) What can Lazarus NOT do? ;-) Graeme. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www

Re: tesing and setting read-only on files

2006-03-12 Thread Vincent Snijders
Graeme Geldenhuys wrote: Sorry I found it in SysUtils => FileGetAttr and FileSetAttr PS: I should learn to use Grep more often! :-) Search -> Find in files -> Search in directories is my favourite. :-) Vincent. _ To un

[lazarus] TScrollbar and TTrackbar

2006-03-12 Thread Marien van Westen
I noticed a different behaviour of TScrollbar under MSWindows and Linux. In MSWindows the stand alone Scrollbar acts like a Trackbar, but when you compile a program with a scrollbar on a Linux machine the sliding part covers the whole area of the Scrollbar. Is it possible (yes, but is it desirabl

Re: tesing and setting read-only on files

2006-03-12 Thread Graeme Geldenhuys
Sorry I found it in SysUtils => FileGetAttr and FileSetAttr PS: I should learn to use Grep more often! :-) Regards, - Graeme - On 3/13/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Hi, > > Does Lazarus or FPC have a cross platform routine to set file > attributes (eg: ReadOnly), o

Re: [lazarus] Lines in TMemo

2006-03-12 Thread Marien van Westen
Win 32 in the LFM-file I have:  object Memo1: TMemo     Lines.Strings = (   'regel 1'   'regel 2'     'regel 3'   'regel 4'     )     TabOrder = 0     Left = 13     Height = 275     Top = 13     Width = 366   end in the lrs-file:   +'eight'#3','#1#3'Top'#3#239#0#5'Width'#3#14

[lazarus] tesing and setting read-only on files

2006-03-12 Thread Graeme Geldenhuys
Hi, Does Lazarus or FPC have a cross platform routine to set file attributes (eg: ReadOnly), or test for file attributes. Regards, - Graeme - _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the

Re: [lazarus] Compiler Option Dialog

2006-03-12 Thread Graeme Geldenhuys
For now, its not really a restructure! Its just an issue with the GUI layout (clipping of text). I am busy looking at the available options for resizing and anchor properties. The major thing I want is not to clip any text, or at least resize the component when you resize the dialog, so I can see

Re: [lazarus] IDE component icons

2006-03-12 Thread George Lober
George Lober wrote: Here are some modified existing component icons which have been changed to have a blue accent. Personally I think they look better. Hopefully other people agree with me :-) . Please disregard the tlabelededit_blue_mod.ico, I shouldn't have sent that one. Thanks, Ge

[lazarus] IDE component icons

2006-03-12 Thread George Lober
Here are some modified existing component icons which have been changed to have a blue accent. Personally I think they look better. Hopefully other people agree with me :-) . Regards, George

Re: [lazarus] Patch for TBitmap Mask proposal

2006-03-12 Thread Mattias Gaertner
On Fri, 10 Mar 2006 14:15:44 +0100 Tomas Gregorovic <[EMAIL PROTECTED]> wrote: > Hi, > finally I have finished my long battle around bitmap masks. > > I have implemented method CreateBitmapMask, which creates mask according > to transparent color. The white pixels stand for opacity and black for

Re: [lazarus] findreplace patch

2006-03-12 Thread Mattias Gaertner
On Tue, 07 Mar 2006 22:43:23 +0800 Funky Beast <[EMAIL PROTECTED]> wrote: > combobox.zip:- > Added RetainPrefixCase capability for AutoCompleteText to preserve > the original case that the user typed. > > > findreplace.zip:- > -Added accelerator for "Replace &All" button and > "Yes to &All" bu

Re: [lazarus] findreplace patch

2006-03-12 Thread Mattias Gaertner
On Tue, 07 Mar 2006 22:43:23 +0800 Funky Beast <[EMAIL PROTECTED]> wrote: > combobox.zip:- > Added RetainPrefixCase capability for AutoCompleteText to preserve > the original case that the user typed. Applied. Thanks. Mattias _

Re: [lazarus] patch for TextOut in UTF8

2006-03-12 Thread Mattias Gaertner
On Fri, 10 Mar 2006 19:12:39 +0100 darekm <[EMAIL PROTECTED]> wrote: > repair patch Applied. Thank you. Mattias > > > Darek > > > > > Mattias Gaertner wrote: > > > > > > > > >>2. When I test my Delphi application, I noticed that function with any > >>strings operators work longer,

Re: [lazarus] Patch for 1851

2006-03-12 Thread Mattias Gaertner
On Sat, 11 Mar 2006 16:17:24 +0100 Matthijs Willemstein <[EMAIL PROTECTED]> wrote: > Enclosed patch should fix 1851 > "1. BeginDrag is defined 2 times in TControl in controls.pp" Applied. Thanks. Mattias _ To unsubscribe: mail

Re: [lazarus] Synedit patch

2006-03-12 Thread Mattias Gaertner
On Sat, 11 Mar 2006 20:01:26 -0700 L505 <[EMAIL PROTECTED]> wrote: > Implemented GetHighlighterAttriAtRowColEx from looking at Delphi synedit. > Better token sniffing available. > > See attached. Applied. Thanks. Mattias _ To

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Mattias Gaertner
On Sun, 12 Mar 2006 17:42:41 +0200 "Yury Sidorov" <[EMAIL PROTECTED]> wrote: >[...] 75x23 buttons is default in all MS programs. > > We could use the minimum size like Mattias offered. > > I agree. We must decide that size :) > I propose 90x25. I added in dialogs.pp; var MinimumDialogButtonWi

Re: [lazarus] Patch for Smart Hint

2006-03-12 Thread Mattias Gaertner
On Sun, 12 Mar 2006 17:35:25 +0100 Tomas Gregorovic <[EMAIL PROTECTED]> wrote: > Hi, > > I have enhanced smart hints little bit by adding the class name before > properties and othe class members. I have also fixed some typos. Thanks. Applied. Mattias _

Re: [lazarus] Patch To NewDialog

2006-03-12 Thread Mattias Gaertner
On Sun, 12 Mar 2006 14:04:40 -0300 (ART) Júnior Gonçalves <[EMAIL PROTECTED]> wrote: > Patch To NewDialog... Thanks. I moved the code to UpdateDescription, so it is only updated once per click. Mattias _ To unsubscribe: mail

Re: [lazarus] Lines in TMemo

2006-03-12 Thread Mattias Gaertner
On Sun, 12 Mar 2006 16:35:57 +0100 "Marien van Westen" <[EMAIL PROTECTED]> wrote: > I use a TMemo for displaying some information on my programs. > I use empty lines to separate paragraphs. > > Like I do now in this text. > > Unfortunately when I reopen the project, in the design the empty line

[lazarus] Empty lines in TMemo

2006-03-12 Thread Marien van Westen
I use a TMemo for displaying some information on my programs. I use empty lines to separate paragraphs. Like I do now in this text. Unfortunately when I reopen the project, in the design the empty  lines are gone, but they are there when I run the program. In the lfm-file there is an empty

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Eric Chapman
Applause! I agree with every word. Please don't follow the Gnome path of limiting the user's options. Eric _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.laz

Re: [lazarus] FPC 2.1.1 and spaces in output path

2006-03-12 Thread L505
> i dont know if this is a known problem, and if its a lazarus problem or fpc > > i have setup an fpc 2.1.1 from yesterday and use the fpc.exe as compiler to > use crosscompiling. > works fine but when spaces are in the output path ppc386.exe has an problem > example: > Output Path : c:\fpc test\ >

[lazarus] Patch To NewDialog

2006-03-12 Thread Júnior Gonçalves
Patch To NewDialog... Yahoo! Acesso Grátis Internet rápida e grátis. Instale o discador agora! newdialog.diff Description: 3010491862-newdialog.diff

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Giuliano Colla
Felipe Monteiro de Carvalho ha scritto: On 3/12/06, Giuliano Colla <[EMAIL PROTECTED]> wrote: The look of the form is Lazarus user responsibility, not Lazarus responsibility. You may provide guidelines for inexperienced users, tools to help reaching the result needed, but that's all.

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Yury Sidorov
From: "Darius Blaszijk" <[EMAIL PROTECTED]> From: "Darius Blaszijk" <[EMAIL PROTECTED]> I suggest you take a look here: http://wiki.lazarus.freepascal.org/index.php/GUI_design. Although it needs some cleanup and reordering and a lot of adding to, it is a good start. OK. I did already the r

[lazarus] Lines in TMemo

2006-03-12 Thread Marien van Westen
I use a TMemo for displaying some information on my programs. I use empty lines to separate paragraphs. Like I do now in this text. Unfortunately when I reopen the project, in the design the empty  lines are gone, but they are there when I run the program. In the lfm-file there is an empty line,

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Felipe Monteiro de Carvalho
On 3/12/06, Giuliano Colla <[EMAIL PROTECTED]> wrote: > The look of the form is Lazarus user responsibility, not Lazarus > responsibility. You may provide guidelines for inexperienced users, > tools to help reaching the result needed, but that's all. We are talking about the way the IDE looks, not

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Giuliano Colla
Yury Sidorov ha scritto: From: "Mattias Gaertner" <[EMAIL PROTECTED]> "Yury Sidorov" <[EMAIL PROTECTED]> wrote: From: "Michael Van Canneyt" <[EMAIL PROTECTED]> > On Sun, 12 Mar 2006, Yury Sidorov wrote: > >> > > - Different size of buttons. They must be the same size, except >some > > > spec

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Darius Blaszijk
From: "Darius Blaszijk" <[EMAIL PROTECTED]> I suggest you take a look here: http://wiki.lazarus.freepascal.org/index.php/GUI_design. Although it needs some cleanup and reordering and a lot of adding to, it is a good start. OK. I did already the reordering. I have learned over time that pic

Re: [lazarus] Cannot build Lazarus

2006-03-12 Thread Vincent Snijders
Jouke Rensma wrote: Vincent, thanks for your help! I decided to use 2.0.2 from now on. I did some fooling around with files and downloads etc. Maybe it's a good idea to put my "solution" in the Lazarus svn wiki??? Feel free to add it. (I don't know what you mean by "solution", but I will read

Re: [lazarus] Cannot build Lazarus

2006-03-12 Thread Jouke Rensma
Vincent, thanks for your help! I decided to use 2.0.2 from now on. I did some fooling around with files and downloads etc. Maybe it's a good idea to put my "solution" in the Lazarus svn wiki??? Btw I already solved the "problem" friday, but for my job I used almost the whole friday evening and

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Yury Sidorov
From: "Mattias Gaertner" <[EMAIL PROTECTED]> "Yury Sidorov" <[EMAIL PROTECTED]> wrote: From: "Michael Van Canneyt" <[EMAIL PROTECTED]> > On Sun, 12 Mar 2006, Yury Sidorov wrote: > >> > > - Different size of buttons. They must be the same size, except >some > > > special cases where caption is l

Re: [lazarus] Patch: Target CPU

2006-03-12 Thread Yury Sidorov
From: "Christian U." <[EMAIL PROTECTED]> ok, first steps seems to be ok but i think some things schould be documented > in the wiki when i use your wiki steps to produce the lcl-wince it dosend work because the fcl isnt build in fpc-wince wiki are only described how to build an rtl so make fcl_

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Mattias Gaertner
On Sun, 12 Mar 2006 12:39:08 +0200 "Yury Sidorov" <[EMAIL PROTECTED]> wrote: > From: "Michael Van Canneyt" <[EMAIL PROTECTED]> > > On Sun, 12 Mar 2006, Yury Sidorov wrote: > > > >> > > - Different size of buttons. They must be the same size, except > >some > > > special cases where caption is long

Re: [lazarus] Cross Lazarus Release

2006-03-12 Thread Mattias Gaertner
On Sun, 12 Mar 2006 03:34:22 +0100 [EMAIL PROTECTED] wrote: > Are there plans to release a Cross Lazarus Release? > e.g. Host: Win32, Target: Win32/Linux/Mac/etc... > similar to CrossFPC There is an rpm for cross linux to win32. For other crosses we need volunteers. Mattias ___

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Yury Sidorov
From: "Michael Van Canneyt" <[EMAIL PROTECTED]> On Sun, 12 Mar 2006, Yury Sidorov wrote: > > - Different size of buttons. They must be the same size, except some > > special cases where caption is long. > I think this is not good practice. How do you decide when the caption > is > too > long

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Michael Van Canneyt
On Sun, 12 Mar 2006, Yury Sidorov wrote: > > > - Different size of buttons. They must be the same size, except some > > > special cases where caption is long. > > I think this is not good practice. How do you decide when the caption is > > too > long seing the captions are translated too. > > I

Re: [lazarus] User interface design guidelines

2006-03-12 Thread Yury Sidorov
From: "Darius Blaszijk" <[EMAIL PROTECTED]> I suggest you take a look here: http://wiki.lazarus.freepascal.org/index.php/GUI_design. Although it needs some cleanup and reordering and a lot of adding to, it is a good start. OK. I have learned over time that picking just some interface guide i

Re: [lazarus] Unit output directory vs Target file name

2006-03-12 Thread Michael Van Canneyt
On Sun, 12 Mar 2006, Mattias Gaertner wrote: > On Sat, 11 Mar 2006 20:36:21 +0100 (CET) > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > > > On Sat, 11 Mar 2006, Mattias Gaertner wrote: > > > > > > > > Here is the november mail: > > > > > > On Tue, 8 Nov 2005 20:16:21 +0100 (CET)

Re: [lazarus] Patch: Target CPU

2006-03-12 Thread Christian U.
@Yury ok, first steps seems to be ok but i think some things schould be documented in the wiki when i use your wiki steps to produce the lcl-wince it dosend work because the fcl isnt build in fpc-wince wiki are only described how to build an rtl so make fcl_install OS_TARGET=wince CPU_TARGET=a

[lazarus] FPC 2.1.1 and spaces in output path

2006-03-12 Thread Christian U.
i dont know if this is a known problem, and if its a lazarus problem or fpc i have setup an fpc 2.1.1 from yesterday and use the fpc.exe as compiler to use crosscompiling. works fine but when spaces are in the output path ppc386.exe has an problem example: Output Path : c:\fpc test\ ppc386 says