Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Tiziano De Togni
Graeme Geldenhuys wrote: So anybody got a suitable location for the "Insert a GUID" menu entry? Currently I inserted it in the Tools menu after "Diff" and before the Menu Separator item. The "Edit" menu is already over populated and is very long, so I don't know it that's the appropriate place

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Graeme Geldenhuys
So anybody got a suitable location for the "Insert a GUID" menu entry? Currently I inserted it in the Tools menu after "Diff" and before the Menu Separator item. The "Edit" menu is already over populated and is very long, so I don't know it that's the appropriate place to add it. Alternatively I

Re: [lazarus] Caret Position in CodeTools

2007-12-05 Thread Graeme Geldenhuys
On 06/12/2007, Flávio Etrusco <[EMAIL PROTECTED]> wrote: > > A bit, maybe, but this is the way it has been done by TMemo since ever > (assigning SelText)... Still doesn't persuade me that it make more sense. :-) Regards, - Graeme - ___ fpGUI - a c

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Graeme Geldenhuys
On 06/12/2007, Andrew Haines <[EMAIL PROTECTED]> wrote: > > > > Alt+G: Procedure List > > Ctrl+G: Goto Line... > > Ctrl+Shift+G: Insert GUID > > > > +1 > Okay, I'll make it so! Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Andrew Haines
Mattias Gaertner wrote: > On Wed, 5 Dec 2007 10:51:49 +0200 > "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > >> On 05/12/2007, Vincent Snijders <[EMAIL PROTECTED]> wrote: >>> Graeme Geldenhuys schreef: >>> >>> Ctrl-Shift-G shows the procedure list (whatever that is ;-) >> :-) The content for t

[lazarus] Copy File from source to destination

2007-12-05 Thread el stamatakos
Hi , How do you copy a file from one location to another Delphi has CopyFileTo how do you do this in Lazarus. Thanks Lefti

[lazarus] Warning for SVN users

2007-12-05 Thread Marc Weustink
Hi, With r13178 we have started a internal restructure of handle usage. If everything goes well you should not notice a diference when using the LCL on win32 or gtk. Other widgetsets arent that well tested during the transition. Until further notice, the coming weeks the SVN versions of the L

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
A.J. Venter wrote: Well, Here is mine for TPopupNotifier - if somebody can make one that is actually pretty, I won't mind :p Sorry, what is TPopupNotifier? Where can I find it? Best regards, Paul Ishenin. _ To unsubscribe:

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
wile64 пишет: tchu tchu more. :-) All except TStaticText commited in r13177. TStaticText looks as TLabel though in real life it differ from TLabel. TStaticText can have frame around while TLabel cant. Please add frame to TStaticText (or I'll add it myself later). Best regards, Paul Ishenin.

Re: [lazarus] CopyFileTo

2007-12-05 Thread Flávio Etrusco
I've never heard of this function. It couldn't CopyFile or CopyFileEx from Windows unit, could it? -Flávio On Dec 5, 2007 9:00 PM, el stamatakos <[EMAIL PROTECTED]> wrote: > > > Hi , > I am trying to use the CopyFileTo function but it does not seem to be > recognised. Am I missing something. Th

[lazarus] CopyFileTo

2007-12-05 Thread el stamatakos
Hi , I am trying to use the CopyFileTo function but it does not seem to be recognised. Am I missing something. Thanks Regards, Lefti

Re: [lazarus] Caret Position in CodeTools

2007-12-05 Thread Flávio Etrusco
On Dec 5, 2007 7:50 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 05/12/2007, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > > SourceEditorWindow.ActiveEditor.Selection:='Bla'; > > With a name like that, I assumed Selection refers to what has been > highlighted in the editor - selected t

Re: [lazarus] SOAP DateTime

2007-12-05 Thread Flávio Etrusco
On Dec 4, 2007 5:55 AM, A.J. Venter <[EMAIL PROTECTED]> wrote: > Hi guys, > I'm busy writing a SOAP client, and I'm a little stuck formatting a > datetime to be SOAP compatible. What SHOULD a SOAP datetime string > look like ? Is there a function to produce one from a TDateTime ? I > tried to write

Re: [lazarus] Caret Position in CodeTools

2007-12-05 Thread Graeme Geldenhuys
On 05/12/2007, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > SourceEditorWindow.ActiveEditor.Selection:='Bla'; With a name like that, I assumed Selection refers to what has been highlighted in the editor - selected text? So in your example, 'Bla' will be inserted at the cursor position in the a

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Marc Santhoff
Am Mittwoch, den 05.12.2007, 20:40 +0100 schrieb Mattias Gaertner: > On Wed, 05 Dec 2007 11:46:47 +0100 > Marc Santhoff <[EMAIL PROTECTED]> wrote: > > >[...] > > Is there a complete list of key bindings used in lazarus anywhere? > > There is a complete tree of key bindings in the editor options.

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Malcolm Poole
wile64 wrote: tchu tchu more. :-) -- Laurent. After years of working with bare menus i have to say that the icons really make Lazarus look a lot better. Thanks for all your work Laurent. Seems a good moment to thank everyone else who is working on the project. GTK2 now seems to be at the p

Re: [lazarus] Reminder: PATCH to fix Crashes on Carbon in FindEnclosingBlock

2007-12-05 Thread Tom Gregorovic
On Dec 5, 2007 8:38 PM, Tobias Giesen <[EMAIL PROTECTED]> wrote: > Hello, > > I am attaching a simple patch to fix crashes on Carbon. > > It is important that the Unicode text buffer remains intact all the > time between BeginTextRender and EndTextRender. Otherwise, there may > or may not be access

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Mattias Gaertner
On Wed, 5 Dec 2007 10:51:49 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > On 05/12/2007, Vincent Snijders <[EMAIL PROTECTED]> wrote: > > Graeme Geldenhuys schreef: > > > > Ctrl-Shift-G shows the procedure list (whatever that is ;-) > > :-) The content for the wiki page is almost done!

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Mattias Gaertner
On Wed, 05 Dec 2007 11:46:47 +0100 Marc Santhoff <[EMAIL PROTECTED]> wrote: >[...] > Is there a complete list of key bindings used in lazarus anywhere? There is a complete tree of key bindings in the editor options. Why do you need a list? Mattias __

Re: [lazarus] Caret Position in CodeTools

2007-12-05 Thread Mattias Gaertner
On Wed, 5 Dec 2007 16:53:28 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > Hi, > > How do I get the Caret position using CodeTools? I want to insert > text at the current caret (cursor) position in the active editor. I don't know, what this has to do with codetools? SourceEditorWindow.

[lazarus] Reminder: PATCH to fix Crashes on Carbon in FindEnclosingBlock

2007-12-05 Thread Tobias Giesen
Hello, I am attaching a simple patch to fix crashes on Carbon. It is important that the Unicode text buffer remains intact all the time between BeginTextRender and EndTextRender. Otherwise, there may or may not be access violations deep inside the Carbon framework. (like http://www.superflexible

Re: [lazarus] "Fatal: Can't find unit *** used by Lazarus" when build lazarus with my own package

2007-12-05 Thread Mattias Gaertner
On Wed, 05 Dec 2007 13:40:31 -0300 Osvaldo TC Filho <[EMAIL PROTECTED]> wrote: > Nop.Don't soved, sory! (for me) > > -New project > -insert TSynedit > -F9 > unit1.pas(8,70) Fatal: Can't find unit SynEdit used by Unit1 Fixed for virtual files too (not saved files). Mattias > > 0.9.25 Beta (su

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Cesar Romero
Laurent, Man you are doing a great job, congrats... []s Cesar Romero tchu tchu more. :-) -- Laurent. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazaru

Re: [lazarus] New bitmap :-)

2007-12-05 Thread A.J. Venter
Well, Here is mine for TPopupNotifier - if somebody can make one that is actually pretty, I won't mind :p A.J. On 12/5/07, wile64 <[EMAIL PROTECTED]> wrote: > tchu tchu more. :-) > > > > -- > Laurent. > > My Components: http://wiki.lazarus.freepascal.org/Wile64 > French Forum : http://lazforum-fr

Re: [lazarus] Include paths options inheritance details question

2007-12-05 Thread Mattias Gaertner
On Wed, 05 Dec 2007 14:45:10 +0300 Andrey Gusev <[EMAIL PROTECTED]> wrote: > Units paths options is inherited by packages requirements (to > project). This rule is applicable to include paths options ? Yes, but I know only a few artificial cases where this makes sense. See package editor / Option

Re: [lazarus] New bitmap :-)

2007-12-05 Thread wile64
tchu tchu more. :-) -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php <><><><><><><>

Re: [lazarus] "Fatal: Can't find unit *** used by Lazarus" when build lazarus with my own package

2007-12-05 Thread Osvaldo TC Filho
Nop.Don't soved, sory! (for me) -New project -insert TSynedit -F9 unit1.pas(8,70) Fatal: Can't find unit SynEdit used by Unit1 0.9.25 Beta (subversion) svn revision: 13666M i386-linux gtk2 Em Seg, 2007-12-03 às 22:46 +0100, Mattias Gaertner escreveu: > On Sun, 2 Dec 2007 21:43:16 -0600 > "Jesus

Re: [lazarus] New bitmap :-)

2007-12-05 Thread wile64
Thanks for all compliment ! And me I say thanks to the whole team Lazarus and Free Pascal for their program ! It is better to a program that work good than pretty icons. -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.p

Re: [lazarus] New bitmap :-)

2007-12-05 Thread wile64
2007/12/5, Graeme Geldenhuys <[EMAIL PROTECTED]>: > > Wow Laurent, you are like a machine! :-) The icons look awesome by the > way. Mind if I use them for the fpGUI Forms Designer as well? > Yes, a diesel ;-) Why not ! A small wink of an eye would make me happy :-) -- Laurent. My Components: h

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Graeme Geldenhuys
Wow Laurent, you are like a machine! :-) The icons look awesome by the way. Mind if I use them for the fpGUI Forms Designer as well? Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/

[lazarus] Caret Position in CodeTools

2007-12-05 Thread Graeme Geldenhuys
Hi, How do I get the Caret position using CodeTools? I want to insert text at the current caret (cursor) position in the active editor. Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ ___

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
wile64 пишет: Paul, see tcolorcombobox.png is not used. Thanks, new images commited, TColorCombobBox deleted in r13163. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"

Re: [lazarus] New bitmap :-)

2007-12-05 Thread wile64
Paul, see tcolorcombobox.png is not used. 2007/12/5, Paul Ishenin <[EMAIL PROTECTED]>: > > wile64 пишет: > > More > > > Thanks, commited in r13160. > > Best regards, > Paul Ishenin. > > _ > To unsubscribe: mail [EMAIL PROTECTE

Re: [lazarus] latest svn compiled but can't be run

2007-12-05 Thread Bee
See http://www.freepascal.org/mantis/view.php?id=10327 Ah, that's fpc's issue. I'll ask on fpc list then. Use fpc 2.2.0 or 2.3.1 May I know, which file that cause this bug? So I can revert only on that file (temporarily) using the fpc 2.2.0 until the bug is fixed (on 2.2.1). I don't want t

Re: [lazarus] latest svn compiled but can't be run

2007-12-05 Thread Vincent Snijders
Bee schreef: Hi all, I just update my lazarus 9.25 from svn. Then I compiled it using fpc 2.2.1. The compilation went well, but lazarus quit after execution with buffer error exception. See http://www.freepascal.org/mantis/view.php?id=10327 Use fpc 2.2.0 or 2.3.1 Vincent ___

[lazarus] latest svn compiled but can't be run

2007-12-05 Thread Bee
Hi all, I just update my lazarus 9.25 from svn. Then I compiled it using fpc 2.2.1. The compilation went well, but lazarus quit after execution with buffer error exception. Here's the program output: [EMAIL PROTECTED]:~/Programs/laz-9.25$ sudo make clean <--- snip ---> [EMAIL PROTECTED]:~/P

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Marc Santhoff
Am Mittwoch, den 05.12.2007, 10:51 +0200 schrieb Graeme Geldenhuys: > On 05/12/2007, Vincent Snijders <[EMAIL PROTECTED]> wrote: > > Graeme Geldenhuys schreef: > > > > Ctrl-Shift-G shows the procedure list (whatever that is ;-) > > :-) The content for the wiki page is almost done! (btw: That mus

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
wile64 пишет: More Thanks, commited in r13160. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Graeme Geldenhuys
On 05/12/2007, Vincent Snijders <[EMAIL PROTECTED]> wrote: > Graeme Geldenhuys schreef: > > Ctrl-Shift-G shows the procedure list (whatever that is ;-) :-) The content for the wiki page is almost done! (btw: That must be my most used feature in Lazarus... I'm lost navigating code without it!) M

Re: [lazarus] GUID generator in Lazarus

2007-12-05 Thread Vincent Snijders
Graeme Geldenhuys schreef: at the cursor position. This it what I want to implement. I've customized a lot of my keyboard shortcuts in Lazarus, so have no idea if there is a default action already associated with Ctrl+Shift+G Anybody know? Ctrl-Shift-G shows the procedure list (whatever th

[lazarus] GUID generator in Lazarus

2007-12-05 Thread Graeme Geldenhuys
Hi, I've probably missed this feature (very likely) or Lazarus developers clearly do not use Interfaces with GUID's. Please let me know if this feature already exists somewhere in Lazarus. I currently have a simple stand-alone application that generates 10 GUID's at a time, so I can copy and pas

Re: [lazarus] New bitmap :-)

2007-12-05 Thread wile64
More -- Laurent. My Components: http://wiki.lazarus.freepascal.org/Wile64 French Forum : http://lazforum-fr.tuxfamily.org/index.php <><><><><><>

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
Bee пишет: Thanks, commited in r13199. Can we these applied onto laz 9.24.1 (fixes branch) as well? No. Since component images are in xpm in laz 0.9.24 Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] wi