winc icon indicating copy to clipboard operation
winc copied to clipboard

gui not responding for long time job

Open Zachary-Zhao opened this issue 4 years ago • 4 comments

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

Zachary-Zhao avatar Jul 09 '20 03:07 Zachary-Zhao

i have the same problem: for a long job gui not responding

scialo avatar Aug 12 '20 13:08 scialo

Run long running tasks in separate goroutines.

tadvi avatar Aug 12 '20 16:08 tadvi

Run long running tasks in separate goroutines.

thanks!

scialo avatar Nov 12 '20 15:11 scialo

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.

cvq avatar Jan 17 '21 07:01 cvq