This sounds like a great applications for picogui :)

Since the theme handles the mapping between widgets and a visual representation, you 
should
be able to run your application in ncurses just by changing the video driver and theme.
You may also want to change your app's UI layout depending on whether you're in text or
graphicsl mode. You can do this by designing your app's UI with Widget Templates and 
changing
the WT file it loads. This should become even easier once WTs and themes are 
integrated, as
your app could just load its WTs from the current theme. As for user input, picogui 
has a
'hotspot' system that can be used for keyboard navigation in text mode.


On Tue, Jan 07, 2003 at 12:56:48PM -0500, Jeff Kowalczyk wrote:
> I want to write a small Python application to grab some user data from a serial 
>device at
> remote locations, add a few annotations, and ship it off to our internet server. The
> client computer would be a cheap linux box with components of my own choosing, and
> broadband or dial-up internet connections.
> 
> I think the photonic theme looks great http://picogui.org/sshotdetail.php?index=100, 
>and
> I'd like anyone sitting down at the local machine's console and monitor to see the 
>app in
> full GUI splendor.
> 
> I will also need to remotely access this application over an ssh session, often with
> something like SecureCRT under widows, or even a linux PDA. I'd like something that 
>looks
> as good as PyTone:
> http://www.luga.de/pytone/pytone.png
> 
> The remote access is mostly for testing, support and maintenance purposes, but it 
>does
> need to work remotely with full functionality, even if it doesn't look the same.
> 
> How is PicoGUI going to help with a dual-purpose display like this? Is it just a 
>matter of
> setting a theme preference on startup? Thanks.
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Pgui-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/pgui-devel

-- 
Only you can prevent creeping featurism!


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to