Questions tagged [motif]

a graphical user interface toolkit used in software development

Motif is one of the first X toolkits, a sucessor of the Athena Widgets (Xaw).

Some resources include:

118 questions
0
votes
2 answers

Migration from OSF/Motif & Xt to GTK+

I have a class called XClient written with the Xt (X Tools Intrinsic library) to setup a multisocketed connection. This XClient class was meant for OSF/Motif GUIs to extend XClient (so the GUI could talk on sockets). I am trying to migrate into a…
user402642
0
votes
0 answers

Motif GUI will only run if launched from terminal

I have an image processing app that uses a Motif (legacy GUI) front end. It runs beautifully when launched from the terminal, but when launched from a desktop icon the system hangs for several seconds then nothing else happens. I build the GUI under…
0
votes
2 answers

Why am I receiving a SEGV signal (C)?

Contextualizing, after compiling my code I'm receiving a SEGV signal, which is related to unauthorized access of memory. Given the source and that the code was working before recent changes. Why am I receiving this signal? Note: Motif's type return…
Alan
  • 1,479
  • 3
  • 20
  • 36
0
votes
1 answer

C-Motif code project porting from unix to linux

I am porting C-Motif code project from unix to ubuntu linux system. I'm able to solve various problems but still there are some problems while doing make. /usr/bin/ld: cannot find -lXmu /usr/bin/ld: cannot find -lnls /usr/bin/ld: cannot find…
0
votes
1 answer

Oracle Forms 11gR2: FRM-10039: Unable to start up the Form Builder

Oracle Forms & Reports 11gR2 on SUSE SLES 11 here. I successfully installed the software but when I launch the forms builder command: $ $ORACLE_HOME/bin/frmbld I get the message: "FRM-10039: Unable to start up the Form Builder". ORACLE_HOME is…
Cristian Veronesi
  • 300
  • 1
  • 3
  • 15
0
votes
1 answer

Cannot Modify GC in Xlib after call to XClearArea

Here is my problem: I use the XClearArea to clear an area of the screen with the Window background pixmap. This has the foreground color as BLACK for the Graphic Context. Following the call to XClearArea I try to draw a line using the XDrawLine API.…
arun nath
  • 773
  • 1
  • 6
  • 11
0
votes
1 answer

How to compile this code implementing Xm on Ubuntu 64 bit using Netbeans?

I am just new to X-Windows and trying to code that just calls simple MessageBox on Linux like Window's. I am on Ubuntu 12.04LTS 64bit and installed Netbeans full version. I included "/usr/include/Xm" to this project, and for libs, I included "Motif"…
online.0227
  • 640
  • 4
  • 15
  • 29
0
votes
1 answer

Porting X/Motif GUI application to Windows using wxWidgets

Is it possible to port an application built in X/Motif GUI on Solaris platform to Windows using wxWidgets? If so, is it easier to port to wxWidgets than other GUI builders like QT or Visual Studio?
user219141
  • 11
  • 2
0
votes
2 answers

NullPointerException on PLAF change to Motif

Can anybody see what I have done to cause the NullPointerException (stack trace below)? The panel appears OK: Textual output os.name: Windows Vista os.version: 6.1 java.version: 1.6.0 java.vm.version: 1.6.0-b105 java.vendor: Sun…
Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
0
votes
2 answers

Label Title cut when changing text font (Open Motif 2.3.1)

I am trying to solve a problem on a software. I have two windows created with Motif library. The first window contains 5 buttons (Font 1, 2, 3, 4, Exit), choosing a font affects the text of the other window ("Unacknowledged Updates"). When the…
0
votes
2 answers

OpenGL window draws fine, but all the windows on top of my OpenGL window go black

I have an app that mixes OpenGL with Motif. The big main window that has OpenGL in it redraws fine. But, the sub windows sitting on top of it all go black. Specifically, just the parts of those subwindows that are right on top of the main window.…
tealfan
  • 1
  • 2
-1
votes
1 answer

While loops for parsing fasta files

I have been given an assignment for a project with no previous programming experience. It asks to create a motif finder using while loops, incrementals and boo's. I believe I am on the right track but very uncertain as I have no programming…
jad12
  • 1
  • 1
-3
votes
1 answer

Xlib is old? do developers use xlib framework? It was developed in 1985

Does anyone still use it? xlib seems such an old framework? what other major similar software is used instead of this old xlib? What is used instead of xlib?
ERJAN
  • 23,696
  • 23
  • 72
  • 146
1 2 3 4 5 6 7
8