Search found 1113 matches

by cogier
Tuesday 20th October 2020 3:08pm
Forum: Project showcase
Topic: Fractions Caculator
Replies: 18
Views: 19884

Re: Fractions Caculator

Hi cage,

Your program seems to work as expected now. I took the liberty of remaking the 'ConvChart' complete with a search.

Hope it is of use.
HandymanCalc-0.1.tar.gz
(17.65 KiB) Downloaded 348 times
by cogier
Sunday 18th October 2020 1:09pm
Forum: Project showcase
Topic: Fractions Caculator
Replies: 18
Views: 19884

Re: Fractions Caculator

I have tried the new version but have run into a some issues. 1/. The menu items don't work. The code should be as below: - Public Sub mnuFracCalc_Click() 'Load fractions calculator 'Workspace1.Add(FracCalc) Workspace1.ActiveWindow = FracCalc End 2/. I tried 1/2 divided by 9/32. The program failed a...
by cogier
Sunday 11th October 2020 11:44am
Forum: General
Topic: Can't run on Pi any longer
Replies: 25
Views: 17790

Re: Can't run on Pi any longer

Apparently you can run Fedora on the pi, have a look here.
by cogier
Friday 9th October 2020 1:20pm
Forum: General
Topic: Can't run on Pi any longer
Replies: 25
Views: 17790

Re: Can't run on Pi any longer

I installed Ubuntu Mate on a Pi 4 and was able to add the Gambas ppa and install Gambas 3.15.2.
by cogier
Monday 5th October 2020 3:14pm
Forum: Project showcase
Topic: Sudo up your app with the GRoot.class :)
Replies: 8
Views: 7195

Re: Sudo up your app with the GRoot.class :)

OK this version works. What use have you in mind for this?
by cogier
Sunday 4th October 2020 3:08pm
Forum: General
Topic: Problems Installing
Replies: 17
Views: 13332

Re: Problems Installing

You might like to know that I have just installed Ubuntu 20.10 beta and Gambas 3.15.2 installed correctly from the Ubuntu repository (ppa not used).
by cogier
Sunday 4th October 2020 2:01pm
Forum: Project showcase
Topic: Sudo up your app with the GRoot.class :)
Replies: 8
Views: 7195

Re: Sudo up your app with the GRoot.class :)

Hi Bruce, I can't get your program to work. I've added gb.form.terminal and copied the commented sub to the FMain , the program pops up the 'Enter password box' but I can't enter text or click on any of the buttons! What am I doing wrong? Have a look at my effort regarding 'sudo' here . It's not qui...
by cogier
Wednesday 30th September 2020 1:58pm
Forum: General
Topic: Terminal Windows in Main-Form
Replies: 4
Views: 3990

Re: Terminal Windows in Main-Form

Hi Gamba_Dance and welcome to the forum. BruceSteers is right in what he says but if you do need an example I wrote a program with a Terminal in 7 lines of code that is on the Gambas Farm or available here . There are other examples on the Farm as well. If you give us a bit more detail of what you a...
by cogier
Thursday 24th September 2020 3:19pm
Forum: General
Topic: unable to create working installation rpm
Replies: 4
Views: 4392

Re: unable to create working installation rpm

Just a thought, if you use dnf to install gambas3-gb-form, gambas3-gb-gtk, gambas3-gb-image & gambas3-gb-settings does that help?
by cogier
Wednesday 23rd September 2020 1:01pm
Forum: General
Topic: Compiling by hand
Replies: 3
Views: 3246

Re: Compiling by hand

I got this to work in the IDE so with a little work you should be able to get it to work on the Command Line. Dim sFileName As String = "TestApp.gambas" Dim sProgramFolder As String = User.Home &/ "Dropbox/gambas/000Incomplete/TestApp" Shell "gbc3 -a " & sProgra...