[Lazarus] terminal window not displayed in lazarus on kubuntu linux

2013-01-18 Thread Paul
because it is a gtk2 version and not KDE? Can anyone help please, Paul -- ---This message has been sent using Thunderbird on kubuntu--- -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

[Lazarus] Problem with TSQLScript

2013-07-18 Thread Paul
ve any problems with this piece of code Any hints ? Paul I use Lazarus 1.0.10, Firebird 2.5 on Ubuntu 32bit -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Problem with TSQLScript

2013-07-19 Thread Paul
W dniu 19.07.2013 10:48, Ludo Brands pisze: On 07/18/2013 05:40 PM, Paul wrote: Hello, I have problem with TSQLScript (?) Script looks like that SET TERM ^ ; CREATE PROCEDURE GET_USER_PRIVILEGES ( USER_ACCOUNT VARCHAR(10)) RETURNS ( RESULT CHAR(1)) AS BEGIN FOR SELECT

Re: [Lazarus] Problem with TSQLScript

2013-07-19 Thread Paul
W dniu 19.07.2013 09:38, Reinier Olislagers pisze: On 18/07/2013 17:40, Paul wrote: I have problem with TSQLScript (?) Script looks like that SET TERM ^ ; CREATE PROCEDURE GET_USER_PRIVILEGES ( USER_ACCOUNT VARCHAR(10)) RETURNS ( RESULT CHAR(1)) AS BEGIN FOR SELECT

Re: [Lazarus] Problem with TSQLScript

2013-07-19 Thread Paul
W dniu 19.07.2013 10:48, Ludo Brands pisze: On 07/18/2013 05:40 PM, Paul wrote: Hello, I have problem with TSQLScript (?) Script looks like that SET TERM ^ ; CREATE PROCEDURE GET_USER_PRIVILEGES ( USER_ACCOUNT VARCHAR(10)) RETURNS ( RESULT CHAR(1)) AS BEGIN FOR SELECT

[Lazarus] OnUTF8KeyPress on Mac OS X Carbon

2015-09-14 Thread paul
Lazarus binary package 1.4.2 with the Carbon widgetset. Thanks, Paul Michell -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-03 Thread Paul Ishenin
03.05.2011 17:05, Martin wrote: just noticed. breakpoint conditions are broken at the moment... Do you mean they ever worked before? Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Rev: 30677 error, Paul commit.

2011-05-11 Thread Paul Ishenin
, stopping --- Missing commit files ? Yes, sorry. Fixed. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Latest lazarus does not compile

2011-05-20 Thread Paul Ishenin
20.05.2011 15:17, michael.vancann...@wisa.be пишет: I get the following error: breakpointsdlg.pp(776,62) Error: Identifier not found "lisDeleteBreakpointForAddress" My fault. The file was in another directory than the main file I commited. I fixed the problem. Best regards, Pa

Re: [Lazarus] LazWebSolutions - Already available in SVN

2011-06-17 Thread Paul Breneman
l.com/monitor.htm I haven't published it yet on that project but here is my latest addition that is a 2.3 MB zip for compiling your lssendmail.exe: http://www.turbocontrol.com/EasyLSSendMail-fpc-2.4.2.i386-win32-052911.zip I hope it is OK for me to post that as part of my project. -- Reg

Re: [Lazarus] Memory need on ARM

2011-07-18 Thread Paul Breneman
Graeme, Paul Breneman has even made a small FPC cross-compilation distribution of FPC & fpGUI targeting WinCE on ARM devices, in a small 2-5MB download. I'm pretty sure something similar could be created for targeting Linux embedded devices too. http://www.turbocontrol.com/hello

[Lazarus] lazarus compile problem

2011-08-18 Thread Paul Parkyn
: Linux for i386 Compiling resource ../units/i386-linux/lazarus.or lazarus.pp(130,1) Error: Can't call the resource compiler "/usr/bin/fpcres", switching to external mode [paul@localhost i386-linux]$ ls ./lazarus* ./lazarusidestrconsts.o./lazarusidestrconsts.rst

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread Paul Ishenin
30.08.2011 21:21, Michael Van Canneyt wrote: Maybe it is not a bad idea to save the current .exe on rebuild by default ? My build script does it. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Latest lazarus just hangs

2011-08-30 Thread Paul Ishenin
goto finish del lazarus.win32.exe ren lazarus.exe lazarus.win32.exe :finish Btw, try to update svn and build again. I found one typo which could cause an endless loop while unit loading. Best regards, Paul Ishenin -- ___ Lazarus maili

Re: [Lazarus] [Feature request] Add PNF image to Package

2011-08-31 Thread Paul Ishenin
from the first. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] The color of special characters in the Source Editor

2011-09-15 Thread Paul Ishenin
. Even if you intend to implement a highlight for spaces in comments it must differ from the highlight for spaces in code. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] native look on mac

2011-09-18 Thread Paul Ishenin
18.09.2011 16:10, Mattias Gaertner wrote: A cocoa backend has been started, but afaik no one is currently working on it. I will start a slow development as soon as I receive my mac. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-18 Thread Paul Ishenin
coding not Ansi. If I would like to start testing FPC trunk with the merged cpstrnew branch, should I replace all UTF8String with String? I don't know how you use it. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-19 Thread Paul Ishenin
19.09.2011 17:06, cobines wrote: 2011/9/19 Paul Ishenin: Lazarus must use either UTF8String everywhere or nowhere. I thought that Lazarus will continue to use UTF-8 on all platforms and String will mean String<65001> and it will be interchangeable with UTF8String. Is that not so? W

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-19 Thread Paul Ishenin
? This is not desired at the moment because compiler is not 100% ready to use UTF8String. When compiler support for cp strings is ready Lazarus will probably switch to UTF8String type. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-19 Thread Paul Ishenin
RawByteString need to be read in the context of code where I replaced UTF8String to AnsiString. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Paul Ishenin
20.09.2011 22:02, Vincent Snijders wrote: 2011/9/20 Sven Barth: But at least we have the new code page aware string in trunk now, so the recent Unicode discussions were worth something :P Paul, is that true? Did the recent Unicode discussions on this list and the fpc lists help you / motivate

Re: [Lazarus] [OT] Pascal's Compilers.

2011-09-26 Thread Paul Breneman
Frank Church wrote: On 26 September 2011 10:28, Henry Vermaak wrote: On 26/09/11 10:10, Lukasz Sokol wrote: On 25/09/2011 04:19, Cristofer Martins wrote: Can anyone explains me why programs generated by Pascal compilers are less fast than programs generateds by C/C++ Compilers? Is this re

Re: [Lazarus] Fwd: [lazarus-br] Tamaho do executavel

2011-10-05 Thread Paul Ishenin
:_Compiler_Options#Adding_a_release_and_debug_build_modes It would be much easier if debug and release modes were automatically added to the new projects. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] LCL Message handling

2011-10-20 Thread Paul Ishenin
s are different to show that message can be not the same as windows passed it. So it just warns developer that it not exact windows message. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] TWinControl.AddControl?

2011-10-20 Thread Paul Ishenin
ebody explain that? Well, Parent and Parent Handle are different. Parent is about LCL/VCL TControl property and Parent Handle is about widgetset window object like a call to SetParent(hWndChild, hWndParent: HWND): HWND. Best regards, Paul Is

Re: [Lazarus] How to obtain the color of a component?

2011-10-21 Thread Paul Ishenin
real color if it is default. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to obtain the color of a component?

2011-10-21 Thread Paul Ishenin
21.10.2011 16:04, Felipe Monteiro de Carvalho wrote: Maybe we should have instead created 1 color for each native control, like: clFormDefault, clPageControlDefault, etc. How ParentColor property will work in this case? Best regards, Paul Ishenin

Re: [Lazarus] How to obtain the color of a component?

2011-10-21 Thread Paul Ishenin
21.10.2011 16:01, Felipe Monteiro de Carvalho пишет: On Fri, Oct 21, 2011 at 9:47 AM, Paul Ishenin wrote: if CDTabControl.Color = clDefault then lColor := CDTabControl.GetDefaultColor(dctBrush)<-- I get black! else lColor := ColorToRGB(CDTabControl.Color); The call

Re: [Lazarus] How to obtain the color of a component?

2011-10-21 Thread Paul Ishenin
21.10.2011 16:21, Felipe Monteiro de Carvalho пишет: On Fri, Oct 21, 2011 at 10:14 AM, Paul Ishenin wrote: How ParentColor property will work in this case? I think that it would work like this: function TWinControl.GetColor: TColor begin if ParentColor and (Parent<> nil) then

Re: [Lazarus] How to obtain the color of a component?

2011-10-21 Thread Paul Ishenin
21.10.2011 16:23, Felipe Monteiro de Carvalho wrote: Maybe GetColor should call GetDefaultColor if the color is clDefault? GetColor should return the color assigned to a control. In other case you will have many problems with object inspector and form saving. Best regards, Paul Ishenin

Re: [Lazarus] TDragImageList.FLockedWindow

2011-10-23 Thread Paul Ishenin
eList declaration has been taken from Delphi with own Lazarus implementation where FLockedWindow was nowhere used. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/ma

Re: [Lazarus] TControl.IsParentShowHint

2011-10-25 Thread Paul Ishenin
26.10.2011 9:35, Hans-Peter Diettrich пишет: This method looks as if it could be removed. A property ParentShowHint exists already, which does exactly the same. You are right. It should be removed. Best regards, Paul Ishenin. -- ___ Lazarus

Re: [Lazarus] Support for dotted unit name

2011-11-03 Thread Paul Ishenin
ady - it should not be there. PS when this feature will be in stable trunk? (approximately) Depends on what you understand by "stable trunk". This feature is already in trunk. You can use units with dots in 2.7.1 and even Lazarus supports them (well, maybe not everywhere). B

Re: [Lazarus] Support for dotted unit name

2011-11-05 Thread Paul Ishenin
we will extend it if there will be demand. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Support for dotted unit name

2011-11-05 Thread Paul Ishenin
in IDE or using a compiler switch. Moreover this options is set by default to "Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell" - so old uses strings will work.

Re: [Lazarus] Screen and Desktop inconsistencies

2011-11-07 Thread Paul Ishenin
on of the screen not obscured by the system taskbar or by application desktop toolbars. The pvParam parameter must point to a RECT structure that receives the coordinates of the work area, expressed in virtual screen coordinates. Best regards, Paul Is

Re: [Lazarus] TApplication bugs

2011-11-08 Thread Paul Ishenin
08.11.2011 16:03, Hans-Peter Diettrich пишет: TApplication.IsHintMsg simply returns False and is not virtual??? A dummy method for delphi compatibility? Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Screen and Desktop inconsistencies

2011-11-08 Thread Paul Ishenin
width and height. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] MDI implementation

2011-11-15 Thread Paul Ishenin
implement things as much native as possible? And since qt and win32 have native MDI lazarus must use them. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] How to find error from 'Error compiling resources'?

2011-11-21 Thread Paul Ishenin
IDE or so. At the same time when you compile from the console you can read the error message. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to find error from 'Error compiling resources'?

2011-11-21 Thread Paul Ishenin
ble to simulate the bug? Add {$R *.res} to the project file twice. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Code completion improved

2012-01-16 Thread Paul Ishenin
etion code needs to guess what to write in implementation of MySortFunction :) Ideally it would be to auto write implementations on completion of well known procedures as Button1Click or Form1Create ;) Best regards, Paul Ishenin. -- ___ Lazarus ma

Re: [Lazarus] TRawImage.PerformEffect: how to properly use this?

2012-01-19 Thread Paul Ishenin
for internal imagelist usage the allocated memory may be deallocated by imagelist itself. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to implement an iif with generic?

2012-01-25 Thread Paul Ishenin
ng a generic function? I'm trying to implement an faster iif function. This is not yet implemented in the compiler. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] What is Lazarus lacking to make a version 1 ?

2012-02-06 Thread Paul Ishenin
already so I am just wondering what the thinking is Let us fix 0.99 bugs and 1.0 bugs. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Should the "at" word be painted as reserved word ?

2012-02-12 Thread Paul Ishenin
"Sprachgefühl" this cannot be anything other than a reserved word. Its not an identifier, its not an operator, it can only be a reserved word. At is not a reserved word. It works only in the context of a raise statement. Best regards, Paul Ishenin -- _

Re: [Lazarus] Lazarus usable with FPC trunk?

2012-02-17 Thread Paul Ishenin
I'm fixing them when I find. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can't compile trunk with fpc 2.4.5 under ubuntu

2012-02-27 Thread Paul Breneman
Martin Schreiber wrote: ... A side mark: I don't think using the old ansistring as combined binary and character buffer is such a bad thing. I completely agree and was surprised to read opposite opinions here. Since 1985 I've been telling people this is my favorite feature so I can use string

Re: [Lazarus] Options dialog filter

2012-03-04 Thread Paul Ishenin
can ask windows to change the color but windows simple ignores this. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Options dialog filter

2012-03-05 Thread Paul Ishenin
05.03.12 21:04, Juha Manninen пишет: It may be related to themes as Paul Ishenin mentioned, but I have seen colors used in other GUIs. Please give an example of other GUI. I will check that and maybe correct LCL if possible. Best regards, Paul Ishenin

Re: [Lazarus] Getting Version 0.99.0 up to 100% this year?

2012-03-05 Thread Paul Ishenin
do, let Vincent and Felipe decide. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Options dialog filter

2012-03-06 Thread Paul Ishenin
ot work on Vista themes. Some colors does not work on XP too. The same color property works with other widgetsets. If it is not supposed to work on Windows it should be mentioned as a restriction. It may be mention there as may not work. Best regards, Pa

Re: [Lazarus] JEDI format and UNDO

2012-03-06 Thread Paul Ishenin
st regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] JEDI format and UNDO

2012-03-06 Thread Paul Ishenin
06.03.2012 20:32, Zaher Dirkey пишет: Hi, Ctrl+D make format for my code. But when make Ctrl+Z it make strange undo, it is undo line by line that can make the code corrupted. Please check with r35783. Best regards, Paul Ishenin -- ___ Lazarus

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-12 Thread Paul Parkyn
ow to proceed with installation? Do I have to install all the files named like this fpc_2.6.0-1_all.deb first then install all the other files named like this fpc-2.6.0_2.6.0-1_all.deb and then do the same for lazarus. Thanks for your help regards Paul P

Re: [Lazarus] LM_DEACTIVATE

2012-03-13 Thread Paul Ishenin
state. Maybe this change can hurt but better to do it now - until we've not released 1.0. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-14 Thread Paul Parkyn
On 13/03/12 03:01, Vincent Snijders wrote: Op 12 maart 2012 11:08 heeft Paul Parkyn het volgende geschreven: Hello, I've downloaded the tar deb files from sourceforge and when untarred, there are two files with similar names as follows: for instance fpc_2.6.0-1_all.deb and fpc-2.6.0_

Re: [Lazarus] Dockable IDE

2012-03-17 Thread Paul Ishenin
as implemented an own vision of docking while delphi like docking still works. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Dockable IDE

2012-03-17 Thread Paul Ishenin
like" docking in the IDE? I did not make it work. Michael told about his own applications which are probably not based on easydockmanager. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lis

Re: [Lazarus] Dockable IDE

2012-03-18 Thread Paul Ishenin
k manager. > I never implemented anything Delphi-incompatible, in contrast to anchor > docking. I did not mean that you made something incompatible, just that you made an own implementation which Michael probably does not use. Best regards, Paul Ishenin -- ___

Re: [Lazarus] Size of binaries etc.

2012-03-21 Thread Paul Ishenin
regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] .or and .res files

2010-06-25 Thread Paul Ishenin
25.06.2010 2:17, Mark Morgan Lloyd пишет: Should .or be removed by a "Clean Directory"? I think yes. What about .res? Are they compiler version specific? res files should stay - they are not made by the compiler but by the IDE. Best regards, Pa

Re: [Lazarus] next release date?

2010-06-25 Thread Paul Ishenin
. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] .or and .res files

2010-06-25 Thread Paul Ishenin
25.06.2010 16:25, Mark Morgan Lloyd wrote: Thanks Paul. I tried compiling the current code I'm working on with 0.9.26/2.2.4 yesterday and had problems which by the looks of it were caused by resources- probably not worth pursuing further but it looks as though something isn'

Re: [Lazarus] .or and .res files

2010-06-25 Thread Paul Ishenin
rds, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Wiki instructions for installing FPC trunk

2010-06-27 Thread Paul Ishenin
least for ubuntu? I think the majority use it now. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] .or and .res files

2010-06-28 Thread Paul Ishenin
e store the LCL version. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] GTK2: PostMessage(..., LM_CHAR, ...) and IntfUTF8KeyPress(...)

2010-06-28 Thread Paul Ishenin
ave no effect? I am using FPC 2.5.1 [2010/06/09] and todays SVN Lazarus on Ubuntu 9.X . Well, at least they don't emulate key presses if you needed that but they must call the appropriate handlers in the edit component. Best regards, Paul Ishenin. -- __

Re: [Lazarus] Obtaining screen geometry

2010-06-28 Thread Paul Ishenin
can provide a sane default instead? Use Screen.Monitors[] to get the geomentry of every monitor in the system. You can use the WorkArea property to exclude system menu, dockbar and taskbar of various window managers. Best regards, Paul Ishenin

Re: [Lazarus] GTK2: PostMessage(..., LM_CHAR, ...) and IntfUTF8KeyPress(...)

2010-06-30 Thread Paul Ishenin
e devels found the way to emulate keyboard events in linux but personaly I would probably choose to manage the controls content in the program instead if there are not too much different control types. Best regards, Paul Ishenin. -- ___ Laz

Re: [Lazarus] Lazarus-other list

2010-07-03 Thread Paul Ishenin
azarus disputes. Since lazarus developers mostly don't participate at this disputes they (disputes) can be moved to another place - specially made for that disputes. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus

Re: [Lazarus] Nested frames

2010-07-04 Thread Paul Ishenin
not give you any guaranty that they work perfectly for your case. They still need more testing. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Nested frames

2010-07-05 Thread Paul Ishenin
other way you can get a situation when you need to edit lfm and lrs files manually. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Nested frames

2010-07-05 Thread Paul Ishenin
match. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] More thread questions.

2010-07-12 Thread Paul Nicholls
allen through, but people can feel free to correct me on this :) cheers, Paul - Original Message - From: Frank Church To: Lazarus mailing list Sent: Tuesday, July 13, 2010 1:42 AM Subject: [Lazarus] More thread questions. Can I take it that a thread will never execute unti

Re: [Lazarus] TreeView with columns

2010-07-13 Thread Paul Ishenin
13.07.2010 7:30, Juha Manninen wrote: If I want to use columns in a TreeView, what alternatives I have? One alternative is to implement column support for TTreeView component. According to treeview.inc file this feature was in someone todo list. Best regards, Paul Ishenin

Re: [Lazarus] Many parts of screen are not redrawn in Windows XP Classic theme and Win 2000

2010-07-18 Thread Paul Ishenin
thers with downloading themes). What controls for example does not redraw themself (so I can test them)? I have windows xp and can test although I never noticed this problem. Best regards, Paul Ishenin. -- ___ Lazarus mailing list La

Re: [Lazarus] Many parts of screen are not redrawn in Windows XP Classic theme and Win 2000

2010-07-19 Thread Paul Ishenin
19.07.2010 14:50, dmitry boyarintsev wrote: Paul Ishenin please test on Win 7 with Aero enabled (if possible). This is unrelated problem. Double buffering can't be applied if you want the correct fade effects. I already removed the double buffering for buttons before. Best regards,

Re: [Lazarus] Build Number

2010-07-22 Thread Paul Ishenin
extract the version information from the resource I can publish it. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Carbon Nested Windows

2010-07-23 Thread Paul Ishenin
arbon is on of them becase TWinControl.Handle points to the TCarbonWidget instead of HiViewRef/WindowRef. At the moment I don't know how to solve this problem. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.free

Re: [Lazarus] Build Number

2010-07-23 Thread Paul Ishenin
o: TVersionInfo; begin Info := TVersionInfo.Create; Info.Load(HINSTANCE); ShowMessage(ProductVersionToString(Info.FixedInfo.FileVersion)); ShowMessage(ProductVersionToString(Info.FixedInfo.ProductVersion)); Info.Free; end; Best regards, Paul Ishenin. unit vinfo; {$mode objfpc} interface uses

Re: [Lazarus] Build Number

2010-07-23 Thread Paul Ishenin
23.07.2010 16:05, Mattias Gaertner wrote: Maybe it should be added somewhere in the documentation? including the requirements. I wish to add it somewhere to fpc but don't know the right place. Btw, is it possible to add a unit to the documentation? Best regards, Paul Is

Re: [Lazarus] Build Number

2010-07-23 Thread Paul Ishenin
23.07.2010 16:12, Kjow wrote: Thank you, but my Lazarus (r26732M) can't find vinfo unit. vinfo unit was attached with the mail. Other question: Is this procedure multiplatform compatible? ( => Does it work on Linux?) Yes. Best regards, Paul

Re: [Lazarus] Lazarus Resources

2010-07-26 Thread Paul Ishenin
26.07.2010 18:23, Felipe Monteiro de Carvalho wrote: In that sense looking at the Inno Setup source code probably won't help much as it will probably be using Windows API which aren't portable. FPC resources api is compatible with windows. Best regards, Pa

Re: [Lazarus] Lazarus Resources

2010-07-27 Thread Paul Ishenin
26.07.2010 19:59, Mattias Gärtner wrote: Can you add some links or paragraphs on http://wiki.lazarus.freepascal.org/Lazarus_Resources about the new resources? Done. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Coding A PDA

2010-07-28 Thread Paul Breneman
. For WinCE I only have a cross-compile fpGUI distro available at this time though it should be possible to compile directly on a WinCE device. -- Regards, Paul Breneman www.dbReplication.com - VCL database replication components www.TurboControl.com - Hardware and software development servic

Re: [Lazarus] Resources on Windows

2010-07-28 Thread Paul Ishenin
? Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Resources on Windows

2010-07-29 Thread Paul Ishenin
project options and press OK. This action create you a res file and add a new $R directive. Then remove the old $R directive and save the project. Remove the old rc and manifest files if they are present and add a new res file instead. Then commit. Best regards, Paul Ishenin

Re: [Lazarus] Obtaining Control Address

2010-07-29 Thread Paul Ishenin
st regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Resources on Windows

2010-07-29 Thread Paul Ishenin
d a new res file instead. Then commit. You mean .res should be undef version control? Even though it is generated automatically? It is generated automatically only by IDE, not by the compiler. Best regards, Paul Ishenin. -- ___ Lazarus mailing l

Re: [Lazarus] TListView and TPopupMenu and the right mouse button

2010-08-02 Thread Paul Ishenin
as to simply leave the PopupMenu property completely empty and simply show the menu manually on mouse down. But I cannot find any example how to manually open a menu that was designed in the form designer? PopupMenu.PopupAt(); Best regards, Paul Is

Re: [Lazarus] LVSCW_AUTOSIZE{_USEHEADER};

2010-08-08 Thread Paul Ishenin
08.08.2010 23:36, Bernd Kreuss wrote: const AutoSizeWidth = LVSCW_AUTOSIZE{_USEHEADER}; in C:\lazarus\lcl\interfaces\win32\win32wscustomlistview.inc this was done in revision 24774 by Paul and the commit message was "don't reset autosized width of listview column"

Re: [Lazarus] LVSCW_AUTOSIZE{_USEHEADER};

2010-08-09 Thread Paul Ishenin
and attach the patch and example to it. And please don't remove AutoSizeWidth constant, just replaced the missed place where it had to be used. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] LVSCW_AUTOSIZE{_USEHEADER};

2010-08-09 Thread Paul Ishenin
st regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Aborting change of focused control

2010-08-19 Thread Paul Ishenin
nExit event to catch focus loose. The 0.9.29 version has many fixes for the OnEnter/OnExit, so the behavior can differ much from 0.9.28. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] How change Hint of the controls at design time?

2010-08-19 Thread Paul Ishenin
u can look at designer.pas unit to see how we show hints now. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How change Hint of the controls at design time?

2010-08-19 Thread Paul Ishenin
, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TSplitter

2010-08-20 Thread Paul Ishenin
:= alLeft for the splitter and move it after the first control 3. set Align := alClient for the second control Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Problem with ComboBox

2010-09-01 Thread Paul Parkyn
On Wed, 2010-09-01 at 19:47 +0200, John vd Waeter wrote: > It is a string, so decimal separator is not involved. I think setting > the text likely invokes textsearch, like when typing, and then the > first occurance matching '11' is '11.2'. > > See what happens if you place '11' before '11.2' >

  1   2   3   4   5   6   7   >