Re: [Lazarus] Form resize to standard size in IDE.

2017-05-07 Thread Fabio Luis Girardi via Lazarus
I (and others co-workers) have experienced the same behavior on Linux mint cinnamon 17.3 when Lazarus is built using gtk2 (using Lazarus 1.4, 1.6, fixes and trunk). This strange behavior disappeared when Lazarus is built with QT. The cinnamon looking glass can provide some debug information about

Re: [Lazarus] Form resize to standard size in IDE.

2017-05-08 Thread Fabio Luis Girardi via Lazarus
Em 8 de mai de 2017 04:43, "Michael Van Canneyt via Lazarus" < lazarus@lists.lazarus-ide.org> escreveu: On Mon, 8 May 2017, Kostas Michalopoulos via Lazarus wrote: Maybe it is also related to the problem i mentioned a few days ago? It does > sound kind of similar to what i demo in the video her

[Lazarus] Status of namespace

2017-08-02 Thread Fabio Luis Girardi via Lazarus
Hi all!! Whats the current state of Lazarus when dealing with packages with dotted units (namespaces)? Should I avoid this idea? The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- _

Re: [Lazarus] Status of namespace

2017-08-02 Thread Fabio Luis Girardi via Lazarus
Em 2 de ago de 2017 11:46 AM, "Juha Manninen" escreveu: No. Instead please work with them and report problems. I found 2 related bug reports: https://bugs.freepascal.org/view.php?id=24269 - FPDoc. May not be relevant in your case. (?) No. https://bugs.freepascal.org/view.php?id=20892 - The

Re: [Lazarus] Status of namespace

2017-08-12 Thread Fabio Luis Girardi via Lazarus
rus 1.8RC3 with akctual FPC trunk > > Andreas > > Am 03.08.2017 um 00:27 schrieb Fabio Luis Girardi via Lazarus: > > > > Em 2 de ago de 2017 11:46 AM, "Juha Manninen" > escreveu: > > > > No. Instead please work with them and report problems. > I fou

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-27 Thread Fabio Luis Girardi via Lazarus
I'm using Object Pascal to develop a lot of real SCADA applications. You can see some of then in: http://www.pascalscada.com/pb/screenshots/ Some applications are made by me or my company (Eletromep), others by friends or people that have contributed with PascalSCADA project. 2017-10-27 14:12 GM

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-27 Thread Fabio Luis Girardi via Lazarus
2017-10-27 14:18 GMT-02:00 Giuliano Colla via Lazarus < lazarus@lists.lazarus-ide.org>: > We're working in the field of automatic machines. From textile machines to > printer post-processing equipments (mainly in the security printers field), > from coffee roasting machines to chain wear monitori

Re: [Lazarus] Who is using Object Pascal in production?

2017-10-27 Thread Fabio Luis Girardi via Lazarus
Em 27 de out de 2017 21:58, "Daithi Haxton via Lazarus" < lazarus@lists.lazarus-ide.org> escreveu: > On Oct 27, 2017, at 8:26 AM, Marcos Douglas B. Santos via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > > I would like to propose a discussion about "What is the relevance of > Object Pascal n

[Lazarus] IDE extension

2018-07-16 Thread Fabio Luis Girardi via Lazarus
Hi! I'm writing an IDE extension (similar to an existing IDE tool that's used to rename component names when you press F2, but it will change the property tag with another keyboard shortcut). I followed the this: http://wiki.freepascal.org/Extending_the_IDE#Adding_a_menu_item to register a tool

Re: [Lazarus] IDE extension

2018-07-16 Thread Fabio Luis Girardi via Lazarus
Thanks! This is what I'm looking for... Em seg, 16 de jul de 2018 às 11:21, Mattias Gaertner < nc-gaert...@netcologne.de> escreveu: > On Mon, 16 Jul 2018 11:09:09 -0300 > Fabio Luis Girardi via Lazarus wrote: > > > Hi! > > > > I'm writing an IDE

[Lazarus] Mouse wheel problem

2018-09-18 Thread Fabio Luis Girardi via Lazarus
Hi all! I'm experiencing a problem with the mouse wheel and combobox control. I have a big form (4900x1000) on a single monitor. I put this big form on a Scrollbox to make it scrollable. To make the things easy to user/system operator, I decided to move the screen using the mouse wheel. This works

Re: [Lazarus] Mouse wheel problem

2018-09-18 Thread Fabio Luis Girardi via Lazarus
> V. > > > > __ > > Od: "Fabio Luis Girardi via Lazarus" > > Komu: "Lazarus mailing list" > > Datum: 18.09.2018 16:27 > > Předmět: [Lazarus] Mouse wheel problem > > > H

Re: [Lazarus] Mouse wheel problem

2018-09-27 Thread Fabio Luis Girardi via Lazarus
Hi! Appears to be fixed in Lazarus 2.0 RC1. Em qua, 19 de set de 2018 às 08:36, Vojtěch Čihák escreveu: > Hi, I tested with Lazarus 2.1.0 r59059M FPC 3.3.1 x86_64-linux-qt, Qt > 4.8.7 & libQt4pas 5.2.5, Qt 5.11.1 & libQt5pas 2.6.r57057-1, GTk 2.24.32 > > > > V. > > _

[Lazarus] Remove unmatched vars in published

2018-10-25 Thread Fabio Luis Girardi via Lazarus
Hi all! Lazarus has some feature, to remove all unmatched variable names (on published of class, specially on TForm class and it's descendants) that don't have a control or component with the same name? I'm working with big forms (process screens) and my coworkers are deleting some controls, but

Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Fabio Luis Girardi via Lazarus
do you mean that you add control on the form (let's say Button1), then you > remove it (in designer) and line "Button1: TButton;" remains in source > editor? > > > > V. > > ______________ > > Od: "F

Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Fabio Luis Girardi via Lazarus
Hi Juha! I haven't a way to reproduce this, yet. Because of this I asked if Lazarus has way to remove unmatched instance class fields when saving the form/datamodule or that can be triggered manually. When I found a way to reproduce this and if this is related with Lazarus, I'll fill a bug report

Re: [Lazarus] Remove unmatched vars in published

2018-10-25 Thread Fabio Luis Girardi via Lazarus
Hi Martin! Em qui, 25 de out de 2018 às 14:14, Martin Frb via Lazarus < lazarus@lists.lazarus-ide.org> escreveu: > > > The problem with removing it later, is that the IDE can not know, if you > added any fields yourself. > When I add some field in a published section of a class, I avoid use the

Re: [Lazarus] Lazarus 1.8.5 IDE behaviour difference Win-Linux

2018-11-04 Thread Fabio Luis Girardi via Lazarus
I have used laz 1.8.5 in last months and never see this issue. I have it installed in 3 PC, now running Linux mint 19 (previous are Linux mint 17.3). Em dom, 4 de nov de 2018 20:26, Bart via Lazarus < lazarus@lists.lazarus-ide.org escreveu: > On Sun, Nov 4, 2018 at 11:19 PM Bo Berglund via Laza

[Lazarus] Lazarus IDE define

2019-01-25 Thread Fabio Luis Girardi via lazarus
Hi! Does someone know if Lazarus has a define that is activated only Lazarus IDE is rebuilding? As packages are statically linked to Lazarus, I want cut off some "features" of my packages, when Lazarus IDE is self-rebuilding. -- The best regards, Fabio Luis Girardi PascalSCADA Project http://s

Re: [Lazarus] alternative to web programming?

2019-02-13 Thread Fabio Luis Girardi via lazarus
Maybe it's something similar to gtk3 Broadway? Em Qua, 13 de fev de 2019 16:41, duilio foschi via lazarus < lazarus@lists.lazarus-ide.org escreveu: > https://www.cybelesoft.com/thinfinity/virtualui/ > > has somebody tried the product above? > > Can it be a real alternative to web programming? > >

[Lazarus] LCL customdraw and LCL fpGUI bug

2019-05-01 Thread Fabio Luis Girardi via lazarus
Hi! I'm trying to test some features on LCL CustomDraw and fpGUI. CustomDraw compiles fine, fpGUI needs some fixes, but this isn't the problem. The problem is that both raises RunError 216 on file monitor.inc:34, on function: function TMonitor.GetPixelsPerInch: Integer; Tried with Lazarus fixes

Re: [Lazarus] LCL customdraw and LCL fpGUI bug

2019-05-06 Thread Fabio Luis Girardi via lazarus
I'll try apply your patch to Lazarus fixes. If something goes wrong I'll let you know. Em sex, 3 de mai de 2019 às 11:56, Graeme Geldenhuys via lazarus < lazarus@lists.lazarus-ide.org> escreveu: > On 02/05/2019 03:13, Fabio Luis Girardi via lazarus wrote: > > L

[Lazarus] Lazarus website is down

2019-06-25 Thread Fabio Luis Girardi via lazarus
Lazarus website is down? I tried www.lazarus-ide.org and I got a strange PHP error, something related with MySQL connection... So what's happening? -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazaru

Re: [Lazarus] Qt5 bindings misses QTextEdit_setPlaceholderText

2019-10-28 Thread Fabio Luis Girardi via lazarus
That means that you have to update/compile the libqt5pas.so from sources... Em sáb, 26 de out de 2019 às 07:39, zeljko via lazarus < lazarus@lists.lazarus-ide.org> escreveu: > On 10/26/19 10:22 AM, AlexeyT via lazarus wrote: > > This looks like missed export in qt5.pas > > > > > https://raw.githu

Re: [Lazarus] NanoVG Graphics

2020-01-27 Thread Fabio Luis Girardi via lazarus
What thinks about Anthony? Translate NanoVG sources from C to Pascal or made a library bindings for that? Em dom., 26 de jan. de 2020 às 04:14, Anthony Walter via lazarus < lazarus@lists.lazarus-ide.org> escreveu: > I am starting a rewrite of my 2D hardware accelerated Pascal graphics > library

Re: [Lazarus] Qt/Qt5 users - need trunk testing

2020-04-05 Thread Fabio Luis Girardi via lazarus
Ok. I'll test. Em Sex, 3 de abr de 2020 06:33, zeljko via lazarus < lazarus@lists.lazarus-ide.org> escreveu: > Hi all, > > For all Qt/Qt5 users of lazarus trunk: I've improved StretchMaskBlt() > (BitBlt(), StretchBlt()) and fixed some issues #32137 and #32141 > (r62870).Usually those winapi funct

[Lazarus] Anchordocking + Sparta, how dock object inspector into form editor

2016-10-21 Thread Fabio Luis Girardi via Lazarus
Hi! I'm using AnchorDocking together with Sparta and work with these two are awesome. But is possible to dock the component list and object inspector into the form designer? It makes no sense to see the object inspector while I'm at source editor. -- The best regards, Fabio Luis Girardi Pascal

[Lazarus] Form Width bigger than 4096 pixels?

2016-11-30 Thread Fabio Luis Girardi via Lazarus
Hi! Currently I'm developing a application to control a process and the width of one form can't be increased to more than 4096 pixels. My environment is: Lazarus 1.7, FPC 3.1.1 over Linux Mint 17.3 amd64, with Sparta and Anchordocking packages installed. Why this limit? Is it some specification

Re: [Lazarus] Form Width bigger than 4096 pixels?

2016-11-30 Thread Fabio Luis Girardi via Lazarus
2016-11-30 16:35 GMT-02:00 Graeme Geldenhuys via Lazarus < lazarus@lists.lazarus-ide.org>: > > > Windowing environments tend to have a 32k or 64k window pixel limit (eg: > X11 and GDI). So the 4k limit seems to be something introduced by LCL. > Unfortunately I can't answer why they introduced a 4k

[Lazarus] TForm.GetFormImage is broken?

2016-12-26 Thread Fabio Luis Girardi via Lazarus
Hi! Currently I'm trying to use TForm.GetFormImage method to make a minimap (something similar to Sublime Text editor) of a big form (the parent of this big form is a TScrollbox on this application). But, using Qt or GTK2, Lazarus 1.6.3 or trunk, I got the same black bitmap. So, I created a empt

Re: [Lazarus] TForm.GetFormImage is broken?

2016-12-26 Thread Fabio Luis Girardi via Lazarus
. > > Please try this: > var > bmp: TBitmap; > begin > bmp:=Form1.GetFormImage; > try > *bmp.Canvas.Changed;* > bmp.SaveToFile(ExtractFilePath(Application.ExeName)+'form.bmp'); > finally > FreeAndNil(bmp); > end; > end; > >

[Lazarus] allow/Deny user to show form

2017-02-14 Thread Fabio Luis Girardi via Lazarus
Hi all! I'm rewriting the security system of my project, and I extended the support of my secure controls to all standard controls of Lazarus, including TForm and TFrame classes. The default behavior of all controls is if the user is not allowed to interact with it, the control is disabled, other

Re: [Lazarus] allow/Deny user to show form

2017-02-15 Thread Fabio Luis Girardi via Lazarus
I don't know if the solution that I implemented last night is the best one. I did the following: //FIsEnabledBySecurity: the user can access the control? this variable is changed via another call, when user login or logout, checking the authorizations of the logged user. //FAllowUnauthorizedShowF