Re: [Lazarus] Linux Window Manager Enhancements

2015-10-29 Thread Anthony Walter
Sorry, you don't know what you're talking about. I've added you to my block/ignore list. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Linux Window Manager Enhancements

2015-10-29 Thread Den
Please don't say XLib does not, when in fact it does, and I have used it for that purpose. You can use it provides hints to the Window Manager (hence the WM). Don't just say shit like "does NOT" if you don't know for sure man. You could say "I'm not sure" or "XLib as far as I know", etc. I *hav

Re: [Lazarus] Linux Window Manager Enhancements

2015-10-29 Thread Den
I prefer just using XLib to send the _NET_WM_* commands.. Like maximize, etc. I've done it before, my Game Engine I wrote using X uses it, and works with moving, hiding, etc. - Dennis On 2015-10-29 02:44 AM, Anthony Walter wrote: https://github.com/sysrpl/Lazarus.NetWM This is the a reposito

[Lazarus] Printing on Raspberry Pi

2015-10-29 Thread Koenraad Lelong
Hi, I'm trying to print a lazreport on a Raspberry Pi2. It's not working, I get : Bus Error or misaligned data access Press OK to ignore ... Pressing OK does nothing. Any suggestions to solve this ? I also tried the example from http://wiki.lazarus.freepascal.org/Using_the_printer. On my x86

Re: [Lazarus] Too much space between TPageControl and its tabs

2015-10-29 Thread Luca Olivetti
El 29/10/15 a les 09:17, Ondrej Pokorny ha escrit: Have you tried to ask uncle Google? He knows a lot: https://www.google.at/search?q=delphi+no+border+pagecontrol Duh, why didn't I think of that? In Delphi it is possible, I haven't tried in Lazarus. But since it is WinAPI, it should be possi

Re: [Lazarus] Too much space between TPageControl and its tabs

2015-10-29 Thread Ondrej Pokorny
On 29.10.2015 09:08, Luca Olivetti wrote: Hello, I have to show different things at different times in the same position. Instead of putting everything in the same spot of the form and setting Visible only the item I want to show (which makes designing difficult), I'm using a TPageControl with

[Lazarus] Too much space between TPageControl and its tabs

2015-10-29 Thread Luca Olivetti
Hello, I have to show different things at different times in the same position. Instead of putting everything in the same spot of the form and setting Visible only the item I want to show (which makes designing difficult), I'm using a TPageControl with ShowTabs=False. The problem is that, at le

Re: [Lazarus] Linux Window Manager Enhancements

2015-10-29 Thread Anthony Walter
https://github.com/sysrpl/Lazarus.NetWM This is the a repository for a Lazarus unit to make some window management functions on X easier. The following functionality is currently supported: * Activating your applciation, bringing it to the foreground with input focus * Sticking windows to multip