Hi with this script the AI spun up:
#!/usr/bin/env wish
# Create a top-level window
toplevel .top
wm title .top "Minimal Example"
# Create and pack a button
button .top.btn -text "Click Me" -command {puts "Button Clicked"}
pack .top.btn
# Run the Tk event loop
vwait forever
i chmod +x foo.tcl
i put export DISPLAY=localhost:0.0
I open port 6000
I no longer know what to do ? Can you peak at screen shot of blank wish....
Any ideas are greatly appreciated. I have the coolest scripts from AI for
docker that are tcl tk but I cant get wish fired up.
Be back in an hour or so. Have to run to doctors.
thanks,
jim
Sent with Proton Mail secure email.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation: https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple