sqweek / dialog

Simple cross-platform dialog API for go-lang
ISC License
493 stars 76 forks source link

Text Input Available? #72

Closed daryl-williams closed 1 year ago

daryl-williams commented 1 year ago

Hi I'm looking for a simple cross platform dialog widget to setup and application's preferences and this project looks very promising but I will need a text input control and I haven't found one yet. Is there a text input available with squeak? I realize this is a minimal project but was hoping for a text input widget.

Best Regards,

Daryl

ncruces commented 1 year ago

You might want to try the zenity.Entry dialog from github.com/ncruces/zenity.

daryl-williams commented 1 year ago

Ok, I am able to get there now, must have been the https I had originally. Strange though netstat only reported ipv6 entries:

$ sudo netstat -pant|grep 2901 tcp6 0 0 :::2901 :::* LISTEN 1181/apache2 tcp6 0 0 172.30.0.59:2901 24.23.50.226:65292 TIME_WAIT - tcp6 0 0 172.30.0.59:2901 24.23.50.226:65293 TIME_WAIT - tcp6 0 0 172.30.0.59:2901 24.23.50.226:65294 TIME_WAIT - tcp6 0 0 172.30.0.59:2901 24.23.50.226:61095 TIME_WAIT - tcp6 0 0 172.30.0.59:2901 24.23.50.226:65295 TIME_WAIT -

D

Daryl Williams @.***

On Jan 10, 2023, at 15:19, Nuno Cruces @.***> wrote:

You might want to try the zenity.Entry https://pkg.go.dev/github.com/ncruces/zenity#Entry from `github.com/ncruces/zenity https://github.com/ncruces/zenity.

— Reply to this email directly, view it on GitHub https://github.com/sqweek/dialog/issues/72#issuecomment-1378023303, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH7A5PVEVPQMZKRPDIN55DWRXVBXANCNFSM6AAAAAATUGUCXE. You are receiving this because you authored the thread.

sqweek commented 1 year ago

Duplicate of #27