Closed FellippeHeitor closed 6 years ago
Maybe in another programming language.
Wait what do you mean maybe in another programming language?
It won't be possible to implement the idea in QB64, that's what I meant, unfortunately.
Are you thinking of using a C library?
Not for now.
Control properties could be assigned to another control's properties so that, for example, clicking a toggle control would change another control's .Disabled property. Something like:
Bind Control(Toggle1).Value, Control(List1).Disabled