Search found 2 matches

by Vekuuu
Tue Apr 09, 2024 4:59 pm
Forum: Coding Questions
Topic: ImageGadget + SetGadgetState
Replies: 3
Views: 471

Re: ImageGadget + SetGadgetState

Works fine, thank you very much!
by Vekuuu
Sat Apr 06, 2024 10:24 am
Forum: Coding Questions
Topic: ImageGadget + SetGadgetState
Replies: 3
Views: 471

ImageGadget + SetGadgetState

Hi,
I'm new with PureBasic and I didn't figure out how to use SetImageState.

I want to update 2D draw, I can do it by launching ImageGadget again, but the screen will flicker. I read it is possible to use SetGadgetState to make it update, but I don't know hoe to do it.

It would be nice if some ...