Re: [lazarus] [patch] printers4lazarus

2006-01-17 Thread Jesus Reyes
- Original Message - From: "Christian Ulrich" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 17, 2006 2:14 PM Subject: Re: [lazarus] [patch] printers4lazarus > > - PDev.Device:=PDev.DevMode.dmDeviceName; > > +// PDev.Device:=PDev.DevMode.dmDeviceName; > > sor

Re: [lazarus] bug 0001055 Form autoscroll and Control.Align=alTop

2006-01-17 Thread Darius Blaszijk
On Tue, 2006-01-17 at 23:27, L505 wrote: > > > > Salvatore, > > > > So if I understand correctly, your panel is not put on the top of the > > form when you set the align property to alTop? It sure seems to be from > > your screenshot! > > > AlTop should place the panel at the top maximized widt

[lazarus] patch to WidgetDebugReport

2006-01-17 Thread darekM
I've done some improvements of DebugReports Darek Index: lcl/interfaces/gtk/gtkproc.inc === --- lcl/interfaces/gtk/gtkproc.inc (wersja 8546) +++ lcl/interfaces/gtk/gtkproc.inc (kopia robocza) @@ -751,6 +751,7 @@ else beg

Re: [lazarus] bug 0001055 Form autoscroll and Control.Align=alTop

2006-01-17 Thread L505
> Salvatore, > > So if I understand correctly, your panel is not put on the top of the > form when you set the align property to alTop? It sure seems to be from > your screenshot! AlTop should place the panel at the top maximized widthwise. It is not maximized widthwise in the picture. ___

Re: [lazarus] bug 0001055 Form autoscroll and Control.Align=alTop

2006-01-17 Thread Darius Blaszijk
Salvatore, So if I understand correctly, your panel is not put on the top of the form when you set the align property to alTop? It sure seems to be from your screenshot! Darius On Tue, 2006-01-17 at 22:21, SALVATORE COPPOLA wrote: > Hi, > in the shot there is what I reported in the issoue 000105

[lazarus] bug 0001055 Form autoscroll and Control.Align=alTop

2006-01-17 Thread SALVATORE COPPOLA
Hi, in the shot there is what I reported in the issoue 0001055 and it is still there (recent Lazarus SVN) . Should I reopen the issoue or is exected behavior? Regards Salvatore Immagine.png Description: Binary data

Re: [lazarus] TrayIcon preview

2006-01-17 Thread Felipe Monteiro de Carvalho
On 1/17/06, A.J. Venter <[EMAIL PROTECTED]> wrote: > 2) Is there a README or a short howto available ? Documentation is being constructed here: http://wiki.lazarus.freepascal.org/index.php/TrayIcon -- Felipe Monteiro de Carvalho _

Re: [lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Darius Blaszijk
Funky Beast/Tomas/Mattias, I'm very pleased with the discussion on this topic so far. What I would like to add is the following; - I would like to join in merging the tool that Tomas has made and LazDoc. I think both tools complement each other - I like what Funky Beast is proposing, making a cla

Re: [lazarus] [patch] printers4lazarus

2006-01-17 Thread Christian Ulrich
> - PDev.Device:=PDev.DevMode.dmDeviceName; > +// PDev.Device:=PDev.DevMode.dmDeviceName; sorry, was just a test i havend found why exactly but in the structure PDev.Name the name is truncated to 32 chars in EnumeratePrinters it has full length i have tried to find out wh

Re: [lazarus] [patch] printers4lazarus

2006-01-17 Thread Jesus Reyes
--- Christian Ulrich <[EMAIL PROTECTED]> escribió: > the attatched patch fixes the winprinters.inc and makes printers > with names > 32 chars useable in win32 (most network printers) Why this change? - PDev.Device:=PDev.DevMode.dmDeviceName; +// PDev.Device:=PDev.DevM

Re: [lazarus] TrayIcon preview

2006-01-17 Thread Christian Ulrich
real nice work, i have tested it today and have some hints. 1. tooltips are mostly known as hints in lazarus/delphi so maybe you should rename the 2 properties 2. i think this component is visual better useable so its easyer to generate the events ... 3. its not easy to generate an icon handle i

[lazarus] [patch] printers4lazarus

2006-01-17 Thread Christian Ulrich
the attatched patch fixes the winprinters.inc and makes printers with names > 32 chars useable in win32 (most network printers) works great for me with Lazreport (what about the licensing problems with lazreport any progress ??)   regards Christian printers.diff Description: Binary data

Re: [lazarus] Re: TrayIcon preview

2006-01-17 Thread Mattias Gaertner
On Tue, 17 Jan 2006 11:05:04 -0200 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > > Hello, > > New version attached. Please apply that. Adds copyright notices + many > corrections + more coments + various improvements. > > Works as I would like on Win32 and Gtk1 and gnome. The only t

Re: [lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Mattias Gaertner
On Tue, 17 Jan 2006 21:07:48 +0800 Funky Beast <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Tue, 17 Jan 2006 17:04:57 +0800 > > Funky Beast <[EMAIL PROTECTED]> wrote: > > > > > >>Mattias Gaertner wrote: > >> > >>>On 16 Jan 2006 21:36:09 +0100 > >>>Darius Blaszijk <[EMAIL PROTECTED

[lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Funky Beast
Tomas Gregorovic wrote: Funky Beast napsal(a): Mattias Gaertner wrote: On 16 Jan 2006 21:36:09 +0100 Darius Blaszijk <[EMAIL PROTECTED]> wrote: On Mon, 2006-01-16 at 19:59, Mattias Gaertner wrote: What we need: 1. a hint window to right of the completion box. 2. the search for the fpdoc/

[lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Funky Beast
Mattias Gaertner wrote: On Tue, 17 Jan 2006 17:04:57 +0800 Funky Beast <[EMAIL PROTECTED]> wrote: Mattias Gaertner wrote: On 16 Jan 2006 21:36:09 +0100 Darius Blaszijk <[EMAIL PROTECTED]> wrote: On Mon, 2006-01-16 at 19:59, Mattias Gaertner wrote: What we need: 1. a hint window to rig

[lazarus] Re: TrayIcon preview

2006-01-17 Thread Felipe Monteiro de Carvalho
Hello, New version attached. Please apply that. Adds copyright notices + many corrections + more coments + various improvements. Works as I would like on Win32 and Gtk1 and gnome. The only thing that does not work is the gtk2 interface. It would be very nice if someone can get the Gtk2 ver

Re: [lazarus] Re: TrayIcon preview

2006-01-17 Thread Mattias Gaertner
On Tue, 17 Jan 2006 10:22:04 -0200 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > I don't see, what registering a class has to do with. Maybe your > > initialization section is too automatic? > > Systray Icons don't really exist on Mac OS X. What exists is a

Re: [lazarus] Patch splash dialog

2006-01-17 Thread Michael Van Canneyt
On Tue, 17 Jan 2006, Vincent Snijders wrote: [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi there, After toying a bit with the splash in Lazarus because I wanted to make the same for an app of mine, I came across a bit strange error. It seems that startlazarus and lazarus both call t

[lazarus] Re: TrayIcon preview

2006-01-17 Thread Felipe Monteiro de Carvalho
Mattias Gaertner wrote: I don't see, what registering a class has to do with. Maybe your initialization section is too automatic? Systray Icons don't really exist on Mac OS X. What exists is a Taskbar Icon witch behaves somewhat like a System Tray Icon. i.e. he can be drawn at will, and respo

Re: [lazarus] Re: TrayIcon preview

2006-01-17 Thread Mattias Gaertner
On Tue, 17 Jan 2006 09:55:12 -0200 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > A.J. Venter wrote: > > Hi Felipe, > > Thank you for this, something I've been VERY much wanting in lazarus was > > > > trayicon support. > > You are Welcome =) > > Acctually, this was a preview witch sho

[lazarus] Re: TrayIcon preview

2006-01-17 Thread Felipe Monteiro de Carvalho
A.J. Venter wrote: Hi Felipe, Thank you for this, something I've been VERY much wanting in lazarus was trayicon support. You are Welcome =) Acctually, this was a preview witch should have only being sent to Andrew. I took the address from an old talk we had, but that talk was on the maillin

Re: [lazarus] TrayIcon preview

2006-01-17 Thread Mattias Gaertner
On Tue, 17 Jan 2006 13:02:06 +0200 "A.J. Venter" <[EMAIL PROTECTED]> wrote: > Hi Felipe, > Thank you for this, something I've been VERY much wanting in lazarus was > trayicon support. > > A few quick questions though > 1) Is it a component ? Visual ? Nonvisual ? I admit I've only had a > cursory

Re: [lazarus] TrayIcon preview

2006-01-17 Thread Mattias Gaertner
On Mon, 16 Jan 2006 19:49:04 -0200 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > The test program works on Linux (tested on Gnome, KDE, IceWM) and > Windows (tested on XP). Thanks. I created a package TrayIconLaz.lpk and added it to svn. Mattias __

Re: [lazarus] Patch splash dialog

2006-01-17 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi there, After toying a bit with the splash in Lazarus because I wanted to make the same for an app of mine, I came across a bit strange error. It seems that startlazarus and lazarus both call their own instance of te splash. So if you would l

Re: [lazarus] TrayIcon preview

2006-01-17 Thread A.J. Venter
Hi Felipe, Thank you for this, something I've been VERY much wanting in lazarus was trayicon support. A few quick questions though 1) Is it a component ? Visual ? Nonvisual ? I admit I've only had a cursory glance at your sources, not a sufficient study yet. 2) Is there a README or a short howto

Re: [lazarus] bugfix 1611

2006-01-17 Thread Mattias Gaertner
On Mon, 16 Jan 2006 18:56:58 +0100 (CET) [EMAIL PROTECTED] wrote: > Here's the bugfix Thanks. Applied. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://ww

Re: [lazarus] Patch splash dialog

2006-01-17 Thread dhkblaszyk
> [EMAIL PROTECTED] wrote: >> Hi there, >> >> After toying a bit with the splash in Lazarus because I wanted to make >> the >> same for an app of mine, I came across a bit strange error. It seems >> that >> startlazarus and lazarus both call their own instance of te splash. So >> if >> you would li

Re: [lazarus] bugfix 1611

2006-01-17 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Here's the bugfix Thanks. Applied in revision 8535. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/m

Re: [lazarus] GraphPropEdits converted to lfm + small patch for TreeViewPropEdit

2006-01-17 Thread Mattias Gaertner
On Sun, 15 Jan 2006 16:41:52 +0100 Tomas Gregorovic <[EMAIL PROTECTED]> wrote: > Hi, > I have converted Load Image Dialog from GraphPropEdits unit to lfm. > > In addition, I have fixed few things in TreeViewPropEdit: > - The change of image index (and other indexes) in TreeView items editor > is

Re: [lazarus] setColor patch

2006-01-17 Thread Mattias Gaertner
On Tue, 10 Jan 2006 19:22:17 +0100 darekm <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > >On Thu, 15 Dec 2005 18:25:47 +0100 > >darekM <[EMAIL PROTECTED]> wrote: > > > > > > > >>>I'm sorry but what exactly does it do? And what did it do without? > >>> > >>> > >>> > >>> > >>Set

Re: [lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Mattias Gaertner
On Tue, 17 Jan 2006 17:04:57 +0800 Funky Beast <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On 16 Jan 2006 21:36:09 +0100 > > Darius Blaszijk <[EMAIL PROTECTED]> wrote: > > > > > >>On Mon, 2006-01-16 at 19:59, Mattias Gaertner wrote: > >> > >>>What we need: > >>>1. a hint window to r

Re: [lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Tomas Gregorovic
Funky Beast napsal(a): Mattias Gaertner wrote: On 16 Jan 2006 21:36:09 +0100 Darius Blaszijk <[EMAIL PROTECTED]> wrote: On Mon, 2006-01-16 at 19:59, Mattias Gaertner wrote: What we need: 1. a hint window to right of the completion box. 2. the search for the fpdoc/xml path 3. the parsing of

[lazarus] Re: Some questions on Identifier Completion of TSourceNotebook

2006-01-17 Thread Funky Beast
Mattias Gaertner wrote: On 16 Jan 2006 21:36:09 +0100 Darius Blaszijk <[EMAIL PROTECTED]> wrote: On Mon, 2006-01-16 at 19:59, Mattias Gaertner wrote: What we need: 1. a hint window to right of the completion box. 2. the search for the fpdoc/xml path 3. the parsing of the fpdoc xml item and s

Re: [lazarus] Patch splash dialog

2006-01-17 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Hi there, After toying a bit with the splash in Lazarus because I wanted to make the same for an app of mine, I came across a bit strange error. It seems that startlazarus and lazarus both call their own instance of te splash. So if you would like to send some info the t