wish not rendering controls in xwindows
Jim McNamara
jmcnamara10001@proton.me
Fri Aug 30 17:45:06 GMT 2024
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot 2024-08-30 134324.png
Type: image/png
Size: 3423 bytes
Desc: not available
URL: <https://cygwin.com/pipermail/cygwin/attachments/20240830/e297f44d/attachment.png>
More information about the Cygwin
mailing list