[Lazarus] Qt - Checkbox state images

2014-08-13 Thread Gabor Boros
Hi, I am playing with Qt for gain experience. If query checkbox images from ThemeServices the images order different with KDE than others. Is it a KDE or Qt or Lazarus bug or what? Qt4 is a good choice usually or GTK2 is better from Lazarus POV? uses Themes, Types; { TForm1 } procedure

Re: [Lazarus] $(TargetOS) and {$I %FPCTARGETOS%} result NOT equal on linux

2014-08-13 Thread FreeMan
Yes, I learned, after 6 hours looked for, thank you. On 12-08-2014 13:26, Mattias Gaertner wrote: The TargetOS macro is used for file paths. To avoid case sensitivity problems the macro is always lowercase. Mattias -- ___ Lazarus mailing list

Re: [Lazarus] some wrongs in ide

2014-08-13 Thread FreeMan
I was write only lpr uses files is showing. View project units has that code, no need rewrite code for get list of project'S ALL files. some notes for View Units: default short cut is [Ctrl +F12] this key combination conflict with dashboard in KUBUNTU (kde) maybe in ubuntu aswell, I was add

Re: [Lazarus] some wrongs in ide

2014-08-13 Thread Mattias Gaertner
On Wed, 13 Aug 2014 12:10:30 +0300 FreeMan freema...@delphiturkiye.com wrote: I was write only lpr uses files is showing. I'm not sure what you mean with I was write. Do you mean I wrote? View project units has that code, no need rewrite code for get list of project'S ALL files. The View

Re: [Lazarus] Qt - Checkbox state images

2014-08-13 Thread Vojtěch Čihák
Hi, I can confirm that. Here's screenshot: http://s30.postimg.org/i4ef29r6p/themecheckboxes.png You can report it, mainly the tbCheckBoxUncheckedPressed. IMO Qt is better.   Vojtěch  __ Od: Gabor Boros gaborbo...@yahoo.com Komu:

Re: [Lazarus] Qt - Checkbox state images

2014-08-13 Thread Alexander Hofmann
Hi, are sure that this is not by design? tbCheckBoxUncheckedPressed sound's like the image used for the transitional state between unchecked and checked upon pressing with the mouse - where Gtk and Windows present the user with an unchecked, pressed checkbox, Qt seems to show the user what is

Re: [Lazarus] some wrongs in ide

2014-08-13 Thread FreeMan
On 13-08-2014 13:00, Mattias Gaertner wrote: I never use it. Maybe this dialog can be removed. Yes sir!!! this is enough answer, no need to talk. danke -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Qt - Checkbox state images

2014-08-13 Thread Gabor Boros
2014.08.13. 13:47 keltezéssel, Alexander Hofmann írta: Hi, are sure that this is not by design? tbCheckBoxUncheckedPressed sound's like the image used for the transitional state between unchecked and checked upon pressing with the mouse - where Gtk and Windows present the user with an

Re: [Lazarus] Form has no components and have to be forcibly killed

2014-08-13 Thread Václav Valíček
I'm not sure, but IMO it's something connected with debugger... In my lazarus (linux, x64, gtk2) it have sometimes same behavior When I run project (new, empty, just button) by F9 (time by time) it shows just empty form. Running executable from bash (same, without recompilation) makes no