Search found 141 matches

by gambafeliz
Wednesday 11th October 2023 7:21pm
Forum: Beginners
Topic: Run Debian graphing calculator from Gambas3
Replies: 5
Views: 3214

Run Debian graphing calculator from Gambas3

Hello everyone

I need to run the Debian (Gnome) graphing calculator from a command in Gambas3, how do I do it?

Note: in my terminal I put: gnome-calculator (and it launches it)
by gambafeliz
Saturday 3rd June 2023 5:43pm
Forum: Beginners
Topic: Rounding to two decimal places without Round
Replies: 14
Views: 3077

Re: Rounding to two decimal places without Round

BruceSteers

I was done the same, was used string functions. That's why you ask the question. :)

On the other hand, Cogier you have managed with your last reflection to make my neurons a mess. But what question are you asking?
by gambafeliz
Friday 2nd June 2023 2:53pm
Forum: Beginners
Topic: Rounding to two decimal places without Round
Replies: 14
Views: 3077

Re: Rounding to two decimal places without Round

This question is like Christmas. Full of forum stars :)

Now only BruceSteers is missing and this is Christmas in full.

Well thank you, gentlemen, I found it very interesting.
by gambafeliz
Thursday 1st June 2023 8:39pm
Forum: Beginners
Topic: Rounding to two decimal places without Round
Replies: 14
Views: 3077

Re: Rounding to two decimal places without Round

Thanks, vuott, I'm glad to greet you.

Your proposal seemed very interesting to me since I can even determine the number of decimal places.

But I was left with honey in my mouth when you said the CInt conversion function without seeing your intention in the explanation or a code to understand you.
by gambafeliz
Thursday 1st June 2023 10:10am
Forum: Beginners
Topic: Rounding to two decimal places without Round
Replies: 14
Views: 3077

Re: Rounding to two decimal places without Round

Very good, happy my eyes. "I hope it is well translated" :)

Thank you so much.

Greetings.
by gambafeliz
Thursday 1st June 2023 4:30am
Forum: Beginners
Topic: Rounding to two decimal places without Round
Replies: 14
Views: 3077

Rounding to two decimal places without Round

Hello I have a number that, after leaving it in two decimal places with Round, does it well, but I am interested in leaving it in two decimal places without rounding. Example: 2000.5354 (Round, -2) =2000.54 I want: 2000.5354 = 2000.53 Ask: Does Gambas have a way to do it, without doing: 2000 (Fixed)...
by gambafeliz
Monday 29th May 2023 7:44pm
Forum: Beginners
Topic: Is there an easy way to put my program in a dark theme?
Replies: 6
Views: 1223

Re: Is there an easy way to put my program in a dark theme?

This code works much better. There are little things but it takes less effort to correct my program.

As I always tell you and I will tell you today you have done a little more good than bad. And I hope you are rewarded. Thank you.
by gambafeliz
Monday 29th May 2023 6:23pm
Forum: Beginners
Topic: Is there an easy way to put my program in a dark theme?
Replies: 6
Views: 1223

Re: Is there an easy way to put my program in a dark theme?

I haven't tried it yet. I'll tell you, but it works or not. I'm honestly moved and I appreciate your effort. Thanks for your help.
by gambafeliz
Monday 29th May 2023 7:04am
Forum: Beginners
Topic: Is there an easy way to put my program in a dark theme?
Replies: 6
Views: 1223

Re: Is there an easy way to put my program in a dark theme?

I give up. The code works although in my case very partially. My problem is that I'm going to have to modify everything, everything, the code to resolve the issue to dark. Nobody's fault. Only me for not having foreseen this possibility. Note: It occurred to me now, to change the color in the .Form ...
by gambafeliz
Monday 29th May 2023 5:14am
Forum: Beginners
Topic: Is there an easy way to put my program in a dark theme?
Replies: 6
Views: 1223

Re: Is there an easy way to put my program in a dark theme?

It would be interesting. I try it and I'll tell you.
:shock: How it works is going to be amazing. :shock: