Re: [Gambas-user] odd gb3 issue

2011-06-03 Thread Toni Rosa
0850/specifying-udp-receive-buffer-size-at-runtime-in-linux Regards, Toni -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data i

Re: [Gambas-user] odd gb3 issue

2011-06-01 Thread Toni Rosa
te some sort of buggy network equipament. Regards, Toni -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe,

Re: [Gambas-user] Wizard Title Size grows changing the index

2011-03-12 Thread Toni Rosa
Benoît Minisini wrote: >> Hope someone can help me here. >> I noted a strange behaviour with the wizard title size. My wizard has >> count = 5, each time a go forward or back through the steps the title >> size increases till it gets the total size of the wizard. This happens >> in the IDE as l

Re: [Gambas-user] Gambas API options

2011-02-16 Thread Toni Rosa
John Spikowski wrote: >On Tue, 2011-02-15 at 21:38 +0100, Fabien Bodard wrote: >> have you tested gbs3 ? > >Yes. I have both 2 & 3 of Gambas installed on my Ubuntu 10.10 32 bit OS. > >> >> the gambas scripter... >> > >Yes. It works very much like ScriptBasic in this mode. > > >> and i don't u

[Gambas-user] CDE. An interesting packaging tool

2010-11-13 Thread Toni Rosa
e all would like for our Gambas-powered applications... Regards, Toni -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic st

Re: [Gambas-user] Gambas for windows, how?

2010-05-13 Thread Toni Rosa
I think that someone ported a version of Gambas to windows using "cygwin", but I have just performed a quick search on google and couldn't find anything else but references to that someone did it, not the real stuff. On 13/05/10 16:45, Werner wrote: > On 13/05/10 21:59, admhards...@yahoo.ca wr

Re: [Gambas-user] Send mail with smtp

2010-03-23 Thread Toni
email client? Regards, Toni > Hi. > > I'm trying to send an email from my computer, using the gb.net.smtp > component. > > The code that uses it: > > ' Gambas module file > > PUBLIC SUB Main() > DIM mail AS NEW SmtpClient > > mail.To.Add(

[Gambas-user] Text in a TrayIcon

2010-02-11 Thread Toni Rosa
Hi, I'm using the TrayIcon control in one of my projects and I wondered whether it would be possible to add text to it, no just a Pictures. (Maybe a TrayText control? ) Regards, Toni -- SOLARIS 10 is the OS for

[Gambas-user] Timer

2009-12-11 Thread Toni
a way to get the timer control working in a way that it queues the due events, and they get executed even if it is later on? Thanks, Toni P.S: Using Gambas 2.18, Ubuntu 8.10 64bits -- Return on Information: Google Enterpris

Re: [Gambas-user] SYSTEM NOTIFICATIONS

2009-12-01 Thread Toni
y previous words, when I needed a notification system and I ended up using notify-send too. Regards, Toni En/na Ricardo Díaz Martín ha escrit: > Thanks Benoit. There is a comand line in debian I can use: notify-send > > Regards, > Ricardo Díaz > > > 2009/12/1 Benoît Minisini

Re: [Gambas-user] rpmbuild and install package

2009-11-26 Thread Toni Rosa
y about misleading you on this one. Toni > D. L. Fox ha scritto: >> Toni, you are 2 for 2! :-) >> >> Added the link and now I have access to creating all the available >> packages. Many thanks! >> >> Toni wrote: >> >>> Hi again, >>>

Re: [Gambas-user] rpmbuild and install package

2009-11-25 Thread Toni
mbas check. Something like that should do the trick: sudo ln -s /bin/tar /bin/tar-1.13 Regards, Toni En/na D. L. Fox ha escrit: > Yep, that did the trick. Thanks, Toni. > > By the way, I was mistaken about the error given for the Slackware > package. It says "tar 1.13 is missing

Re: [Gambas-user] rpmbuild and install package

2009-11-25 Thread Toni
Hi there, I think that rpmbuild is provided by "rpm" package in ubuntu. Regards, Toni En/na D. L. Fox ha escrit: > Howdy, everyone. I've been using Gambas for about a month but only > joined the list about a week ago. I've really enjoyed playing around > with G

Re: [Gambas-user] SetFocus on DataBrowser

2009-11-22 Thread Toni
Hi there, I think it's got to do with the order that events fire... In any case, if you use the event "GotFocus" of the TabStrip, it should work as you expect. Regards, Toni En/na nospam.nospam.nos...@gmail.com ha escrit: > Okie dokey, this one is giving me so much heartb

Re: [Gambas-user] Licensing problems in Gambas

2009-11-19 Thread Toni
cense can't be considered a free license. Further I think that some people won't consider as a "valid free license" a Creative commons with condition of Attribution (BY). Regards, Toni En/na Werner ha escrit: > On 19/11/09 20:09, Benoît Minisini wrote: > >>

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

2009-11-16 Thread Toni
ng to set it manually in each affected system... or did you suggest adding the var programatically to this file? Regards, Toni En/na Joshua Higgins ha escrit: >> Application.Env["GDK_NATIVE_WINDOWS"]=1 >> >> > > I can't seem to get this working. Inste

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

2009-11-15 Thread Toni Rosa
complish that anyone installing my app into a system with the latest version of gtk don't have to manually set this variable. Any suggestion about how could I accomplish it? Cheers, Toni -- Let Crystal Reports ha

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

2009-11-15 Thread Toni
doing something like "FMain.Visible = FALSE" right at the beginning of my application) Regards, Toni En/na Benoît Minisini ha escrit: >> Hi, >> I'm not sure whether this is a bug or it's me doing something wrong... >> >> When I want to show two (or mor

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

2009-11-13 Thread Toni
.Show END 2nd.- In Form1 "ME.Close" is executed 3th.- The FMain form gets closed too and the application finishes. Instead I would expect Fmain not being closed and the application left running until Fmain gets closed by its own means. Regards, Toni P.S.: I'm testing it in an Ubun

[Gambas-user] XML-RPC component bug?

2009-11-10 Thread Toni
when trying to use the "Value" property. Is it a bug in the component? Does the component relay on a system package that is broken in one of my two systems? If so, which one? Thanks! Toni P.S. Maybe it's already "doable", but I think that it would be really nice i

Re: [Gambas-user] SidePanel

2009-11-02 Thread Toni
I have tried with different GTK+ styles with no luck. Maybe someone else running an Ubuntu Karmic 32bits can give SidePanel a try. Thanks, Toni En/na Benoît Minisini ha escrit: >> Hello Benoît, >> I updated my Gambas2 to the latest revision using the svn but my problem >> wi

Re: [Gambas-user] SidePanel

2009-11-02 Thread Toni
ct from "gb.gtk" to "gb.qt", then it works properly. Kind regards, Toni Test3.tar.gz Description: GNU Zip compressed data -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only

[Gambas-user] SidePanel

2009-11-02 Thread Toni
.10" [System] CPUArchitecture=i686 TotalRam=2053268 kB [Gambas] Gambas1=Not Installed Gambas2=2.13.1 Gambas2Path=/usr/bin/gbx2 Gambas3=2.99.0 Gambas3Path=/usr/local/bin/gbx3 Regards, Toni <><>-- Come b

Re: [Gambas-user] How to force Gambas to use a specific language?

2009-10-30 Thread Toni
dd the corresponding system locales packages to the generated application package as a "suggested" ones. Cheers, Toni En/na Ron ha escrit: > Emilien Klein wrote: > >> Hi all, >> >> I wanted to test a translation file in Hebrew, because it is a right >> to

[Gambas-user] Gambas 3 ERROR: #2: Cannot load class 'Action'

2009-09-01 Thread Toni
as 2 works flawless in the same system. Any tip to get it working? Thanks Toni -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment -

Re: [Gambas-user] Need help / call for volunteers

2009-08-18 Thread Toni
red to me that the "/etc/issue" doesn't give information about the system being 32 or 64 bit. Maybe the information from a "uname -a" would be necessary too. Regards, Toni En/na David Villalobos Cambronero ha escrit: > Hi, how can I take The distribution

Re: [Gambas-user] Need help / call for volunteers

2009-08-18 Thread Toni
Hi David, I normaly look at the "/etc/issue" file, which if not edited, contains the distribution name and version. It works for Fedoras and Ubuntus, but I am not sure whether it's standard across other distributions. Regards, Toni En/na David Villalobos Cambronero ha escrit:

Re: [Gambas-user] Pass parameter to Gambas prog.

2009-08-17 Thread Toni
Hi Charles, You can use the array in Application.Args to retrieve the parameters passed to the program, taking into account that the first occurrence in the array is the application own name. regards, Toni En/na charlesg ha escrit: > Hi all, > > Can I pass a parameter to a Gambas progr

Re: [Gambas-user] SmtpClient: error 550-'Message SHOULD have Date: but does not'

2009-07-14 Thread Toni
Hi Bill, I think that smtp error 550 indicates that you aren't allowed to relay without authentification. ( An yes, the rest of the message is either just a tip or an erroneous description) In the attached code I see that no credentails are sent, and so, this makes me think that effectively thi

Re: [Gambas-user] Ctrl+Click

2009-07-10 Thread Toni
Hi, Thanks for the info and it's good to see it in the (hopefully) forthcoming Gambas3! I was wondering, is there a comprehensive list of what's coming new in Gambas3? I just did a quick search on the main webpage and couldn't find it, sorry in advance if it's there, in an obvious place that I d

[Gambas-user] Ctrl+Click

2009-07-10 Thread Toni
Hi, Is there a way to make the IDE browse trough the method definitions using Ctrl+"Mouse click", instead of having to rigth-click on the method name and selecting "Find definition"? Ctrl+Click is the way I am used to browse (and I guess many others's) trough the code in Eclipse and Visual Studi

Re: [Gambas-user] A web page for Gambas applications

2009-05-14 Thread Toni Rosa
l (or, if) you ask for it at the forums :) Regards, Toni > Hi everyone, > > I'd like to make a page on the web site dedicated to some big applications > made in Gambas. > > To fill it, I ask people (who are agree) to send me: > > - Their full name. > - The t

[Gambas-user] ftpclient

2009-02-16 Thread Toni
e someone tell me if gb.net.curl is the "proper" way of doing it in Gambas and where can I find documentation/examples? Thanks, Toni P.S. I'm using gambas 2.11.1 -- Open Source Business Conference (OSBC),

Re: [Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Toni
Thanks for such a quick answer! Toni En/na Benoit Minisini ha escrit: > On mercredi 14 janvier 2009, Toni wrote: > >> Hi, >> I'm programming a CGI using Gambas2 and I want to implement "basic http >> authentication" into it, but I have two problems to

[Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Toni
ode IS AN INVETION TOO ENDIF IF (NOT Validated) THEN Response.AddHeader("WWW-Authenticate", "Basic realm=\"AgendaXML-WEB\"") Response.AddHeader("status", "401 Unauthorized") Response.Begin Res

Re: [Gambas-user] Hiding FMain not possible?

2008-12-10 Thread Toni
) AS Boolean DIM tryicn AS TrayIcon tryicn = NEW TrayIcon AS "tryicn" tryicn.Show() tryicn.Visible = TRUE tryicn.Picture = Picture["agendaxml.png"] FMain.Persistent = TRUE END PUBLIC SUB tryicn_dblclick() FMain.Persistent = FALSE FMain.Close END Reg

Re: [Gambas-user] Small window without gadgets

2008-12-08 Thread Toni
Hi, Thanks for the information Rolf. Regarding whether it's possible to control "balloon" pointing upwoards or downwards, sorry but I don't know either... Besides, I will give a try to Joshua's approach, too! Regards, Toni En/na Rolf-Werner Eilert ha escrit: >

Re: [Gambas-user] Small window without gadgets

2008-12-04 Thread Toni
Hi Rolf again, By ballon I meant "gb.form.ballon", a Message like class. I couldn't get it pointing to a Tray Icon, but otherwise I find it pretty nice and unobtrusive :) Regards, Toni En/na Rolf-Werner Eilert ha escrit: > Hi Toni, > > Toni schrieb: > >>

Re: [Gambas-user] TrayIcon control

2008-12-04 Thread Toni
Hi Demosthenes, I have changed my code in FMain Close event to ".Hide()" and to ".Show()" in TrayIcon1 DblClick event (instead of setting FMain visible property to FALSE/TRUE), with no difference. It still has the same two problems... Regards, Toni En/na Demosthenes Ko

Re: [Gambas-user] Small window without gadgets

2008-12-04 Thread Toni
anycase, if there is a better solution I'll be gald to hear from it too. Regards, Toni En/na Rolf-Werner Eilert ha escrit: > Hi everyone out there... > > The question is simple: Is it possible to make a small window without > any gadgets appear and disappear after some seconds

Re: [Gambas-user] TrayIcon control

2008-12-03 Thread Toni
Hi, I have created a new project "gb.gui" with two forms, "Fmain" (startup class) and "Form1". "Fmain" has a Button "ButtonExit" and one IconTray "TrayIcon1". What I am trying to accomplish is that the application can be only "exited" clicking on the button. When the form "Fmain" is Closed, it

[Gambas-user] TrayIcon control

2008-12-03 Thread Toni
and 2. if the application is Closed with that Form still opened, it crashes with signal #11. The other problem is that, although I set its visible property to FALSE in the IDE, it keeps changing back to visible = True alone...

Re: [Gambas-user] Building Gambas on Ubuntu 8.10

2008-11-20 Thread Toni
Hi Gareth, I compiled Gambas on my Ubuntu 8.10 "downgrading" libtool to version 1.5 before compiling. I downloaded the libtool 1.5 package and then I did "sudo dpkg --force-downgrade -i libtool_1.5.26-1ubuntu1_amd64.deb" to install it (note the --force-downgrade) Cheers

[Gambas-user] Install package dependencies

2008-11-18 Thread Toni
pplication dependencies) within the same application package? If not, how it is "normally" solved? Thanks! Toni - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Li

Re: [Gambas-user] Dynamic menu click event

2008-11-15 Thread Toni
Hi Doriano, thanks for your answer! I have a related doubt... If I instantiate some Menu objects from code and I assign them all to the same "handling function", is there a way, inside this function, to know which Menu object was the one that fired the event? Regards, Toni Rosa En/

[Gambas-user] Dynamic menu click event

2008-11-15 Thread Toni
;a" mnu.Action = "a_Click" [] PUBLIC SUB a_Click() Message("You clicked on 'a'") END And another question, if I want to publish my application once finished, is there a place gambas-specific, other than ga