Search found 310 matches

by vuott
Sun Mar 23, 2025 2:45 pm
Forum: General
Topic: Label Control to JPEG
Replies: 5
Views: 4352

Re: Label Control to JPEG

To BruceSteer's suggestion I would also add this:

https://www.gambas-it.org/wiki/index.ph ... ontenitore
by vuott
Sun Mar 23, 2025 12:59 pm
Forum: General
Topic: GridView Row Merge
Replies: 2
Views: 1765

Re: GridView Row Merge

by vuott
Fri Feb 14, 2025 6:52 pm
Forum: General
Topic: Slider issue
Replies: 3
Views: 14143

Re: Slider issue

Yes, I confirm.
by vuott
Wed Dec 11, 2024 1:06 pm
Forum: Beginners
Topic: write an array to file records / read file records into an array
Replies: 9
Views: 17537

Re: write an array to file records / read file records into an array

mandarin wrote: Wed Dec 11, 2024 8:55 am How can I write an array into a file ......
...and then read back the file records into that array?
Hello,
did you try ".Write()" and ".Read()" Methods of array ?

e.g.:
https://gambaswiki.org/wiki/comp/gb/byte[]/read
https://gambaswiki.org/wiki/comp/gb/byte[]/write
by vuott
Tue Nov 26, 2024 10:03 am
Forum: General
Topic: How to stop multiple instances
Replies: 5
Views: 8232

Re: How to stop multiple instances

I don't know if :? this page can help you:
https://www.gambas-it.org/wiki/index.ph ... A0_avviato
by vuott
Sun Nov 03, 2024 11:17 pm
Forum: General
Topic: Mouseover Event ?
Replies: 2
Views: 3181

Re: Mouseover Event ?

by vuott
Sat Nov 02, 2024 12:55 am
Forum: Beginners
Topic: Variable scope
Replies: 2
Views: 8877

Re: Variable scope

It is always a good rule to show the part of code that produces the error. ...when I try to run it I keep getting the error "Unknown identifier: hButton2 (FMain.class:34) within the event handler. I assume this means that hButton2 is out of scope within sub hButton1_Click... Uhmmm... did you fo...
by vuott
Fri Nov 01, 2024 8:01 pm
Forum: Beginners
Topic: IDE Menu bar
Replies: 1
Views: 6503

Re: IDE Menu bar

Ctrl+Alt+M
by vuott
Fri Oct 18, 2024 6:28 pm
Forum: General
Topic: Gambas request password before running command
Replies: 17
Views: 19087

Re: Gambas request password before running command

:? I understood that theyikes did not want to use “sudo”:
theyikes wrote: Wed Oct 16, 2024 5:35 pm Ok i know i can circumvent the issue by using sudo -E filename.gambas. but I'd love to know if it's possible to do it where it prompts me for a password....... if that makes sense.
by vuott
Thu Oct 17, 2024 9:34 pm
Forum: General
Topic: Gambas request password before running command
Replies: 17
Views: 19087

Re: Gambas request password before running command

Sadly it doesn't work like that. they would again be 2 separate processes, the second not being authorized. Certainly, but it also depends on what is to be done. For example, if I need to change the permissions of a file-device, my solution is effective. Public Sub Button1_Click() Desktop.RunAsRoot...