Re: [Lazarus] Can't see (or set) border on TComboBox

2014-07-05 Thread zeljko
On 07/06/2014 12:27 AM, Donald Ziesig wrote: Hi All! I just downloaded the latest Lazarus and FPC and now I can't get a combo box with a border :-( . IIRC there used to be a way to select multiple border styles for TComboBox, but all I see now is: BorderSpacing -> (TControlBorderSpacing) and t

[Lazarus] Can't see (or set) border on TComboBox

2014-07-05 Thread Donald Ziesig
Hi All! I just downloaded the latest Lazarus and FPC and now I can't get a combo box with a border :-( . IIRC there used to be a way to select multiple border styles for TComboBox, but all I see now is: BorderSpacing -> (TControlBorderSpacing) and the resulting combo box has no visible bord

Re: [Lazarus] Compiling svn Lazarus on Linux/windows

2014-07-05 Thread leledumbo
John Landmesser-2 wrote > Am Samstag, den 05.07.2014, 13:59 +0300 schrieb Juha Manninen: >> On Thu, Jul 3, 2014 at 2:10 PM, John Landmesser < > jmlandmesser@ > > wrote: >> > i can compile any svn version of lazarus on linux using fpc 2.6.2 but >> on >> > windows i have(!!) to use fpc 2.6.4. >> >

[Lazarus] How do I tell codetools to use implicitly loaded unit for code complesion?

2014-07-05 Thread Michael Ring
On embedded targets a unit with the definition of the target (Registers, Interrupts, etc..) is implicitly loaded when fpc compiles the code. Because of this Codetools does not seem to know about the definitions inside of this specific unit and code completion does not work. When I implicitly

Re: [Lazarus] Compiling svn Lazarus on Linux/windows

2014-07-05 Thread Juha Manninen
On Sat, Jul 5, 2014 at 5:21 PM, John Landmesser wrote: > Just wondered about the differences between Win and Linux! Yes, Windows and Linux are different. :) Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.fre

Re: [Lazarus] Compiling svn Lazarus on Linux/windows

2014-07-05 Thread John Landmesser
Am Samstag, den 05.07.2014, 13:59 +0300 schrieb Juha Manninen: > On Thu, Jul 3, 2014 at 2:10 PM, John Landmesser > wrote: > > i can compile any svn version of lazarus on linux using fpc 2.6.2 but on > > windows i have(!!) to use fpc 2.6.4. > > If you really need to use fpc 2.6.2, we can make it

Re: [Lazarus] Lazarus on Odroid U3

2014-07-05 Thread Anthony Tekatch
Note: I get the following warnings: Warning: "crtbegin.o" not found, this will probably cause a linking failure Warning: "crtend.o" not found, this will probably cause a linking failure According to this posting, the warnings can be ignored: http://lists.lazarus.freepascal.org/pipermail/laz

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-05 Thread Henry Vermaak
On Sat, Jul 05, 2014 at 02:05:10PM +0300, Juha Manninen wrote: > I applied the patch from Henry. I hope we get LCL-Win fixed, too. Thanks. I'll look into lcl-win, it'll need a GetPreferredSize with MeasureText and some more magic to take the borders into account. Henry -- __

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-05 Thread zeljko
On 07/05/2014 01:05 PM, Juha Manninen wrote: I applied the patch from Henry. I hope we get LCL-Win fixed, too. Zeljan, is it ok if LCL-QT gets the same change at some point? And yes, Panels and Forms should logically behave the same way but they are not urgent. Don't know how it will behave. Y

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-05 Thread Juha Manninen
I applied the patch from Henry. I hope we get LCL-Win fixed, too. Zeljan, is it ok if LCL-QT gets the same change at some point? And yes, Panels and Forms should logically behave the same way but they are not urgent. Juha -- ___ Lazarus mailing list La

Re: [Lazarus] Compiling svn Lazarus on Linux/windows

2014-07-05 Thread Juha Manninen
On Thu, Jul 3, 2014 at 2:10 PM, John Landmesser wrote: > i can compile any svn version of lazarus on linux using fpc 2.6.2 but on > windows i have(!!) to use fpc 2.6.4. If you really need to use fpc 2.6.2, we can make it compile. What is the error? Is it easy to fix using eg. IFDEFs? If you send

Re: [Lazarus] Lazarus on Odroid U3

2014-07-05 Thread Anthony Tekatch
On Sat, 05 Jul 2014 08:57:36 +0200, Corpsman wrote: > But there is a problem with runnning the compiled program. Pressing F9 > or CTRL + F9 creates the binary, but the IDE then freezes partly, so > that compiling again is impossible (F9 does not run the application, > only compile). > > I can

Re: [Lazarus] Compiling svn Lazarus on Linux/windows

2014-07-05 Thread John Landmesser
thank you!! Am Samstag, den 05.07.2014, 00:06 -0700 schrieb leledumbo: > The basic rule is that svn version should always be compilable with latest > release version, not necessarily previous ones. > > > > -- > View this message in context: > http://free-pascal-lazarus.989080.n3.nabble.com/Laz

Re: [Lazarus] Compiling svn Lazarus on Linux/windows

2014-07-05 Thread leledumbo
The basic rule is that svn version should always be compilable with latest release version, not necessarily previous ones. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Compiling-svn-Lazarus-on-Linux-windows-tp4037802p4037828.html Sent from the Free Pa

Re: [Lazarus] Lazarus on Odroid U3

2014-07-05 Thread Corpsman
Hello, I am using Odroid too. I Update it via update.sh which was created by the people from lazarusforum.de http://www.lazarusforum.de/viewtopic.php?f=3&t=5520&hilit=+update But there is a problem with runnning the compiled program. Pressing F9 or CTRL + F9 creates the binary, but the IDE th