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
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-10 Thread Paul Ishenin
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/mailman/listinfo

Re: [Lazarus] Improper initialization of manged types

2013-07-09 Thread Paul Ishenin
). 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
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://lists.lazarus.freepascal.org

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
, 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-15 Thread Paul Ishenin
- it 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-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
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-14 Thread Paul Ishenin
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] GTK2 threading

2013-04-04 Thread Paul Ishenin
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
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 Ishenin

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

2013-02-14 Thread Paul Ishenin
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
, 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
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 mailing list Lazarus

Re: [Lazarus] win32 ShowScrollBar triggers immediate paint

2013-01-05 Thread Paul Ishenin
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
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
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, Paul

Re: [Lazarus] Use previous controls palette icons

2012-12-18 Thread Paul Ishenin
. components_images.bat 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
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 list 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 Ishenin

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

2012-12-11 Thread Paul Ishenin
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 Lazarus

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] Splash window with drop shadow

2012-10-30 Thread Paul Ishenin
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
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, Paul Ishenin

Re: [Lazarus] Transparent Custom Drawn Controls

2012-09-20 Thread Paul Ishenin
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 mailing list

Re: [Lazarus] Transparent Custom Drawn Controls

2012-09-20 Thread Paul Ishenin
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] Cannot post a reply in the lazarus forum

2012-09-09 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, Paul Ishenin

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
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 -- ___ Lazarus mailing

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
this 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
-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, Paul Ishenin

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

2012-04-05 Thread Paul Ishenin
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@lists.lazarus.freepascal.org http

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

2012-04-05 Thread Paul Ishenin
sometimes. 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 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 http

Re: [Lazarus] Decision required WRT dragging

2012-03-29 Thread Paul Ishenin
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-29 Thread Paul Ishenin
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.freepascal.org http

Re: [Lazarus] Decision required WRT dragging

2012-03-29 Thread Paul Ishenin
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 regards, Paul Ishenin

Re: [Lazarus] Decision required WRT dragging

2012-03-29 Thread Paul Ishenin
, 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
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] 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

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

2012-03-27 Thread Paul Ishenin
. 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 mailing

Re: [Lazarus] Dockable IDE

2012-03-18 Thread Paul Ishenin
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 -- ___ Lazarus mailing list

Re: [Lazarus] Dockable IDE

2012-03-17 Thread Paul Ishenin
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
? 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://lists.lazarus.freepascal.org/mailman

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] Options dialog filter

2012-03-06 Thread Paul Ishenin
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, Paul Ishenin

Re: [Lazarus] JEDI format and UNDO

2012-03-06 Thread Paul Ishenin
, 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] 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
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-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
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
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
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 mailing list

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

2011-11-21 Thread Paul Ishenin
. 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
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] MDI implementation

2011-11-15 Thread Paul Ishenin
is to 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] 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
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 Ishenin

Re: [Lazarus] Support for dotted unit name

2011-11-05 Thread Paul Ishenin
and 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
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. Best regards, Paul Ishenin

Re: [Lazarus] Support for dotted unit name

2011-11-03 Thread Paul Ishenin
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). Best regards, Paul Ishenin

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
... Simple the DragImageList 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

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

2011-10-21 Thread Paul Ishenin
the 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
^. 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
handle a situation when you set clDefaultPageControl color to TButton? 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: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] LCL Message handling

2011-10-20 Thread Paul Ishenin
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 http

Re: [Lazarus] TWinControl.AddControl?

2011-10-20 Thread Paul Ishenin
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 Ishenin

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
: 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

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

2011-09-19 Thread Paul Ishenin
for string arguments. I had to avoid that. The better choise would be to use RawByteString type but I it is not defined in fpc 2.4.4 which we need to support. Best regards, Paul Ishenin. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

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] 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
. 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.freepascal.org http

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
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
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 mailing list 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, Paul Ishenin

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

2011-05-11 Thread Paul Ishenin
--- 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

Re: [Lazarus] clDefault propagation

2011-04-26 Thread Paul Ishenin
rather than understanding the behaviour, what colour should a status bar be set to so that it adopts the colour of the main menu background? Set it to clBtnFace. Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Menu caption standards

2011-04-19 Thread Paul Ishenin
19.04.2011 15:06, Juha (gmail) wrote: User interfaces are difficult to design because there is no single right solution, it is always a matter of opinion. Look at windows (xp/vista) and osx design guidlines. Best regards, Paul Ishenin

Re: [Lazarus] Yet another wiki attack

2011-04-19 Thread Paul Ishenin
19.04.2011 16:50, Graeme Geldenhuys пишет: http://wiki.freepascal.org/Lazarus_IDE_Tools The above URL has no text regarding the Lazarus IDE Tools feature. Instead it has some spam. Thanks, I reverted those pages and blocked spammers. Best regards, Paul Ishenin

Re: [Lazarus] Lazarus SVN 30328 is not compiling

2011-04-16 Thread Paul Ishenin
17.04.2011 7:13, ABorka wrote: propedits.pp(1781,5) Error: Expected another 1 array elements propedits.pp(6673) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Fixed in r30332. Best regards, Paul Ishenin

Re: [Lazarus] Application.Handle

2011-04-03 Thread Paul Ishenin
: APlugin.Initialize(WidgetSet.AppHandle)' Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Detecting desktop area size

2011-04-01 Thread Paul Ishenin
01.04.2011 19:32, Hans-Peter Diettrich wrote: Paul Ishenin schrieb: How do I know on which monitor my form is? (I only have one monitor, so I cannot test this) Looks like search does not work on your PC anymore. Look at TForm.Monitor property. A form/window actually can span multiple

  1   2   3   4   5   >