Re: [lazarus] Introduction - NOTE FOR GRAHAM

2008-01-29 Thread Valdas Jankūnas
error shower: at startup they collect all TControl's with error showing feature, and at runtime i tell for him where need error to show). P.S. sorry for bad English. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL

Re: cannot find -lGL (OpenGLContext application)

2007-11-27 Thread Valdas Jankūnas
you need install this library. If library is installed but you not see libGL.so in ls output then you need make symlink from libGL.so.some_numbers (in my example libGL.so.1.0.9639) to libGL.so: execute in that dir command sudo ln -s libGL.so.some_numbers libGL.so. -- Valdas Jankūnas

[lazarus] FSAA with TCustomOpenGLControl

2007-11-14 Thread Valdas Jankūnas
Hi, is it possible turn on FSAA when using TCustomOpenGLControl? -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org

Re: [lazarus] FSAA with TCustomOpenGLControl

2007-11-14 Thread Valdas Jankūnas
. And probably is not possible do this outside of TCustomOpenGLControl... -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org

Re: [lazarus] Color detector program

2007-11-13 Thread Valdas Jankūnas
this? I guess looking at Felipe's magnifier application should yield some clues. My thoughts: first get desktop screenshoot and then get pixel color of that shot at mouse coordinates. Or look at GColor2 (http://gcolor2.sourceforge.net/;) color picker sources. -- Valdas Jankūnas

Re: XML and UTF-8

2007-11-10 Thread Valdas Jankūnas
I realize if i want unicode support i must use units Laz_DOM, Laz_XMLRead, Laz_XMLWrite instead of FP DOM, XMLRead, XMLWrite. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: XML and UTF-8

2007-11-10 Thread Valdas Jankūnas
Vincent Snijders rašė: Valdas Jankūnas schreef: I realize if i want unicode support i must use units Laz_DOM, Laz_XMLRead, Laz_XMLWrite instead of FP DOM, XMLRead, XMLWrite. Which is contrary to what I would expect (although I think it may be true). The FP units use widestring internally

[lazarus] XML and UTF-8

2007-11-09 Thread Valdas Jankūnas
.FindNode('kitas_testas'); Label2.Caption:=''+TDOMElement(node_01)['kita_eilute']+''; xml_doc.Free; end; initialization {$I unit1.lrs} end. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED

[lazarus] Caption in CompilerOptions

2007-11-02 Thread Valdas Jankūnas
Hi, in Parsing tab of Lazarus dialog Project-CompilerOptions is frame Style: (-R) with choices Default, Intel and ATT. I think this frame name can be more informative if rename it to Assembler style: (-R) or Assembler mode: (-R). -- Valdas Jankūnas

[lazarus] Speed

2007-10-30 Thread Valdas Jankūnas
? -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Win32 Lazarus IDE Set Breakpoint minor quibble

2007-10-20 Thread Valdas Jankūnas
otherwise i accidentally set breakpoint at this line. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] scanline example didn't work after update to svn 12247

2007-10-04 Thread Valdas Jankūnas
of that example is written: // fill line with gray for i:=0 to (ImgWidth*4)-1 do PByte(LineStart)[i]:=0; // set red, green and blue to 128 (i.e. gray) I think in comments and in other places should be word black not gray or value should be PByte...:=128 not 0... -- Valdas Jankūnas

[lazarus] Fpc 2.2.0 and Lazarus

2007-10-01 Thread Valdas Jankūnas
Hi, it is recomended use fpc compiler version 2.2.0 with Lazarus (f.e. for reporting bugs)? ... now in kUbuntu 7.04 i use Lazarus latest svn compiled with fpc v2.2.0 and if lazarus compiled on GTK1 widgetset then code editor not handles UTF-8 text... -- Valdas Jankūnas

Re: [lazarus] Posting translation

2007-08-28 Thread Valdas Jankūnas
Marc Weustink rašė: Valdas Jankūnas wrote: Hello, where i can send translated Lazarus files? [EMAIL PROTECTED] rejected my message. Did you read the reject message ? Please put the word patch in the subject ortherwise it gets rejected (to much spam) Not carefully.. my fault Yes, returned

[lazarus] Posting translation

2007-08-27 Thread Valdas Jankūnas
Hello, where i can send translated Lazarus files? [EMAIL PROTECTED] rejected my message. P.S. attachment size on disk is 122.3 KB -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] Posting translation

2007-08-27 Thread Valdas Jankūnas
.. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Problem in Lazarus i18n

2007-08-25 Thread Valdas Jankūnas
is that in English msgid have same word, but in other languages f.e Lithuanian there is different words, and now in Lazarus main menu i see wrong translation due dublicates. I think this need fix to be msgid fields have unique values. I suggesting swap msgid and comment values. -- Valdas

Re: [lazarus] Mailing List

2007-08-24 Thread Valdas Jankūnas
found there last discussued threads which i read by email subscription. Try http://www.mail-archive.com/lazarus@miraclec.com/; -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

[lazarus] Compiler options

2007-08-23 Thread Valdas Jankūnas
2 optimizations plus some time-intensive optimizations.. And in this dialog also is checkbox Uncertains optimizations. Maybe there are mistake in Lazarus with Level 3? -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL

Re: [lazarus] ERROR in LCL: obsolete call to CreateComponent in GTK1 GTK2

2007-08-17 Thread Valdas Jankūnas
see message ERROR in LCL: obsolete call to CreateComponent. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org

Re: [lazarus] KeyDown and KeyUp events

2007-08-16 Thread Valdas Jankūnas
with GetAsyncKeyState like in win, but i not found this function Lazarus... I think better leave these issue as is and write note in wiki about this keyboard behavior in GTK1. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL

[lazarus] Guide lines in IDE form designer

2007-08-12 Thread Valdas Jankūnas
Hi, when Component_A.Left=Component_B.Left then guide line is shown, but if Component_A.Right=Component_B.Left then guide line not appears. Its OK? -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Keyboard event handlig

2007-08-09 Thread Valdas Jankūnas
for ansver -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Keyboard event handlig

2007-08-08 Thread Valdas Jankūnas
Hi, how i can detect when user physically press or releases keyboard key? -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Keyboard event handlig

2007-08-08 Thread Valdas Jankūnas
I think implementing Keyboard hook in linux is not easy.. Thanks. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org

Re: [lazarus] Keyboard event handlig

2007-08-08 Thread Valdas Jankūnas
I think implementing Keyboard hook in linux is not easy.. Thanks. There in Lazarus is way to detect true OnKeyUp event when user really releases keyboard key?? -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL

[lazarus] Shift state in Keyboard events

2007-08-05 Thread Valdas Jankūnas
and Shift works as expected. I work in Kubuntu 7.04 Linux with Lazarus svn 0.9.23. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

[lazarus] About Real numbers and compiler

2007-08-02 Thread Valdas Jankūnas
-Real conversions i must write CONSTANT=Real(1), number:=Real(2) or ...:=1.0 as i see in Java? -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] TSpeedButton bugs patch

2007-07-19 Thread Valdas Jankūnas
the IDE. Im are that improver :) http://www.freepascal.org/mantis/view.php?id=8538 My fault, apologize. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http