Search found 141 matches

by gambafeliz
Monday 6th November 2023 7:26pm
Forum: Beginners
Topic: How do I cycle through the items in a ListView1?
Replies: 1
Views: 2545

How do I cycle through the items in a ListView1?

Hi

How do I cycle through the items in a ListView1?

I load them with key and value with ADD. And what I want to do is loop through the values of all the rows to change the color as the user types text that is equal to the value.
by gambafeliz
Thursday 2nd November 2023 7:34am
Forum: Beginners
Topic: Use the "ESC" key
Replies: 11
Views: 6682

Re: Use the "ESC" key

I absolutely agree, excellent recommendation. Now my program will be much more intuitive in using the keyboard. Thank you.
by gambafeliz
Wednesday 1st November 2023 7:06pm
Forum: Beginners
Topic: Use the "ESC" key
Replies: 11
Views: 6682

Re: Use the "ESC" key

Ok

Property:
.Cancel = True (ESC)

Thank you
by gambafeliz
Wednesday 1st November 2023 6:54pm
Forum: Beginners
Topic: Use the "ESC" key
Replies: 11
Views: 6682

Re: Use the "ESC" key

You have left me impressed. Yes, that's what I'm looking for. Thank you. But I promise you that I don't understand the mechanism to get a button to be pressed with "ESC" from the keyboard, even by reading your code. I'm even like the Indians in the tribes, when they say it's magic and I go...
by gambafeliz
Wednesday 1st November 2023 1:09pm
Forum: Beginners
Topic: Use the "ESC" key
Replies: 11
Views: 6682

Re: Use the "ESC" key

Okay, sorry, I thought it was about something else.

Thanks for everything.
by gambafeliz
Wednesday 1st November 2023 8:28am
Forum: Beginners
Topic: Use the "ESC" key
Replies: 11
Views: 6682

Re: Use the "ESC" key

Thank you
How do I do it? Would you be so kind as to give me an example?
by gambafeliz
Tuesday 31st October 2023 6:09pm
Forum: Beginners
Topic: Use the "ESC" key
Replies: 11
Views: 6682

Re: Use the "ESC" key

I knew about this option but it is not good to use it. I need to associate it with a button. maybe it's not possible?

thank you
by gambafeliz
Tuesday 31st October 2023 3:05pm
Forum: Beginners
Topic: Use the "ESC" key
Replies: 11
Views: 6682

Use the "ESC" key

Hi, everyone. I have the following problem: I created a "Back" button and use Alt+V to make it work with the keyboard. My ideal would be "Back" or "Go Back" or "Abort" with the "ESC" key but I don't know how to do it directly for the same button. Wha...
by gambafeliz
Thursday 12th October 2023 8:08am
Forum: Beginners
Topic: Run Debian graphing calculator from Gambas3
Replies: 5
Views: 3237

Re: Run Debian graphing calculator from Gambas3

I am sincerely happy to greet you. I hope they are well. Bruce Steers: I appreciate your code and help but it doesn't work. I think "Application" is for local code or to manage Gambas3 windows and not external ones. But what do I know, you are a God of Olympus. :) vuott: Your code seemed m...
by gambafeliz
Wednesday 11th October 2023 7:52pm
Forum: Beginners
Topic: Run Debian graphing calculator from Gambas3
Replies: 5
Views: 3237

Re: Run Debian graphing calculator from Gambas3

Thank you all anyway. The solution is: Shell "gnome-calculator"

Now I don't know if it is possible to present the calculator in the center of the screen