Tiny Core Base > TCB Tips & Tricks
Fun with TC POPUP gui
PDP-8:
I was reading bmarkus talking about popups from about 10 years ago ... and just now noticed how cool these lightweight notifications are!
The usual:
--- Code: ---popup Hello World!
--- End code ---
Hijinks:
--- Code: ---popup About To Erase Boot Drive Y/N ?
--- End code ---
with only the close button available.... :)
But I see it also works with backticks!
--- Code: ---popup You have `calc 2*5` minutes left!
popup I really like using TinyCore `version`
--- End code ---
Anyway, you get the drift. I can see using these with backgrounded scripts that merely need to notify me when say a compile is finished, or perhaps with cron jobs etc etc.
Looks like a neat alternative to always having another terminal open and glancing over at it all the time.
Shame on you veteran users and devs from keeping this totally cool secret from me! :)
Rich:
Hi PDP-8
--- Quote from: PDP-8 on August 07, 2019, 06:52:17 AM --- ... Shame on you veteran users and devs from keeping this totally cool secret from me! :)
--- End quote ---
You know she has a sister called popask, right?
NewUser:
Is popup usable to another TCL computer, like net send in the old Windows days?
curaga:
It is a local command, but you can use ssh (or remote X11).
PDP-8:
WOW! I dig it - maybe I'm easily amused, but I can put this to use.
However, I need to file a bug report. If you don't use the mouse to click, but instead use a tab / return key, it will send a different value if you hit the space key!
For now, stick to mouse clicks.
Navigation
[0] Message Index
[#] Next page
Go to full version