winc
winc copied to clipboard
gui not responding for long time job
Hi 3 questions,in case others meet the same question,open an issue
- for a long time job,such as network diagnose,gui will be not responding,I know there must exist a method to resolve it,maybe another thread or gorourine
- I wanna something like static text to display output from some job,maybe a Rect or Canvas?
- I wanna fix the window size,it cannot be scaled or maximum
i have the same problem: for a long job gui not responding
Run long running tasks in separate goroutines.
Run long running tasks in separate goroutines.
thanks!
Hi Everybody, I created RadioButtons group 1 with: rb11, rb12, rb13 RadioButtons; and group 2 with rb21, rb22, rb23 RadioButtons. How to make these two independent groups? I mean that when I click the radio button from group 1, it's not unchecked a radio button from group 2. Thank you.