Congratulations on Pre-release of Gambas 3.7, fantastic. Great job to you and all who collaborate.
Benoit Doing tests I noticed a problem. In the Form in the Open event if I put: X11.SetWindowProperty 1- (f_panel.Id, Atom ["_ NET_WM_WINDOW_TYPE"] Atom ["ATOM"] Atom ["_ NET_WM_WINDOW_TYPE_DOCK"]) "No problem," but if I put 2 or more just take the last line of the code Example: 1 - X11.SetWindowProperty 1- (f_panel.Id, Atom ["_ NET_WM_WINDOW_TYPE"] Atom ["ATOM"] Atom ["_ NET_WM_WINDOW_TYPE_DOCK"]) 2 - X11.SetWindowProperty 2- (f_panel.Id, Atom ["_ NET_WM_STATE"] Atom ["ATOM"] Atom ["_ NET_WM_WINDOW_TYPE"]) Just run No. 2 and if i put 1 - X11.SetWindowProperty 1- (f_wallpaper.Id, Atom ["_ NET_WM_STATE"] Atom ["ATOM"] Atom ["_ NET_WM_STATE_STICKY"]) 2 - X11.SetWindowProperty 2- (f_wallpaper.Id, Atom ["_ NET_WM_STATE"] Atom ["ATOM"] Atom ["_ NET_WM_STATE_SKIP_TASKBAR"]) 3 - X11.SetWindowProperty (f_wallpaper.Id, Atom ["_ NET_WM_STATE"] Atom ["ATOM"] Atom ["_ NET_WM_STATE_SKIP_PAGER"]) 4 - X11.SetWindowProperty 4- (f_wallpaper.Id, Atom ["_ NET_WM_STATE"] Atom ["ATOM"] Atom ["_ NET_WM_STATE_FULLSCREEN"]) takes the line No.4 I know No. 1, 2 and 4 the IDE-Gambas has these functions. Only is one example As I can do to work me 2 or more lines of these functions. Regards Herberth Guzman ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
