Re: [Lazarus] Cocoa testers needed

2015-03-01 Thread C Western
On 28/02/15 10:51, Felipe Monteiro de Carvalho wrote: Hello, It would be good if people start testing LCL-Cocoa and report bugs. thanks, I tried lazarus with cocoa; it started OK on a "default" app, but when I loaded one of my own apps I had the following crash shown in the attached file.

[Lazarus] Hint of TAChart

2015-03-01 Thread Werner Pamler
You are probably working with DistanceMode=cdmOnlyX of the DataPointHintTool; with cdmOnlyY the hint would appear if the mouse is at the left or right outside the series region. I am not sure if this is really a bug, but I can imagine that users could be surprised by this behavior. Therefore,

[Lazarus] OnUndock event question

2015-03-01 Thread Vojtěch Čihák
  Hi,   when is triggered OnUndock event of the form?   I have Panel (UseDockManager=True, DockSite=True) and I dock there a form (it is a toolwin) with method Dock(Panel, rect); Then I undock it with Dock(nil, rect);    It seems that OnUndock is never triggered, I also tried OnUndock of the panel

[Lazarus] Hint of TAChart

2015-03-01 Thread Valdas Jankūnas
Hello, in TChart I use TDataPointHintTool. I discovered (see attached screeshot) that Hint is triggered also in outside of frame (frame -> area where series is plotted). This happens at upper and bottom but not at left and right sides of frame. Is this OK or bug? Sorry for my bad English

Re: [Lazarus] make ide custom option

2015-03-01 Thread leledumbo
> make bigide LCL_PLATFORM=cocoa OPT="-gw2" try: make clean bigide LCL_PLATFORM=cocoa OPT="-gw2" -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-make-ide-custom-option-tp4040892p4040912.html Sent from the Free Pascal - Lazarus mailing list archive at

Re: [Lazarus] about checkbox in Object inspector

2015-03-01 Thread FreeMan
On 1.03.2015 12:55, Juha Manninen wrote: On Sun, Mar 1, 2015 at 12:14 PM, FreeMan > wrote: My test screens I get, system setting --> dock settings and lazarus on tform I added two tcheckbox and second, I mean on bottom checkbox is checked. Fir

Re: [Lazarus] Cocoa testers needed

2015-03-01 Thread Felipe Monteiro de Carvalho
On Sat, Feb 28, 2015 at 12:43 PM, Schindler Karl-Michael wrote: > But with 64bit building seems broken: > > make all LCL_PLATFORM=cocoa Fixed 64-bit linking in rev 48062, now it should work the same for 32 and 64 bits. -- Felipe Monteiro de Carvalho -- _

Re: [Lazarus] about checkbox in Object inspector

2015-03-01 Thread Juha Manninen
On Sun, Mar 1, 2015 at 12:14 PM, FreeMan wrote: > My test screens I get, system setting --> dock settings and lazarus on > tform I added two tcheckbox and second, I mean on bottom checkbox is > checked. > First screenshot I get system form is active, lazarus form is background > The two checkbox

Re: [Lazarus] about checkbox in Object inspector

2015-03-01 Thread FreeMan
On 1.03.2015 11:46, Juha Manninen wrote: FreeMan, do other unelected checkboxes in your system look different than the ones in Object Inspector? Juha My test screens I get, system setting --> dock settings and lazarus on tform I added two tcheckbox and second, I mean on bottom checkbox is che

Re: [Lazarus] about checkbox in Object inspector

2015-03-01 Thread Juha Manninen
FreeMan, do other unelected checkboxes in your system look different than the ones in Object Inspector? Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] make ide custom option

2015-03-01 Thread Mattias Gaertner
On Sat, 28 Feb 2015 12:50:45 +0100 Mattias Gaertner wrote: > On Sat, 28 Feb 2015 08:39:39 -0300 > Felipe Monteiro de Carvalho wrote: > > > I'm trying to add -gw2 to ide building, was it OPT? > > > > I tried: > > > > make bigide LCL_PLATFORM=cocoa OPT="-gw2" > > OPTS Sorry. Of course, OPT is

Re: [Lazarus] make ide custom option

2015-03-01 Thread FreeMan
http://wiki.lazarus.freepascal.org/Carbon_Interface which one is OPT="" or OPTS="" ? I'm using this for qt without error CPU_TARGET=x86_64 OS_TARGET=darwin LCL_PLATFORM=qt OPT="-k'-framework' -k'ApplicationServices' -dUSE_QT_45 -g -l" On 28.02.2015 13:50, Mattias Gaertner wrote: I'm trying t

Re: [Lazarus] about checkbox in Object inspector

2015-03-01 Thread FreeMan
Thank you, Sandro and Juha of course On 28.02.2015 18:37, Vojtěch Čihák wrote: You are right, I promised it in december. IIRC it should be in some UseOIThemedCheckBox define at first. I'll look at it. V. -- ___ Lazarus mailing list Lazarus@list