I'll be a professional MOTIF GUI programmer.


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers I'll be a professional MOTIF GUI programmer.
# 1  
Old 10-29-2019
I'll be a professional MOTIF GUI programmer.

I'll be a professional MOTIF GUI programmer.
And nothing will stop me. Nothing.

Smilie
# 2  
Old 10-29-2019
Well good luck my friend...
I said the almost the same back nearly 30 years ago:" Don't want to work on mainframes anymore, I want to work on UNIX"
and my dream come true...
# 3  
Old 10-29-2019
Quote:
Originally Posted by Sennenmut
I'll be a professional MOTIF GUI programmer.
And nothing will stop me. Nothing.

Smilie
Have you done any research on the MOTIF GUI programming job market?

It's always best to pick a professional career with a high demand and low supply of the necessary skills.

Is there a high demand for MOTIF GUI programmers?

If so, can you please provide us a summary of your research into the supply and demand for this professional skill?


Thanks.
This User Gave Thanks to Neo For This Post:
# 4  
Old 10-30-2019
Hi all ,
it is only one thing.
I like Motif Gui Library and i like X Window.
I like the structure and the code.
So i will do it.

Strength through joy is the term
# 5  
Old 10-31-2019
............................
# 6  
Old 11-02-2019
simple set motif ressources for 1 application !

Hi all , hi dodona,
you can start the motif texteditor i have posted here in another posting , in the following manner from command line :

Code:
 ./texteditor -xrm "*fontList: variable"

Now the text in the editor is very great and good.
=============================================================================================
bonus round uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuhhhhhh he he.
texteditor ressources improvement :
Code:
  ./texteditor -bg black -xrm "texteditor*fontList: variable" -xrm "texteditor*shadowThickness: 8"

1. Black Editor
2.Improved font size
3. Great Design in 3D shadow

It works.

WBR
SM

Last edited by Sennenmut; 11-04-2019 at 04:32 PM.. Reason: better programming options
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Motif GUI example. UNIX executable ready.

Motif GUI example. Unix executable ready. Hi , i have attached my executable GUI example file in form of a .gz file. please gunzip file before. May i ask you for check it out that it is running on your machine ? You should have "Motif" package installed. when you klick the unix executable... (4 Replies)
Discussion started by: Sennenmut
4 Replies

2. UNIX for Beginners Questions & Answers

Motif gui programming !

MOTIF GUI PROGRAMMING ! Hi there. I am a MOTIF GUI Programmer in C language. After a longer break i have problems with the GCC compiling. my MOTIF file is named winstack.c I have the follow code gcc -o newprogram winstack.c -lXm -lXt -lX11 The compilation runs good. But no executable LINUX... (10 Replies)
Discussion started by: Sennenmut
10 Replies

3. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

4. Solaris

Motif 2.1 migration from Motif 1.2

An application was getting built using Motif 1.2 that used come along Solaris 6 OS for compiling and linking. Application is run using Motif 2.1 on Solaris 10 and it is working fine. Application compilation and linking is working fine on Solaris 10 with Motif 2.1.0 but running the application... (0 Replies)
Discussion started by: shafi2all
0 Replies

5. HP-UX

motif reqired for hp-ux 11.11

hello everyone, where can i download motif compatible with HP-UX 11.11.which motif version i have to use. can i use openmotif 2.3 for HP-UX 11.11. pls somebody suggest a solution .it's very urgent. any help appreciated. with regards, Srini (0 Replies)
Discussion started by: mannam srinivas
0 Replies

6. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

7. Programming

motif help

Hi everyone, I am new in motif programming and I want to learn how to program it. I use Fedora core 3 and every time I compile the program, there are always some errors appear. One of the errors said that I do not have the Xm/xxxx.h However, I do not know precisely how to install header files. I... (0 Replies)
Discussion started by: qqq
0 Replies

8. Programming

Motif - RedHat 7.3

Can somebody help me... I have insalled RedHat 7.3 on my computer and there is motif 2.x and i want to compile a cource code but it doesn't work it says Xm/PushB.h not found..something like that.. I'm trying like this : gcc -o x x.c -lXm -lXt -lX11 pleas help me (3 Replies)
Discussion started by: CreamHarry
3 Replies

9. Programming

Motif

Do you think that Motif programming is old...should I learn it... (3 Replies)
Discussion started by: CreamHarry
3 Replies

10. Programming

Motif resources

I am very glad to be a member of you. where can i look for the resource programe examples about motif? please help me!Thanks a lot. (3 Replies)
Discussion started by: q30
3 Replies
Login or Register to Ask a Question