FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
62 stars 15 forks source link

Request: Control bindings #55

Closed FellippeHeitor closed 6 years ago

FellippeHeitor commented 6 years ago

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

FellippeHeitor commented 6 years ago

Maybe in another programming language.

callowaysutton commented 6 years ago

Wait what do you mean maybe in another programming language?

FellippeHeitor commented 6 years ago

It won't be possible to implement the idea in QB64, that's what I meant, unfortunately.

callowaysutton commented 6 years ago

Are you thinking of using a C library?

FellippeHeitor commented 6 years ago

Not for now.