Re: [Gambas-user] WebPage support in Gambas

2012-03-19 Thread John Spikowski
On Mon, 2012-03-19 at 13:16 -0400, Rob Kudla wrote: > Getting back to your original question, how do you handle distributing > the ScriptBasic interpreter to people? I can't find it in the Ubuntu > repositories; do you provide some kind of single-file executable > functionality? > > Rob You can

Re: [Gambas-user] WebPage support in Gambas

2012-03-19 Thread Emil Lenngren
Why can't anyone write a real web server for gambas that does not use CGI? Then the runtime does not have to be restarted on each request. But maybe it is a problem because gambas does not really support multi-threading? 2012/3/19 John Spikowski > On Mon, 2012-03-19 at 12:31 -0400, Rob Kudla wro

Re: [Gambas-user] WebPage support in Gambas

2012-03-19 Thread Rob Kudla
On 03/19/2012 12:50 PM, John Spikowski wrote: > (tokenized) scripts. An efficient client / server environment is > paramount if dynamic applications is your web goal. If all you care > about is displaying static pages, pretty much anything will do. You're right, and while Gambas doesn't have its o

Re: [Gambas-user] WebPage support in Gambas

2012-03-19 Thread John Spikowski
On Mon, 2012-03-19 at 12:31 -0400, Rob Kudla wrote: > On 03/18/2012 01:16 PM, John Spikowski wrote: > > I have found that it is more difficult to get folks to try your software > > if it means needing admin privileges and installing frameworks not used > > by any other applications. I would guess t

Re: [Gambas-user] WebPage support in Gambas

2012-03-19 Thread Rob Kudla
On 03/18/2012 01:09 PM, John Spikowski wrote: > What is the overhead of using Gambas as a CGI scripting engine? We've been running Gambas 1.99 as a CGI scripting engine on the gambasdoc.org host for about 5 years now. Benoit wrote the entire Gambas wiki in Gambas. Like other CGI languages (perl,

Re: [Gambas-user] WebPage support in Gambas

2012-03-19 Thread Rob Kudla
On 03/18/2012 01:16 PM, John Spikowski wrote: > I have found that it is more difficult to get folks to try your software > if it means needing admin privileges and installing frameworks not used > by any other applications. I would guess the best approach would be is To be honest, that's largely w

Re: [Gambas-user] gambas and components

2012-03-19 Thread Charlie Reinl
Am Montag, den 19.03.2012, 14:30 +0100 schrieb Fabien Bodard: > you want to call a function in the main app from your component ? > > The class of the main app must to be exported... then i think you can call it > Salut Fabien, will give that a try, thanks. -- Amicalement Charlie --

Re: [Gambas-user] gambas and components

2012-03-19 Thread Charlie Reinl
Am Montag, den 19.03.2012, 22:49 +1030 schrieb Bruce Bruen: > On Mon, 2012-03-19 at 22:42 +1030, GMail wrote: > > On Mon, 2012-03-19 at 11:43 +0100, Karl Reinl wrote: > > > Salut, > > > > > > my question is for gambas2 and later for gambas3 > > > > > > I have an app, which uses gambas (home made

Re: [Gambas-user] gambas and components

2012-03-19 Thread Fabien Bodard
you want to call a function in the main app from your component ? The class of the main app must to be exported... then i think you can call it -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click H

Re: [Gambas-user] WebPage support in Gambas

2012-03-19 Thread Fabien Bodard
2012/3/19 nando : > Thank you!!! > I'm going to migrate > Thank you Benoit > > > -- Original Message --- > From: BenoƮt Minisini > To: nand...@nothingsimple.com, mailing list for gambas users > > Sent: Mon, 19 Mar 2012 00:40:17 +0100 > Subject: Re: [Gambas-user] WebPage support in

Re: [Gambas-user] gambas and components

2012-03-19 Thread Bruce Bruen
On Mon, 2012-03-19 at 22:42 +1030, GMail wrote: > On Mon, 2012-03-19 at 11:43 +0100, Karl Reinl wrote: > > Salut, > > > > my question is for gambas2 and later for gambas3 > > > > I have an app, which uses gambas (home made) components. > > > > What does these components know about the app. > >

Re: [Gambas-user] gambas and components

2012-03-19 Thread GMail
On Mon, 2012-03-19 at 11:43 +0100, Karl Reinl wrote: > Salut, > > my question is for gambas2 and later for gambas3 > > I have an app, which uses gambas (home made) components. > > What does these components know about the app. > > What I'm looking for is, how can I call a Function in the app,

[Gambas-user] gambas and components

2012-03-19 Thread Karl Reinl
Salut, my question is for gambas2 and later for gambas3 I have an app, which uses gambas (home made) components. What does these components know about the app. What I'm looking for is, how can I call a Function in the app, out from the component, to report what has be done. If I try 'Form.Fu

Re: [Gambas-user] Picture/Image with correct aspect ratio (G2)

2012-03-19 Thread Rolf-Werner Eilert
Never mind, Matti :-) At least I know now my brainwork wasn't a waste of time... Regards Rolf Am 17.03.2012 17:44, schrieb Matti: > Hi Rolf, > > sorry - what I remembered was how I worked with thumbnails. But they have a > fixed size, and so I could use a square PictureBox of the same size. > >