tkbash icon indicating copy to clipboard operation
tkbash copied to clipboard

Build fancy GUIs via command line

Results 6 tkbash issues
Sort by recently updated
recently updated
newest added

hi , when you have multiple users connected on the same server, you have to change the value of TMP variable to TMP="/tmp/_${USER}_tkbash1.0_" to avoid issue.

Reason: The /tmp folder still lives, but the window is gone. The program does not expect this to happen. Workaround: `rm -rf /tmp/__tkbash1.0_/` Solution: Either don't use `/tmp` or fix...

https://github.com/phil294/tkbash/blob/1172b8394f9f4dabd261ad65db9e5addf69ddc25/tkbash#L320 --- Besides, maybe the --command files could be put into memory instead of files at /tmp/__tkbash as it is right now. Then we could get rid of the folder...

So that multiple statements can be issued and parsed and executed at once. Doing this could improve the performance of tkbash many times over. This could be done with a...

``` $ tkbash 1 window --resizable 1 $ tkbash 1 window --resizable 0 ``` for some reason, window is not resizable afterwards

Entry, listbox, scrollbar (difficult placing), progress bar, scale, spin box [and more](https://www.tcl.tk/man/tcl8.4/TkCmd/contents.htm).