[Gambas-user] set of questions

2009-10-21 Thread Dima Malkov
Using Gambas 2.7, Debian Lenny 32 -- Hello! Main question. I want to run my gambas2-application from USB-FLASH-DISK on the computers, that do not have gambas2 installed. There is a folder on my USB-FLASH-DISK with my application and subfolders: 1) bin, includes files gba2, gbc2, gbi2, gbx2,

Re: [Gambas-user] set of questions

2009-10-21 Thread charlesg
Hopefully this answers question 2. It is a distillation of the database example that comes with Gambas: You just need a gridview, a button called btnRun and a preferably large database with lots of columns so that you can scroll around with ease

Re: [Gambas-user] set of questions

2009-10-21 Thread Doriano Blengino
Dima Malkov ha scritto: Using Gambas 2.7, Debian Lenny 32 -- Hello! Main question. I want to run my gambas2-application from USB-FLASH-DISK on the computers, that do not have gambas2 installed. There is a folder on my USB-FLASH-DISK with my application and subfolders: 1) bin, includes

Re: [Gambas-user] set of questions

2009-10-21 Thread Faysal Banna
Doriano... do you have a sample src package of what you have just explained ? can u share a simple running example with source files and forms ? much regards On Wed, Oct 21, 2009 at 11:11 AM, Doriano Blengino doriano.bleng...@fastwebnet.it wrote: Dima Malkov ha scritto: Using Gambas 2.7,

Re: [Gambas-user] set of questions

2009-10-21 Thread Doriano Blengino
Faysal Banna ha scritto: Doriano... do you have a sample src package of what you have just explained ? can u share a simple running example with source files and forms ? About what? I suppose about running a gambas app out of a usb stick? Never tried but, if this is your request, I can

Re: [Gambas-user] set of questions

2009-10-21 Thread Faysal Banna
no no sir i was asking about the Grid View u were explaining to Dima ... besides i care to know a bit more about in place editing of cells inside the Grid View just click on the cell change the value.. much regards On Wed, Oct 21, 2009 at 2:38 PM, Doriano Blengino

Re: [Gambas-user] set of questions

2009-10-21 Thread Doriano Blengino
Faysal Banna ha scritto: no no sir i was asking about the Grid View u were explaining to Dima ... besides i care to know a bit more about in place editing of cells inside the Grid View just click on the cell change the value.. Uhm... I never used a Gridview in that way, I simply worked

Re: [Gambas-user] set of questions

2009-10-21 Thread Jussi Lahtinen
1) May I create proprietary (not open-scource) gambas2-applications and components for gambas2? Yes, but Qt3 is not free for proprietary use. 3) When I hide persistent Form, how to display it again? FromName.Show works with me..? 5) Can I easily convert my big project from the

Re: [Gambas-user] set of questions

2009-10-21 Thread Faysal Banna
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 jussi.lahti...@gmail.comwrote: 1) May I create proprietary (not open-scource)

[Gambas-user] Minor dialog bug.

2009-10-21 Thread Jussi Lahtinen
Hi! With Qt3 everything works as expected, but not with GTK+. Dialog.Path = User.Home / NonExitsFile.dat ... Dialog.SaveFile() ... With Qt3 that code shows dialog, that suggest name NonExitsFile.dat to file being saved. With GTK+ it works only if NonExitsFile.dat already exist. So, this is

Re: [Gambas-user] Minor dialog bug.

2009-10-21 Thread BenoƮt Minisini
Hi! With Qt3 everything works as expected, but not with GTK+. Dialog.Path = User.Home / NonExitsFile.dat ... Dialog.SaveFile() ... With Qt3 that code shows dialog, that suggest name NonExitsFile.dat to file being saved. With GTK+ it works only if NonExitsFile.dat already exist.

[Gambas-user] Video Player example

2009-10-21 Thread Hartmut Eilers
Hallo List, for my Video project I need a video player which plays a video in a unvisible DrawingArea where I can grab a picture contolled by a timer. I want to show the grabbed image in a smaller preview window where one can apply effects. When pressing a button all effects should bei applied to

Re: [Gambas-user] saving picturebox as video

2009-10-21 Thread Steven James Drinnan
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? On Thu, 2009-10-22 at 00:29 +0200, Hartmut Eilers wrote: Hi Stephen, thanks for your answer. I do it the way you suggested. In the moment I

Re: [Gambas-user] Video Player example

2009-10-21 Thread Werner
Hartmut Eilers wrote: Hallo List, for my Video project I need a video player which plays a video in a unvisible DrawingArea where I can grab a picture contolled by a timer. I want to show the grabbed image in a smaller preview window where one can apply effects. When pressing a button all

[Gambas-user] Mutiple mouse pointers

2009-10-21 Thread Steven James Drinnan
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 include multiple