Re: [Gambas-user] keep forms into a form

2009-11-23 Thread nospam.nospam.nospam
Jean-Yves F. Barbier wrote: > Hi, > > Is there a manner to keep my forms into my main form? > other than using a workspace that apparently force children > to appear as tabs. > And to have them as icons (or anything else) into this main > form when minimized? Rob wrote one for Gambas 1x some years

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread nospam.nospam.nospam
Rob wrote: > On Monday 23 November 2009 10:14 pm, nospam.nospam.nos...@gmail.com > wrote: >> I do that, some people infer angry emotions that aren't there. > > Just because you're denying them doesn't mean they're not there. I > wish > you the best of luck with your healing process, at such ti

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Rob
On Monday 23 November 2009 10:14 pm, nospam.nospam.nos...@gmail.com wrote: > I do that, some people infer angry emotions that aren't there. Just because you're denying them doesn't mean they're not there. I wish you the best of luck with your healing process, at such time as you choose to emba

[Gambas-user] keep forms into a form

2009-11-23 Thread Jean-Yves F. Barbier
Hi, Is there a manner to keep my forms into my main form? other than using a workspace that apparently force children to appear as tabs. And to have them as icons (or anything else) into this main form when minimized? JY -- Every time you manage to close the door on Reality, it comes in throu

[Gambas-user] Pesky Minimize Button on TitleBar

2009-11-23 Thread nospam.nospam.nospam
I can't find an answer to this problem, except for an old post on this list in French. My French is rustier than the wreck of the Titanic but I got the impression that the building of window title bars is under the control of the WM. Anyway, I have a window and I need to remove the Minimise but

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread nospam.nospam.nospam
Rob wrote: > Gambas as a plugin would have to include the barest minimum of > components The runtime counts as "umpteen megabytes of support libraries." > Still, that is possible. I didn't say it wasn't possible. I did imply it would be a time/money expensive endeavour. > While I disagree wit

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Rob
On Monday 23 November 2009 05:06 pm, nospam.nospam.nos...@gmail.com wrote: > My opinion is that it is a terrible idea. For starters, how do you plan > to install the runtime libraries, using sudo apt-get or distribute the > libraries as as part of the plugin? And once you've decided that, how >

[Gambas-user] PING > Benoit - GUI Programming Productivity Feature Request

2009-11-23 Thread nospam.nospam.nospam
Benoit, The Gambas programming environment would offer a major productivity boost to developers if code Bookmarks were supported in the text editor. Using my own situation as an example, where I am porting a Windows app that has 300+ classes and close to 120,000 lines of code, it is next to im

Re: [Gambas-user] Either I am blind or...

2009-11-23 Thread Benoît Minisini
> Fabien Bodard wrote: > > http://library.gnome.org/devel/gtk/stable/GtkTearoffMenuItem.html > > > > it seem to have no need of special management ... just adding a > > special menu item in the submenu. > > Perhaps, but Benoit said he couldn't make it work. > I said that for Qt4, it seems to be

Re: [Gambas-user] File i/o problems

2009-11-23 Thread Benoît Minisini
> Wonder if anyone could tell me why this comes up with the error > 'type mismatch, wanted byte got a string' > > Image path would be something like /tmp/myimage.png > > Dim hFile As Stream > > hfile = Open ImagePath For Input > > While Not Eof(hFile) > Read #hFile, buffer, Lof(hFile) **

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Rob
On Monday 23 November 2009 05:07 pm, Vackoy wrote: > I think is an excellent idea but i don't know if it is possible. > Sorry my ignorance but what is an ecma-script code?? ECMAscript is the language used in web browsers as "Javascript" and in Flash applets as "Actionscript". I don't really thin

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Vackoy
I think is an excellent idea but i don't know if it is possible. Sorry my ignorance but what is an ecma-script code?? Marcel -- View this message in context: http://old.nabble.com/Gambas-as-firefox-plugin-%21%21%21-tp26485369p26486874.html Sent from the gambas-user mailing list archive at Nab

Re: [Gambas-user] Either I am blind or...

2009-11-23 Thread nospam.nospam.nospam
Fabien Bodard wrote: > http://library.gnome.org/devel/gtk/stable/GtkTearoffMenuItem.html > > it seem to have no need of special management ... just adding a > special menu item in the submenu. Perhaps, but Benoit said he couldn't make it work. > ---

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread nospam.nospam.nospam
Demosthenes Koptsis wrote: > Hi i have an idea but u will tell me if it is good or not. > > I saw the latest Quake game, named quake live > http://www.quakelive.com/ > > The game is based on a firefox plugin and i wonder if Gambas > applications can be run in a Gambas firefox plugin? > > Is this id

[Gambas-user] File i/o problems

2009-11-23 Thread richard terry
Wonder if anyone could tell me why this comes up with the error 'type mismatch, wanted byte got a string' Image path would be something like /tmp/myimage.png Dim hFile As Stream hfile = Open ImagePath For Input While Not Eof(hFile) Read #hFile, buffer, Lof(hFile) **dies here with: 'typ

Re: [Gambas-user] Either I am blind or...

2009-11-23 Thread Fabien Bodard
http://library.gnome.org/devel/gtk/stable/GtkTearoffMenuItem.html it seem to have no need of special management ... just adding a special menu item in the submenu. -- Let Crystal Reports handle the reporting - Free Crysta

Re: [Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Fabien Bodard
i think a better idea will be to allow gambas to generate ecma-script code... 2009/11/23 Demosthenes Koptsis : > Hi i have an idea but u will tell me if it is good or not. > > I saw the latest Quake game, named quake live > http://www.quakelive.com/ > > The game is based on a firefox plugin and

[Gambas-user] Gambas as firefox plugin !!!

2009-11-23 Thread Demosthenes Koptsis
Hi i have an idea but u will tell me if it is good or not. I saw the latest Quake game, named quake live http://www.quakelive.com/ The game is based on a firefox plugin and i wonder if Gambas applications can be run in a Gambas firefox plugin? Is this idea good? If there is a Gambas web browser

Re: [Gambas-user] Problems on gambas building for ARM

2009-11-23 Thread Matteo Lisi
Thanks for your reply... I have to run a gambas script on an ARM system. My goal is pass a text script on this system that use gambas for execute it. For do this I had to compile the gambas interpreter for ARM architecture. I did this steps, please tell me where I made a mistake:

Re: [Gambas-user] Problems on gambas building for ARM

2009-11-23 Thread José Luis Redrejo Rodríguez
Matteo, you should add: --host=arm-linux-gnueabi --build=arm-linux-gnueabi to your ./configure call. Anyway, at https://buildd.debian.org/fetch.cgi?pkg=gambas2;ver=2.17.0-1;arch=armel;stamp=1256678530you can see a complete compilation of gambas in armel. Maybe it helps you. Regards. José L. 200

Re: [Gambas-user] Problems on gambas building for ARM

2009-11-23 Thread Benoît Minisini
>The output is: >i686-pc-linux-gnu >Benoît Minisini ha scritto: > Is it normal, as you are compiling for ARM? -- Benoît Minisini -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Da

Re: [Gambas-user] Problems on gambas building for ARM

2009-11-23 Thread Matteo Lisi
The output is: i686-pc-linux-gnu Benoît Minisini ha scritto: Thanks for your quickly response attached to this email the output of ./configure and make Regards Benoît Minisini ha scritto: Hi ! I tried to build gambas for ARM, but the Make the procedure give me this err

Re: [Gambas-user] Problems on gambas building for ARM

2009-11-23 Thread Benoît Minisini
>Thanks for your quickly response >attached to this email the output of ./configure and make >Regards >Benoît Minisini ha scritto: > > Hi ! > > I tried to build gambas for ARM, but the Make the procedure give me > this error: > > make[4]: Entering directory `/home/user/gamba

Re: [Gambas-user] Problems on gambas building for ARM

2009-11-23 Thread Benoît Minisini
> Hi ! > > I tried to build gambas for ARM, but the Make the procedure give me > this error: > > make[4]: Entering directory `/home/user/gambas2-2.18.0/main/gbc' > /bin/sh ../libtool --tag=CC --mode=link gcc > -DGAMBAS_PATH="\"/usr/local/bin\"" -pipe -Wall -Wno-unused-value > -Wcast-align -fsi

[Gambas-user] Problems on gambas building for ARM

2009-11-23 Thread Matteo Lisi
Hi ! I tried to build gambas for ARM, but the Make the procedure give me this error: make[4]: Entering directory `/home/user/gambas2-2.18.0/main/gbc' /bin/sh ../libtool --tag=CC --mode=link gcc -DGAMBAS_PATH="\"/usr/local/bin\"" -pipe -Wall -Wno-unused-value -Wcast-align -fsigned-char -fvis

Re: [Gambas-user] Either I am blind or...

2009-11-23 Thread Benoît Minisini
> Benoît Minisini wrote: > >> Benoît Minisini wrote: > Benoît Minisini wrote: > >> ...menus don't support drag. > >> > >> Please tell me I am blind. > > > > They don't, no toolkit supports drag & drop on menus natively. > > I'm looking to drag menu items off a me