To BruceSteer's suggestion I would also add this:
https://www.gambas-it.org/wiki/index.ph ... ontenitore
Search found 310 matches
- Sun Mar 23, 2025 2:45 pm
- Forum: General
- Topic: Label Control to JPEG
- Replies: 5
- Views: 4352
- Sun Mar 23, 2025 12:59 pm
- Forum: General
- Topic: GridView Row Merge
- Replies: 2
- Views: 1765
- Fri Feb 14, 2025 6:52 pm
- Forum: General
- Topic: Slider issue
- Replies: 3
- Views: 14143
Re: Slider issue
Yes, I confirm.
- 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
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
- Tue Nov 26, 2024 10:03 am
- Forum: General
- Topic: How to stop multiple instances
- Replies: 5
- Views: 8232
- Sun Nov 03, 2024 11:17 pm
- Forum: General
- Topic: Mouseover Event ?
- Replies: 2
- Views: 3181
- 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...
- Fri Nov 01, 2024 8:01 pm
- Forum: Beginners
- Topic: IDE Menu bar
- Replies: 1
- Views: 6503
Re: IDE Menu bar
Ctrl+Alt+M
- Fri Oct 18, 2024 6:28 pm
- Forum: General
- Topic: Gambas request password before running command
- Replies: 17
- Views: 19087
- 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...