Re: [Gambas-user] C Code character manipulation - alternatives

2009-05-20 Thread KhurramM
I am converting the at the end C code to gambas code. But I seem to be getting nowhere, currently. I am trying. Hope u guide me thru this. ' Gambas module file ' This program demonstrates the relationship ' between a text stream AND character I / O by ' reading characters FROM the keyboard AND

Re: [Gambas-user] kdesu vs gksu

2009-05-20 Thread Jesus Guardon
Thanks for your offer, still very interested to look at your own example. I think may be hard to happen on the universal solution. Thanks in advance Jesus Steven James Drinnan escribió: For me I would use neither, it would rely on those packages being available. In Fedora it uses its own

[Gambas-user] Icon List in IDE doesn't refresh

2009-05-20 Thread Rolf-Werner Eilert
In the middle of my working with Gambas2, I just found that when I add another .png as a picture for an icon via the IDE, it is not mentioned yet in the list (TreeView) on the IDE (under Data). I guess it appears only after a reload of the project. This doesn't bother me too much, but it might

Re: [Gambas-user] C Code character manipulation - alternatives

2009-05-20 Thread KhurramM
The Code: PUBLIC SUB Main() ' Declare AND initialize variables. DIM c, count AS Integer ' The values are initialized at Zero, by above command DIM c1 AS String ' READ , PRINT , AND count characters. PRINT Enter characters (Press Carriage Return Twice to quit): LINE

Re: [Gambas-user] C Code character manipulation - alternatives

2009-05-20 Thread Doriano Blengino
KhurramM ha scritto: The Code: PUBLIC SUB Main() ' Declare AND initialize variables. DIM c, count AS Integer ' The values are initialized at Zero, by above command DIM c1 AS String ' READ , PRINT , AND count characters. PRINT Enter characters (Press Carriage

[Gambas-user] a function in shared library call another function in another shared library

2009-05-20 Thread juelin
I have two shared library at my gambas program. The shared library (libftd2xx) works well. But when I call the fuction OpenDevice from sharedlibrary liblumax I got returncode 127. Curse the function OpenDevice from liblumax call the funsction SETVIDPID from libftd2xx. My gambas program

Re: [Gambas-user] Icon List in IDE doesn't refresh

2009-05-20 Thread Benoît Minisini
In the middle of my working with Gambas2, I just found that when I add another .png as a picture for an icon via the IDE, it is not mentioned yet in the list (TreeView) on the IDE (under Data). I guess it appears only after a reload of the project. This doesn't bother me too much, but it

[Gambas-user] Web site translations

2009-05-20 Thread Benoît Minisini
Hi everyone, The Gambas web site is now fully translatable. To do that, most of the pages were moved to the wiki - pages that are generated cannot go to the wiki. Everything is in a new project located in /trunk/app/src named MakeWebSite (original, isn't it?). This project generates the HTML

Re: [Gambas-user] Web site translations

2009-05-20 Thread David Villalobos Cambronero
I just started with the Spanish translation. Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: gambas-user@lists.sourceforge.net Sent: Wednesday, May 20, 2009 8:42:13 AM Subject: [Gambas-user] Web site translations Hi everyone, The Gambas

Re: [Gambas-user] Web site translations

2009-05-20 Thread David Villalobos Cambronero
ok, I'll will Regards -- David - Original Message From: Benoît Minisini gam...@users.sourceforge.net To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Wednesday, May 20, 2009 9:03:30 AM Subject: Re: [Gambas-user] Web site translations I just started with

Re: [Gambas-user] Feature Request - Package Management

2009-05-20 Thread KhurramM
Sir it will be a very excellent piece of work if u have the latest gambas-debians for ubuntu and debian. Pls, if it is possible, put these for easy/direct download on the gambas website server. Because Hardy is a LTS, so I prefer to use it over the latest version. It will be a lot of help for

Re: [Gambas-user] Web site translations

2009-05-20 Thread Benoît Minisini
Hi, My language has special characters like, á, Á, etc. Since those file will be web pages, do I have to place the HTML tags for those special chars? I mean, in the translation do I have to replace á for aacute;? Regards -- David You have nothing to do, all pages are encoded in

Re: [Gambas-user] Feature Request - Package Management

2009-05-20 Thread programacion
Hello. I have tried to create deb packages for Ubuntu and Debian distrucion but success.The I wrote the maintainer of Debian packages Gambas and I have never received a reply. The interesting thing is that we could make packages for the latest version without having to compile. What do you

[Gambas-user] Smooth Scrolling (not happening)

2009-05-20 Thread M0E Lnx
Hi all, Some of you may have seen my project... a GUI installer for VectorLinux. I've gotten the functionality parts to work, and it's all good. I do have one annoyance that I can't shake and this is where I need help. While packages are being installed, I have a scrollview that scrolls through

Re: [Gambas-user] Web site translations

2009-05-20 Thread David Villalobos Cambronero
Hi, My language has special characters like, á, Á, etc. Since those file will be web pages, do I have to place the HTML tags for those special chars? I mean, in the translation do I have to replace á for aacute;? Regards -- David - Original Message From: David Villalobos

Re: [Gambas-user] Smooth Scrolling (not happening)

2009-05-20 Thread M0E Lnx
I just tried that and all I accomplished was longer installation times perpackage. The srolling is not improved at all. On May 20, 2009 11:21 AM, Werner wd...@netfront.net wrote: M0E Lnx wrote: Hi all, Some of you may have seen my project... a GUI installer for VectorLinux... Shooting from

[Gambas-user] ODBC

2009-05-20 Thread programacion
Hello. Does anyone tried to connect via ODBC to a database?. Regards -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free

Re: [Gambas-user] ODBC

2009-05-20 Thread nero
programacion wrote: Hello. I tried to connect to Firebird database via ODBC without success.Got do through OpenOffice-Base Firebird and a manager called Flamerobin. It is not the same thing to use IBM, but if you know any known use ODBC drivers for Firebird? uhmm , ooo imho use jdbc not

Re: [Gambas-user] ODBC

2009-05-20 Thread Andrea Bortolan
Yes, I used the ODBC connection to an IBM i using the IBM ODBC driver for Linux. What kind of problem are you facing ? Da: programacion p...@vtr.net A: Lista Gambas Ingles gambas-user@lists.sourceforge.net Inviato: Mercoledì 20 maggio 2009, 18:40:44 Oggetto:

Re: [Gambas-user] ODBC

2009-05-20 Thread programacion
Hello. I tried to connect to Firebird database via ODBC without success.Got do through OpenOffice-Base Firebird and a manager called Flamerobin. It is not the same thing to use IBM, but if you know any known use ODBC drivers for Firebird? Thank you very much for reply.(Forgive my bad English)

Re: [Gambas-user] Feature Request - Package Management

2009-05-20 Thread programacion
Hi. Look this link http://www.gambas-it.org/gmbs/modules/news/ Regards El mié, 20-05-2009 a las 11:10 -0700, KhurramM escribió: Sir it will be a very excellent piece of work if u have the latest gambas-debians for ubuntu and debian. Pls, if it is possible, put these for easy/direct

Re: [Gambas-user] C Code character manipulation - alternatives

2009-05-20 Thread KhurramM
Thanks Sir. You have given me tips better then the book I am following on C. :working: My two queries: 1 Can I implement ctrl+D or ^D, which I am not able to here, as in C? 2 The program works with INPUT and LINE INPUT. But Line Input also takes blank space as input, while INPUT ends the

Re: [Gambas-user] Feature Request - Package Management

2009-05-20 Thread KhurramM
Sir the page is in French, I dont understand what to do here? Best Regards programacion wrote: Hi. Look this link http://www.gambas-it.org/gmbs/modules/news/ Regards El mié, 20-05-2009 a las 11:10 -0700, KhurramM escribió: Sir it will be a very excellent piece of work if u have