Error completely bombs out of Gambas

Post

Posted
Rating:
#1 (In Topic #486)
SPC
Trainee
 VB6 fugitive experimenting with Gambas.

I was disappointed to experience an opaque error message when playing with the GUI this morning. Something to the effect that I had text error 671 (I'll record the exact message next time!). After the error message there was no opportunity to recover. The whole Gambas program simple terminated.

Also, some specific questions: Is is possible to colour individual buttons, text boxes and so on? I can colour the form (background). Also, how can I permanently show the toolbox (ie properties) in the IDE?

BTW, I am using Raspberry Pi

Vb6 Coder hoping to escape from Windows!
Online now: No Back to the top

Post

Posted
Rating:
#2
Avatar
Enthusiast
GrayGhost is in the usergroup ‘Enthusiast’
The back ground and foreground colors can be selected for buttons.

https://imgur.com/a/0eu6Dau

They can also be set and changed in you code.

 Label4.Foreground = Color.Red       '   will set the text color
Online now: No Back to the top
1 guest and 0 members have just viewed this.