Re: [Lazarus] Congrats on the new project options screen

2013-08-04 Thread Paul Ishenin
04.08.13, 19:34, Juha Manninen пишет: How about the new GUI for all available compiler options? Comments anybody? I prefere a property grid instead of creation of 100+ controls. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Improper initialization of manged types

2013-07-10 Thread Paul Ishenin
s example attached to it worked for me. Maybe the extended example with class operators will not work properly? Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailma

Re: [Lazarus] Improper initialization of manged types

2013-07-10 Thread Paul Ishenin
call you see PPchar(Data)^ := Nil is executed for the interface field or not). Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Improper initialization of manged types

2013-07-09 Thread Paul Ishenin
blems). Please give a link to your bug report. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Unicode branch

2013-06-10 Thread Paul Ishenin
10.06.13, 23:20, Sven Barth пишет: Nope, WinCE uses FPC_OS_UNICODE ;) Not in FPC 2.6.2 which must be supported by Lazarus too. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Regressions in GTK2 interface ?

2013-05-13 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] Regressions in GTK2 interface ?

2013-05-13 Thread Paul Ishenin
-glyphs.html Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Regressions in GTK2 interface ?

2013-05-13 Thread Paul Ishenin
behavior by: a) changing your theme settings b) changing in IDE options (if you want this for IDE) / changing in TApplicationProperties object. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lis

Re: [Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-15 Thread Paul Ishenin
15.04.13, 19:53, Michael Van Canneyt пишет: Are dotted name spaces allowed too? For example -NSXML;my.company ? I would hope so, this is the whole point of namespaces :-) Yes, you can pas dotted namespaces too. Best regards, Paul Ishenin

Re: [Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-15 Thread Paul Ishenin
15.04.13, 19:43, Paul Ishenin пишет: If we compile this with dcc32 -NSSystem delphi will find System.SysUtils instead of SysUtils. Without this switch recent delphi will give an error because now delphi RTL has no SysUtils unit - it has System.SysUtils. Just looked at some recent project

Re: [Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-15 Thread Paul Ishenin
has System.SysUtils. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-14 Thread Paul Ishenin
14.04.13, 18:52, Mattias Gaertner пишет: I thought the unit name spaces are more complicated, but maybe I misunderstood Sven. As I remember compiler changes were rather small. You can look at them in trunk r18911 or in paul/namespaces branch. Best regards, Paul Ishenin

Re: [Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-14 Thread Paul Ishenin
s for RTL rather soon. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] FPDoc Editor fails on namespace dotted unit names?

2013-04-14 Thread Paul Ishenin
parts of test files. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] GTK2 threading

2013-04-04 Thread Paul Ishenin
ely use any GTK 2.8 (or lower) functionality. GTK 2.10 and upper should be used only with ifdefs. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Debugging fixed strings in UTF8 encoding

2013-03-26 Thread Paul Ishenin
s not contain encoding field which can help debugger to recognize encoding. When FPC 2.7.1 will out this will be possible. The only solution I see is to have a combobox with possible ansi encodings to convert your string data. Best regards, Paul Is

Re: [Lazarus] OSX i386 build error with FPC trunk

2013-02-14 Thread Paul Ishenin
options: make clean bigide OPT="-Mobjfpc -Sh" Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] property setter

2013-01-23 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] record literal in FPC?

2013-01-09 Thread Paul Ishenin
so I've a personal interest in this and therefore would not mind to report it :-)) Feel free to submit a feature request to the fpc bug tracker. First check whether it works delphi mode. Best regards, Paul Ishenin -- ___ Lazarus maili

Re: [Lazarus] win32 ShowScrollBar triggers immediate paint

2013-01-05 Thread Paul Ishenin
05.01.13, 20:48, Mattias Gaertner пишет: What is drawing wrong? For some reason scrollbar had been drawn non-themed before the first repaint. I can't imagine a reason. This was visible in IDE component tree (above object inspector). We also had a bug report somewhere. Best regards,

Re: [Lazarus] win32 ShowScrollBar triggers immediate paint

2013-01-05 Thread Paul Ishenin
winapi. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] win32 ShowScrollBar triggers immediate paint

2013-01-05 Thread Paul Ishenin
est regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Use previous controls palette icons

2012-12-18 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] Popup window

2012-12-17 Thread Paul Ishenin
17.12.12, 20:32, zeljko пишет: And widgetset is ? Under Qt you can set rule ShowWithoutActivation, but don't know how it goes on under Gtk2. I know how to achieve this behavior also with win32 :) So maybe we just need to create a LCL TPopupForm class? Best regards, Paul Is

Re: [Lazarus] Popup window

2012-12-17 Thread Paul Ishenin
values of FormStyle and Popupmode but my popup window always deactivate parent form (title bar of parent form change color). This depends on widgetset you are using. Where do you see this behavior? Best regards, Paul Ishenin -- ___ Lazarus mailing li

Re: [Lazarus] G+ community for Free Pascal and Lazarus

2012-12-11 Thread Paul Ishenin
x27;m already there since 2-3 days. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Splash window with drop shadow

2012-11-04 Thread Paul Ishenin
05.11.12, 1:56, Leonardo M. Ramé wrote: You meant, you CAN'T only mask a part of the form, right?. You can. But this not the same as to make it semi transparent, right? Best regards, Paul Ishenin -- ___ Lazarus mailing list La

Re: [Lazarus] Splash window with drop shadow

2012-11-04 Thread Paul Ishenin
31.10.12, 7:21, Leonardo M. Ramé пишет: Paul, I noted you implemented TCustomForm's.AlphaBlend property, is it possible to just alphablend part of the form?. No, this is not supported. You can only mask a part of the form. Best regards, Paul Is

Re: [Lazarus] TTabsheet componentcount property always seems to show 0

2012-11-03 Thread Paul Ishenin
will not have it and vice versa with TabSheet2. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TTabsheet componentcount property always seems to show 0

2012-11-03 Thread Paul Ishenin
03.11.12, 4:38, Ajeandro Gonzalo пишет: Am I missing something? All components are owned by TForm. Check for TTabSheet controlCount. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Splash window with drop shadow

2012-10-30 Thread Paul Ishenin
window. But there is no option available in LCL for this and there is no cross platform way I believe. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Please define "delphi compatibility"

2012-10-03 Thread Paul Ishenin
to support older delphi versions the same way. Think of component developers. You always need to care that your forms does not contain something which does not work on all supported delphi versions. Lazarus support is similar. Best regards, Pa

Re: [Lazarus] Transparent Custom Drawn Controls

2012-09-20 Thread Paul Ishenin
k on it at the near future. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Transparent Custom Drawn Controls

2012-09-20 Thread Paul Ishenin
CDButton etc) should inherit from TGraphicControl which has support for transparent background. And has no focus support since TGraphicControl does not have OS handle and as result does not have focus. Best regards, Paul Ishenin -- ___ Lazarus mail

Re: [Lazarus] Cannot post a reply in the lazarus forum

2012-09-08 Thread Paul Ishenin
09.09.12, 14:42, Salvatore Coppola пишет: As the object say, (see the attached screenshot) cannot post a reply in the lazarus forum. What am I doing wrong? Look at one of the text fields: "Lazarus spelled backward" = surazaL but you put the captcha there. Best regards, Pa

Re: [Lazarus] PascalScript on Win x64

2012-09-06 Thread Paul Ishenin
06.09.12, 17:36, Martin пишет: On 06/09/2012 03:40, Paul Ishenin wrote: Yes, it can only be done in ASM, but the Invoke function is part of the RTL and thus would by definition be available for all platforms supported by FPC (even if not every platform would be available at once). Maybe

Re: [Lazarus] PascalScript on Win x64

2012-09-05 Thread Paul Ishenin
m would be available at once). Maybe at the first step to move the code for invokation of FPC methods from PascalScript code into a LCL unit (if license allows) - so later it will be simple moved to FPC RTL? Best regards, Paul Ishenin -- ___ Lazar

Re: [Lazarus] Lazarus 1.0 release candidate 1 available for download

2012-08-02 Thread Paul Ishenin
interesting. And no Win XP ;) XP is supported "by default" :) And nobody tested on NT4 I think. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus 1.0 release candidate 1 available for download

2012-08-01 Thread Paul Ishenin
/tags/lazarus_1_0_RC1 Please, let me know if you find any problems with these release candidates. Also let me know if you installed it without any problem. Also the list of changes: http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes Best regards, Paul Ishenin

Re: [Lazarus] Editable form in runtime

2012-06-19 Thread Paul Ishenin
by my self? LCL does not have it. You need to write them yourself. Also the Lazarus designer code is not modified LGPL as LCL but GPL2. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Comments on rev 36091 / issue #21459

2012-05-02 Thread Paul Ishenin
how a non-modal form on top of modal is needed even for LCL components - for TDateEdit and TCalcEdit as they use forms for dropping down editors. Similar needs exists in many other component sets. I hope you will be able to change the carbon implementation yourself soon. Best regards, Pa

Re: [Lazarus] Strg + D doesn't invoke Jedi Code formatter ?

2012-04-05 Thread Paul Ishenin
hortcut. LCL also needs to be formatted sometimes. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Strg + D doesn't invoke Jedi Code formatter ?

2012-04-05 Thread Paul Ishenin
settings for JCF. JCF shows this windows in case it can not parse your source code. Maybe you have some errors in code? If so please fix them first before the format. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lis

Re: [Lazarus] Lazarus 1.0 is branched

2012-04-02 Thread Paul Ishenin
02.04.12 19:54, zeljko wrote: Don't know ... you should ask Paul or Mattias about it. I think Paul has already clearly replied before. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Decision required WRT dragging

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

Re: [Lazarus] Decision required WRT dragging

2012-03-29 Thread Paul Ishenin
his can be solved in two ways: 1) The DragManager ignores such changes. 2) The "dragging" state is checked in the control, before an attempt is made to change the capture. You need to find the control which changes the capture diring the drag and fix this control code. Best r

Re: [Lazarus] Decision required WRT dragging

2012-03-29 Thread Paul Ishenin
"We know that there exists bugs in the code outside LCL. We prefere the bugs fixed in that code instead of adapting LCL for the bad written code". Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus

Re: [Lazarus] Decision required WRT dragging

2012-03-29 Thread Paul Ishenin
blems you describe in the bug report I am ready to fix them. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Decision required WRT dragging

2012-03-28 Thread Paul Ishenin
29.03.2012 6:14, Paul Ishenin wrote: 28.03.12 23:23, Hans-Peter Diettrich wrote: Currently dragging is broken in the LCL, see Mantis #18525. Currently any attempt to undock a docked window makes at least a Windows application hang, in an unusable state, until a *different* application is

Re: [Lazarus] Decision required WRT dragging

2012-03-28 Thread Paul Ishenin
cause any *real* problems? Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Stop making false claims and statements on the wiki!

2012-03-27 Thread Paul Ishenin
demo. So if I create a demo which will run on LCL-Cocoa (for example I will implement TListView or Drag and Drop demo) but will not run at the same time on LCL-CustomDrawn it will show something to others? Best regards, Paul Ishenin -- ___ Lazarus ma

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] 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] 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-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] 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] 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] 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] 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] 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-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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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-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] 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] 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-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] 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] 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] 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] 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: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: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
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] 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] 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] 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] Removed use of UTF8String in Lazarus to work with cpstrnew

2011-09-20 Thread Paul Ishenin
s listed here: http://wiki.lazarus.freepascal.org/delphi_language_features_which_fpc_does_not_have. I look at this page from time to time when I want to do something in compiler. 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
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-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
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-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] 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] 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] [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] 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] 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 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] 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] 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

  1   2   3   4   5   6   >