On 9/25/12, Benoît Minisini wrote:
> Le 25/09/2012 20:35, Jose J. Rodriguez a écrit :
>> On 9/25/12, Benoît Minisini wrote:
>>> Anyway, don't use embedder, it will be removed as it is a X11 specific
>>> protocol that won't work on Wayland and is not reall
On 9/25/12, Benoît Minisini wrote:
> Anyway, don't use embedder, it will be removed as it is a X11 specific
> protocol that won't work on Wayland and is not really useful.
>
Oh, dear... We've used embedded apps quite a bit, stuff like cfdisk,
gparted and others. Oh well...
Regards,
Joe1962
On 3/21/12, sundar_ima wrote:
>
> I am creating an application which calls bash scripts many time with
> sudo/root privilege. Though i can execute bash script with either kdesu or
> gksu, it asks password many times. Instead it would be nice if any one help
> me on opening an application with sudo
On 1/16/11, nando wrote:
>
> 4) This is similar to RECORD in VB.
>
It is like "Type" in VB6. For example:
Private Type MYSTRUCT
ID As String
Name As String
End Type
Then later you would do:
Dim MyPerson As MYSTRUCT
MyPerson.ID = "012"
MyPerson.Name = "Joe1962"
Regards,
Joe1962
On 1/11/11, Benoît Minisini wrote:
> Really? What is your country?
>
Cuba. I had a few gambas and bash projects on googlecode myself, but
haven't been able to manage them for a long time now. So I moved to
www.berlios.de for my development stuff.
Regards,
Joe1962
---
On 1/2/11, Benoît Minisini wrote:
>
> Now, from the website, you can go to the new Gambas bug tracker located on
> code.google.com.
>
> I'd like to have a bug tracker written in Gambas, but for now, let's use the
> Google one.
>
Too bad google code has been blocking my country for some time now.
On 10/1/10, IMP Technologies - Tajinder Singh wrote:
>
> I have created a small basic interface for Fedora to change Plymouth theme.
> But as changing theme requires to run some commands as root, I would like to
> ask for root password before starting the application.
> Similarly whenever we r
On 6/3/10, Benoît Minisini wrote:
> > hum... what is your version of gcc ?
> >
> > struct _GtkPrinter
> > {
> > GObject parent_instance;
> >
> > GtkPrinterPrivate *GSEAL (priv);
> > };
> >
> > it seem that the compilator don't like the '(priv)'
> >
>
>
> I would have said that gtk+ v
On 6/2/10, Charlie Reinl wrote:
> Am Mittwoch, den 02.06.2010, 21:28 +0200 schrieb Fabien Bodard:
>
> > i've 4.4.3 ..; is there a change between this two version ...
> >
> > 2010/6/2 Jose J. Rodriguez :
> > > On 6/2/10, Fabien Bodard wrote:
>
On 6/2/10, Fabien Bodard wrote:
> i've 4.4.3 ..; is there a change between this two version ...
>
No idea, hopefully we will hear from others about what gcc versions
have worked for them or not.
Regards,
Joe1962
>
> 2010/6/2 Jose J. Rodriguez :
>
> > On 6/2/10, Fabie
On 6/2/10, Fabien Bodard wrote:
> hum... what is your version of gcc ?
>
4.2.3
Regards,
Joe1962
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://list
So I finally decided to check out Gambas3 from svn and give it a go,
right after the new structure implemention announcement. However, I
first had to download and build the latest versions of libtool,
autoconf and automake, before reconf-all worked. Still, after all
that, make fails, seemingly on s
On 5/26/10, Benoît Minisini wrote:
> Hi,
>
> I have just committed a new big internal change for Gambas 3 in revision
> #2970: structure support.
>
Wow! That's cool! And I was just thinking this week that it might be
about time for me to move up to G3... :D
Regards,
Joe1962
--
On 10/8/09, Matti wrote:
> Is there any way to move files and directories to the user's trash bin?
>
Until someone implements the freedesktop.org trash specs on Gambas,
you could try this: http://code.google.com/p/trash-cli/
Or a more involved general solution: http://freshmeat.net/projects/dels
On 5/18/09, Jesus Guardon wrote:
> Yes, I know it may be a little off-topic, but the question is:
>
> I need to launch a process with root privileges from SHELL command in
> Gambas. Users of my application can have Gnome or KDE, so I don't know
> which command I must issue to get it to work.
>
Has anybody worked on or thought about a mapping/GIS component for
Gambas? There are several open source libraries about with the
functionality, unfortunately, I have no clue when it comes to java or
C/C++, lol.
Regards,
Joe1962
On 2/19/09, Jussi Lahtinen wrote:
>
> Anyone know how to turn monitor on/off from Gambas?
> Thanks!
>
I had this tip saved for a while now, which seems to work so far:
One click monitor power-down for Linux
By Alastair Otter
19 December, 2007
If you're running a Linux-powered laptop and you
On 2/19/09, Benoît Minisini wrote:
> > On 2/17/09, Benoît Minisini wrote:
> > > > Is there any way to get different TCP server objects with different
> > > > ports to use a different socket object for read? I am trying to port
> > > > my VB6 multiport communications server application to Ga
On 2/17/09, Benoît Minisini wrote:
> > Is there any way to get different TCP server objects with different
> > ports to use a different socket object for read? I am trying to port
> > my VB6 multiport communications server application to Gambas2 and (I
> > think) I need something like that to
Is there any way to get different TCP server objects with different
ports to use a different socket object for read? I am trying to port
my VB6 multiport communications server application to Gambas2 and (I
think) I need something like that to get it to work.
Regards,
Joe1962
On 2/3/09, richard terry wrote:
> On Wed, 4 Feb 2009 04:07:01 am werner 007 wrote:
> > Hi Richard
> >
> > Maybe you put the file in a array with split() if it makes sense for
> > further work.
> > Dont know how slow it is on such big files, but i made no bad experience
> > with around 1
On 1/28/09, Benoit Minisini wrote:
> On mardi 27 janvier 2009, Jose J. Rodriguez wrote:
> > Is it possible to use ServerSocket in an applciation without Forms? I
> > have been placed all the code in the Main Module and though I get a
> > connection, the _Connection event
Is it possible to use ServerSocket in an applciation without Forms? I
have been placed all the code in the Main Module and though I get a
connection, the _Connection event does not seem to fire.
Regards,
Joe1962
--
This S
On 11/4/08, Gareth Bult <[EMAIL PROTECTED]> wrote:
> I have 4 screens .. I start Gambas on screen 3 .. then "gambas2" will work
> quite happily on screens 2,3 and 4 , but will give the dump as quoted if
> started on screen 1... although I'm sure it wasn't working on 2 and 4 earlier.
>
FWIW, I j
24 matches
Mail list logo