Re: [platform-dev] GlassPane-like

2019-11-04 Thread Laurent Caron
Hi Thomas, If I remember well, if you want to paint over multiple widgets you have to work with the parent composite. For your second point...Well, (native) tables... at least, it exists but it is almost impossible to customize it. And YES, you do not have access to the table headers :'( (on Wind

Re: [platform-dev] GlassPane-like

2019-11-04 Thread Thomas Singer
Painting over/across multiple controls is not supported, right? I have tested it now on a Table control. It looks like painting over the header is not supported. Is it expected that in Rectangle clientArea = table.getClientArea(); the point (clientArea.x, clientArea.y) is inside the table he

Re: [platform-dev] GlassPane-like

2019-10-28 Thread Laurent Caron
Hi Lars, thank you for your feedback, so it runs on the 3 most popular OS. Have a nice afternoon, Laurent Le lun. 28 oct. 2019 à 14:43, Lars Vogel a écrit : > Hi Laurent, > > Just to let you know, I tested it on Linux and it also works. > > Best regards, Lars > > On Fri, Oct 25, 2019 at 2:13

Re: [platform-dev] GlassPane-like

2019-10-28 Thread Lars Vogel
Hi Laurent, Just to let you know, I tested it on Linux and it also works. Best regards, Lars On Fri, Oct 25, 2019 at 2:13 PM Laurent Caron wrote: > > Hi Thomas, > > On Windows & Mac (never tried on Linux), just add a Paint Listener on your > control. > > Please find enclosed a snippet (tried o

Re: [platform-dev] GlassPane-like

2019-10-25 Thread Thomas Singer
Hi Laurent, Thanks for the tip with the paint listener. Unexpectedly this works on Windows - I thought it didn't when I tried in the past. Have a nice weekend! -- Thomas On 25/10/2019 14:13, Laurent Caron wrote: Hi Thomas, On Windows & Mac (never tried on Linux), just add a Paint Listener

Re: [platform-dev] GlassPane-like

2019-10-25 Thread Laurent Caron
Hi Thomas, On Windows & Mac (never tried on Linux), just add a Paint Listener on your control. Please find enclosed a snippet (tried on Windows 10). Have a nice day, Laurent Le ven. 25 oct. 2019 à 14:01, Thomas Singer a écrit : > Hi experts, > > Is there some generic way of painting on top o

[platform-dev] GlassPane-like

2019-10-25 Thread Thomas Singer
Hi experts, Is there some generic way of painting on top of any control at any position similar to Swing's GlassPane? We want to implement something like a informational text over a Table control. Thanks in advance. -- Thomas ___ platform-dev mailin