473,394 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

porting curses driven to gui application

Hi,

I'm quite sure if this newsgroup is suitable for my question but I'll
give it a try.

I'd like to port an application of mine which is currently just curses
driven to a guish one. For now, all users ssh(normal login and password)
to a linux server and start the app by typing its name on the prompt. So
they are all starting the same executable on the server. So I don't have
to bother with any remote database connections.

If I'm gonna change to a gui app now (e.g. qt), I'm not sure how to
handle database requests. For security reasons I shouldn't open the
database (Informix Online) to listen on any network interfaces (except
lo). Do I really have to write a sophisticated client-server application
then? Are there any other solutions? Maybe anyone here on this ng has
done such porting yet?

Thanks in advance,
Theo
Nov 14 '05 #1
2 1177
Theo Harlauch <t.********@freenet.de> scribbled the following:
Hi, I'm quite sure if this newsgroup is suitable for my question but I'll
give it a try.
Isn't there a "not" missing there somewhere?
I'd like to port an application of mine which is currently just curses
driven to a guish one. For now, all users ssh(normal login and password)
to a linux server and start the app by typing its name on the prompt. So
they are all starting the same executable on the server. So I don't have
to bother with any remote database connections. If I'm gonna change to a gui app now (e.g. qt), I'm not sure how to
handle database requests. For security reasons I shouldn't open the
database (Informix Online) to listen on any network interfaces (except
lo). Do I really have to write a sophisticated client-server application
then? Are there any other solutions? Maybe anyone here on this ng has
done such porting yet?


Your question depends on non-standard extension libraries and is thus
off-topic on comp.lang.c. You'll have better luck asking over at
comp.unix.programmer or a Linux-specific newsgroup.

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"You could take his life and..."
- Mirja Tolsa
Nov 14 '05 #2
Joona I Palaste wrote:
I'm quite sure if this newsgroup is suitable for my question but I'll
give it a try.


Isn't there a "not" missing there somewhere?


Yup, sorry for that typo.
[My Question]


Your question depends on non-standard extension libraries and is thus
off-topic on comp.lang.c. You'll have better luck asking over at
comp.unix.programmer or a Linux-specific newsgroup.


Thanks for the hint, I'll head over to comp.unix.programmer.
Nov 14 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Brian | last post by:
Hello; I'm writing a program with curses in python and having a bit of trouble understanding how to use unittest. So far, I have used testing successfully -- as long as the report goes to stdout...
0
by: Matt Garman | last post by:
I'd like to write a class or module in python that allows me to do on-the-fly color changing in the curses module. I'm thinking about something along the lines of this: addstr(y, x, 'hello',...
1
by: Matt Garman | last post by:
I've been working on a curses-based application in Python. My application effectively has a series of screens (or windows). When one screen closes, the previous screen should be exactly redrawin...
3
by: harold fellermann | last post by:
Hi all, I want to use curses in a server application that provides a GUI for telnet clients. Therefore, I need the functionality to open and handle several screens. Concerning...
4
by: schwerdy | last post by:
Hi together, can someone provide an example of a curses application that works in a xterm that can be resized? I could not find any working example yet... Thanks in advance, Sebastian...
30
by: Ian Ward | last post by:
When I run the following code in a terminal with the encoding set to UTF-8 I get garbage on the first line, but the correct output on the second. import curses s = curses.initscr()...
2
by: magnate | last post by:
Hi All, Just learning Python - my first new language for about 18 years (I'm not a programmer ...). I'm writing a small utility to manipulate some text files (for the game VGA Planets, if you're...
1
by: Nick ! | last post by:
Chris Share <usenet at caesium.me.ukwrote: http://web.cs.mun.ca/~rod/ncurses/ncurses.html#xterm says "The ncurses library does not catch signal, because it cannot in general know how you want...
2
by: Joe Keen | last post by:
I'm working on a small curses application that opens an external editor occasionally; in the current case I'm testing its running vi. Once I exit vi and return to the curses application I lose the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.