andlabs / wakeup

Simple alarm clock program; also a demonstration of andlabs/ui.
Other
54 stars 6 forks source link

undefined: ui.LineEdit #7

Open dylanleung opened 9 years ago

dylanleung commented 9 years ago

I use win7_x64 and install mingw and go 1.3.2 the hello example is ok. but this error: .\mygo.go:45: undefined: ui.LineEdit .\mygo.go:46: undefined: ui.LineEdit

andlabs commented 9 years ago

This code is still using the old API. I will need to get to updating it again sometime.

weberc2 commented 9 years ago

You should do it soon! I'm really interested in GUI app development, and I really want to kick the tires on ui without investing too much of my [very limited] hobby time in it.