Search found 518 matches

by stevedee
Thursday 23rd August 2018 5:43pm
Forum: Lounge
Topic: Gambas 3.11 is out
Replies: 13
Views: 18646

Re: Gambas 3.11 is out

jornmo wrote: Thursday 23rd August 2018 3:31pm You format your drive and install Arch...
:lol: Sounds like really good advice!

However, is there a ppa or something that I can use for 18.04?
by stevedee
Tuesday 21st August 2018 6:36pm
Forum: Lounge
Topic: Gambas 3.11 is out
Replies: 13
Views: 18646

Re: Gambas 3.11 is out

What is the best/easiest way to install Gambas on 'buntu 18.04?
by stevedee
Thursday 9th August 2018 5:19pm
Forum: General
Topic: A question about libraries
Replies: 9
Views: 10910

Re: A question about libraries

I think I know the problem that you describe. I have never been able to specify 2 dependent libraries. I can only offer you a work-around, which is to include the functions from the second library into the first, and then recompile this 'super' library. As an example, see my post: https://captainbod...
by stevedee
Friday 22nd June 2018 1:44pm
Forum: General
Topic: Graph details
Replies: 9
Views: 13124

Re: Graph details

westconn wrote: Friday 22nd June 2018 11:48am
...on another note, what is maximum delay for timer?
Timer Delay is an Integer, so max value is 2147483647ms
by stevedee
Wednesday 30th May 2018 6:07pm
Forum: General
Topic: Editor issues with 3.11.2
Replies: 3
Views: 5149

Re: Editor issues with 3.11.2

...I have had to turn off the auto "[{( feature that closes the brackets etc automatically... That's funny, I had to do that as well. In my case its because I spend so much time editing out errors that it was just annoying. Its probably a good feature when you are just typing code straight int...
by stevedee
Tuesday 29th May 2018 7:11pm
Forum: General
Topic: Editor issues with 3.11.2
Replies: 3
Views: 5149

Editor issues with 3.11.2

Has anyone noticed any "editor" problems when using the latest Gambas 3.11.2 as compared to earlier versions? 1) I tend to use the shortcut <shift><ins> to paste text previously copied on the clip-board. This no longer works. It just changes the Insert mode. 2) when I declare a new variabl...
by stevedee
Thursday 24th May 2018 10:19am
Forum: General
Topic: download data from internet
Replies: 11
Views: 15553

Re: download data from internet

... still requires to login first ...i have successfully returned and parsed the data using vb, but now am trying to get the same working for linux... I think you are saying that you cannot provide the login details via Gambas. If so, can you post that part of your VB code that allows you to log-in...
by stevedee
Saturday 19th May 2018 7:19am
Forum: General
Topic: Portable Gambas Application (on USB)
Replies: 8
Views: 11473

Re: Portable Gambas Application (on USB)

Don't give up hope! It should be possible to build most programs to run from a memory stick on Linux, just as its possible on Windows with the excellent "PortableApps.com" In fact I think that some of the apps I'm using on Lubuntu are running OK but not integrated into the system (e.g. Sho...
by stevedee
Wednesday 16th May 2018 1:46pm
Forum: General
Topic: Did you know?
Replies: 91
Views: 408450

Re: Did you know?

Something I don't do very often is set the "tab" order for controls on a Gambas form. Consequently I struggle to remember how its done. In Visual Basic it was straightforward, you just gave the "TabIndex" property a suitable integer value. If "TabStop" for a control was...
by stevedee
Saturday 12th May 2018 7:12am
Forum: Lounge
Topic: Gambas 3.11 is out
Replies: 13
Views: 18646

Re: Gambas 3.11 is out

My Lubuntu 17.10 must have updated itself recently to Gambas 3.11.1 ...I hadn't even noticed!