X Windows Programming: Changing Displays


 
Thread Tools Search this Thread
Top Forums Programming X Windows Programming: Changing Displays
# 1  
Old 06-05-2007
X Windows Programming: Changing Displays

I currently have an application that requires the GUI to be drawn on 3 different machines. Only 1 machine is to be drawn at a time, but can be switched between them at any time. Is there an easy way to do this during runtime aside from creating 3 sets of widgets and updating them all.

I am running X11R6 and Motif 1.2
# 2  
Old 06-05-2007
That is actually the easiest way.

But put them in different processes so if one of the displays disappears it does not affect the others.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. IP Networking

Network programming on UNIX env on windows

Hi, I have to start doing network programming in C/Unix but I have windows installed. Could someone please guide me how to set up the environment best suited for the networking programming? Regards Vinayak (1 Reply)
Discussion started by: vinayakj20
1 Replies

2. Red Hat

Changing windows xp passwd doetn't change smbpasswd on server

Hi All we have small network which is in work group environment.We have one Samba server for sharing data on network.My Problem is when user change his/her password on windows machine i have to manually update his smb passwd on Samba server.I want password should change automatically on... (2 Replies)
Discussion started by: Vaibhav.T
2 Replies

3. UNIX for Dummies Questions & Answers

Changing windows server alias name on windows or unix?

My situation is that we have production unix scripts that ftp files over to a windows server. I'm not sure if its a 2000 or 2003 server as I dont work on server, more on the unix side. It turns out that they are changing servers on the network. So they are migrating our data over from say Server 1... (1 Reply)
Discussion started by: NycUnxer
1 Replies

4. Linux

changing windows ME to redhat....

I'm playing around with linux on a computer I had preinstalled on.... I like it enough that I want to change one of my current computers (Windows ME). Is it as easy as reformatting the hard drive and then just loading in the first of the RedHat installation CDs? If I decide to dual boot the... (1 Reply)
Discussion started by: trostycp
1 Replies

5. Shell Programming and Scripting

simulating a menu using shell programming like in windows.

Hi Friends, I would like to write a shell script in unix which displays a menu. The options in the menu needs to be chosen using the navigation keys(up arrow or down arrow). At present I am entering the menu option number for the option to be chosen. Can anybody give me an idea about how the... (1 Reply)
Discussion started by: malini
1 Replies
Login or Register to Ask a Question