Asked and answered years ago, but one more time: any way to run tcl/tk
on an iPhone? My toy program turns out to be somewhat useful and
family members would like it on their phones. Android, Windows,
Linux, ... but no iPhones :(
https://www.beezmo.com/geezblog/?p=1842
Hey all,
Asked and answered years ago, but one more time: any way to run tcl/tk
on an iPhone? My toy program turns out to be somewhat useful and
family members would like it on their phones. Android, Windows,
Linux, ... but no iPhones :(
Am 24.04.22 um 18:02 schrieb Bill Waddington:
Hey all,
Asked and answered years ago, but one more time: any way to run tcl/tk
on an iPhone? My toy program turns out to be somewhat useful and
family members would like it on their phones. Android, Windows,
Linux, ... but no iPhones :(
iOS is a pretty closed system. Even if you were to write a proper iOS
app, you would at least a Mcbook with XCode and a developer account from Apple which costs $99 per year.
Another alternative is to run your app on a server let users connect to
it via the web; CLoudTk can do this for you: http://cloudtk.tcl-lang.org/
The example on the wiki work like this, all you need for access is a web browser, but for providing this service you need a Linux server.
Checkout e.g. to see if this works on the iPhone: https://wiki.tcl-lang.org/page/tkEngine
Best regards,
Christian
Another alternative is to run your app on a server let users connect to
it via the web; CLoudTk can do this for you: http://cloudtk.tcl-lang.org/
The example on the wiki work like this, all you need for access is a web browser, but for providing this service you need a Linux server.
On 4/25/22 2:20 AM, Christian Gollwitzer wrote:
Another alternative is to run your app on a server let users connect to
it via the web; CLoudTk can do this for you: http://cloudtk.tcl-lang.org/
The example on the wiki work like this, all you need for access is a web
browser, but for providing this service you need a Linux server.
Hello,
This looks promising but I believe it supports single window
applications only. I do wonder if this limitation could be avoided by
doing some window management behind the scenes. What I am thinking is,
when a new toplevel is requested, minimize (or unmap) the current one
and push its name onto a stack, and when a window is closed, display (or
map) the last one from the stack. That would make it quite powerful.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 485 |
Nodes: | 16 (2 / 14) |
Uptime: | 131:22:19 |
Calls: | 9,655 |
Calls today: | 3 |
Files: | 13,707 |
Messages: | 6,166,553 |