Hi,
I'm using a TScrollBox in a LCL-GTK2 application. When I run the
application from a console window, I see the following warning appear
multiple times.
WARNING: TGtk2WidgetSet.InvalidateRect refused invalidating during paint
message: TScrollBox
Is this something I need to be concerned about?
Hi,
I have JPEG image with width=2448 and height=3264.
All programs in Windows show image with respect to his dimensions, so
shorter is X and higher is Y.
But when I load this image into TImage control (using Picture property)
image is shown rotated by 90 degrees, with width=3264 and height=
Hi all,
As of lazarus trunk revision r53021 Qt widgetset have ability to use
it's own event loop. Reasons: Qt Cocoa does not work well with LCL loop
due to cocoa implementation, but others work well too.
So if anyone can test and send some feedback about difference between
LCL loop and native
LacaK wrote:
Hi,
I have JPEG image with width=2448 and height=3264.
No
All programs in Windows show image with respect to his dimensions, so
shorter is X and higher is Y.
But when I load this image into TImage control (using Picture property)
image is shown rotated by 90 degrees, with width
Dňa 23.9.2016 o 14:47 Marc Weustink napísal(a):
LacaK wrote:
Hi,
I have JPEG image with width=2448 and height=3264.
No
All programs in Windows show image with respect to his dimensions, so
shorter is X and higher is Y.
But when I load this image into TImage control (using Picture property)
LacaK wrote:
Dňa 23.9.2016 o 14:47 Marc Weustink napísal(a):
LacaK wrote:
Hi,
I have JPEG image with width=2448 and height=3264.
No
All programs in Windows show image with respect to his dimensions, so
shorter is X and higher is Y.
But when I load this image into TImage control (using Pic
Am 22.09.2016 um 23:13 schrieb Lars:
To clarify I meant the external tools in the IDE that allow you to launch
a tool from the IDE tools menu...
i.e. not actual lazarus coding, but a tool to launch from the IDE. Most
text editors have this feature, lazarus has really good access to lots of
macro
Hi,
I like the new Menu Editor in Lazarus 1.7 Trunk, it is much better than
in Lazarus 1.6!
There is one thing, which I liked more in 1.6 than in 1.7.
In 1.6, I could create some MenuItems, close the Menu Editor. Then, in
Object Inspector, I rename the MenuItems and gave them some Actions.