Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Jack
Le 18/07/2014 15:09, Tobias Boege a écrit : > By "screen" you mean the whole desktop, not just your SDL window, right? Excuse me Tobi. I was not very clear. Screen for me is only sdl window. it's the working screen defined by the Gambas program. -- Cordialement Jacky Tripoteau ---

Re: [Gambas-user] IDE crash on autocomplete

2014-07-18 Thread B Bruen
On Sat, 19 Jul 2014 02:12:16 +0200 Benoît Minisini wrote: > Le 19/07/2014 00:59, B Bruen a écrit : > > I keep getting an IDE crash when typing Colo (see attached pic). > > Clues: I have a class, Color, within this project. Its' purpose is to > > override the native gb.qt4 Color class (so I can't

Re: [Gambas-user] IDE crash on autocomplete

2014-07-18 Thread Benoît Minisini
Le 19/07/2014 00:59, B Bruen a écrit : > I keep getting an IDE crash when typing Colo (see attached pic). > Clues: I have a class, Color, within this project. Its' purpose is to > override the native gb.qt4 Color class (so I can't rename it). > > Any clues? > > tia > Bruce > I need the stack back

Re: [Gambas-user] gambas3.5.4 no help pages

2014-07-18 Thread Rolf-Werner Eilert
Am 18.07.2014 03:32, schrieb Benoît Minisini: > Le 17/07/2014 17:55, LinAk a écrit : >> 2014-07-17 08:24, Rolf-Werner Eilert skrev: >>> Am 16.07.2014 14:28, schrieb Benoît Minisini: Le 16/07/2014 13:04, Rolf-Werner Eilert a écrit : > Hi folks, > > As I was still working with 3.5.

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Tobias Boege
On Fri, 18 Jul 2014, Jack wrote: > Le 18/07/2014 14:14, Julio Sanchez a ??crit : > > Jack: > > > >> with a Gambas command ? > > gb.desktop component with: > > > > Dim p As Picture > > p =Desktop.Screenshot(x1, y1, x2 , y2 ) > > p.save ("filename.png") > > > > > > ' link: http://gambasdoc.org/help/c

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Jack
Le 18/07/2014 14:14, Julio Sanchez a écrit : > Jack: > >> with a Gambas command ? > gb.desktop component with: > > Dim p As Picture > p =Desktop.Screenshot(x1, y1, x2 , y2 ) > p.save ("filename.png") > > > ' link: http://gambasdoc.org/help/comp/gb.desktop/desktop/screensaver?en&v3 > > But not if yo

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Julio Sanchez
Jack: > with a Gambas command ? gb.desktop component with: Dim p As Picture p =Desktop.Screenshot(x1, y1, x2 , y2 ) p.save ("filename.png") ' link: http://gambasdoc.org/help/comp/gb.desktop/desktop/screensaver?en&v3 But not if you're going to run gb.sdl Regards Julio 2014-07-18 13:38 GMT+0

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Jack
Le 18/07/2014 11:11, Julio Sanchez a écrit : > > You can use the terminal command "scrot" > > http://www.tecmint.com/take-screenshots-in-linux-using-scrot/ > Thank you Julio, but i would prefer another solution with only Gambas. No another way with a Gambas command ? -- Cordialement Jacky Tri

Re: [Gambas-user] gambas3 broken after opensuse 13.1 upgrade; circumvent

2014-07-18 Thread wig
For OpenSUSE 13.1 users: use the "munich" repository: - uninstall the broken Gambas3 - choose home:munix9:gambas from http://software.opensuse.org/package/gambas3 This installs Gambas 3.5.4-2.2 Build time Sat 12 Jul 2014 09:59:16 PM CEST - examples are included - help files work as well. WiG O

Re: [Gambas-user] how copy the screen to memory on a sdl project

2014-07-18 Thread Julio Sanchez
Jack: You can use the terminal command "scrot" http://www.tecmint.com/take-screenshots-in-linux-using-scrot/ Regards 2014-07-18 8:32 GMT+02:00 Jack : > Hello ! > > screen.copy (x, y, w, h) does not exist, then in a sdl project, how to > make a copy of part of the screen. > > -- > Cordialement