Motif General Discussion

Syndicate content

Insider Tips on Motif Webcast

Are you new to Motif or do you need a refresher?  Check out the Insider Tips on Motif Webcast at the ICSNetwork.

Important Information About Registering

In order to post on the MotifZone forums, you need to be a registered user. We've changed the registration process slightly. To register, go to http://www.motifzone.net/forum/ and click the "Register" button. An administrator will need to verify your account. If you do not receive an email saying that your account has been activated within 48 hours, please send an email to webmaster (@) motifzone (dot) net.

Important Information About Registering

In order to post on the MotifZone forums, you need to be a registered user. We've changed the registration process slightly. To register, go to http://www.motifzone.net/forum/ and click the "Register" button. An administrator will need to verify your account. If you do not receive an email saying that your account has been activated within 48 hours, please send an email to webmaster (@) motifzone (dot) net.

Important Information About Registering

In order to post on the MotifZone forums, you need to be a registered user. We've changed the registration process slightly. To register, go to http://www.motifzone.net/forum/ and click the "Register" button. An administrator will need to verify your account. If you do not receive an email saying that your account has been activated within 48 hours, please send an email to webmaster (@) motifzone (dot) net.

Must Be a Registered User to Post

Hello! We've been getting a lot of spam in the forums. In order to try to counteract this problem, only registered users can now post. Sorry for any inconvenience this causes.

-Megan

Must Be a Registered User to Post

Hello! We've been getting a lot of spam in the forums. In order to try to counteract this problem, only registered users can now post. Sorry for any inconvenience this causes.

-Megan

Must Be a Registered User to Post

Hello! We've been getting a lot of spam in the forums. In order to try to counteract this problem, only registered users can now post. Sorry for any inconvenience this causes.

-Megan

How to change window background color, font size, menubar style etc on all Motif apps without CDE?

These screenshots show different Motif/OpenMotif windows with and without CDE. The font size, window background colour, button color, menubar bevel edges etc. look different:

http://www.cs.trinity.edu/~knickels/howto/solaris_linux_oct04/cde_termin...
http://mobile.osnews.com/img/18941/cde.gif
http://www.shakthimaan.com/installs/freerunner-debug-images/ddd-openocd-...

Compiling openmotif demos, xmkmf -a: missing separator

Hi all.
I'm trying to compile the OpenMotif samples in the "demos" directory.
I moved to openMotif-2.2.3/demos/programs/periodic and run:
% xmkmf
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/lib/X11/config

It created a Makefile. Running make...
% make
Makefile:1095: *** missing separator. Stop.

Can you help me?

EDIT: I already seen this http://www.motifzone.org/forum/developers/compiling-demos post. I installed openmotif by Ubuntu repository, and I have a bunch of .cf files in /usr/lib/X11/config

Thanks for any reply :)

IO Error Handling In Threads

Hi Everyone,

I noticed that an X lib IO error causes the process to exit. I believe the default X lib IO handler calls 'exit' where then the entire process goes down.

I realize it is possible to set your own handler to handle X lib IO errors with a call to XSetIOErrorHandler. However, still, after calling my own X lib IO error handler, the process still exits.

My issue is this:

What if I create a thread that makes a connection to a Remote X server where the cable to the X server is suddenly cut. I would get the following error: