Re: [Gambas-user] Create a Form like Panel on Desktop

2016-05-04 Thread abbat81
Hi Herberth, It was me who asked about: > > Is it possible to create form like panel (f.e. Lxpanel). Can you give a link to sourses of your Innova_Panel? Thanks in advance :) -- View this message in context: http://gambas.8142.n7.nabble.com/Re-Create-a-Form-like-Panel-on-Desktop-tp56089p56

Re: [Gambas-user] Create a Form like Panel on Desktop

2016-04-28 Thread herberth guzman
Greetings Lee, I made a lightweight panel apps as an example of what you need, I hope you serve. You can download it from the Farm Sofware (Innova_Panel) Add some basic functions. Example - Apps Launcher - System Tray - Taskbar - Favorite Apps - Network, etc. This example is part of m

Re: [Gambas-user] Create a Form like Panel on Desktop

2016-04-21 Thread abbat81
*Desktop.Height = (Screen.Height - CurrentPanel.Height)* How can I build my *FMain* to get next: *Desktop.Height = (Screen.Height - FMain.Height)* -- View this message in context: http://gambas.8142.n7.nabble.com/Create-a-Form-like-Panel-on-Desktop-tp56000p56015.html Sent from the gambas-user

Re: [Gambas-user] Create a Form like Panel on Desktop

2016-04-19 Thread Fabien Bodard
2016-04-19 18:46 GMT+02:00 Gianluigi : > Even I did not understand, maybe he wants this? > Set FMain: > Border = False > Stacking = Above > Trasparent = True > Drawing a Panel with Background = Background > > Ciao > Gianluigi Then if you want to manage the maximize area you will have some xorg st

Re: [Gambas-user] Create a Form like Panel on Desktop

2016-04-19 Thread Gianluigi
Even I did not understand, maybe he wants this? Set FMain: Border = False Stacking = Above Trasparent = True Drawing a Panel with Background = Background Ciao Gianluigi 2016-04-19 18:12 GMT+02:00 T Lee Davidson : > You shouldn't need to do anything special in Gambas to accomplish that. > Your wi

Re: [Gambas-user] Create a Form like Panel on Desktop

2016-04-19 Thread T Lee Davidson
You shouldn't need to do anything special in Gambas to accomplish that. Your window manager should be able to do that. For example, in KDE, you would click the application icon at the very top-left in the title bar, choose "More Actions" and then "Keep Above Others". I don't know about other wi

[Gambas-user] Create a Form like Panel on Desktop

2016-04-19 Thread abbat81
Hi all ! Is it possible to create form like panel (f.e. Lxpanel). If other apps windows maximize, their maximize according to my form-panel stay visible. Thank you in advance. -- View this message in context: http://gambas.8142.n7.nabble.com/Create-a-Form-like-Panel-on-Desktop-tp56000.html S