Re: [lazarus] Introduction - NOTE FOR GRAHAM

2008-01-29 Thread Valdas Jankūnas
r this i writted component "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

Re: "cannot find -lGL" (OpenGLContext application)

2007-11-27 Thread Valdas Jankūnas
ike "libGL.so.1.0.9639" - library is installed, otherwise 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." (in my example "libGL.so.1.0.9639") to &

Re: [lazarus] FSAA with TCustomOpenGLControl

2007-11-14 Thread Valdas Jankūnas
MPLE)", another about recreating a window. And probably is not possible do this outside of TCustomOpenGLControl... -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with "u

[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.free

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.

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 (althoug

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 __

[lazarus] XML and UTF-8

2007-11-09 Thread Valdas Jankūnas
=TXMLDocument.Create; ReadXMLFile(xml_doc, FAILAS); node_00:=xml_doc.FindNode('root'); node_01:=node_00.FindNode('kitas_testas'); Label2.Caption:='>'+TDOMElement(node_01)['kita_eilute']+'<'; xml_doc.Free; end; initialization

[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 "AT&T". I think this frame name can be more informative if rename it to "Assembler

[lazarus] Speed

2007-10-30 Thread Valdas Jankūnas
t; FP code? -- 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
umn i must pay more attention 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
s" 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

[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

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] 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 PROTE

[lazarus] Problem in Lazarus i18n

2007-08-25 Thread Valdas Jankūnas
alues. I suggesting swap msgid and comment values. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Mailing List

2007-08-24 Thread Valdas Jankūnas
x27;t 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 "

[lazarus] Compiler options

2007-08-23 Thread Valdas Jankūnas
l/prog/progse49.html";) writes "Level 3 (-O3) equals level 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

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

2007-08-17 Thread Valdas Jankūnas
p?id=9454"; in log i also see message "ERROR in LCL: obsolete call to CreateComponent". -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject

Re: [lazarus] KeyDown and KeyUp events

2007-08-16 Thread Valdas Jankūnas
maybe 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 [

[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] with

Re: [lazarus] Keyboard event handlig

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

Re: [lazarus] Keyboard event handlig

2007-08-08 Thread Valdas Jankūnas
app has focus. Razvan > > 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

Re: [lazarus] Keyboard event handlig

2007-08-08 Thread Valdas Jankūnas
s. Razvan I think implementing Keyboard hook in linux is not easy.. Thanks. -- Valdas Jankūnas _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subjec

[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 archiv

[lazarus] Shift state in Keyboard events

2007-08-05 Thread Valdas Jankūnas
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 archiv

[lazarus] About Real numbers and compiler

2007-08-02 Thread Valdas Jankūnas
n run-time Integer->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

Re: [lazarus] TSpeedButton bugs patch

2007-07-19 Thread Valdas Jankūnas
's easy to check just from 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