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
> >
> >
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
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
-
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
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
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
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
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
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,
> > > >
> > >
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
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
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")
-->
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
> 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
> 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
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
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
17 matches
Mail list logo