[lazarus] devel: patch for requests for TOpenDialog.OnTypeChange (TSaveDialog.OnTypeChange)

2007-04-20 Thread Paul Ishenin
troyHandle - destroys OPENFILENAME struct Ofcource, LPOPENFILENAME is not handle, but there is no handle at all for windows dialogs. If there will be no remarks for this mail, I'll apply this patch. -- Best regargs, Paul Ishenin mailto:[EMAIL PROTECTED] TypeChange.pa

Re[2]: [lazarus] devel: patch for requests for TOpenDialog.OnTypeChange (TSaveDialog.OnTypeChange)

2007-04-20 Thread Paul Ishenin
Hello, Vincent Snijders. On 20.04.2007 you wrote: VS> Paul Ishenin schreef: >> Hello, [EMAIL PROTECTED] >> >> There are several request about OnTypeChange event implementation for >> TOpenDialog/TSaveDialog (e.g. report 619, 8349). >> >> This patch impl

Re: [lazarus] images used in Lazarus IDE

2007-04-27 Thread Paul Ishenin
imagelist ... And then define somewhere constants with imageindexes. This also should help lazarus to eat less memory and gdi resources (at least soon when our TImageList become native). -- Best regards, Paul Ishenin mailto:[EMAIL PROTECTED] __

[lazarus] Icon unification

2007-04-27 Thread Paul Ishenin
library with consistent look? For example free library: http://www.famfamfam.com/lab/icons/silk/ -- Best regargs, Paul Ishenin mailto:[EMAIL PROTECTED] _ To unsubscribe: mail [EMAIL PROTECTED] with

[lazarus] Editor toolbar

2007-05-01 Thread Paul Ishenin
olbar object Patch attached. If you have no objections, I will apply it. ps: sorry, if my english is not so good :) -- Best regargs, Paul Ishenin mailto:[EMAIL PROTECTED] editor_toolbar.patch Description: Binary data

Re: [lazarus] cursor

2007-05-07 Thread Paul Ishenin
example, if you want to create lrs with 3 cursor resources then your under your comand can look so (under windows): lazres.exe your_resources_file.lrs cursor_1.cur cursor_2.cur cursor_3.cur Best regards, Paul Ishenin. _ To

Re: [lazarus] menu editor

2007-05-14 Thread Paul Ishenin
it from the desk top, apart from login off and login on again. Has any one else experienced this problem and overcome it. There was problem in 0.9.22 and it is fixed now. You can try svn version or one of latest snapshots. Best regards, Paul Ishenin

Re: [lazarus] New TThemeServices class

2007-05-21 Thread Paul Ishenin
Graeme Geldenhuys wrote: What does the TThemeServices class bring to the table for GTK1, GTK2 and Carbon interfaces? Didn't the they already work with the underlying themes? Painting of custom drawn controls like speedbutton. Paul. _

Re: [lazarus] Lazarus keyword completion addon

2007-05-22 Thread Paul Ishenin
, semicolon, ... Maybe better to look how delphi store this templates and if possible to use that template file. There I think we can find what actions can trigger template insertion. Best regards, Paul Ishenin. _ To unsub

Re: [lazarus] Office Menu Like

2007-05-22 Thread Paul Ishenin
u like, with lazarus There was nothing about which office in original mail. Maybe author needs OpenOffice menu look :) Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Su

Re: [lazarus] Store a utf-16 file in a lazarus resource file

2007-05-24 Thread Paul Ishenin
ition := 0; end; end; -- Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] patch: callstackdlg & buildlazdlg

2007-06-12 Thread Paul Ishenin
component but it appears to be ignored. Not shure what is happening. I cant see any problems here. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject

Re: [lazarus] TRadioGroup mistery

2007-06-21 Thread Paul Ishenin
=gtk then createdummyradiobutton else sit and wait ;) To be more exact I suggested to move that code from LCL to widgetset where it needed. ps: my answer is not in list since I answered to reply address (directly to zeljko) Best regards, Paul Ishenin.

Re: [lazarus] T(Float)SpinEdit.ReadOnly porperty beaviour

2007-06-25 Thread Paul Ishenin
). ReadOnly means that user can only read value. If user can change value by arrows then it is not read only. Some coponents even deny changing value through code (SpinEdit1.Value := ...) in ReadOnly mode. Best regards, Paul Ishenin

Re: [lazarus] T(Float)SpinEdit.ReadOnly porperty beaviour

2007-06-26 Thread Paul Ishenin
zeljko wrote: On Tuesday 26 June 2007 02:27, Paul Ishenin wrote: Tom Gregorovic wrote: Hi, what behaviour should have T(Float)SpinEdit.ReadOnly property when set: (1) disable editing in text box (2) disable editing in text box and also changing value via arrows I vote for (1), what do you

Re: [lazarus] GTK: Handle signal for every object

2007-06-26 Thread Paul Ishenin
Tom Gregorovic wrote: Hi, to implement dropping files for GTK, I need to process 'drag_data_received' signal for every GTK object. How can I achieve this? if for every that created by gtk widgetset then look at TGtkWidgetSet.HookSignals. if no then I dont know. Best regards, Pa

Re: [lazarus] How to hide the mouse cursor?

2007-06-29 Thread Paul Ishenin
Hello, lazarus mail list. Implemented in revision 11400. Please test. -- Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Paul Ishenin
be filled inspite of BeginTextRendere = False. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] TSpeedButton bugs patch

2007-07-22 Thread Paul Ishenin
ining a negative width (or height) Regards, Giuliano Colla Thanks, I applied buttonglyph part after test. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"

Re: Icons run and pause for Lazarus

2007-09-11 Thread Paul Ishenin
icons will be automatically generated from normal images. This should prevent extra work for designers. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subje

Re: [lazarus] Another icons for Lazarus

2007-09-11 Thread Paul Ishenin
switching to them. Best regards, Paul Ishenin. Yes I guessed and already in png 16*16. :) First two are not :( Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe&qu

Re: [lazarus] Another icons for Lazarus

2007-09-12 Thread Paul Ishenin
switching to them. Best regards, Paul Ishenin. Yes I guessed and already in png 16*16. :) Thanks for work. I replaced/added your new 6 images. Revision 12002. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL

Re: [lazarus] Another icons for Lazarus

2007-09-12 Thread Paul Ishenin
wile64 пишет: Modified and Another ;) thanks, commited. revision 12003. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] Another icons for Lazarus

2007-09-12 Thread Paul Ishenin
wile64 пишет: Great, But the menu_build_file.png dont view. Indeed, fixed - thanks. Revision 12004. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as t

Re: [lazarus] Another icons for Lazarus

2007-09-12 Thread Paul Ishenin
wile64 wrote: Still and with the STOP. I see the icons of the file menu (new Form and new links) in view menu (Form and Unit) ? Dont understand quesion, but anyway your new images applied in revision 12018 (I used menu_run_stop2.png as stop). Best regards, Paul Ishenin

Re: [lazarus] Another icons for Lazarus

2007-09-12 Thread Paul Ishenin
wile64 wrote: 2007/9/13, Paul Ishenin <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: wile64 wrote: > Still and with the STOP. > > I see the icons of the file menu (new Form and new links) in view menu > (Form and Unit) ? > D

Re: [lazarus] Another icons for Lazarus

2007-09-13 Thread Paul Ishenin
wile64 wrote: Still... Dont know. Cant understand what project icon means - paper box? But if other are happy I will add them. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] mantis report status?

2007-09-13 Thread Paul Ishenin
setted by reporter. This flag means that reporter already played with fixed version and very happy. But this flag can be seted by developer too if he have no feedback from reporter for a long time after bug fixing. Best regards, Paul Ishenin

Re: [lazarus] More icons

2007-09-20 Thread Paul Ishenin
n revision 12084: menu/menu_configure_build_lazarus.png menu/menu_configure_help.png menu/menu_search_find_next.png menu/menu_search_find_previous.png menu/menu_view_anchor_editor.png menu/menu_view_inspector.png Thanks for work. If I missed something please notify me. Bes

Re: [lazarus] More icons

2007-09-20 Thread Paul Ishenin
will look menu_select_line. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Another icons for Lazarus

2007-09-24 Thread Paul Ishenin
wile64 пишет: end of projects models. project10 is bad looking but others are excellent. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject a

Re: [lazarus] More icons

2007-09-24 Thread Paul Ishenin
wile64 пишет: More ;) Thanks, codeexplorer and source_editor3 are commited in r12157. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/m

Re: [lazarus] More icons

2007-09-24 Thread Paul Ishenin
wile64 пишет: More, with transparency :P Thanks, commited in r12170. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] patch for editbtn.pas

2007-10-01 Thread Paul Ishenin
Mattias Gaertner wrote: What name can I add to the ASCII text of the contributors list? He is already there at line 4: Aleksey Lagunov Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] patch for editbtn.pas

2007-10-01 Thread Paul Ishenin
Giuliano Colla wrote: Paul Ishenin ha scritto: Mattias Gaertner wrote: What name can I add to the ASCII text of the contributors list? He is already there at line 4: Aleksey Lagunov Best regards, Paul Ishenin. Out of sheer curiosity. Does the name Ishenin appear TWICE in the

Re: [lazarus] Debugging SetCursor in Carbon Lazarus

2007-10-04 Thread Paul Ishenin
regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] UTF-8 vs UTF-16 support

2007-10-05 Thread Paul Ishenin
most software uses English as default language. UTF-8 encoded English words are still the same as non-encoded English words. Btw, I dont know other advantages. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] More icons

2007-10-05 Thread Paul Ishenin
wile64 пишет: Very little more :( What you chose for the Project icon? As I know project4.png had the best feedback (2 pro 0 contra) :) Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Debugging SetCursor in Carbon Lazarus

2007-10-07 Thread Paul Ishenin
veloping) widgetset for me since I have no Mac :) I hope you or Tomas or Felipe can fix problem. Or I will try myself but later. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubs

Re: [lazarus] More icons

2007-10-09 Thread Paul Ishenin
wile64 пишет: 2007/10/5, Paul Ishenin <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: wile64 пишет: > Very little more :( > > What you chose for the Project icon? > As I know project4.png had the best feedback (2 pro 0 contra) :)

Re: [lazarus] More icons

2007-10-10 Thread Paul Ishenin
separate action from object (wrench from project). Best regards, Paul Ishenin. Are you happy? ;) You have view menu_reopen.png? Yes, now happy. But have no time at moment to replace/add them. Will do later. Best regards, Paul Ishenin

Re: [lazarus] Debugging SetCursor in Carbon Lazarus

2007-10-10 Thread Paul Ishenin
ixed issue. Read svn log for details. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] More icons

2007-10-10 Thread Paul Ishenin
Paul Ishenin пишет: wile64 wrote: I commited them in 12400, but I am not very happy. Project option and Project inspector look as spot :( Maybe you can play with colors or with size of project glyph. For example project glyph can be smaller in this two images or maybe

Re: [lazarus] Drawing Strategy in Carbon Lazarus

2007-10-10 Thread Paul Ishenin
se old line [skip] LCL supports drawing only on paint event. Yes, 'arbitrary drawing' is possible with win32 and gtk widgetsets, but not with carbon and qt. The only legal way for you is to move all that Canvas calls to On

Re: [lazarus] Drawing Strategy in Carbon Lazarus

2007-10-11 Thread Paul Ishenin
Adriaan van Os wrote: Paul Ishenin wrote: James Chandler Jr wrote: LCL supports drawing only on paint event. Yes, 'arbitrary drawing' is possible with win32 and gtk widgetsets, but not with carbon and qt. The only legal way for you is to move all that Canvas calls to OnPaint.

Re: [lazarus] Drawing Strategy in Carbon Lazarus

2007-10-11 Thread Paul Ishenin
; >> I assume that "the only legal way" is to be read as "currently not >> implemented". Paul Ishenin wrote: Read that "will not be implemented before 1.0 or maybe never". Vincent Snijders wrote: > It is doubtful, if it is possible to implement it.

Re: [lazarus] More icons

2007-10-12 Thread Paul Ishenin
Great Thanks, 2 more. Thanks, commited in r12422. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.free

Re: [lazarus] beginners questions on handling lazarus

2007-10-15 Thread Paul Ishenin
lazarus 0.9.23 this would do (I think). Lazarus 0.9.24 will be (and ofcource 0.9.23 is) compilable with fpc 2.0.4. So you can get trunk. Lazarus support for 2.0.4 will be stoped with fpc 2.2.2 (as I think). Best regards, Paul Ishenin

Re: [lazarus] Getting a color based on the R,G,B components

2007-10-17 Thread Paul Ishenin
Adrian Maier wrote: Hello, Is it possible to create at runtimne a TColor based on the three components R,G,B given as numbers ? AColor := RGB(R, G, B) ? Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Object Inspector and non-default values

2007-10-18 Thread Paul Ishenin
Graeme Geldenhuys пишет: Hi, How does the Object Inspector detect non-default values of properties? Look at TPropertyEditor.GetDefaultOrdValue (lazarus\ideintf\propedits.pp) Best regards, Paul Ishenin. _ To unsubscribe

Re: [lazarus] [R1259x][GTK2][Ubuntu] SegV in APPLYMASK

2007-10-29 Thread Paul Ishenin
Milipili Houbi пишет: [skip] There is no problem with the Rev 12586. Have you got any idea what the problem is ? Do you have small test application? Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] [R1259x][GTK2][Ubuntu] SegV in APPLYMASK

2007-10-30 Thread Paul Ishenin
inspector, load the attached image - This will produce a SegV Should I open a new Bug report ? I can confirm under windows gtk2. Please, create a new bug report. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL

Re: [lazarus] freeze while resizing a window (GTK2 with rev 12674)

2007-11-01 Thread Paul Ishenin
have updated the svn (to rev 12679) but it seems that something is completly broken now. See the screenshot: http://img217.imageshack.us/my.php?image=lazarusfr4.png Try to update from svn once again :) Svn version of lazarus gives no promices of correct work. Best regards, Paul Ishenin

Re: [lazarus] Another icons for Lazarus

2007-11-03 Thread Paul Ishenin
ipe Monteiro de Carvalho See the new trayicon icon ;-) This and previous component images have been commited in r12735. Thanks. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "un

Re: [lazarus] Latest svn eats IDE icons

2007-11-09 Thread Paul Ishenin
orm (windows XP). Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Latest svn eats IDE icons

2007-11-09 Thread Paul Ishenin
Paul Ishenin wrote: Giuliano Colla wrote: Upgrading to the latest snv (r 12796) some icons on the IDE Bar have disappeared. Notably, in the Addtional Section, the icons for TImage and TColorBox are blank, while TColorListBox shows just a few pixels on top. The same occurs for some custom

Re: [lazarus] Masks

2007-11-11 Thread Paul Ishenin
by some argument if you with. Like FormatMaskText( DelphiCompatible: Boolean = True) Too much components code depends on FormatMaskText. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] suggestion to create laz fixes version

2007-11-13 Thread Paul Ishenin
evelopment. You are about snapshots or sources? If about snapshots then it is possible to use both fixes. But sources will be based on the same version of fpc as lazarus development version (in other words on last stable fpc version). Best regards, Pa

Re: [lazarus] suggestion to create laz fixes version

2007-11-13 Thread Paul Ishenin
? Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] suggestion to create laz fixes version

2007-11-13 Thread Paul Ishenin
26 before fpc 2.4 is released. Yes, but we have plans to release more often than fpc team - at least twice per year, or better once per quarter. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Recent gtk CreatePatternBrush implementation

2007-11-14 Thread Paul Ishenin
widgetsets than windows I can use indeed CreateBrushIndirect. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.free

Re: [lazarus] Recent gtk CreatePatternBrush implementation

2007-11-14 Thread Paul Ishenin
Luiz Americo Pereira Camara пишет: Paul Ishenin wrote: Luiz Americo Pereira Camara wrote: function CreatePatternBrush(hbmp:HBITMAP):HBRUSH; var Log: TLogBrush; begin with Log do begin lbColor := 0; lbHatch := hbmp; lbStyle := BS_PATTERN; Result := CreateBrushIndirect(Log); end

Re: [lazarus] GTK2 Under Windows

2007-11-15 Thread Paul Ishenin
experimental. If you are about LCL side then there are few bugs that linux version doesnot have. I've fixed some gtk2-windows problems in 0.9.23 time. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] Lazarus and Ctrl-C

2007-11-16 Thread Paul Ishenin
- rev. 12889 I also have such error, but seems we are only two man that have such error. I asked other devels several times, but they dont have error. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Unable to build the current Lazarus with fpc 2.0.4

2007-11-16 Thread Paul Ishenin
Make sure your svn has no conflicts (svn diff should be empty) and that you do a clean rebuild. This relates to fpc 2.0.4 and DisableFakeMethods define Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] last svn problems under fpc 2.0.4

2007-11-18 Thread Paul Ishenin
s with a sigsev in TImageCacheItems.GetIemForListener (imagelistcache.pas) Do you have stack trace? Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the S

Re: [lazarus] last svn problems under fpc 2.0.4

2007-11-18 Thread Paul Ishenin
Giuliano Colla wrote: Paul Ishenin ha scritto: Giuliano Colla wrote: Svn r 12899 doesn't compile under linux/fpc 2.0.4. The error reported is "wrong number of parameters specified" in two BoolToStr calls in lcl/graphtype.pp module. Commenting out the second parameter of the cal

Re: [lazarus] last svn problems under fpc 2.0.4

2007-11-18 Thread Paul Ishenin
Paul Ishenin пишет: Giuliano Colla wrote: Paul Ishenin ha scritto: Giuliano Colla wrote: Svn r 12899 doesn't compile under linux/fpc 2.0.4. The error reported is "wrong number of parameters specified" in two BoolToStr calls in lcl/graphtype.pp module. Commenting out the seco

Re: [lazarus] Notice: Possible copyright infringements in FPC code base

2007-11-19 Thread Paul Ishenin
ation. Some years ago I did comparision of quicksort, qucksort with inserts (which a bit faster than usual quicksort) and radial sort. Radial sort was the fastest. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROT

Re: [lazarus] Latest reviosn fails on Windows

2007-11-21 Thread Paul Ishenin
Jeff Steinkamp пишет: C:\lazarus>make try make clean all Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject arc

Re: [lazarus] Crash: Exception=Resource "TODBCConnection" not found

2007-11-21 Thread Paul Ishenin
Andrey Gusev wrote: fpc 9275 lazarus 12952 Why you think it is crash? Just an exception which handled by lazarus. But I'll reimplement things to prevent exceptions. Best regards, Paul Ishenin. _ To unsubscribe: mail [

Re: [lazarus] Crash: Exception=Resource "TODBCConnection" not found

2007-11-21 Thread Paul Ishenin
Andrey Gusev wrote: * Paul Ishenin <[EMAIL PROTECTED]> [Wed, 21 Nov 2007 17:19:04 +0700]: Andrey Gusev wrote: > fpc 9275 > lazarus 12952 Why you think it is crash? Just an exception which handled by lazarus. But I'll reimplement things to prevent exceptions. IDE spontaneous e

Re: [lazarus] Google's Android OS :)

2007-11-22 Thread Paul Ishenin
egards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] is laz 9.24 fixes on svn ready to be used?

2007-11-26 Thread Paul Ishenin
l.GetImageIndex never gets called on Win32 yes 0009996: [Patch] PageControl.TabVisible works incorrectly yes Please consider. :) Anyway, this is only my minds. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL

Re: [lazarus] Problem Build last version

2007-11-29 Thread Paul Ishenin
icon for menu item). Next time I will add new arguments to the end of function inspite of logic. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject a

Re: [lazarus] Problem Build last version

2007-11-29 Thread Paul Ishenin
Mattias Gaertner пишет: On Thu, 29 Nov 2007 22:17:52 +0700 Paul Ishenin <[EMAIL PROTECTED]> wrote: Graeme Geldenhuys пишет: PrettyFormat and ExploreIDEMenu packages are now broken. I removed them and Lazarus recompiled okay. Sorry, my fault - I have not checked compilation of b

Re: [lazarus] icons sqldb-components

2007-11-29 Thread Paul Ishenin
wile64 пишет: Icons for SQL. Thanks, commited in r13084. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.free

Re: [lazarus] Message with image as attachement

2007-11-30 Thread Paul Ishenin
Damien Gerard пишет: Each time I send a email to the lazarus ml with an image the mail never reaches. It is a bug or a feature ? :) I think protection from big mail size (if your images are big in size). Use imagebin.org to upload images and provide link here to it. Best regards, Paul

Re: [lazarus] icons sqldb-components

2007-11-30 Thread Paul Ishenin
wile64 пишет: That's end... Thanks, commited in r13087. But is is not the end: TODBCConnection (maybe only for windows) is missed. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Paul Ishenin
wile64 пишет: Hi paul, I made when I time ;-) Thanks, commited in r13199. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Paul Ishenin
wile64 wrote: More... TToggleBox is not distinct enough from TButton. But if you draw the same box but in pressed state then it will be ok. All other are commited in r13145. Thanks. Best regards, Paul Ishenin _ To

Re: [lazarus] Give me way to debug codetools !!!

2007-12-04 Thread Paul Ishenin
ecompiling all correctly, it checked. If you are on windows, just add "{$apptype console}" to lazarus\ide\include\ide.inc and you'll have second ide window with console. There you'll see all output and your debugln too

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Paul Ishenin
wile64 пишет: more... Thanks, commited in r13151. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.free

Re: [lazarus] New bitmap :-)

2007-12-04 Thread Paul Ishenin
wile64 пишет: 2007/12/4, Paul Ishenin <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>: wile64 wrote: > More... TToggleBox is not distinct enough from TButton. But if you draw the same box but in pressed state then it will be ok. All other are commited in

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
Bee пишет: Thanks, commited in r13199. Can we these applied onto laz 9.24.1 (fixes branch) as well? No. Since component images are in xpm in laz 0.9.24 Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
wile64 пишет: More Thanks, commited in r13160. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.free

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
wile64 пишет: Paul, see tcolorcombobox.png is not used. Thanks, new images commited, TColorCombobBox deleted in r13163. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubs

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
A.J. Venter wrote: Well, Here is mine for TPopupNotifier - if somebody can make one that is actually pretty, I won't mind :p Sorry, what is TPopupNotifier? Where can I find it? Best regards, Paul Ishenin. _ To unsubs

Re: [lazarus] New bitmap :-)

2007-12-05 Thread Paul Ishenin
wile64 пишет: tchu tchu more. :-) All except TStaticText commited in r13177. TStaticText looks as TLabel though in real life it differ from TLabel. TStaticText can have frame around while TLabel cant. Please add frame to TStaticText (or I'll add it myself later). Best regards, Paul Is

Re: [lazarus] Problem compiling last SVN

2007-12-06 Thread Paul Ishenin
Guadagnini David пишет: Have a problem during compile last SVN version (13080) The messag is C:\lazarus\ide\lazarus.pp(114,1) Error: Undefined symbol: VMT_LCLCLASSES_TLCLHANDLECOMPONENT some idea? I use Lazarus on Windows XP with FPC 2.2.1 do "make clean" Best regards, Pa

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
in way of controlling visibility of Tabs. In TNoteBook tabs (top part of control) can be totally visible or invisible. In TPageControl you can control visibility of separate tabs. Best regards, Paul Ishenin. _ To unsubscribe

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
wile64 пишет: commited in r13181. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
. regards, Thank, applied in r13187. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
A.J. Venter пишет: Well, Here is mine for TPopupNotifier - if somebody can make one that is actually pretty, I won't mind :p A.J. Thanks, commited in r13195 Best regards, Paul Ishenin. _ To unsubscribe: mail [

Re: [lazarus] New bitmap :-)

2007-12-06 Thread Paul Ishenin
Bee wrote: Hi Laurent, For TODBC icon, this might be the good candidate: http://www.smg-hosting.co.uk/images/odbc_logo.gif Under what license that image is distributed? Why do you think we can use it? Best regards, Paul Ishenin

Re: [lazarus] New bitmap :-)

2007-12-07 Thread Paul Ishenin
wile64 пишет: More... thanks, applied in r13206. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.free

Re: [lazarus] New bitmap :-)

2007-12-07 Thread Paul Ishenin
wile64 пишет: more... Thanks, commited in r13210. Btw, with such speed we will have absolutely new component palette in next week :) Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] New bitmap :-)

2007-12-09 Thread Paul Ishenin
Bee пишет: Please take a close look again between default.png and the shapes on TDrawGrid. I hope you'll get what I meant. :) This is the best I can do. (tshape.png is attached) :-D I will wait for the end of your discussion. Bes regards, Paul Is

Re: [lazarus] New bitmap :-)

2007-12-10 Thread Paul Ishenin
ommited in r13255. Dont stop - we have at least "Data controls" and "System" tabs :) Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe

Re: [lazarus] No more NumGlyphs in buttons

2007-12-10 Thread Paul Ishenin
button faces. I fixed NumGlyph problem in r13272. I will look for bsExclusive also. Best regards, Paul Ishenin. _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives a

  1   2   >