[EMAIL PROTECTED] a écrit :
> Message: 4
> Date: Wed, 9 Jul 2008 23:09:18 +0200
> From: Benoit Minisini <[EMAIL PROTECTED]>
> Subject: Re: [Gambas-user] Background/Foreground
> To: mailing list for gambas users
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> [EMAIL PROTECTED] a écrit :
> Message: 3 Date: Wed, 9 Jul 2008 16:05:37 -0500 From: "M0E Lnx"
> <[EMAIL PROTECTED]> Subject: Re: [Gambas-user] Background/Foreground
> To: "mailing list for gambas users"
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1 inste
On mercredi 09 juillet 2008, richard terry wrote:
> On Wed, 9 Jul 2008 09:00:28 am richard terry wrote:
>
> Sorry, mis-spelt the header, so content is ambiguous, so here it is again.
>
> > I had added a new text file to a directory in my project tree, entered
> > some text, then noticed I'd made a
On lundi 07 juillet 2008, richard terry wrote:
> My question is is it possible/could it be made possible, to compile one
> form into a stand alone program, without compiling the whole project.
>
> Within my complex program, I've a number of effectively stand-alone
> programs, which, could run indep
Thanks.. I figued something like that needed to be done shortly after asking.
Here is what I did
DIM sTitle AS String
DIM aHandle AS NEW Pointer[]
DIM iHandle AS Integer
DIM i AS Integer = 0
FrmDiskPart.tlBanner.Text = "Loading gparted Please wait"
SHELL "sudo /usr/sbin/gparted"
On mercredi 09 juillet 2008, M0E Lnx wrote:
> Hi again, Another small annoyance in my endeavours to use the embedder
> object
>
> I am trying to embed an application into my form using the embedder object.
> The embedding works fine (thanks to the bugfixes :=] ) but here is the
> little annoyance
>
Hi again, Another small annoyance in my endeavours to use the embedder object
I am trying to embed an application into my form using the embedder object.
The embedding works fine (thanks to the bugfixes :=] ) but here is the
little annoyance
To be more specific, I'm trying to embed gparted into m
On mercredi 09 juillet 2008, M0E Lnx wrote:
> instead of using the background and foreground, try using the
> Backcolor and Forecolor properties
>
> b.backcolor = color.selected
> b.forecolor = color.black
>
> On Wed, Jul 9, 2008 at 3:57 PM, serge bouc <[EMAIL PROTECTED]> wrote:
> > Hello Gambas,
>
instead of using the background and foreground, try using the
Backcolor and Forecolor properties
b.backcolor = color.selected
b.forecolor = color.black
On Wed, Jul 9, 2008 at 3:57 PM, serge bouc <[EMAIL PROTECTED]> wrote:
> Hello Gambas,
>
> Pardon me for asking again this question :
>
>b is
Hello Gambas,
Pardon me for asking again this question :
b is a button, with text.
"b.background=my_color" works fine : b is now surrounded with "my_color"
"b.foreground=my_color" turns text on b to black, whatever my-color.
What am I missing ?
Thanks for any help.
Serge.
gambas2/
On mercredi 09 juillet 2008, [EMAIL PROTECTED] wrote:
> Hi everybody!!!
>
> Is it possible to get a READ-Event on #File.in?
>
> Background is: The external process, which is spawning my program, is a
> little bit flaky regarding its timings. It pushes it's data randomly via
> STDOUT into my prog.
>
Hi everybody!!!
Is it possible to get a READ-Event on #File.in?
Background is: The external process, which is spawning my program, is a little
bit flaky regarding its timings. It pushes it's data randomly via STDOUT into
my prog.
When I use the "WHILE NOT Eof(File.In)"-Example taken from the o
Is there a way to set the align = align.center property to the text
displayed inside a text area?
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source
Hi,
I'm on a suse 11.0 system.
/opt/lib32 does not exist there.
So, i don't know where to link
to /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
(which does exists !)
regards,
Steven
Le mercredi 09 juillet 2008 à 14:12 +0200, Ron Onstenk a écrit :
> On Wednesday 09 July 2008, Steven Lobbezoo
No no, just plain old 32 bits.
Le mercredi 09 juillet 2008 à 14:26 +0200, Benoit Minisini a écrit :
> On mercredi 09 juillet 2008, Steven Lobbezoo wrote:
> > Le mercredi 09 juillet 2008 à 13:40 +0200, Steven Lobbezoo a écrit :
> > > Ok, i did that, it compiled with any errors.
> > > B.t.w. : I ju
On mercredi 09 juillet 2008, [EMAIL PROTECTED] wrote:
> Hello List!
>
> Like all other people new to this list, I have to say: Gambas rocks!! :-)
> The last six years I was a perl fellow...this changed in may 2008! ;-)
>
> Here is my problem:
> Docu says:
> Unlike other Basic dialects, Gambas will
On mercredi 09 juillet 2008, Steven Lobbezoo wrote:
> Le mercredi 09 juillet 2008 à 13:40 +0200, Steven Lobbezoo a écrit :
> > Ok, i did that, it compiled with any errors.
> > B.t.w. : I just have a brand new suse 11 installation, in stalled gnome
> > 2.23 and KDE 4.0
> > Nothing special.
>
> Sorry
Hello List!
Like all other people new to this list, I have to say: Gambas rocks!! :-)
The last six years I was a perl fellow...this changed in may 2008! ;-)
Here is my problem:
Docu says:
Unlike other Basic dialects, Gambas will never delete a file when it is opened
by the WRITE keyword for ins
On Wednesday 09 July 2008, Steven Lobbezoo wrote:
> Ok, i did that, it compiled with any errors.
> B.t.w. : I just have a brand new suse 11 installation, in stalled gnome
> 2.23 and KDE 4.0
> Nothing special.
>
> Here is the output of valgrind :
> ==11731== Memcheck, a memory error detector.
> ==1
Le mercredi 09 juillet 2008 à 13:40 +0200, Steven Lobbezoo a écrit :
> Ok, i did that, it compiled with any errors.
> B.t.w. : I just have a brand new suse 11 installation, in stalled gnome
> 2.23 and KDE 4.0
> Nothing special.
>
Sorry about the typo : Compiled without any errors.
--
Ok, i did that, it compiled with any errors.
B.t.w. : I just have a brand new suse 11 installation, in stalled gnome
2.23 and KDE 4.0
Nothing special.
Here is the output of valgrind :
==11731== Memcheck, a memory error detector.
==11731== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et
On mercredi 09 juillet 2008, Steven Lobbezoo wrote:
> Benoit,
>
> Did this help in any way ?
> Can I supplie other information ?
>
> Thanks,
> Steven
>
Not really, but it confirms that your system is weird: what is that
google_breakpad and libgnomebreakpad library?
I suggest you compile Gambas f
22 matches
Mail list logo