Re: [Gambas-user] packaging

2009-11-15 Thread Robert JUHASZ
Fabien, Thanks for your help, now it works properly! Robi 2009/11/13 Fabien Bodard > Cannot > load component 'gb.form.dialog': cannot find library > > you need to install this component too / > > 2009/11/13 Fabien Bodard : > > my gambas2 is the ubuntu one... :/ > > > > nothing special > > > >

Re: [Gambas-user] Setting and environment variable in a Gambas app.

2009-11-15 Thread bbb888
Toni Rosa wrote: > > Hi, > I would like to automatically set and environment variable whenever my > gambas application gets launched (I want to make sure that > GDK_NATIVE_WINDOWS=1) and I have tried executing SHELL("export > GDK_NATIVE_WINDOWS=1") . Unfortunately it doesn't seem to work. > I'm

[Gambas-user] use a string as a var

2009-11-15 Thread Jean-Yves F. Barbier
Hi, I'm building a string and I'd like to use this string as a var, how could I do that? myclass = class1 mystr = class1 & "." & class1member res = mystr ' PB: copy 'mystr' into 'res' instead of getting result -- BOFH excuse #51: Cosmic ray particles crashed through the hard disk platter -

Re: [Gambas-user] Setting and environment variable in a Gambas app.

2009-11-15 Thread Joshua Higgins
Under Ubuntu at least you can put it in ~/.gnomerc http://ubuntuforums.org/showthread.php?t=1299284 Hope this helps. -- joshua higgins >>-- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008

Re: [Gambas-user] form_open not raised when embedding form

2009-11-15 Thread Joshua Higgins
Forget last message. Setting GDK_NATIVE_WINDOWS=1 makes the Form_Open event run! But theres a few glitches like columnview and textarea background colours not being right. Thanks. -- joshua higgins >>-- -- Let Cr

Re: [Gambas-user] form_open not raised when embedding form

2009-11-15 Thread Joshua Higgins
Thanks for the reply. GDK_NATIVE_WINDOWS=1 makes no difference. I'll try the latest Gambas version and reply back with the results. -- joshua higgins >>-- -- Let Crystal Reports handle the reporting - Free Crysta

Re: [Gambas-user] relative path

2009-11-15 Thread Charlie Reinl
Am Sonntag, den 15.11.2009, 17:51 +0100 schrieb Stefano Palmeri: > Il domenica 15 novembre 2009 17:23:26 Stefano Palmeri ha scritto: > > Il domenica 15 novembre 2009 17:05:00 Charlie Reinl ha scritto: > > > Am Sonntag, den 15.11.2009, 15:40 +0100 schrieb Stefano Palmeri: > > > > Il domenica 15 nove

[Gambas-user] Setting and environment variable in a Gambas app.

2009-11-15 Thread Toni Rosa
Hi, I would like to automatically set and environment variable whenever my gambas application gets launched (I want to make sure that GDK_NATIVE_WINDOWS=1) and I have tried executing SHELL("export GDK_NATIVE_WINDOWS=1") . Unfortunately it doesn't seem to work. I'm trying to accomplish that anyone i

Re: [Gambas-user] relative path

2009-11-15 Thread Stefano Palmeri
Il domenica 15 novembre 2009 17:23:26 Stefano Palmeri ha scritto: > Il domenica 15 novembre 2009 17:05:00 Charlie Reinl ha scritto: > > Am Sonntag, den 15.11.2009, 15:40 +0100 schrieb Stefano Palmeri: > > > Il domenica 15 novembre 2009 12:42:17 Charlie Reinl ha scritto: > > > > Salut, > > > > > > >

Re: [Gambas-user] relative path

2009-11-15 Thread Stefano Palmeri
Il domenica 15 novembre 2009 17:05:00 Charlie Reinl ha scritto: > Am Sonntag, den 15.11.2009, 15:40 +0100 schrieb Stefano Palmeri: > > Il domenica 15 novembre 2009 12:42:17 Charlie Reinl ha scritto: > > > Salut, > > > > > > I looking for a function or switch in gambas, > > > which gives me the path

Re: [Gambas-user] relative path

2009-11-15 Thread Charlie Reinl
Am Sonntag, den 15.11.2009, 15:40 +0100 schrieb Stefano Palmeri: > Il domenica 15 novembre 2009 12:42:17 Charlie Reinl ha scritto: > > Salut, > > > > I looking for a function or switch in gambas, > > which gives me the path-string as relative path > > and not the whole path up from / > > I'm not s

Re: [Gambas-user] relative path

2009-11-15 Thread Stefano Palmeri
Il domenica 15 novembre 2009 12:42:17 Charlie Reinl ha scritto: > Salut, > > I looking for a function or switch in gambas, > which gives me the path-string as relative path > and not the whole path up from / I'm not sure I understood. Do you mean PRINT File.BaseName("/home/user/mydocuments") -->

Re: [Gambas-user] 2 forms closing at the same time. Is it a bug?

2009-11-15 Thread Toni
Hi Benoît and others, Thanks for the info. > The first shown window is the "main window", and closing it automatically > close all other opened windows. > Maybe I should have made this feature optional. It seems to me that when an application is set to start using a Module instead of a form, i

Re: [Gambas-user] Misc Bugs: GTK

2009-11-15 Thread Benoît Minisini
> I have noticed these little annoying problems. > > Again it is with the GTK component and how it inherits settings. > > 1. Textboxes, comboboxes ... - they correctly do not inherit the > background color but they incorrectly inherit the foreground colour. > I.E text boxes and any other input b

Re: [Gambas-user] form_open not raised when embedding form

2009-11-15 Thread Benoît Minisini
> Hi list > > I just upgraded to Ubuntu Karmic, from Gambas 2.8 to 2.13. I'm embedding a > form into my main form like this: > > DIM hForm AS FChild > > hForm = NEW FChild(Panel1) > > However in Gambas 2.13, the FChild's Form_Open event does not run. Is this > expected or is there a way rou

[Gambas-user] relative path

2009-11-15 Thread Charlie Reinl
Salut, I looking for a function or switch in gambas, which gives me the path-string as relative path and not the whole path up from / -- Amicalment Charlie -- Let Crystal Reports handle the reporting - Free Crysta

[Gambas-user] form_open not raised when embedding form

2009-11-15 Thread Joshua Higgins
Hi list I just upgraded to Ubuntu Karmic, from Gambas 2.8 to 2.13. I'm embedding a form into my main form like this: DIM hForm AS FChild hForm = NEW FChild(Panel1) However in Gambas 2.13, the FChild's Form_Open event does not run. Is this expected or is there a way round it? Thanks. -- j