[Gambas-user] Wrap mode for gb.qt4.editor

2012-01-05 Thread Dmitriy
Can I enable Wrap mode for gb.qt4.editor? If I can't, will It be possible soon? P.S. I found help system in Gambas2 better then in Gambas3. Samples and source of IDE are poor commented :-). So, I don't know, how I can study programming Gambas or just understand how samples work. I have no res

Re: [Gambas-user] Running programs from terminal and by double clicking.

2012-01-05 Thread Benoît Minisini
Le 02/01/2012 22:20, Jussi Lahtinen a écrit : > Sorry, not Ubuntu! I'm using Xubuntu. > > Jussi > Hi, The bug should be fixed in revision #4392. Regards, -- Benoît Minisini -- Ridiculously easy VDI. With Citrix VDI-in

Re: [Gambas-user] chmod?

2012-01-05 Thread bbruen
Quoting tobias : > hi, > > i can't find any interface (except Extern or Exec) to chmod(2) in > gambas. is there one? i think there should... > > regards, > tobi I was going to say Stat.Perm but I had never realized that it is read only. I agree that there should be one. Bruce ---

Re: [Gambas-user] File opening dialog and one more question

2012-01-05 Thread bbruen
Just to add to caveat and Benoit's answers. Static, when applied to variables, refers to the "storage class" (or more properly "storage mode") of the variable. Whereas "public" and "private" refer to the scope or accessibility of the variable. It is important not to confuse these aspects.

[Gambas-user] chmod?

2012-01-05 Thread tobias
hi, i can't find any interface (except Extern or Exec) to chmod(2) in gambas. is there one? i think there should... regards, tobi -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructu

Re: [Gambas-user] File opening dialog and one more question

2012-01-05 Thread M. Cs.
Thank you! 2012/1/5, Benoît Minisini : > Le 05/01/2012 12:35, M. Cs. a écrit : >> Hi, >> in G2 we had a file opening dialog which was identical as KDE's native >> one. It seems to be removed, or am I wrong? I would like to have that >> old one. It's more convenient with the system-wide bookmarks e

Re: [Gambas-user] File opening dialog and one more question

2012-01-05 Thread Benoît Minisini
Le 05/01/2012 12:35, M. Cs. a écrit : > Hi, > in G2 we had a file opening dialog which was identical as KDE's native > one. It seems to be removed, or am I wrong? I would like to have that > old one. It's more convenient with the system-wide bookmarks etc. I'm not sure. But when you call Dialog.Op

Re: [Gambas-user] The good old tar-1.13 is still an obstacle

2012-01-05 Thread Benoît Minisini
Le 05/01/2012 17:12, M. Cs. a écrit : > Hello, > I simply don't know how to install tar-1.13 on Kubuntu Oneiric. The > old method of creating it from sources an then making a symbolic link > with ln -s /usr/local/bin/tar-1.13 /usr/bin/tar-1.13 doesn't solves > the problem. Any working solution of f

Re: [Gambas-user] Dependencies in packages

2012-01-05 Thread Benoît Minisini
Le 05/01/2012 12:46, M. Cs. a écrit : > Another question: > In the package making dialog there is a list of dependencies to be > added to the package. How can I add mp3info as dependency? I've tried > to add just string mp3info without min and max versions, but the > installer is not pulling it as

Re: [Gambas-user] Issue 184 in gambas: Gambas3 ide cannot reset/delete choosed font to default/empty font... on controls

2012-01-05 Thread Jussi Lahtinen
I cannot reproduce. Do not open select font dialog, instead just click on font name and hit backspace. Jussi On Thu, Jan 5, 2012 at 12:03, wrote: > Status: New > Owner: > Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any > Desktop-Any GUI-Any > > New issue 184 by marco

Re: [Gambas-user] File opening dialog and one more question

2012-01-05 Thread M. Cs.
Yes, it was caused by porting. I've fixed it. 2012/1/5, M. Cs. : > Unfortunately the built-in file opening dialog just doesn't work for > me. The project has been ported from G2 to G3. I have a filter added > for the .tar.gz filetype but although it shows the correct files, I > cannot open them. T

[Gambas-user] The good old tar-1.13 is still an obstacle

2012-01-05 Thread M. Cs.
Hello, I simply don't know how to install tar-1.13 on Kubuntu Oneiric. The old method of creating it from sources an then making a symbolic link with ln -s /usr/local/bin/tar-1.13 /usr/bin/tar-1.13 doesn't solves the problem. Any working solution of faking it? Csaba --

Re: [Gambas-user] File opening dialog and one more question

2012-01-05 Thread M. Cs.
Unfortunately the built-in file opening dialog just doesn't work for me. The project has been ported from G2 to G3. I have a filter added for the .tar.gz filetype but although it shows the correct files, I cannot open them. The OK button simply doesn't work. It's maybe up to the porting. I'll check

Re: [Gambas-user] File opening dialog and one more question

2012-01-05 Thread Caveat
Part one I never really looked into how GTK-alike the FileChooser was, but it didn't seem to 'fit' on my regular forms, so I just made a small Form which handles file choosing/opening and raises the appropriate events. To answer part two... As I understand it, static variables exist only once fo

[Gambas-user] Dependencies in packages

2012-01-05 Thread M. Cs.
Another question: In the package making dialog there is a list of dependencies to be added to the package. How can I add mp3info as dependency? I've tried to add just string mp3info without min and max versions, but the installer is not pulling it as dependency. Thanks! ---

[Gambas-user] File opening dialog and one more question

2012-01-05 Thread M. Cs.
Hi, in G2 we had a file opening dialog which was identical as KDE's native one. It seems to be removed, or am I wrong? I would like to have that old one. It's more convenient with the system-wide bookmarks etc. And the question: I don't understand the STATIC word's meaning. Is it given to define a

[Gambas-user] Issue 184 in gambas: Gambas3 ide cannot reset/delete choosed font to default/empty font... on controls

2012-01-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 184 by marcobra...@gmail.com: Gambas3 ide cannot reset/delete choosed font to default/empty font... on controls http://code.google.com/p/gambas/issues/detail?id=184 1) De