Re: [Gambas-user] Mutiple mouse pointers

2009-10-22 Thread Steven James Drinnan
On Thu, 2009-10-22 at 15:53 +0200, Benoît Minisini wrote: > > Hi, > > > > Here is interesting thing, I want to create a X12(mpx) aware > > application. > > > > When Fedora 12 comes out it will support X12(mpx) - multiple mouse > > pointers and I was hoping to use Gambas to create an interactive g

[Gambas-user] Gambas MD5 and MySQL MD5 Do Not Match

2009-10-22 Thread briansykes
I am trying to used stored MD5 passwords in a MySQL database with Gambas2, but with Crypt.MD5 i get numbers letters and dollar signs which is not an MD5 sum does anyone know how to fix this? an example of what Crypt.MD5 kicks out is this: $1$R48EQANG$.CoiiGj.gYSi399ggeQvj0 and in MYSQL it looks li

Re: [Gambas-user] set of questions

2009-10-22 Thread Ron_1st
On Thursday 22 October 2009, Doriano Blengino wrote: > Faysal Banna ha scritto: > > for all those who assumed i "hijacked" the thread and subject > > > > the subject of the whole was posted by Dima (My regards to her ) about set > > of questions and not specific to USB ! > > > > she asked

Re: [Gambas-user] set of questions

2009-10-22 Thread Ron_1st
On Thursday 22 October 2009, Faysal Banna wrote: > just other people need to follow threads from the beginning. > Regards... and please stay on track of events before u rush into mumbling > bla bla stuff > > Do you mean Doriano with 'u rush'? Please wake up before you write something as re

Re: [Gambas-user] set of questions

2009-10-22 Thread Ron_1st
On Thursday 22 October 2009, Doriano Blengino wrote: > Ron_1st ha scritto: > > On Thursday 22 October 2009, Doriano Blengino wrote: > > > >> Ron_1st ha scritto: > >> > >>> I don't see the connection with gambas from usb stick. > >>> Can you enligth me? > >>> > >>> > >> The first m

Re: [Gambas-user] set of questions

2009-10-22 Thread Doriano Blengino
Faysal Banna ha scritto: > for all those who assumed i "hijacked" the thread and subject > > the subject of the whole was posted by Dima (My regards to her ) about set > of questions and not specific to USB ! > > she asked a set of questions including USB startup and also including the >

Re: [Gambas-user] set of questions

2009-10-22 Thread Faysal Banna
for all those who assumed i "hijacked" the thread and subject the subject of the whole was posted by Dima (My regards to her ) about set of questions and not specific to USB ! she asked a set of questions including USB startup and also including the gridview which is of my interest at t

Re: [Gambas-user] set of questions

2009-10-22 Thread Doriano Blengino
Ron_1st ha scritto: > On Thursday 22 October 2009, Doriano Blengino wrote: > >> Ron_1st ha scritto: >> >>> I don't see the connection with gambas from usb stick. >>> Can you enligth me? >>> >>> >> The first message of the thread, "set of questions", contained a >> question about

Re: [Gambas-user] set of questions

2009-10-22 Thread Benoît Minisini
> Using Gambas 2.7, Debian Lenny 32 > -- > > Hello! > Hello! > Main question. I think you should have been make a thread for each question, because now we are lost when reading the answers! > I want to run my gambas2-application from USB-FLASH-DISK on the > computers, that do not have gambas

Re: [Gambas-user] Mutiple mouse pointers

2009-10-22 Thread Benoît Minisini
> Hi, > > Here is interesting thing, I want to create a X12(mpx) aware > application. > > When Fedora 12 comes out it will support X12(mpx) - multiple mouse > pointers and I was hoping to use Gambas to create an interactive game > using two mouse pointers. > > Is there any plans in Gambas 3 to i

Re: [Gambas-user] set of questions

2009-10-22 Thread Ron_1st
On Thursday 22 October 2009, Doriano Blengino wrote: > Ron_1st ha scritto: > > > > I don't see the connection with gambas from usb stick. > > Can you enligth me? > > > The first message of the thread, "set of questions", contained a > question about launching a gambas app in a host system not h

Re: [Gambas-user] set of questions

2009-10-22 Thread Doriano Blengino
Ron_1st ha scritto: > > I don't see the connection with gambas from usb stick. > Can you enligth me? > The first message of the thread, "set of questions", contained a question about launching a gambas app in a host system not having the gambas runtime installed. Or so I think - I have already

Re: [Gambas-user] set of questions

2009-10-22 Thread Ron_1st
On Wednesday 21 October 2009, Faysal Banna wrote: > what is the way to get modifying a cell inside a grid view like > u click on a cell and start writing inside it then when u click away its > already modified ? > > regards > > On Wed, Oct 21, 2009 at 4:47 PM, Jussi Lahtinen > wrote: > > > > 1

Re: [Gambas-user] saving picturebox as video

2009-10-22 Thread Ron_1st
On Thursday 22 October 2009, Steven James Drinnan wrote: > I can't really think of a way directly in gambas. > > I would just use vlc to stream the file that the program creates. > > > Any one else got any ideas? > > > > ffmpeg has also a feature to stream as a server Best regards, Ron_