Re: [Gambas-user] odd gb3 issue

2011-06-03 Thread Toni Rosa
>> Anyone have any insight? > > After doing an insane amount of network testing and debugging I > discovered that sending multiple consecutive UDP packets over a loopback > interface or reliable and fast LAN cause the recipient to overflow its > buffer and lose packets. I could be wrong, but this s

Re: [Gambas-user] odd gb3 issue

2011-06-01 Thread Toni Rosa
> Anyone have any insight? > > -- > Kevin Fishburne > Eight Virtues > www: http://sales.eightvirtues.com > e-mail: sa...@eightvirtues.com > phone: (770) 853-6271 Note that UDP doesn't guarantee reliability, ordering, or data integrity. TCP does. If your application logic needs this, then you shoul

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
Hi Gambas List, It's been a while since I last posted here. I came across this nice project: CDE (http://stanford.edu/~pgbovine/cde.html) and I thought of Gambas. It is a really interesting automatic packaging tool to share applications among different Linux distributions... It does so by analysing

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

[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 Data Ce

Re: [Gambas-user] rpmbuild and install package

2009-11-26 Thread Toni Rosa
After reading some Slackware pkgtool docs (specifically where it says "pkgtools are unstable with tar > 1.13"), no doubt Doriano is right about the need of tar-1.13, or at least the need of giving the generated package a try... so the check wasn't that silly, after all :) Sorry about misleading you

[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] A web page for Gambas applications

2009-05-14 Thread Toni Rosa
Hi Benoît, here you are: Name: Antoni Rosa Ruiz Application: AgendaXML Description: Agenda XML is a simple project "time tracker". It places itself in the notification bar. The data is kept in a readable XML file at the user's home directory. It supports "profiles" and can export all data to csv f