robotgo icon indicating copy to clipboard operation
robotgo copied to clipboard

ShowAlert last args useless

Open yale8848 opened this issue 6 years ago • 2 comments

  • Robotgo version (or commit ref): v0.0.0-20190312143323-fb86491ad97a
  • Go version: 1.12
  • Gcc version: gcc version 4.8.2 (x86_64-posix-seh, Built by MinGW-W64 project)
  • Operating system and bit: windows 64
  • Provide example code:

func main() {

	ch := make(chan bool)

	go func() {
		robotgo.ShowAlert("hint", "content",
			"stop program", "cancel")
	}()
	<-ch
}


  • Log gist:

Description

defaultButton,cancelButton text do not change.

image

yale8848 avatar Mar 26 '19 06:03 yale8848

Not supported, will add this feature.

vcaesar avatar Mar 26 '19 18:03 vcaesar

Get it , waiting for next milestone. 👍

yale8848 avatar Mar 27 '19 01:03 yale8848