-
Hi,
I've got a problem with the performance of the TBGRAGraphicControl. When I do a redraw of the screen it seems to be 5 times slower then the redraw of the TBGRAVirtualScreen. On my computer with…
-
hi,
I have compiled bgracontrols-master\test\BGRA Ribbon Custom\BGRARibbon and run it on windows 10.
Every time I resize the application, I see in taskmanager that the memory size increases.
-
Hi, with FPC trunk and Lazarus trunk I can't compile BGRABitmap.
bgratextbidi.pas(229,67) Error: Only static methods and static variables can be referenced through an object type
bgratextbidi.pa…
lainz updated
5 years ago
-
umultiimage.pas(74,30) Error: Only static methods and static variables can be referenced through an object type
lainz updated
5 years ago
-
Hi, I'm creating an edit control that inherits from fpgEdit.
The main problem is in 'develop' branch: the area isn't fully invalidated, see image attached. I get a gap of 1px sometimes at the upper p…
lainz updated
5 years ago
-
TCustomIcon (see lcl/graphics.pp) has methods
procedure LoadFromResourceName(Instance: THandle; const ResName: String); override;
procedure LoadFromResourceID(Instance: THandle; ResID: Ptr…
-
Hi,
I've got a problem with the BGRAVirtualscreen. I cant change the z-order to move it to the back. It is always on top of other components, for example the TBCButton.
Reproduce:
Place a TB…
-
Hello!
When I unzip the UnTerminal archive I get a warning because of two files having the same name ("Parser.pas" and "parser.pas"). I had to compare the two files and decided that "Parser.pas" wa…
-
Hi, this issue was created in bgracontrols, but it belongs here
https://github.com/bgrabitmap/bgracontrols/issues/26
lainz updated
6 years ago
-
Hello,
using the debugger (FPC 3.0.4 and Lazarus 1.8.4 (Win10) 32bit) with the controls enabled, I detected a "RunError 201" error on ColorToBGRA () when I click to change the value of a BCTrackbarUp…