[Lazarus] LCL-GTK2 warning about TScrollBox

2016-09-23 Thread Graeme Geldenhuys
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?

[Lazarus] TImage shows loaded image rotated by 90?

2016-09-23 Thread LacaK
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=

[Lazarus] Qt native event loop

2016-09-23 Thread zeljko
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

Re: [Lazarus] TImage shows loaded image rotated by 90?

2016-09-23 Thread Marc Weustink
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

Re: [Lazarus] TImage shows loaded image rotated by 90?

2016-09-23 Thread LacaK
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)

Re: [Lazarus] TImage shows loaded image rotated by 90?

2016-09-23 Thread Marc Weustink
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

Re: [Lazarus] Launching External Tool Cmd.exe in Windows

2016-09-23 Thread shoKwave
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

[Lazarus] Option to deactivate always open Menu Editor

2016-09-23 Thread Michael W. Vogel
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.