[Gambas-user] testing my account

2012-01-26 Thread Stefano Palmeri
testing my account -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, M

Re: [Gambas-user] Button events

2010-12-22 Thread Stefano Palmeri
Il mercoledì 22 dicembre 2010 10:08:55 NW ha scritto: > I have just noticed that there is no right click event for a button. > Are there any plans to add this please? > > Neil It's already there ;-) PUBLIC SUB Button1_MouseDown() IF Mouse.Right THEN PRINT "right click" END Saluti > > --

Re: [Gambas-user] Writing to a file on disk

2010-11-10 Thread Stefano Palmeri
Il mercoledì 10 novembre 2010 15:38:57 NW ha scritto: > My first question on the list. > > I am trying to read in a text file with just one line, to make a slight > change to that line and then to write the new line to the original file on > disk. The new line should replace the original line in th

Re: [Gambas-user] Desktop.Open slows application

2010-11-01 Thread Stefano Palmeri
Il lunedì 1 novembre 2010 13:57:14 Benoît Minisini ha scritto: > > Hi, Benoit. > > > > I download a file and I want to have a preview while downloading. > > While downloading, a progress value is updated every second or so. > > > > If I use Desktop.Open(URL) to preview the file, the progress value

[Gambas-user] Desktop.Open slows application

2010-10-29 Thread Stefano Palmeri
Hi, Benoit. I download a file and I want to have a preview while downloading. While downloading, a progress value is updated every second or so. If I use Desktop.Open(URL) to preview the file, the progress value is blocked until the Desktop default application starts playing the file. In this c

Re: [Gambas-user] Gambas2: Archlinux/Slackware packages on Ubuntu, how can I make them?

2010-10-26 Thread Stefano Palmeri
Il lunedì 25 ottobre 2010 22:10:18 Benoît Minisini ha scritto: > > I think that the makepkg is not available outer the Archlinux itself. > > For the tar-1.13: > > > > 1. Obtain it from here: http://ftp.gnu.org/gnu/tar/ > > 2. Extract it to a folder > > 3. Open terminal in the extracted folder and t

Re: [Gambas-user] Split a line with double spaces

2010-10-15 Thread Stefano Palmeri
Il venerdì 15 ottobre 2010 13:26:13 user ha scritto: > Hi to all, > > i have a string which contains two spaces in a row. > > i use split function to split this string in 2 parts with separator the > 2 spaces. > > sOneLine="/mnt/store/RealViruses/minitest/Trojan-Spy.Win32.Zbot.hzu > Virus found Win

Re: [Gambas-user] compiling Gambas3 on slack 12.2

2010-10-14 Thread Stefano Palmeri
Il giovedì 14 ottobre 2010 03:40:48 Benoît Minisini ha scritto: > You should just have to upgrade the GNU autotools and libtool to a recent > version. > > Regards, > > -- > Benoît Minisini Thanks Benoit. I upgraded autoconf, automake, libtool. Then ./reconf-all, ./configure and make. I get this

[Gambas-user] compiling Gambas3 on slack 12.2

2010-10-13 Thread Stefano Palmeri
Yes, I know. I should upgrade, but I'm lazy but my old slack 12.2 is perfect. Now I want to try Gambas3. So I downloades the svn version and ./reconf-all. I had this problems: stef...@macondo:~/trunk$ ./reconf-all libtoolize: unrecognized option `--nonrecursive' Try `libtoolize --help' for more i

Re: [Gambas-user] Gambas app run as root

2010-10-03 Thread Stefano Palmeri
HELL "su -c 'ls /root'" FOR INPUT OUTPUT END This should fix the Bad descriptor error. For the first error I suppose is something with 64 bit. don't know. > > On Sun, Oct 3, 2010 at 18:18, Stefano Palmeri wrote: > > Il domenica 3 ottobre

Re: [Gambas-user] Gambas app run as root

2010-10-03 Thread Stefano Palmeri
while the textbox in not "". Anyway, good to know. Tested with: Gambas 2.20 Qt 3.3.8b Gtk 2.12.12 under KDE, so it uses gb.qt. Regards. > On Sat, Oct 2, 2010 at 15:22, Stefano Palmeri wrote: > > Il venerdì 1 ottobre 2010 21:27:39 IMP Technologies - Tajinder Singh ha

Re: [Gambas-user] Gambas app run as root

2010-10-02 Thread Stefano Palmeri
Il venerdì 1 ottobre 2010 21:27:39 IMP Technologies - Tajinder Singh ha scritto: > Hi all, > > I am new to Gambas but have done some projects in Visual Basic at college > time. > > It is a good feeling to know about Gambas which I can use to create helpful > applications on Linux platforms. > > I

Re: [Gambas-user] bug in dialog.filter with gb.gtk?

2010-09-18 Thread Stefano Palmeri
Il sabato 18 settembre 2010 16:20:09 Benoît Minisini ha scritto: > > Hi, Benoit. > > > > In the attached small project, if you set gb.gtk, > > dialog.filter doesn't work as expected. > > No problem with gb.qt. Is it a bug? > > > > Gambas 2.20 > > Qt 3.3.8b > > Gtk 2.12.12 > > > > Best regards, > >

Re: [Gambas-user] Hello y am french !

2010-09-17 Thread Stefano Palmeri
Il venerdì 17 settembre 2010 18:59:24 Jean-pierre Lainé ha scritto: > Bonjour je suis français, et cherche à contacter des "Gambassiens" parlant > la langue de Molière, be cause my english is very bad ! > Si il existe un lien pour un forum en langue française, je suis preneur. > Cordialement Jean-P

[Gambas-user] bug in dialog.filter with gb.gtk?

2010-09-17 Thread Stefano Palmeri
Hi, Benoit. In the attached small project, if you set gb.gtk, dialog.filter doesn't work as expected. No problem with gb.qt. Is it a bug? Gambas 2.20 Qt 3.3.8b Gtk 2.12.12 Best regards, Stefano gac-0.0.4.tar.gz Description: application/tgz ---

Re: [Gambas-user] Need help on Tabstrip

2010-08-29 Thread Stefano Palmeri
Il domenica 29 agosto 2010 14:01:26 Benoît Minisini ha scritto: > > Il sabato 28 agosto 2010 22:05:28 Benoît Minisini ha scritto: > > > > Il sabato 28 agosto 2010 10:57:29 Reynaldi Jansen ha scritto: > > > > > Hello. > > > > > > > > > > I want to ask how to copy control in tab to another tab? > > >

Re: [Gambas-user] Need help on Tabstrip

2010-08-28 Thread Stefano Palmeri
Il sabato 28 agosto 2010 22:05:28 Benoît Minisini ha scritto: > > Il sabato 28 agosto 2010 10:57:29 Reynaldi Jansen ha scritto: > > > Hello. > > > > > > I want to ask how to copy control in tab to another tab? > > > I have a tabstrip with textarea, and when user want new tab, i want it > > > create

Re: [Gambas-user] Need help on Tabstrip

2010-08-28 Thread Stefano Palmeri
Il sabato 28 agosto 2010 10:57:29 Reynaldi Jansen ha scritto: > Hello. > > I want to ask how to copy control in tab to another tab? > I have a tabstrip with textarea, and when user want new tab, i want it > create a new tab with textarea too inside the new tab... > I don't have any idea how to do t

Re: [Gambas-user] Minimize button event on forms

2010-08-05 Thread Stefano Palmeri
Il giovedì 5 agosto 2010 15:49:12 Wellington de Souza Pinto ha scritto: > Hi! > > Any idea about capture minimize button event in forms? > > Tks The only way I know is a workaround. It works with gb.Qt. PUBLIC SUB Form_Deactivate() IF ME.Minimized THEN PRINT "I'm minimized" END Ste

Re: [Gambas-user] File dates

2010-05-26 Thread Stefano Palmeri
Il mercoledì 26 maggio 2010 16:49:10 Rolf-Werner Eilert ha scritto: > Hi folks, > > Do you know an easy way to pick the date of a file? I thought there > might be something like File.Date but no way ;-) > > Guess I just miss something here... > > Regards > > Rolf > > ---

Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-26 Thread Stefano Palmeri
Il mercoledì 26 maggio 2010 09:03:42 gregor ha scritto: > Hi, > > I create a little GUI to merge several pdfs with a background. > The syntx for pdftk is 'pdftk [inputpath/inputfile] background > [backgroundfile] output [outputpath/outputfile]' > > With no blanks in [*] there is no problems, with b

Re: [Gambas-user] I am new and am just saying hello

2010-05-18 Thread Stefano Palmeri
Il martedì 18 maggio 2010 09:17:46 girardhe...@hotmail.com ha scritto: > Salut, > Joyeux retraité, je pense que tu l'as bien gagné (1096) : lol > Moi j'y suis depuis 2005 et je ne m'en plaints pas (même si elle est mal > payée ici) > J'aime bien gambas et des tutoriels (anglais, français) seront le

Re: [Gambas-user] Support for "static" arrays has been removed

2010-05-15 Thread Stefano Palmeri
Il venerdì 14 maggio 2010 23:35:44 Benoît Minisini ha scritto: > Hi, > > There was a warning in the documentation for a long time, and now it is > effective: the support for static arrays has been removed. > > Moreover, the New keyword is now mandatory if you want to instanciate an > array at the s

Re: [Gambas-user] de-selecting a multi-select filechooser

2010-03-12 Thread Stefano Palmeri
Il venerdì 12 marzo 2010 23:30:44 richard terry ha scritto: > I wondered if it was possible programatically to deselect a users multi > select > > ie, if I've an checkbox as an option for the user to set the > Filechoose1.multi=true, and they change their mind > click it off, how does > one remove

Re: [Gambas-user] Gambas 2.19 on Ubuntu 10.04 Alpha 3 [Lucid Lynx]

2010-03-08 Thread Stefano Palmeri
Il lunedì 8 marzo 2010 11:29:52 Szenográdi Norbert ha scritto: > Hi All, > > I'm testing the new Ubuntu Release.. > I installed a Gambas2.19 and when I want create an installation package, > that failed at Step 4. > See attached picture. > Is this a bug or missing package(s) ? > > regards, Sevoir

Re: [Gambas-user] Dumb question - testing for an empty text box

2010-03-03 Thread Stefano Palmeri
Il giovedì 4 marzo 2010 00:57:32 richard terry ha scritto: > I almost feel embarrassed to ask this having programmed in gambas for so > long, but here goes. > > simplest syntax for testing for no text in a textbox. > > I currently to > > if Trim(textbox1.text) = "" then > > etc. > > Anything better

Re: [Gambas-user] Howto: Cancel a keypress in a textarea

2009-11-20 Thread Stefano Palmeri
Il venerdì 20 novembre 2009 05:20:38 bbb888 ha scritto: > I'm trying to capture and ignore, textwise, use of the tab key in a > textarea control. > I have set up an OnKeyPress handler that moves the focus to the next > control, but the tab is still inserted in the textarea.text. > > tia > bruce PU

Re: [Gambas-user] relative path

2009-11-15 Thread Stefano Palmeri
Il domenica 15 novembre 2009 17:23:26 Stefano Palmeri ha scritto: > Il domenica 15 novembre 2009 17:05:00 Charlie Reinl ha scritto: > > Am Sonntag, den 15.11.2009, 15:40 +0100 schrieb Stefano Palmeri: > > > Il domenica 15 novembre 2009 12:42:17 Charlie Reinl ha scri

Re: [Gambas-user] relative path

2009-11-15 Thread Stefano Palmeri
Il domenica 15 novembre 2009 17:05:00 Charlie Reinl ha scritto: > Am Sonntag, den 15.11.2009, 15:40 +0100 schrieb Stefano Palmeri: > > Il domenica 15 novembre 2009 12:42:17 Charlie Reinl ha scritto: > > > Salut, > > > > > > I looking for a function or switch

Re: [Gambas-user] relative path

2009-11-15 Thread Stefano Palmeri
Il domenica 15 novembre 2009 12:42:17 Charlie Reinl ha scritto: > Salut, > > I looking for a function or switch in gambas, > which gives me the path-string as relative path > and not the whole path up from / I'm not sure I understood. Do you mean PRINT File.BaseName("/home/user/mydocuments") -->

Re: [Gambas-user] dialog.path simple question.

2009-10-07 Thread Stefano Palmeri
Il mercoledì 7 ottobre 2009 14:11:50 richard terry ha scritto: > Hi all, > > If one has > > Dialog.Path > > ie a returned file name, is there a gambas command to chop off the filename > itself, or does one just have to parse the string. > > thanks in anticipation > > richard > File.BaseName(Dialo

[Gambas-user] Make installation package - Benoit please read it ?

2009-10-01 Thread Stefano Palmeri
Il giovedì 1 ottobre 2009 15:19:44 Jarkko Härmä ha scritto: > Moi . > > If i do that, i get an error : tar 1.13 not installed. Ok i have tar > 1.19 but why a specific > version of tar ?? > > -Jarkko > Tar 1.13 is needed by Slackware packages manager. It means that i you use a different version of

Re: [Gambas-user] Tabstrip.text question

2009-09-30 Thread Stefano Palmeri
Il mercoledì 30 settembre 2009 12:47:48 richard terry ha scritto: > I wondered if there was a way to change the text on the tab when it is not > the foremost tab, without having to do this: > > tabstrip1.index = 1 ' change to tab1 > tabstrip1.text = "some text" 'change its text > tab

Re: [Gambas-user] clipboard paste doesn't work

2009-09-28 Thread Stefano Palmeri
Il lunedì 28 settembre 2009 09:48:31 Charlie Reinl ha scritto: > Am Samstag, den 26.09.2009, 21:55 +0200 schrieb Benoît Minisini: > > > Hi, Benoit. > > > > > > It seems that Clipboard.Paste() doesn't work (see example pasteclip). > > > > > > I select a text somewhere, then press in the example "Pas

Re: [Gambas-user] clipboard paste doesn't work

2009-09-27 Thread Stefano Palmeri
Il sabato 26 settembre 2009 21:55:33 Benoît Minisini ha scritto: > > Hi, Benoit. > > > > It seems that Clipboard.Paste() doesn't work (see example pasteclip). > > > > I select a text somewhere, then press in the example "Paste from > > clipboard", but it does not return the text I've selected. To

Re: [Gambas-user] How to sent a line line to a lp1 printer and form to lp0 printer directly.

2009-09-24 Thread Stefano Palmeri
Il giovedì 24 settembre 2009 12:10:50 Doriano Blengino ha scritto: > Demosthenes Koptsis ha scritto: > > in shell you can do it by > > > > echo "Program started" >> /var/log/messages > > > > note* >> means redirection to the end of file, so it is append > > > > if you type > you will erase the cont

Re: [Gambas-user] signal #11

2009-09-23 Thread Stefano Palmeri
Il mercoledì 23 settembre 2009 14:29:08 Benoît Minisini ha scritto: > > This code stopped with signal #11: > > > > , > >,, ,,, PUBLIC SUB Main() > > > > DIM sHostname, sDisplay AS String > > DIM

[Gambas-user] signal #11

2009-09-23 Thread Stefano Palmeri
This code stopped with signal #11: ,, PUBLIC SUB Main() DIM sHostname, sDisplay AS String DIM sClipboardLastEntry AS String SHELL "hostname" TO sHostname SHELL "xdpyinfo | head -

[Gambas-user] clipboard paste doesn't work

2009-09-19 Thread Stefano Palmeri
Hi, Benoit. It seems that Clipboard.Paste() doesn't work (see example pasteclip). I select a text somewhere, then press in the example "Paste from clipboard", but it does not return the text I've selected. To make it work I have to: 1) select the text; 2) copy the text; 3) press the button "Pas

Re: [Gambas-user] Balloon

2009-09-16 Thread Stefano Palmeri
Il mercoledì 16 settembre 2009 00:26:43 Benoît Minisini ha scritto: > > Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto: > > > Alle 11:58, lunedì 7 settembre 2009, hai scritto: > > > > > Hi! > > > > > > > > > > >Balloon popup is little buggy (sometimes). > > > > > >Screenshot tells it all

Re: [Gambas-user] Balloon

2009-09-15 Thread Stefano Palmeri
Il lunedì 7 settembre 2009 18:48:51 Pino Zollo ha scritto: > Alle 11:58, lunedì 7 settembre 2009, hai scritto: > > > Hi! > > > > > > >Balloon popup is little buggy (sometimes). > > > >Screenshot tells it all. > > > > > > For me (Gambas 2.15) the delay is not actuated: > > > > > > Balloon.Delay = 2

Re: [Gambas-user] menu action

2009-09-01 Thread Stefano Palmeri
Il martedì 1 settembre 2009 10:28:25 Benoît Minisini ha scritto: > > Hi Gambas users. > > Is it possible to assign some action to a menu directly (this menu has > > just one item and it is silly to click first on a menu and then on the > > only item) Alternatively, Is it possible to place a simple

Re: [Gambas-user] How to set a slider value?

2009-08-25 Thread Stefano Palmeri
Il martedì 25 agosto 2009 11:43:05 Aleksandrs Livshics ha scritto: > On Tuesday 25 August 2009 12:25:08 Fabien Bodard wrote: > > you don't understand the stop event function.. > > > > stop event stop the event propagation...(so the widjet stop to act) > > but not the current sub execution ! > > > >

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

2009-08-18 Thread Stefano Palmeri
Il martedì 18 agosto 2009 23:43:29 David Villalobos Cambronero ha scritto: > Hi, how can I take The distribution & The distribution version? > > It the same for all Linux? > > Regards > > > -- > David > cat /etc/issue doesn't work on Slackware. On Slackware the version is: cat /etc/slackware-v

Re: [Gambas-user] File dialog question ?can one multi-select

2009-08-10 Thread Stefano Palmeri
Il lunedì 10 agosto 2009 12:50:07 richard terry ha scritto: > I want to popup a file dialog and multi-select files and return these say > in a collection, but can't see any way to do this. > > My code looks like this at present, and allows 1 file: > > Dialog.Title = "Select Image File" > Dialog.Fil

Re: [Gambas-user] Executing commands as root

2009-08-05 Thread Stefano Palmeri
Il mercoledì 5 agosto 2009 15:45:24 David Villalobos Cambronero ha scritto: > Hi all, > > Time ago, someone asked about executing commands as root and pass the root > password to SHELL, does anybody remember the solution? > > Regards > > > -- > David > > He was me. My error was I opened the shell

Re: [Gambas-user] re-setting several radiobuttons to false ?how

2009-08-05 Thread Stefano Palmeri
Il mercoledì 5 agosto 2009 11:16:32 Charlie Reinl ha scritto: > Am Mittwoch, den 05.08.2009, 17:48 +1000 schrieb richard terry: > > If one has say 3 radiobuttons in a container > > is there anyway to set them all back to false ? > > > > If I try this code to clear some textboxes, checkboxes and rad

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-02 Thread Stefano Palmeri
Il domenica 2 agosto 2009 11:54:12 Benoît Minisini ha scritto: > > Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: > > > Hi all, > > > > > > How can I automaticly auto resize the column width of my gridview or > > > tableview. I mean, when I show the view, I want all the co

Re: [Gambas-user] Column auto reseize in tables views.

2009-08-02 Thread Stefano Palmeri
Il sabato 1 agosto 2009 19:36:51 David Villalobos Cambronero ha scritto: > Hi all, > > How can I automaticly auto resize the column width of my gridview or > tableview. I mean, when I show the view, I want all the columns adjusted to > the cell content. > > Regards > > > -- > David You can't auto

Re: [Gambas-user] what's wrong with this long integer?

2009-08-02 Thread Stefano Palmeri
Il domenica 2 agosto 2009 01:00:59 Benoît Minisini ha scritto: > > I have a failure with a long integer: > > > > > > DIM IntMyNumber AS Long > > > > IntMyNumber = 90 * 89 * 88 * 87 * 86 * 85 > > PRINT IntMyNumber > > > > returns 1605934816 > > > > > > Ba

[Gambas-user] test mail

2009-08-01 Thread Stefano Palmeri
-- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new

[Gambas-user] what's wrong with this long integer?

2009-08-01 Thread Stefano Palmeri
I have a failure with a long integer: DIM IntMyNumber AS Long IntMyNumber = 90 * 89 * 88 * 87 * 86 * 85 PRINT IntMyNumber returns 1605934816 Bash returns the correct value: echo $[90*89*88*87*86*85] 448282533600 (that is less than 9.223.372.036.85

Re: [Gambas-user] how can I run my Shell script in a directory?

2009-07-15 Thread Stefano Palmeri
Il mercoledì 15 luglio 2009 10:36:05 Stefano Palmeri ha scritto: > Il martedì 14 luglio 2009 18:48:32 Szenográdi Norbert ha scritto: > > Hi, > > > > > > Can anyone help to me with subject? > > > > regards, Sevoir > > Where is your script? Is it in

Re: [Gambas-user] how can I run my Shell script in a directory?

2009-07-15 Thread Stefano Palmeri
Il martedì 14 luglio 2009 18:48:32 Szenográdi Norbert ha scritto: > Hi, > > > Can anyone help to me with subject? > > regards, Sevoir > Where is your script? Is it in your project folder? Let's say it's in your project folder and is called "thescript.sh" DIM sShellScript AS String 'Define the de

Re: [Gambas-user] Can I use the mousewheel to control system audio volume?

2009-07-12 Thread Stefano Palmeri
Il domenica 12 luglio 2009 03:55:12 Marc Carson ha scritto: > Stefano Palmeri wrote: > > Il domenica 12 luglio 2009 01:30:26 Stefano Palmeri ha scritto: > >> PUBLIC SUB Form_MouseWheel() > >> > >> > >> SELECT CASE Mouse.delta > >> > >&g

Re: [Gambas-user] Can I use the mousewheel to control system audio volume?

2009-07-11 Thread Stefano Palmeri
Il domenica 12 luglio 2009 01:30:26 Stefano Palmeri ha scritto: > PUBLIC SUB Form_MouseWheel() >   >   >   SELECT CASE Mouse.delta >     >     CASE 1 >         PRINT "mouse wheel up" >     CASE -1 >          PRINT "mouse wheel down" >   >   END

Re: [Gambas-user] Can I use the mousewheel to control system audio volume?

2009-07-11 Thread Stefano Palmeri
Il sabato 11 luglio 2009 23:58:03 Marc Carson ha scritto: > I would like to create a program that increments/decrements the system > master audio volume if the mouse's mousewheel is scrolled up/down, in > combination with a hotkey (like ctrl+shift+mousewheel). > > Is this possible in Gambas? I see

Re: [Gambas-user] shell return parameter (text)

2009-07-10 Thread Stefano Palmeri
Il venerdì 10 luglio 2009 10:09:00 Szenográdi Norbert ha scritto: > Hi, > > > Can I build to Fmain window a textbox with shell return text ? > > AS: SHELL ("echo hello") > and textbox.text will be: "hello" > DIM sShellOut AS String SHELL "echo -n hello" TO sShellOut TextBox.Text = sShellOut Ci

Re: [Gambas-user] Window not closable

2009-07-07 Thread Stefano Palmeri
Il martedì 7 luglio 2009 16:04:09 Pino Zollo ha scritto: > Hi, > Is there a way to make a window/form that can not be closed by the user ? > (Without the X) > > Regards > > Pino With this code: PUBLIC SUB Form_Close() STOP EVENT END Ciao, Stefano

[Gambas-user] TreeView example doesn't work

2009-06-30 Thread Stefano Palmeri
TreeView example doesn't work. It simply does nothing. Gambas 2.13.1. Stefano -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lis

Re: [Gambas-user] Example MoviePlayer in Black

2009-06-30 Thread Stefano Palmeri
Il martedì 30 giugno 2009 22:50:20 craf ha scritto: > Hello. > > I'm trying the example that comes with Gambas, called movieplayer. When > the executive, control Movieplay stays black, and only appears sound. > > System to use: > > Ubuntu Jaunty Jackalope > Shrimp 2.14 > mplayer 2.1.0 > > any idea?

Re: [Gambas-user] Tar-1.3 for Slackware

2009-06-24 Thread Stefano Palmeri
Il mercoledì 24 giugno 2009 16:19:31 Pino Zollo ha scritto: > Please where can I find tar-1.3 ? > > yahoo and google did not find it. > > It is required for generating the Slackware installation package. > > (Gambas 2.13 on Debian 5.0.1) > > Regards > > Pino I think you're talking about tar-1.13.

Re: [Gambas-user] text in button auto wrap

2009-06-20 Thread Stefano Palmeri
Il sabato 20 giugno 2009 15:24:02 kobolds ha scritto: > i wish that the text on the button auto wrap if too long not cut off like > right now. how do i do that Use a shorter text ;-) I think you can't, but you can easily resize the button. DIM iButton1TextWidth AS Integer iButton1TextWidth =

Re: [Gambas-user] gridview return text/value from mouse click

2009-06-13 Thread Stefano Palmeri
Il sabato 13 giugno 2009 22:35:55 thesheff17 ha scritto: > I have gridview that has the mode is set to single to select a single row. > How do I get the value of the row that was clicked? Or get the x coordinate > value of the row that is clicked? Let's say your gridview is called GridView1 and yo

Re: [Gambas-user] clipboard

2009-06-09 Thread Stefano Palmeri
Il martedì 9 giugno 2009 08:21:13 Doriano Blengino ha scritto: > Beren Scott ha scritto: > > The goal of my program is to keep an offline database and use it to plan > > out a series of actions which are html based and online. So, the > > database is accessed by my program, my program formulates wi

Re: [Gambas-user] clipboard

2009-06-08 Thread Stefano Palmeri
Il martedì 9 giugno 2009 04:45:53 Stefano Palmeri ha scritto: Or if you have a KDE 3 DE you could use: SHELL "dcop klipper klipper setClipboardContents 'hello gambas'" WAIT > Il martedì 9 giugno 2009 04:03:48 Beren Scott ha scritto: > > Is it because technically l

Re: [Gambas-user] clipboard

2009-06-08 Thread Stefano Palmeri
ving up > yet. Any chance of a change to the way gambas handles clipboard > functions? > I don't know. This is a question for Benoit :-) If the application you're developing is just for you and you don't need to redistribute it, you could install an utility like xclip or xsel

Re: [Gambas-user] TableViews and Colors

2009-06-08 Thread Stefano Palmeri
Il lunedì 8 giugno 2009 16:25:45 Stefan Miefert ha scritto: > Hello, > > i try to color a tableview row > > when I try this > > TBLname[10,5].bgcolor = color.red > TBLname[10,5].forecolor = color.white > > The colors set but the data in the row disapear > Why? > > How can I change this? > I don't

Re: [Gambas-user] clipboard

2009-06-08 Thread Stefano Palmeri
Il lunedì 8 giugno 2009 17:27:11 Beren Scott ha scritto: > On Mon, 2009-06-08 at 16:47 +0200, Stefano Palmeri wrote: > > Il lunedì 8 giugno 2009 16:03:23 Beren Scott ha scritto: > > > On Mon, 2009-06-08 at 02:44 -0700, charlesg wrote: > > > > Hi, > > >

Re: [Gambas-user] clipboard

2009-06-08 Thread Stefano Palmeri
Il lunedì 8 giugno 2009 16:03:23 Beren Scott ha scritto: > On Mon, 2009-06-08 at 02:44 -0700, charlesg wrote: > > Hi, > > > > Clipboard.Copy(txtItem.text) > > > > rgds > > The problem is however that I am currently console only, no gui, and I > am getting a non-existent item error on "clipboard". D

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread Stefano Palmeri
Il lunedì 18 maggio 2009 17:05:33 Benoît Minisini ha scritto: > > Il lunedì 18 maggio 2009 16:23:25 M0E Lnx ha scritto: > > > I'm trying to upgrade to 2.13.0 and my build is failing during the > > > gb.gtk build process. > > > > > > Here is a link to the error details > > > http://nopaste.com/p/aUC

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread Stefano Palmeri
Il lunedì 18 maggio 2009 17:05:33 Benoît Minisini ha scritto: > > Il lunedì 18 maggio 2009 16:23:25 M0E Lnx ha scritto: > > > I'm trying to upgrade to 2.13.0 and my build is failing during the > > > gb.gtk build process. > > > > > > Here is a link to the error details > > > http://nopaste.com/p/aUC

Re: [Gambas-user] gambas2-2.13 build failing

2009-05-18 Thread Stefano Palmeri
Il lunedì 18 maggio 2009 16:23:25 M0E Lnx ha scritto: > I'm trying to upgrade to 2.13.0 and my build is failing during the > gb.gtk build process. > > Here is a link to the error details > http://nopaste.com/p/aUCCbdxsqb > > This is VectorLinux 6.0 (based on slackware 12.1) > gtk version is 2.12.9

[Gambas-user] let's nominate Gambas

2009-05-16 Thread Stefano Palmeri
It's time again for SourgeForge Awards. This year you can nominate Gambas even if you don't have a SourceForge account. Here's the nominations page: http://sourceforge.net/community/cca09/nominate/ I nominated Gambas for "Best Tool or Utility for Developers". Come on, go on the page and nom

[Gambas-user] can't compile 2.13.0 on Slackware 12.2 (gb.gtk error)

2009-05-16 Thread Stefano Palmeri
Hi, all. Just downloaded 2.13.0 and I can't compile it on Slackware 12.2. Here's error log: make[5]: *** [ggridview.lo] Error 1 make[5]: Leaving directory `/home/stefano/src/gambas2-2.13.0/gb.gtk/src' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/stefano/src/gambas2-2.13

[Gambas-user] bug on valuebox (second transmission)

2009-05-14 Thread Stefano Palmeri
(What about this bug?) Hi, Benoit. Probably a bug here. Run the attached example. ValueBox4 is set as ReadOnly = True, but if the user double-click directly the digit (I mean the user highlights the value, the digit) then is able to edit the value. Best regards, Stefano sales-0.0.1.tar.gz

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 17:45:18 CelticBhoy ha scritto: > Thats strange, I already had that value set to true, but it still lets me > edit the field, and stores the value I have typed. Yes. Probably a bug. I send some other mails about it. Please, read them. Sourceforge is a little slow sometim

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 17:09:35 CelticBhoy ha scritto: > Sorry I mean the valuebox containing the total. I dont want the user to be > able to change the value apart from entering in valuebox 1, 2, & 3 in your > example. The user should not be able to change valuebox4 directly. It seems there a b

[Gambas-user] bug on valuebox control

2009-05-11 Thread Stefano Palmeri
Hi, Benoit. Probably a bug here. Run the attached example. ValueBox4 is set as ReadOnly = True, but if the user double-click directly the digit (I mean the user highlights the value, the digit) then is able to edit the value. Best regards, Stefano sales-0.0.1.tar.gz Description: application

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 17:09:35 CelticBhoy ha scritto: > Sorry I mean the valuebox containing the total. I dont want the user to be > able to change the value apart from entering in valuebox 1, 2, & 3 in your > example. The user should not be able to change valuebox4 directly. Errata corrige:

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 17:09:35 CelticBhoy ha scritto: > Sorry I mean the valuebox containing the total. I dont want the user to be > able to change the value apart from entering in valuebox 1, 2, & 3 in your > example. The user should not be able to change valuebox4 directly. Yes, it's already

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 16:37:53 CelticBhoy ha scritto: > OK that works for changing the value, now how do I stop use entry on this > field? My english is poor. Which field you're talking about? Taking my example, what you want to do? I mean, you insert a value, then another and get the total.

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 14:36:14 CelticBhoy ha scritto: > Could you re-send you example, the archive wont open. Strange. It's the second time that I send an example on the list and it will not open. Here on my desktop I've no problem. Anyway I re-send. To open it, try: tar xvzf sales-0.0.1.tar.

Re: [Gambas-user] Looking for a little help with an app.

2009-05-11 Thread Stefano Palmeri
Il lunedì 11 maggio 2009 11:51:58 CelticBhoy ha scritto: > I have written a small app for controlling the stock in the bar I own, but > I would like some advice on the best way to overcome a brick wall I have > hit. The attached screenshot shows the form I want to use to perform a > stock check. I

Re: [Gambas-user] help with some simple parsing

2009-05-06 Thread Stefano Palmeri
Il mercoledì 6 maggio 2009 15:01:45 richard terry ha scritto: > See the attached file for the data. Unfortunately I'm brain dead when it > comes to simple logic. > > In one of my hl7 messages in the Free Text segment under an actual > pathology result, there is a list of sequential bood test result

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefano Palmeri
prüngliche Nachricht- > Von: Stefano Palmeri [mailto:rospolo...@tiscali.it] > Gesendet: Dienstag, 5. Mai 2009 14:35 > An: mailing list for gambas users > Betreff: Re: [Gambas-user] Execute Gamabs? > > Il martedì 5 maggio 2009 14:22:36 Stefan Miefert ha scritto: > > Hell

Re: [Gambas-user] Execute Gamabs?

2009-05-05 Thread Stefano Palmeri
Il martedì 5 maggio 2009 14:22:36 Stefan Miefert ha scritto: > Hello, > > i want to execute a gambasprogramm like this > > exec("test.gambas") > > but how can I start a gambas programm in the terminal? > > I get always the answer "not found" > You have to copy test.gambas in one of the directory o

Re: [Gambas-user] What does the "?" for a datatype?

2009-05-05 Thread Stefano Palmeri
Il martedì 5 maggio 2009 10:36:29 Rolf-Werner Eilert ha scritto: > Hi folks, > > just stumbled over this: When typing AS Integer or AS Boolean, the IDE > gives me several completions to choose from: > > Integer > Integer? > Integer[] > > or > > Boolean > Boolean? > Boolean[] > > What is the questio

Re: [Gambas-user] read a file into a listview - but backwards

2009-04-30 Thread Stefano Palmeri
Il giovedì 30 aprile 2009 19:46:25 Joshua Higgins ha scritto: > Hi all, > > Is it possible to read a file and load it line by line into a listview, but > backwards? I have been using the example from gambasdoc for loading files > line by line, but I'm writing a logging page and want to show newest

Re: [Gambas-user] I need a shell script

2009-04-27 Thread Stefano Palmeri
d could not get it to open could you > re-archive it and send it again? > > JB > Strange. I've created it from the Gambs IDE and the archive seems to be fine here on my box. Anyway here again. Check the md5sum. e6c7e1021a1ee48f070f997dd5346f53 sudo-0.0.1.tar.gz Try 'tar xz

Re: [Gambas-user] I need a shell script

2009-04-27 Thread Stefano Palmeri
Il lunedì 27 aprile 2009 03:33:00 jbskaggs ha scritto: > I am having a sudo (permission) problem in my gamemaker program. It > creates the code and writes it to the MMain.Module and creates the .Project > file. > > Now I need to be able to shell from my program to a directory and run the > gbc2 an

Re: [Gambas-user] how do I stop getting mail from the mailing list?

2009-04-25 Thread Stefano Palmeri
Il domenica 26 aprile 2009 07:21:11 arbelmichal ha scritto: > Hi I don't wont to get more mails, It blocks my mail... so how can I > stop getting them? > Arbel > See: https://lists.sourceforge.net/lists/options/gambas-user > --

Re: [Gambas-user] Obtaining a list of system printers

2009-04-24 Thread Stefano Palmeri
Il venerdì 24 aprile 2009 06:37:39 richard terry ha scritto: > Hi, > > I need to be able to browse a list of system printers and wondered how one > obtained these. > > Regards > > richard > You could try 'lpstat'. I suggest you to read 'man lpstat' and try -a, -p, -v options to see which one fit

Re: [Gambas-user] How prevent application from opening twice

2009-04-22 Thread Stefano Palmeri
Maybe your machine is faster than mine and pgrep is able to catch sh -c pgrep. Yes, using EXEC is better. Stefano > On Wed, Apr 22, 2009 at 14:47, Siti Fatimah wrote: > > Thank's Stefano ..for ur quick response. It really worked > > > > Best Regards, >

Re: [Gambas-user] change cursor design

2009-04-22 Thread Stefano Palmeri
Il mercoledì 22 aprile 2009 13:17:07 juelin ha scritto: > hello, > how can I chnage the cursor-design when the cursor go into a drawingarea? > please example > > kind regards > Jürgen PUBLIC SUB DrawingArea1_Enter() ME.Mouse = Mouse.Pointing END PUBLIC SUB DrawingArea1_Leave() ME.Mouse = M

Re: [Gambas-user] How prevent application from opening twice

2009-04-22 Thread Stefano Palmeri
Il mercoledì 22 aprile 2009 13:11:59 Siti Fatimah ha scritto: > Hi all, > I need to prevent my program from opening twice. Is there a  best method to > determine whether a program has already run ? > > Thanks. > sfatimah > I use this: DIM sShellOutput as String SHELL "pgrep -f -U " & User.Name &

Re: [Gambas-user] Gridview select and deselect

2009-04-17 Thread Stefano Palmeri
Il venerdì 17 aprile 2009 16:08:45 charlesg ha scritto: > Hi all > > Having selected a gridview row with a click, I cannot deselect it with > another click as should be normal. > > After reading an old thread here, I have fudged it with an array bSelected > which keeps track of which rows in gvRequ

Re: [Gambas-user] 'su -c command' inside Gambas, how do I?

2009-03-20 Thread Stefano Palmeri
Il venerdì 20 marzo 2009 17:18:34 Ron_1st ha scritto: > On Friday 20 March 2009, Stefano Palmeri wrote: > > Hi, Benoit. Hi all. > > > > I've a little problem here. I can't feed the root password > > to a "su -c" process invocation. I've attach

Re: [Gambas-user] 'su -c command' inside Gambas, how do I?

2009-03-20 Thread Stefano Palmeri
Il venerdì 20 marzo 2009 12:48:10 Benoît Minisini ha scritto: > > Stefano Palmeri ha scritto: > > > Hi, Benoit. Hi all. > > > > > > I've a little problem here. I can't feed the root password > > > to a "su -c" process invocation. I&#

[Gambas-user] 'su -c command' inside Gambas, how do I?

2009-03-20 Thread Stefano Palmeri
Hi, Benoit. Hi all. I've a little problem here. I can't feed the root password to a "su -c" process invocation. I've attached a little example. In a form there's a textbox. You type the root password, then you press 'Confirm' and you should be able to execute su -c 'cat /etc/sudoers'. But I can't.

  1   2   >