Re: [Lazarus] Ubuntu 9.04 (Lazarus too slow)

2009-05-08 Thread Bogusław Brandys
Graeme Geldenhuys wrote: On Fri, May 8, 2009 at 2:49 AM, Paul Ishenin i...@kmiac.ru wrote: Have you tried NX sessions? I like them ;) I used NX sessions to connect from South Africa to Belgium servers. :) I'm pretty sure internal LAN networks will be much faster, but why install extra

[Lazarus] pascal calling convention and code tools problem

2009-05-08 Thread Bogusław Brandys
I'm not sure if that was reported , but if I declare : function DoPascalCall(xa, xs, ys, xe, ye,ze, Tolerance : Integer) : Boolean;pascal; it break code tool , it doesn't allow to use class completion (Ctrl+shift+C) error is : pstestsimple.pas(28,90) Error: zamiast: : znaleziono: ;

Re: [Lazarus] Ubuntu 9.04 (Lazarus too slow)

2009-05-08 Thread Graeme Geldenhuys
2009/5/8 Bogusław Brandys bran...@o2.pl: Can you confirm my thought that the worst it become when trying to resize window in Lazarus IDE run remotely ? (that would proof too much repainting calls) Probably. Just loading the IDE (gtk2 compiled) takes forever to display. I get frustrated way

Re: [Lazarus] Ubuntu 9.04 (Lazarus too slow)

2009-05-08 Thread Bruce Tulloch
I've been watching this thread with interest because we have found that LCL/GTK2 seems to consume excessive amounts of CPU when performing certain bitmap operations (including resize operations) even when run on the local display. One tends not to notice it locally because most PCs are fast

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Bernd Mueller
Paul Ishenin wrote: Bernd Mueller wrote: I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the editor does not

Re: [Lazarus] pascal calling convention and code tools problem

2009-05-08 Thread Mattias Gärtner
Zitat von Bogusław Brandys bran...@o2.pl: I'm not sure if that was reported , but if I declare : function DoPascalCall(xa, xs, ys, xe, ye,ze, Tolerance : Integer) : Boolean;pascal; it break code tool , it doesn't allow to use class completion (Ctrl+shift+C) error is :

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Vincent Snijders
Bernd Mueller schreef: Hello, I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the editor does not show the

Re: [Lazarus] Packages and file loading

2009-05-08 Thread Mattias Gärtner
Zitat von Lord Satan reimg...@web.de: On Thu, 7 May 2009 23:09:01 +0200 Mattias Gaertner nc-gaert...@netcologne.de wrote: There is one: $PkgDir(asmodaypkg) Since when? Since 19th sept 2006. See history of http://wiki.lazarus.freepascal.org/IDE_Macros_in_paths_and_filenames I will test

Re: [Lazarus] Code tooltips

2009-05-08 Thread Mattias Gärtner
Zitat von Lord Satan reimg...@web.de: Hi developers, it is nice that Lazarus respects the theme for tooltips. But it is not really acceptable if I cannot read them anymore. See attached screenshots. Some recent FPC 2.3.1 and some recent Lazarus, both from svn. Ubuntu 9.04 64-bit, GTK2

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Martin Friebe
Vincent Snijders wrote: Bernd Mueller schreef: Hello, I would like to use Lazarus without Unicode support on Windows, as it was possible up to version 0.9.24. I took a recent 0.9.27 snapshot and compiled it with -dDisableWindowsUnicodeSupport. My old projects seem work well, but the

Re: [Lazarus] Debian Cross Compile

2009-05-08 Thread Mattias Gärtner
Zitat von Osvaldo Filho arquivos...@gmail.com: When i compile lazarus, install component for exemplo, i dont need write access to /usr/share/lazarus. The lazarus use my directory ~/.lazarus; When i compile win32 packages, for cross compile, did i need write access to /usr/share/lazarus or

[Lazarus] Missing keywords in code tools

2009-05-08 Thread ik
Hello, I'm playing a bit with Lazarus for a small guide that I'm writing and I found out that CodeTools is missing the following functions from system: - Assigned - Addr - Dispose - New - dec - inc - power - concat - str - val - assert - break - Continue

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Bernd Mueller
Martin Friebe wrote: 2) If one doesn't happen. Try the following. (I have not tested it, but it *may* do the trick) open C:\lazarus_latest\components\synedit\syntextdrawer.pp line 889 function TheTextDrawer.GetUseUTF8: boolean; and make the function to always return False I made the

Re: [Lazarus] pascal calling convention and code tools problem

2009-05-08 Thread Bogusław Brandys
Mattias Gärtner wrote: Zitat von Bogusław Brandys bran...@o2.pl: I'm not sure if that was reported , but if I declare : function DoPascalCall(xa, xs, ys, xe, ye,ze, Tolerance : Integer) : Boolean;pascal; it break code tool , it doesn't allow to use class completion (Ctrl+shift+C)

Re: [Lazarus] Code tooltips

2009-05-08 Thread Lord Satan
On Fri, 08 May 2009 12:13:26 +0200 Mattias Gärtner nc-gaert...@netcologne.de wrote: I improved a few things. Please test with 19853. Better but not really good. I'd still like to know how the second font color is determined, because this is the one causing problems. Old Nick -- A: Because it

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Felipe Monteiro de Carvalho
If I were you, I would give it a go at converting the applications to Unicode. Only places which connect with the LCL, such as putting text in a TMemo need change, and even those don't need change if you only use ASCII characters. All non-textual and non-LCL code remains unaffected. -- Felipe

Re: [Lazarus] DisableWindowsUnicodeSupport

2009-05-08 Thread Gustavo Enrique Jimenez
2009/5/8 Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com: If I were you, I would give it a go at converting the applications to Unicode. Only places which connect with the LCL, such as putting text in a TMemo need change, and even those don't need change if you only use ASCII

Re: [Lazarus] Debian Cross Compile

2009-05-08 Thread Osvaldo Filho
Tanks. Perhaps: $: cd /usr/share/lazarus $: sudo make all OS_TARGET=win32 Em Sex, 2009-05-08 às 12:18 +0200, Mattias Gärtner escreveu: Zitat von Osvaldo Filho arquivos...@gmail.com: When i compile lazarus, install component for exemplo, i dont need write access to /usr/share/lazarus. The

Re: [Lazarus] Ubuntu 9.04 (Lazarus too slow)

2009-05-08 Thread Osvaldo Filho
Has any one test with QT4 ? Em Sex, 2009-05-08 às 17:23 +1000, Bruce Tulloch escreveu: I've been watching this thread with interest because we have found that LCL/GTK2 seems to consume excessive amounts of CPU when performing certain bitmap operations (including resize operations) even when