Re: [Lazarus] OI Checkboxes

2014-11-30 Thread FreeMan
I tested in kubuntu 14.04 qt. when TCheckBoxThemed is focused, it has underline, I added snapshot On 30-11-2014 01:13, Vojtěch Čihák wrote: It looks like flag DT_VCENTER does not work in Windows. On the first look, patch is OK. I will test it in Linux soon. Vojtěch _ --

Re: [Lazarus] OI Checkboxes

2014-11-30 Thread Sandro Cumerlato
Can you please post 2 snapshots, one before and one after patch? Thank you. Sandro On 30 Nov 2014 10:55, FreeMan freema...@delphiturkiye.com wrote: I tested in kubuntu 14.04 qt. when TCheckBoxThemed is focused, it has underline, I added snapshot On 30-11-2014 01:13, Vojtěch Čihák wrote:

Re: [Lazarus] OI Checkboxes

2014-11-30 Thread FreeMan
sure, but I'm not apply any patch. I just update svn. this snapshot on r47031. I can downgrade if you tell me svn version, and I can get snapshot On 30-11-2014 12:01, Sandro Cumerlato wrote: Can you please post 2 snapshots, one before and one after patch? Thank you. Sandro --

Re: [Lazarus] OI Checkboxes

2014-11-30 Thread Vojtěch Čihák
I use LCLIntf.DrawFocusRect(ACanvas.Handle, aHelpRect); to draw focus rectangle. So this underlining is oxygen focus rect, which is, OTOH, not used anywhere else - focused Oxygen checkboxes are like highlighted here. Thanks for reporting but I have no idea how to solve it.   Vojtěch   

Re: [Lazarus] Component palette reordering

2014-11-30 Thread FreeMan
Has a new problems, svn r47031 kubuntu 14.04 QT 1-) lazarus some main component's tabs is empty, Data Control, laz control, ext, custom drawn etc 2-) Select any tab different the first, Not use 'cos I can not track specific reason, selected tab been first (standard tab) not sure but my

Re: [Lazarus] OI Checkboxes

2014-11-30 Thread Vojtěch Čihák
Sandro, your patch works well here, I tested with Qt and GTK2. Maybe it should be reported that DT_VCENTER does not work on Windows.   Vojtěch  __ Od: Sandro Cumerlato sandro.cumerl...@gmail.com Komu: Lazarus mailing list

Re: [Lazarus] Component palette reordering

2014-11-30 Thread Juha Manninen
On Sun, Nov 30, 2014 at 12:28 PM, FreeMan freema...@delphiturkiye.com wrote: Has a new problems, svn r47031 kubuntu 14.04 QT You have a DataModule in your project. You also probably have a mouse movement stealing focus policy active in KDE. When the DataModule gets focus, all pages are

Re: [Lazarus] OI Checkboxes

2014-11-30 Thread FreeMan
This reporting just let you know. If I'm not wrong, this new component for OI, and this underline problem can be a problem in OI. and I'm not using oxygen theme, I'm using air for netbook theme. This snapshot from system settings - themes - details tab and translating More this chekbox is

Re: [Lazarus] Component palette reordering

2014-11-30 Thread FreeMan
Sorry for the bad news, its not JUST about DataModule, 'cos I tested in empty project, It has just TForm definitions, Just open IDE and check tabs, Data control, ext etc tabs has no components. and many components not showing, example: standard tab has 3 icons. TMainMenu, Tpopupmenu and

Re: [Lazarus] Component palette reordering

2014-11-30 Thread Juha Manninen
On Sun, Nov 30, 2014 at 1:18 PM, FreeMan freema...@delphiturkiye.com wrote: Sorry for the bad news, its not JUST about DataModule, 'cos I tested in empty project, It has just TForm definitions, Just open IDE and check tabs, Data control, ext etc tabs has no components. and many components not

[Lazarus] patch for lazreport (TfrPictureView.getBlob)

2014-11-30 Thread FreeMan
Why need this modify? I have over then 1000 rows table, but I have just 3 glyph. not checkbox, but can think same. Integer values can 1-2-3. but user can will see graphic. for showing in lazreport, Have to add TBlobField and have to add glyph to all rows each time, This mean loose time and

Re: [Lazarus] Component palette reordering

2014-11-30 Thread FreeMan
I wrote, open IDE and new application is started. just one TFORM I think problem is, while writing in environmentoptions.xml just writing visible items. ComponentPaletteOptions ComponentPages Count=21 Page1 Value=_*Standard*_ *Components Count=_3_* Delete this tag from

Re: [Lazarus] Component palette reordering

2014-11-30 Thread Juha Manninen
On Sun, Nov 30, 2014 at 3:37 PM, FreeMan freema...@delphiturkiye.com wrote: I wrote, open IDE and new application is started. just one TFORM I think problem is, while writing in environmentoptions.xml just writing visible items. ComponentPaletteOptions ComponentPages Count=21

Re: [Lazarus] OI Checkboxes

2014-11-30 Thread Vojtěch Čihák
Yes, I can reproduce with oxygen, probably Oxygen and Air are similar. However, I don't know how to solve it. My EC-Controls are affected too. Maybe draw dotted rectangle around with clBtnText color?   Vojtěch  __ Od: FreeMan