Re: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 15:20, Dmitry Boyarintsev wrote: >> The next big thing for a new OSX developer is to get debugger working: Up to now, I've been debugging (on OSX) with tiOPF logging units. I've actually just finished following all those instructions (homebrew, code signing etc). Everything seems to

Re: [Lazarus] Font errors in console output on OSX

2015-06-15 Thread zeljko
On 06/15/2015 05:04 PM, Graeme Geldenhuys wrote: On 2015-06-15 15:44, zeljko wrote: I'm using it (LCL-Qt 32bit...qt-4.7.4 carbon) for commercial (database related) appshaven't spotted problems. Good to know, thanks. For now I'll stick to LCL-Carbon, seeing that Lazarus IDE uses it too, and

Re: [Lazarus] Font errors in console output on OSX

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 15:44, zeljko wrote: > I'm using it (LCL-Qt 32bit...qt-4.7.4 carbon) for commercial (database > related) appshaven't spotted problems. Good to know, thanks. For now I'll stick to LCL-Carbon, seeing that Lazarus IDE uses it too, and it is still the default for OSX. If I find too

Re: [Lazarus] Conflicting IDE keyboard shortcuts with OSX out-of-the-box

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 15:33, FreeMan wrote: > Sorry, I forget my solution. What I need much importent short cuts, I > added alternative shortcut form Tools -> IDE options -> Key Mappings. My solution... I wanted to keep my Lazarus shortcuts on my MacBook as close as possible to my FreeBSD and Linux syst

Re: [Lazarus] Font errors in console output on OSX

2015-06-15 Thread zeljko
On 06/15/2015 03:56 PM, Graeme Geldenhuys wrote: On 2015-06-15 14:52, Graeme Geldenhuys wrote: Carbon is deprecated, no actual interest in fixing the issue. Is the issue with Carbon or with LCL-Carbon? Or is LCL-Qt a better option under OSX? I'm using it (LCL-Qt 32bit...qt-4.7.4 carbon) for

Re: [Lazarus] Conflicting IDE keyboard shortcuts with OSX out-of-the-box

2015-06-15 Thread FreeMan
Sorry, I forget my solution. What I need much importent short cuts, I added alternative shortcut form Tools -> IDE options -> Key Mappings. And don't forget "grab key" not working in normally in qt, Haveto add manually.(via checkboxs) and have to find not used combinations. On 15.06.2015 17:25

Re: [Lazarus] Font errors in console output on OSX

2015-06-15 Thread Dmitry Boyarintsev
On Mon, Jun 15, 2015 at 9:52 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > On 2015-06-15 14:15, Dmitry Boyarintsev wrote: > > Carbon is deprecated, no actual interest in fixing the issue. > > Is the issue with Carbon or with LCL-Carbon? > It's LCL-Carbon issue. thanks, Dmitry -

Re: [Lazarus] Conflicting IDE keyboard shortcuts with OSX out-of-the-box

2015-06-15 Thread FreeMan
I'm using "MacOSXApple" scheme. QT64 fpc & lazarus svn has a much problem for shortcut. I reported and wrote in mail list. Example: while designing on form, can NOT move component via "ctrl + arrow(s)" I found by coincidence "cmd + ctrl + arrow(s)" work. another bug: http://bugs.freepascal.o

Re: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Dmitry Boyarintsev
On Mon, Jun 15, 2015 at 9:35 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > Ah. Thank you very much for that info. It is working now. I'll try and > close/cancel the bug report. I'm very new to development under OSX - I > guess it shows. ;-) > > The next big thing for a new OSX de

Re: [Lazarus] Font errors in console output on OSX

2015-06-15 Thread Dmitry Boyarintsev
On Mon, Jun 15, 2015 at 9:56 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > Or is LCL-Qt a better option under OSX? > > You can (should) definitely try LCL-Qt. LCL-Cocoa is the best option, but it will require lots of patience and bug reporting. thanks, Dmitry --

Re: [Lazarus] Font errors in console output on OSX

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 14:52, Graeme Geldenhuys wrote: >> > Carbon is deprecated, no actual interest in fixing the issue. > Is the issue with Carbon or with LCL-Carbon? Or is LCL-Qt a better option under OSX? Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://

Re: [Lazarus] Conflicting IDE keyboard shortcuts with OSX out-of-the-box

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 14:13, Dmitry Boyarintsev wrote: > It's better to report them, so the issue is not forgotten. Ok, reported as follows: http://mantis.freepascal.org/view.php?id=28305 Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge

Re: [Lazarus] Font errors in console output on OSX

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 14:15, Dmitry Boyarintsev wrote: > Carbon is deprecated, no actual interest in fixing the issue. Is the issue with Carbon or with LCL-Carbon? So am I supposed to use LCL-Cocoa instead? I thought the LCL-Cocoa widgetset is still in heavy development stage and not ready for production

Re: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 14:24, Dmitry Boyarintsev wrote: > So what you can do. In the terminal do the following: > cd project1.app/Contents/MacOS > ./project1 Ah. Thank you very much for that info. It is working now. I'll try and close/cancel the bug report. I'm very new to development under OSX - I guess i

Re: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Dmitry Boyarintsev
On Mon, Jun 15, 2015 at 9:17 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > Thanks for trying. Here is my video showing the problem. > > No, sir, this is not an issue! Please don't bug report. That's OSX feature. You're trying to launch GUI application "not from a bundle". OSX co

Re: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 14:17, Dmitry Boyarintsev wrote: >> Please bug report. I'll take a look tonight. Thanks. http://mantis.freepascal.org/view.php?id=28304 Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- ___

Re: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 13:58, Balazs Szekely wrote: > Cannot reproduce(OSX 10.8.2, Lazarus trunk SVN: 1.5) Thanks for trying. Here is my video showing the problem. http://youtu.be/Z_2KkQrpiXY The odd characters that appear in the console window around 24seconds is me trying to use the arrow keys or TA

Re: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Dmitry Boyarintsev
On Mon, Jun 15, 2015 at 8:25 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > > Is this a know issue under OSX? Anybody have a work-around? > > Please bug report. I'll take a look tonight. thanks, Dmitry -- ___ Lazarus mailing list Lazaru

Re: [Lazarus] Font errors in console output on OSX

2015-06-15 Thread Dmitry Boyarintsev
On Mon, Jun 15, 2015 at 6:55 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > > Is this normal (something that can be ignored), or is there something > wrong in the application, or in LCL-Carbon? > > Ignore it. Though you can create a bug report about it. Carbon is deprecated, no a

Re: [Lazarus] Conflicting IDE keyboard shortcuts with OSX out-of-the-box

2015-06-15 Thread Dmitry Boyarintsev
On Mon, Jun 15, 2015 at 9:01 AM, Graeme Geldenhuys < mailingli...@geldenhuys.co.uk> wrote: > Are these considered bugs - if so I'll report them in Mantis. Or is it > expected from the developer to find there own workable shortcuts on each > platform, or disable standard shortcuts from the OS's des

[Lazarus] Conflicting IDE keyboard shortcuts with OSX out-of-the-box

2015-06-15 Thread Graeme Geldenhuys
Hi, Find Procedure Definition [Ctrl+Shift+Up] Find Prodecure Method [Ctrl+Shift+Down] They conflict with standard OSX desktop shortcuts. The desktop shorcuts take preference. Source Notebook commands/toggle breakpoint [Ctrl+P] Formatting/unknown editor command [Ctrl+P] They conflict wit

Re: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Balazs Szekely
Hi,  Cannot reproduce(OSX 10.8.2, Lazarus trunk SVN: 1.5): https://youtu.be/zNT-dHOzalM     regards,Balázs From: Graeme Geldenhuys To: lazarus@lists.lazarus.freepascal.org Sent: Monday, June 15, 2015 3:25 PM Subject: [Lazarus] QuestionDlg block mouse and keyboard input under OSX

[Lazarus] F1 for help doesn't work under OSX latest v1.4 release

2015-06-15 Thread Graeme Geldenhuys
Hi, I have Lazarus v1.4 installed (downloaded release from SourceForge). I place the edit cursor on QuestionDlg() in my source code and press F1. I get the LHelp, but it has "RTL (Runtime Library)" highlighted after LHelp opens. Manually browsing LCL section of help doesn't have Dialogs unit list

Re: [Lazarus] Docked Form

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-14 00:07, Juha Manninen wrote: > The PageControl may be easy to implement and would allow selecting the > source editor / form designer with mouse, and also give visual hint How is that going to look under OSX where tabs are very different (read as butt ugly and rubbish) compared to oth

[Lazarus] QuestionDlg block mouse and keyboard input under OSX

2015-06-15 Thread Graeme Geldenhuys
Hi, Attached is a very simple test project. It uses a QuestionDlg() in the form's OnShow (eg: to ask a user if they want online or offline access for the application). It was purposely added there to ask a question before the main form is shown. This LCL application works perfectly under Wind

Re: [Lazarus] IDE under OSX causes TDefaultComponentEditor error

2015-06-15 Thread Graeme Geldenhuys
On 2015-05-29 13:28, Dmitry Boyarintsev wrote: > You probably need to "Tools->Rescan FPC Source Directory"? Rather late than never... I forgot to reply. Your suggestion has worked and event handlers can now be created in Lazarus again. Cheers. Regards, - Graeme - -- fpGUI Toolkit - a cross-pl

[Lazarus] Font errors in console output on OSX

2015-06-15 Thread Graeme Geldenhuys
Hi, When I run a fleshly compiled program of mine from the OSX Terminal, I get a lot of font error lines like the following: === graemes-mbp:puntenboek graemeg$ ./puntenboek CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905 CarbonFontIDToFontName E

Re: [Lazarus] I have some custom components, can I convert Delphi -> Lazarus?

2015-06-15 Thread Graeme Geldenhuys
On 2015-06-15 07:21, Bo Berglund wrote: > I have now read a good many wiki > and other pages and it seems like I will have problems getting started > because of the following component related issues: It seems a lot of that wiki text is out of date too. ;-) So it is good you rather ask here or in

Re: [Lazarus] I have some custom components, can I convert Delphi -> Lazarus?

2015-06-15 Thread leledumbo
> Seems like non-visual components are not handled by Lazarus according to wiki texts I have read. Then how we can use T[mention a dbms here]? Dialogs? Action list? Logger? Indy? etc. All of them are non-visual. > How can we handle this? Indy 10 -> already supported TurboPower Async Pro -> feel