Search found 264 matches

by vuott
Tuesday 6th March 2018 8:07am
Forum: General
Topic: How To Play Audio and Video With Gambas?
Replies: 3
Views: 7551

Re: How To Play Audio and Video With Gambas?

I just would like to point out the specific " MediaPlayer " Class of the Gambas gb.media Component. Look this at: http://gambaswiki.org/wiki/comp/gb.media/mediaplayer Other and more generally on playing audio-video: http://www.gambas-it.org/wiki/index.php?title=Guide_della_comunit%C3%A0#Ge...
by vuott
Monday 12th June 2017 9:29pm
Forum: General
Topic: Object.Lock
Replies: 4
Views: 7123

Re: Object.Lock

Does anybody have any example code using Object.Lock and Object.Unlock ? Just a little and simple example: Public Sub ToggleButton1_Click() If ToggleButton1.Value Then Object.Lock(Button1) ToggleButton1.Text = "Now Button1's locked !" ' Button1 click event will not be raised ! Else Object...
by vuott
Friday 12th May 2017 1:55pm
Forum: General
Topic: Inkey
Replies: 10
Views: 15831

Re: Inkey

You might also try some other ways: - http://www.gambas-it.org/wiki/index.php?title=Immissione_di_dati_dalla_tastiera_durante_l%27esecuzione_di_un_programma#Invio_di_dati_dalla_tastiera_in_un.27applicazione_a_riga_di_comando - http://www.gambas-it.org/wiki/index.php?title=Individuare_i_tasti_della_t...
by vuott
Thursday 27th April 2017 1:12pm
Forum: General
Topic: gb.sdl2.audio
Replies: 3
Views: 6684

Re: gb.sdl2.audio

cogier wrote: Wednesday 26th April 2017 2:33pm... using gb.sdl2.audio.
Hello,
you can look at this page of italian Wiki:

http://www.gambas-it.org/wiki/index.php ... sdl2.audio