Re: [Gambas-user] R: how to generation 12 random letters (A-Z and 0-9)

2015-06-02 Thread Gian
Il 02/06/2015 15:28, Paul Horechuk ha scritto: > Just being a bit picky here, but shouldn't that be Rnd(1,36) ? 26 > letters and 10 digits? > > On 15-06-02 08:49 AM, nando wrote: >> Alternate: >> >> Dim j as Byte >> Dim s as String >> >> For j = 1 To 12 >> s &= Mid("ABCDEFGJIJKLMOPQRSTUVWXYZ012

Re: [Gambas-user] DrawigArea second mailing

2015-05-16 Thread Gian
gards > > 2015-05-16 16:18 GMT+02:00 Gian : > >> I was informed that the previous email with the subject DravingArea error >> (Path Pending) have been seen as spam, this the synthesized text: >> >> In this attached small example that before it worked well now I get an &

Re: [Gambas-user] I: DrawigArea second mailing

2015-05-16 Thread Gian
Il 16/05/2015 16:37, Benoît Minisini ha scritto: > Le 16/05/2015 16:27, Ru Vuott a écrit : >> ...from Gianluigi (its email end in SPAM) >> > > "Pending path" means that you cannot draw text (with DrawText() method > for example) if you have started a drawing path but have not stroke or > fill it. >

[Gambas-user] DrawigArea second mailing

2015-05-16 Thread Gian
I was informed that the previous email with the subject DravingArea error (Path Pending) have been seen as spam, this the synthesized text: In this attached small example that before it worked well now I get an error (Pending path) and do not understand why. I installed on a VirtualBox the Gamb

Re: [Gambas-user] DrawingArea error: Pending Path

2015-05-15 Thread Gian
Il 14/05/2015 22:37, Gian ha scritto: Il 14/05/2015 21:24, Gian ha scritto: Il 14/05/2015 14:54, Gian ha scritto: Hello all, In this attached small example that before it worked well now I get an error (Pending path) and do not understand why. Regards Gianluigi

Re: [Gambas-user] DrawingArea error: Pending Path

2015-05-14 Thread Gian
Il 14/05/2015 21:24, Gian ha scritto: > Il 14/05/2015 14:54, Gian ha scritto: >> Hello all, >> In this attached small example that before it worked well now I get an >> error (Pending path) and do not understand why. &g

Re: [Gambas-user] DrawingArea error: Pending Path

2015-05-14 Thread Gian
Il 14/05/2015 14:54, Gian ha scritto: Hello all, In this attached small example that before it worked well now I get an error (Pending path) and do not understand why. Regards Gianluigi -- One dashboard for servers and

[Gambas-user] DrawingArea error: Pending Path

2015-05-14 Thread Gian
Hello all, In this attached small example that before it worked well now I get an error (Pending path) and do not understand why. Regards Gianluigi TextRotate-0.0.1.tar.gz Description: application/gzip -- One dashboard

Re: [Gambas-user] R: How to know is my Form activated or not?

2015-05-05 Thread Gian
Il 05/05/2015 08:59, abbat81 ha scritto: > > > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/How

Re: [Gambas-user] TextArea show first line of text

2015-05-01 Thread Gian
Il 01/05/2015 11:25, abbat81 ha scritto: > By default TextArea.Text (.Insert) shows end of a text. > How can I show text from begining? move to top? > > .Pos, .ToLine, etc - is not halpfull (text can have several lines + wraped) > > Thanks > > > > -- > View this message in context: > http://gamba

Re: [Gambas-user] Packaging problem: as freely distribute a GB program?

2015-04-30 Thread Gian
Il 30/04/2015 22:28, Gian ha scritto: > Il 30/04/2015 22:06, Filippo Casati ha scritto: >> Hi, I have the latest version Gambas. I would like to create a package to >> deploy a program (having selected as Project Type the type Graphical >> Application) on platforms with Ubunt

Re: [Gambas-user] Packaging problem: as freely distribute a GB program?

2015-04-30 Thread Gian
Il 30/04/2015 22:06, Filippo Casati ha scritto: > Hi, I have the latest version Gambas. I would like to create a package to > deploy a program (having selected as Project Type the type Graphical > Application) on platforms with Ubuntu 14.04. Currently, I have Gambas on > Xubuntu 14.04, and I create

Re: [Gambas-user] A question on gb.gui

2015-04-29 Thread Gian
gt; The "Button 1" text is not completely visible, because you made the label > bit too small, also different themes use different font sizes. > > So. There doesn't seem to be absolutely anything wrong with Gambas. > > > Jussi > > > > On Wed, Apr 29, 2015 at

Re: [Gambas-user] A question on gb.gui

2015-04-29 Thread Gian
Il 29/04/2015 16:00, Jussi Lahtinen ha scritto: > So, maybe there are incompatibilities with the Ambiance theme. Can you see > this problem with any other theme? > > > Jussi Hello Jussi, Ubuntu does not have pre-installed themes on which to play, since there is Unity *the* theme is Ambiance. So i

Re: [Gambas-user] A question on gb.gui

2015-04-28 Thread Gian
Il 28/04/2015 16:39, Jussi Lahtinen ha scritto: > OK, I tested it with revision 7046. See attached screenshots. I don't see > any problems! > The form color is bit different, but that is because it is set as > "TooltipBackground", which I think is defined differently in Qt4 and GTK+. > Not bug, it

Re: [Gambas-user] A question on gb.gui

2015-04-28 Thread Gian
Il 27/04/2015 23:42, Jussi Lahtinen ha scritto: > Can you send the source codes, so I could test this on my computer? > > > Jussi > > On Mon, Apr 27, 2015 at 10:22 PM, Gian wrote: > >> Il 27/04/2015 20:00, Jussi Lahtinen ha scritto: >> >>> What

Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 22:16, Charlie Reinl ha scritto: > Am Montag, den 27.04.2015, 20:30 +0200 schrieb Gian: >> Il 27/04/2015 19:41, Charlie Reinl ha scritto: >>> Am Sonntag, den 26.04.2015, 14:39 +0200 schrieb Gian: >>>> Il 24/04/2015 14:23, Gian ha scritto: >>>>

Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 20:08, Tobias Boege ha scritto: > Yes, I do both and almost nothing except them. > > Regards, > Tobi Hello Tobias, Gambas, as VB, is able to aid the work of very small and micro enterprises if Benoit solves these little problems that afflict it. All programming languages have bugs.

Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 20:08, Tobias Boege ha scritto: > On Mon, 27 Apr 2015, Charlie Reinl wrote: >> Am Sonntag, den 26.04.2015, 14:39 +0200 schrieb Gian: >>> Il 24/04/2015 14:23, Gian ha scritto: >>>> Hello Benoit, >>>> Sorry if I let some criticism on the stra

Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 20:00, Jussi Lahtinen ha scritto: What does not work with GTK? Jussi Let's say a little all, see attached, forgotten before Regards Gianluigi -- One dashboard for servers and applications across Physic

Re: [Gambas-user] A question on gb.gui

2015-04-27 Thread Gian
Il 27/04/2015 19:41, Charlie Reinl ha scritto: > Am Sonntag, den 26.04.2015, 14:39 +0200 schrieb Gian: >> Il 24/04/2015 14:23, Gian ha scritto: >>> Hello Benoit, >>> Sorry if I let some criticism on the strategy gb.gui in this email. >>> I state to be old and

Re: [Gambas-user] A question on gb.gui

2015-04-26 Thread Gian
Il 24/04/2015 14:23, Gian ha scritto: > Hello Benoit, > Sorry if I let some criticism on the strategy gb.gui in this email. > I state to be old and ignorant (to 16 years (1963) already around the > world to work) and that I admire very much you and your collaborators, > otherwise I

[Gambas-user] A question on gb.gui

2015-04-24 Thread Gian
Hello Benoit, Sorry if I let some criticism on the strategy gb.gui in this email. I state to be old and ignorant (to 16 years (1963) already around the world to work) and that I admire very much you and your collaborators, otherwise I would be silent. Ubuntu can represent for free software that W

[Gambas-user] Possible malfunction 3.7.1 PPA & Trunk

2015-04-23 Thread Gian
Here's how the Phil NewProject, see attached image. [System] Gambas=3.7.1 COMPILATED OperatingSystem=Linux Kernel=3.13.0-51-generic Architecture=x86_64 Distribution=Ubuntu 14.04.2 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8 Memory=4961M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.s

Re: [Gambas-user] Entry value for gambas project

2015-04-21 Thread Gian
Il 21/04/2015 09:55, bill-lancaster ha scritto: > I want to start a Gambas programme from another Gambas programme. > What would be the best way to pass a value to the programme? > > At the moment I write the value to a file from the first programme and read > it in the second one. then open the ne

[Gambas-user] Buttons: Background and Foreground colors do not work.

2015-04-14 Thread Gian
With gb.qt4 and gb.qt4.ext components, Background and Foreground color of Buttons do not work. They work with Qt Configuration setting on Cleanlooks or Plastique. Regards Gianluigi [System] Gambas=3.7.1 OperatingSystem=Linux Kernel=3.13.0-49-generic Architecture=x86_64 Distribution=Ubuntu 14.04.2

Re: [Gambas-user] New Widget

2015-04-13 Thread Gian
Il 13/04/2015 00:35, Jorge Carrión ha scritto: > It looks strange at open time...(see attached) > After drag it with mouse it is showed right. > > I think is a useful widget, Fabian. > > Regards > > 2015-04-12 22:21 GMT+02:00 Fabien Bodard : > >> Hi this is a try for a new widget. >> >> Give me yo

Re: [Gambas-user] Differences between Compile and Compile all

2015-04-04 Thread Gian
Il 04/04/2015 16:41, Gian ha scritto: Hello everyone I can not understand the difference between the commands *Compile* and *Compile all* of the *Project menu*. I thought that with Compile I compiles the current module and with Compile all I have the possibility to compile the entire project

[Gambas-user] Differences between Compile and Compile all

2015-04-04 Thread Gian
Hello everyone I can not understand the difference between the commands *Compile* and *Compile all* of the *Project menu*. I thought that with Compile I compiles the current module and with Compile all I have the possibility to compile the entire project. Using these commands on the attached proj

Re: [Gambas-user] How to get back my Gbr3 3.5.4 after updated

2015-04-01 Thread Gian
Il 01/04/2015 16:06, abbat81 ha scritto: > How to install Gambas current ver? > I get > (Depends): gambas3-gb-jit (>= 3.7.0-51.33~ubuntu12.04.1) > > Is there any way to get .deb package of gambas version I need? > > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/How-

[Gambas-user] A Gambas 3.7.1 question.

2015-04-01 Thread Gian
But now 3.7.1 it should be the stable version. “In the title forgotten the written of version Trunk.” So mine was an omen. :) Regards Gianluigi -- Dive into the World of Parallel Programming The Go Parallel Website, spon

Re: [Gambas-user] Pre-release of Gambas 3.7.1

2015-03-30 Thread Gian
Il 29/03/2015 16:41, Gian ha scritto: > In the title forgotten the written of version Trunk. Eureka! I finally realized that a version as long as is not final... is not final. Only 15 months are really too smart. :) Regards Gianlu

Re: [Gambas-user] Pre-release of Gambas 3.7.1

2015-03-29 Thread Gian
Il 29/03/2015 15:29, Benoît Minisini ha scritto: > Le 28/03/2015 18:55, Benoît Minisini a écrit : >> Hi, >> >> I have uploaded to sourceforge the source package of Gambas 3.7.1 so >> that you can check it before the release. >> >> So tell me if you have any problem with it. >> >> It includes all th

Re: [Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-28 Thread Gian
Il 28/03/2015 21:42, Benoît Minisini ha scritto: > Le 24/03/2015 12:02, Gian a écrit : >> Il 24/03/2015 11:43, Charlie Reinl ha scritto: >>> Salut, >>> >>> I can confirm that behave, but you can go behind of the dec-comma. >>> When entering the co

Re: [Gambas-user] Pre-release of Gambas 3.7.1

2015-03-28 Thread Gian
Il 28/03/2015 18:55, Benoît Minisini ha scritto: Hi, I have uploaded to sourceforge the source package of Gambas 3.7.1 so that you can check it before the release. So tell me if you have any problem with it. It includes all the bugs fixed since the Gambas 3.7.0 release, and the ability to open

Re: [Gambas-user] Sample component with a form

2015-03-27 Thread Gian
Il 27/03/2015 10:50, Gian ha scritto: > Il 26/03/2015 23:15, Tobias Boege ha scritto: >> On Thu, 26 Mar 2015, Roel Touwen wrote: >>> Hi everyone, >>> >>> Has anybody a sample source of a component which holds a form? I'm >>> trying for two weeks n

Re: [Gambas-user] Sample component with a form

2015-03-27 Thread Gian
Il 26/03/2015 23:15, Tobias Boege ha scritto: > On Thu, 26 Mar 2015, Roel Touwen wrote: >> Hi everyone, >> >> Has anybody a sample source of a component which holds a form? I'm >> trying for two weeks now and I simply don't succeed. >> >> What I want to do is have form that I can embed in another f

Re: [Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-24 Thread Gian
Il 24/03/2015 11:43, Charlie Reinl ha scritto: > Salut, > > I can confirm that behave, but you can go behind of the dec-comma. > When entering the comma the box make left shift and keeps staying before > the comma. Yes I know, but it is not normal and not have to do this with QT. Regards Gianluigi

Re: [Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-24 Thread Gian
Il 22/03/2015 21:35, Gian ha scritto: On Ubuntu Gabas3 3.7 and Trunk you can not enter decimal numbers manually. Yes with code. Manually comma ends at the bottom of the widget, see attached. Regards Gianluigi [System] Gambas=3.7.0 OperatingSystem=Linux Kernel=3.13.0-48-generic Architecture

Re: [Gambas-user] R: Ubuntu message

2015-03-23 Thread Gian
Re-reading with a cool head as I wrote in this thread, I realize that I explained very badly. I meant to talk about the Gambas IDE and just wanted to ask the opportunity to choose the Ubuntu balloon. I apologize to everyone for the confusion created. God did not want me to learn English, probably

[Gambas-user] Possible bug on ValueBox gtk ang gb.gui

2015-03-22 Thread Gian
On Ubuntu Gabas3 3.7 and Trunk you can not enter decimal numbers manually. Yes with code. Manually comma ends at the bottom of the widget, see attached. Regards Gianluigi [System] Gambas=3.7.0 OperatingSystem=Linux Kernel=3.13.0-48-generic Architecture=x86_64 Distribution=Ubuntu 14.04.2 LTS Deskt

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Hi Benoit, but I do not find wrong to give the choice at Gambas programmers with Ubuntu. Or at least insert Ron trick in documentation: (sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' /usr/share/themes/Ambiance/gtk-2.0/gtkrc sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 17:53, Gian ha scritto: Il 22/03/2015 17:01, Ron ha scritto: You can make them readable with these two commands, you might need to change 'Ambiance' to 'QGtk', not sure, just try. sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' /usr

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 17:01, Ron ha scritto: > You can make them readable with these two commands, you might need to > change 'Ambiance' to 'QGtk', not sure, just try. > > sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' > /usr/share/themes/Ambiance/gtk-2.0/gtkrc > sed -i 's/tooltip_bg_color

Re: [Gambas-user] R: Ubuntu message

2015-03-22 Thread Gian
Sorry gentlemen, :) but the programmer Gambas Ubuntu messages Balloon does not see them. What you do not understand? Regards Gianluigi -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by In

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 16:28, Fabien Bodard ha scritto: what is your desktop environment ? [System] Gambas=3.7.0 OperatingSystem=Linux Kernel=3.13.0-48-generic Architecture=x86_64 Distribution=Ubuntu 14.04.2 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8 Memory=4961M [Libraries] Cairo=libcairo.so.2.1

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 16:21, Fabien Bodard ha scritto: > what error ? bash: syntax error near the token is not expected "" MyApp "," -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and d

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 15:22, Fabien Bodard ha scritto: > You can use : > > dBus["org.freedesktop.Notifications"]["/org/freedesktop/Notifications"].Notify("MyApp", > "2", Null, "About My Notify", "This is a Notifications!!!", Null, > Null, 5) Sorry Fabien, I get error ---

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 15:50, Jussi Lahtinen ha scritto: > Sorry, but I hate the idea. I want to see the error messages where they > belong, and crashes in their own window which doesn't autoclose. So, just > like it is now. OK, shame that a normal Ubuntu user does not see ... I meant one more, not one les

Re: [Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Il 22/03/2015 13:08, Benoît Minisini ha scritto: > Le 22/03/2015 12:31, Gian a écrit : >> Hi Benoit, >> I know this has been discussed, and I apologize for repeating. >> In Ubuntu if I want to show to a user in a message boloon I change >> colors by acting through the

[Gambas-user] Ubuntu message

2015-03-22 Thread Gian
Hi Benoit, I know this has been discussed, and I apologize for repeating. In Ubuntu if I want to show to a user in a message boloon I change colors by acting through the HTML commands. Or I can show him the message with typical "balloon" of Ubuntu: Dim comando, sText As String sText = "My spectacu

Re: [Gambas-user] gambas wiki

2015-03-21 Thread Gian
Yes in Italy from yesterday 19 about. -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel softwa

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
t is used only for learning how > to compile and build the Gambas deb without errors and I am still > learning. > > On 03/19/2015 02:14 PM, Gian wrote: >> Hi Lewis, >> excuse me but you do not have the compiled version? >> Here we tal

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Il 19/03/2015 19:41, Lewis Balentine ha scritto: > Correction: That label >>only<< comes up in the update manager. > > On 03/19/2015 12:56 PM, Sebastian Kulesz wrote: >> The only package labeled like that is the one containing the gb.compress >> component. Can you tell me the exact package name, PP

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
ow! > On Mar 19, 2015 10:57 AM, "Tobias Boege" wrote: > >> On Thu, 19 Mar 2015, John Rose wrote: >>> On 18/03/15 12:38, Gian wrote: >>>> Upon notification by a user of Gambas-it I tried to install the PPA >>>> stable. >>>> Seems that

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Sorry Jhon, To reduce the text I accidentally deleted your email. Regards Gianluigi -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Medi

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-19 Thread Gian
Il 19/03/2015 13:12, Sebastian Kulesz ha scritto: > Found the error, will push an update shortly. The IDE still thinks it has > the 3.7.90 version. > > On Thu, Mar 19, 2015 at 6:02 AM, John Rose > wrote: > >> On 18/03/15 12:38, Gian wrote: >>> Upon notification

Re: [Gambas-user] Possible error PPA 3.7 Stable

2015-03-18 Thread Gian
Ok thank you very much for the update but we mark that has remained the written of the Trunk version. See image attached Regards Gianluigi -- Dive into the World of Parallel Programming The Go Parallel Website, sponsore

Re: [Gambas-user] daily PPA for ubuntu vivid not found

2015-03-17 Thread Gian
Il 17/03/2015 09:24, corradove...@libero.it ha scritto: > on my ubuntu vivid i added in sources.list the lines suggested > in:https://launchpad.net/~gambas-team/+archive/ubuntu/gambas-daily > deb http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu vivid > maindeb-src http://ppa.launchpad.net

Re: [Gambas-user] Random access files with fixed-length string

2015-03-16 Thread Gian
Il 12/03/2015 11:10, Gian ha scritto: Il 11/03/2015 14:12, Tobias Boege ha scritto: Looks good. But, as you mentioned in the project description, it would also be possible, and easier, to use Structs, as we did[0]. [0] http://gambaswiki.org/wiki/app/struct-db Great Tobias, perhaps

Re: [Gambas-user] Release of Gambas 3.7, error in build

2015-03-14 Thread Gian
Il 14/03/2015 20:06, Benoît Minisini ha scritto: > Le 14/03/2015 18:52, Lewis Balentine a écrit : >> Regarding Linux Mint 17.1 (a.k.a. Rebecca): >> Becky had some teething problems and added a bunch off fancy user >> interface graphics that I did not need or want. Thus I decided to stick >> with 17

Re: [Gambas-user] Random access files with fixed-length string

2015-03-12 Thread Gian
Il 11/03/2015 14:12, Tobias Boege ha scritto: > Looks good. But, as you mentioned in the project description, it would also > be possible, and easier, to use Structs, as we did[0]. > [0] http://gambaswiki.org/wiki/app/struct-db Great Tobias, perhaps beginning to see the light. :) I continue to s

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-12 Thread Gian
Il 11/03/2015 15:43, Benoît Minisini ha scritto: Le 11/03/2015 10:32, Gian a écrit : Il 11/03/2015 00:17, Benoît Minisini ha scritto: Le 11/03/2015 00:03, Jussi Lahtinen a écrit : Exactly. Only Emil can confirm, as I don't have enough knowledge about that, but apparently there is no w

Re: [Gambas-user] Random access files with fixed-length string

2015-03-11 Thread Gian
Il 11/03/2015 14:12, Tobias Boege ha scritto: > On Tue, 10 Mar 2015, Gian wrote: >> Hello everyone, >> those coming from the Windows VB, frequently asks how to work with random >> access files with fixed-length string. >> I created this demo as an explanation and woul

Re: [Gambas-user] Random access files with fixed-length string

2015-03-11 Thread Gian
Il 10/03/2015 22:00, Gian ha scritto: > Hello everyone, > those coming from the Windows VB, frequently asks how to work with > random access files with fixed-length string. > I created this demo as an explanation and would like to know if you > think right, correct in part or c

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-11 Thread Gian
Il 11/03/2015 00:17, Benoît Minisini ha scritto: > Le 11/03/2015 00:03, Jussi Lahtinen a écrit : >>> Exactly. Only Emil can confirm, as I don't have enough knowledge about >>> that, but apparently there is no way to make an equivalent Gambas JIT >>> compiler with the new versions of LLVM! >>> >>> I

[Gambas-user] Random access files with fixed-length string

2015-03-10 Thread Gian
Hello everyone, those coming from the Windows VB, frequently asks how to work with random access files with fixed-length string. I created this demo as an explanation and would like to know if you think right, correct in part or completely wrong. Thank you for attention Gianluigi Attention: T

Re: [Gambas-user] Pre-release of Gambas 3.7 (2)

2015-03-10 Thread Gian
Il 10/03/2015 16:49, Benoît Minisini ha scritto: > Hi, > > I have uploaded a new version of the source package at the same place, > with (normally) all reported bugs fixed. > > Please test it and tell me if you still have problems! > > Regards, > Thanks Benoit, perfect installation, for the first

Re: [Gambas-user] Connections.Count ??? :-!

2015-03-07 Thread Gian
Il 07/03/2015 04:15, adamn...@gmail.com ha scritto: > I have a component that provides generic database -> object translations. I > have used (and enhaced) it for some years. > At one point in its' initialisation routine the code refers to > Connections.Count which property does not exist. IIRC s

Re: [Gambas-user] Problems by joining segments and arcs and doing Fill in class Paint

2015-02-28 Thread Gian
Il 28/02/2015 10:14, Dani Futuro ha scritto: > Hi, > > I'm trying to join arcs and segments with class Paint, and I have some > problems. You can make dinamic zoom with the mouse wheel in the program > I attached and see what happens. If you get close enough to vertex with > the zoom you can see th

Re: [Gambas-user] GraphFloodfill can not install

2015-02-12 Thread Gian
Il 12/02/2015 11:05, Fabien Bodard ha scritto: > It will be good to remove empty editor directory > Le 12 févr. 2015 10:02, "Gian" a écrit : > >> Il 12/02/2015 01:30, Benoît Minisini ha scritto: >>> Le 11/02/2015 18:40, Gian a écrit : >>>> It seem

Re: [Gambas-user] GraphFloodfill can not install

2015-02-12 Thread Gian
Il 12/02/2015 01:30, Benoît Minisini ha scritto: > Le 11/02/2015 18:40, Gian a écrit : >> It seems that you install and if I go to reinstall it shows me to >> uninstall it. >> But not shown in the examples >> Regards >> Gianluigi >> > > At the moment t

[Gambas-user] GraphFloodfill can not install

2015-02-11 Thread Gian
It seems that you install and if I go to reinstall it shows me to uninstall it. But not shown in the examples Regards Gianluigi [System] Gambas=3.6.90 OperatingSystem=Linux Kernel=3.13.0-45-generic Architecture=x86 Distribution=Ubuntu 14.04.2 LTS Desktop=GNOME Theme=QGtk Language=it_IT.UTF-8 Memo

Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Gian
Il 11/02/2015 13:43, Yahoo ha scritto: > Hello all, > > Thanks you for all your ideas and answers. > > As soon I will test that and see if I'm able to solve this need. > > > > Olivier > >> Le 11 févr. 2015 à 07:36, Gian a écrit : >> >> Il 1

Re: [Gambas-user] Watermark on text box

2015-02-11 Thread Gian
Il 11/02/2015 13:09, Julio Sanchez ha scritto: > Tobias: > > Guay:) > > 2015-02-10 22:56 GMT+01:00 Jorge Carrión: Yes, :OK and I say it in Italian :))) Wunderbar! -- Dive into the World of Parallel Programming. The G

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 22:27, Lewis Balentine ha scritto: > Hi Tobi > > Without entering into the fray regarding the 'watermark': > You example code provides a nice sample of creating a new control class > for those of us that find the process somewhat mystical. Thank you.:-) > > Lewis > > > --

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 16:37, Rolf-Werner Eilert ha scritto: > Or even simpler: set Background and Foreground colors appropriately and > give the help text as default text for the Textbox. Then wait for the > first letter to be typed or a mouse click into the textbox, delete the > default text, set Backgrou

Re: [Gambas-user] Problems on mail list

2015-02-10 Thread Gian
I do not see my answers sent by "Watermark on the text box" I started to pray ... Gianluigi -- View this message in context: http://gambas.8142.n7.nabble.com/Problems-on-mail-list-tp49881p50607.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Watermark on text box

2015-02-10 Thread Gian
Il 10/02/2015 16:37, Rolf-Werner Eilert ha scritto: > Or even simpler: set Background and Foreground colors appropriately and > give the help text as default text for the Textbox. Then wait for the > first letter to be typed or a mouse click into the textbox, delete the > default text, set Backgrou

Re: [Gambas-user] Problem with OPTIONAL method declaration

2015-02-04 Thread Gian
Ciao Gianluigi -- View this message in context: http://gambas.8142.n7.nabble.com/Problem-with-OPTIONAL-method-declaration-tp50515p50522.html Sent from the gambas-user mailing list archive at Nabble.com. ---

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 02/02/2015 14:35, Gian ha scritto: > ... > Hi, > I realize only now that on Trunk with GTK3, tabulating SwichButton takes > focus and works with key arrow. > Regards > Gianluigi > > -- > Dive

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 02/02/2015 14:11, Gian ha scritto: > Il 02/02/2015 14:09, Gian ha scritto: >> Il 01/02/2015 18:39, Gian ha scritto: >>> Il 01/02/2015 17:21, Benoît Minisini ha scritto: >>>> Le 01/02/2015 17:14, Benoît Minisini a écrit : >>>>> Le 30/01/2015 22:31, G

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 02/02/2015 14:09, Gian ha scritto: Il 01/02/2015 18:39, Gian ha scritto: Il 01/02/2015 17:21, Benoît Minisini ha scritto: Le 01/02/2015 17:14, Benoît Minisini a écrit : Le 30/01/2015 22:31, Gian a écrit : Hi all, In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus does

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 01/02/2015 18:39, Gian ha scritto: > Il 01/02/2015 17:21, Benoît Minisini ha scritto: >> Le 01/02/2015 17:14, Benoît Minisini a écrit : >>> Le 30/01/2015 22:31, Gian a écrit : >>>> Hi all, >>>> In Ubuntu 14.04 with Gambas3 3.6.2 with the componen

Re: [Gambas-user] Widget focus

2015-02-01 Thread Gian
Il 01/02/2015 17:21, Benoît Minisini ha scritto: > Le 01/02/2015 17:14, Benoît Minisini a écrit : >> Le 30/01/2015 22:31, Gian a écrit : >>> Hi all, >>> In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus >>> does not work on the followi

Re: [Gambas-user] Widget focus

2015-02-01 Thread Gian
Il 30/01/2015 22:31, Gian ha scritto: Hi all, In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus does not work on the following widgets: Button, ToggleButton, MenuButton, SwitchButton. Instead ToolButton is OK. It is the same with the forms nested (eg. hFin1 = New Form1 (FMain

[Gambas-user] Widget focus

2015-01-30 Thread Gian
Hi all, In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus does not work on the following widgets: Button, ToggleButton, MenuButton, SwitchButton. Instead ToolButton is OK. It is the same with the forms nested (eg. hFin1 = New Form1 (FMain)) Instead with GTK nested forms focus do

Re: [Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
Il 28/01/2015 20:16, Lewis Balentine ha scritto: > For a real challenge try 5 bit Baudot :-) > > > -- > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership

Re: [Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
gt; > Word = "perché" > Print Word, UCase(Word), String.UCase(Word) > Word = UCase(Word) > Print Word > '--- > perchéPERCHéPERCHÉ > PERCHé > > > > On 01/28/2015 12:25 PM, Gian wrote: >> Hello all, >> I notice

Re: [Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
Il 28/01/2015 19:32, Jussi Lahtinen ha scritto: > You mean String.Ucase() ? > The other function is for unicode and the other is only for ascii. > > > Jussi > > On Wed, Jan 28, 2015 at 8:25 PM, Gian wrote: > >> Hello all, >> I noticed one thing, if I write UCa

Re: [Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
Il 28/01/2015 19:25, Gian ha scritto: > Hello all, > I noticed one thing, if I write UCase $ ("perché") I get PERCHé > If I write Print.Ucase ("perché") I get PERCHÉ > It is correct? > ("perché" is "why"

[Gambas-user] Problem with UCase$ ?

2015-01-28 Thread Gian
Hello all, I noticed one thing, if I write UCase $ ("perché") I get PERCHé If I write Print.Ucase ("perché") I get PERCHÉ It is correct? ("perché" is "why" or "because" in italian language) Regards Gianluigi -- Dive into t

Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-26 Thread Gian
Il 26/01/2015 20:27, Gian ha scritto: > Il 26/01/2015 19:47, Gian ha scritto: >> Il 25/01/2015 23:57, Benoît Minisini ha scritto: >>> ... > >>... >>> What's the "dash"? > >>... > >>... > >>... > > Hello, >

Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-26 Thread Gian
Il 26/01/2015 19:47, Gian ha scritto: Il 25/01/2015 23:57, Benoît Minisini ha scritto: ... >>... What's the "dash"? >>... >>... >>... Hello, I forgot to specify that the e-mail address of the maintainer is fantasy (at least I hope). I attach

Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-25 Thread Gian
Il 24/01/2015 21:34, Gian ha scritto: > Hello everyone, > I did various tests of packaging with some simple little programs that > work well in Gambas3 3.6.2 IDE with QT or GTK. > I have installed on VirtualBox with Ubuntu 14.04 clean and updated, > proceeding in this manner:

[Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-24 Thread Gian
Hello everyone, I did various tests of packaging with some simple little programs that work well in Gambas3 3.6.2 IDE with QT or GTK. I have installed on VirtualBox with Ubuntu 14.04 clean and updated, proceeding in this manner: In a terminal: ~$ sudo add-apt-repository ppa:gambas-team/gambas3 ~$

Re: [Gambas-user] Fit Form to PictureBox

2014-12-31 Thread Gian
Il 31/12/2014 15:30, Tobias Boege ha scritto: > On Wed, 31 Dec 2014, Gian wrote: >> Il 31/12/2014 01:25, Tobias Boege ha scritto: >>> Hi, >>> >>> I'm trying to have FMain automatically adjust its size according to its sole >>> (for demonstration)

Re: [Gambas-user] Fit Form to PictureBox

2014-12-31 Thread Gian
Il 31/12/2014 01:25, Tobias Boege ha scritto: > Hi, > > I'm trying to have FMain automatically adjust its size according to its sole > (for demonstration) child control PictureBox1. The PictureBox1 itself is > AutoResize = True and gets a big Picture. (Attached is a little project.) > > What happen

Re: [Gambas-user] Language

2014-12-29 Thread Gian
Il 29/12/2014 19:57, Benoît Minisini ha scritto: > Le 29/12/2014 19:48, martin p cristia a écrit : >> I have a similar problem with the language. The program has been done >> in spanish, and so far its been translated to en_US. How can a german >> user run it in english if he dont have it installed

Re: [Gambas-user] Problems on mail list

2014-12-29 Thread Gian
Il 29/12/2014 15:03, Benoît Minisini ha scritto: > Le 28/12/2014 07:04, B Bruen a écrit : >> >> Hail Mary full of grace, >> Deliver us from this terrible place, >> There is no mail, there is no news >> And no-one solves my Gambas blues. >> >> We keep the faith, we hold the light, >> Please get us o

  1   2   >