Re: [Lazarus] Current SVN lazarus compilation fails

2015-03-08 Thread Mattias Gaertner
On Sun, 8 Mar 2015 18:47:09 +0100 (CET) Michael Van Canneyt mich...@freepascal.org wrote: ... because of C style assignments in ./lcl/interfaces/gtk2/gtk2wscustomlistview.inc ItemRect.x += IconRect.width + IconRect.x + 2; ItemRect.y += 2; // offset

[Lazarus] Current SVN lazarus compilation fails

2015-03-08 Thread Michael Van Canneyt
... because of C style assignments in ./lcl/interfaces/gtk2/gtk2wscustomlistview.inc ItemRect.x += IconRect.width + IconRect.x + 2; ItemRect.y += 2; // offset ItemRect.Width -= IconRect.Width + 2; ItemRect.height -= 2; // offset This only works

[Lazarus] Feature request: Support Java classes syntax in code tools

2015-03-08 Thread Michael Van Canneyt
Hi, Mainly for Mattias, I suppose: The codetools cannot handle the jvm extensions. As a result, as soon as you include e.g. the androidr14 unit, code completion just stops working. Also, you cannot set the ppcjvm compiler as compiler. If you do, you get an error: The compiler file

Re: [Lazarus] Play video from memory

2015-03-08 Thread silvioprog
On Fri, Mar 6, 2015 at 2:32 PM, aradeonas aradeo...@operamail.com wrote: Dear Silvio I checked them before and I couldn't find out way for opening from memory. Ara FFVCL (from the link that I sent in previous message) offer support to video stream (FPC/Dephi):

Re: [Lazarus] TShortcut properties

2015-03-08 Thread Howard Page-Clark
On 07/03/2015 10:15, Mattias Gaertner wrote: On Tue, 03 Mar 2015 16:31:59 + Howard Page-Clark h...@talktalk.net wrote: Descendants of TCustomCheckbox and TCustomButton have public Shortcut and ShortcutKey2 properties which cannot be set since they are read-only. What is the purpose of

[Lazarus] Trapping Exceptions in Library

2015-03-08 Thread steveg
Looking through the release notes for fpc, it seems that exceptions are not trapped (trappable) within a library (using Linux here). Would anybody know how to enable / re-enable this at all ? A simple example or pointer to such would be much appreciated :) SteveG --