Tagged Questions
The motif tag has no wiki summary.
2
votes
1answer
32 views
Perl bindings for Motif Widget Toolkit
I'm a Motif programmer. I usually write in C, but I decided to try some higher-level languages. I tried some C++ bindings, but I realized I don't like that language.
For non GUI programming, I ...
2
votes
0answers
84 views
Porting Motif, From AIX to RHEL 6.1
This is my question here, but it seemed a better place then on motifzone -- their last post was over a year ago.
I am tasked with porting a ~150k line application from AIX 5.3L to RHEL 6.1
I am ...
2
votes
2answers
174 views
Old-school C stumper - most keyboard input ignored by ancient XWindows/Motif app
If you haven't been programming for at least 10 years, or you have never written C code on Linux/Unix, you probably have no business reading this.
I'm reviving a source build of an old Xt/Motif ...
2
votes
0answers
51 views
Motif Drag&Drop functionality
I have developed an application in X/Motif that has a performance issue related with the standard Drag&Drop functionality supplied by the toolkit. I have already disabled the Drag&Drop ...
1
vote
1answer
79 views
Motif programming and UTF-8
I'm new to Motif programming and I want to use UTF-8 encoding.
I've tried XtSetLanguageProc (NULL, NULL, NULL); but when I read a file in Motif (editor text-like in 6A volume motif programming), I've ...
1
vote
1answer
280 views
X11, sending an event with XSendEvent(3)
I embedded a X11 app (xterm) in a Motif window. All seems to work fine, but if I press a key when the pointer isn't above the embedded app, it doesn't get it. Trying to fix this, I changed the main ...
1
vote
2answers
175 views
Embed an app into a window
FvwmButtons (a module of fvwm window manager) has the Swallow function, that embeds
the window of an application into a panel.
I have to do something like this with Motif and Xlib. I want to embed an ...
1
vote
1answer
133 views
How to keep one of my application windows on top of the other windows of the same application?
I have a Motif-based notepad-like legacy application.
I would like the modeless "Find/Replace" dialog (which is a Motif TopLevelShell) to always stay on top of the other windows of my application, ...
1
vote
1answer
217 views
How to change Motif theme in DDD and Insight to something more pleasant?
I have Tk version 8.5.3 installed, theming engine support added since 8.5. Still, I don't know how to use themes, default Motif is just ugly:
Screenshot
1
vote
2answers
320 views
Is it safe to pass int using XtPointer?
When defining a callback proc in Xt (for example XtTimerCallbackProc), client_data is specified as an XtPointer. Is it safe to pass an int via client_data, rather than an actual pointer, and cast it ...
1
vote
2answers
578 views
Motif: Intercept close box event and prevent application exit? (C++)
How do I intercept when the user clicks on a motif window's (widget's) close box, and how do I prevent the Motif window manager to close the entire calling application on the close box being clicked ...
1
vote
2answers
931 views
How to change focus in X-Windows?
I am working on old Motif-based application for Linux. I want to be able to programmatically change the active window of our application. I can redirect the input by using XSetInputFocus() function ...
1
vote
1answer
654 views
Is it possible to build a Linux/Motif Eclipse RCP application?
Greetings,
I am trying to build an Eclipse application that would work with a linux/motif installation target. However, this seems not to be possible even though the export option is available in ...
0
votes
0answers
8 views
Openmotif 2.3: ComboBox dropdown list remains visible after closing its owner window
i'm working on an old Motif application, and i just found out about a weird problem. Some of the forms contain one or more combo boxes. In certain conditions, the application needs to close such forms ...
0
votes
2answers
45 views
What is the right way of building a long scroll list of button widgets in Motif?
I'm dealing with an old Motif application that needs to load and display a long list of entries (around 1500). It creates and manages an instance of xmFormWidgetClass via XtVaCreateManagedWidget() and ...
0
votes
0answers
47 views
How to adjust the size of PanedWindow children [XmNallowResize not working?]
I have written the below sample program to create a form which contains 3 labels [vertically] in a PanedWindow.
I have set the XmNheight using XtVaSetValues before realizing the widgets, to set the ...
0
votes
1answer
69 views
openMotif and C programming problem to transmit a string to Dialog Widget
I have a problem with my code. The goal is to show a word found in a dictionnary (loaded in list) and to return the translation. Everything works fine except that the string shown in a dialog just ...
0
votes
0answers
196 views
Destroying an OpenGL Motif widgets causes crash when creating another
OS: Red Hat Enterprise Linux 4, 64bit (linux kernel 2.6.9-55.ELsmp), compiling app as 32 bit.
I have an application that creates several Motif dialogs which contain OpenGL widgets ...
0
votes
1answer
115 views
Porting IRIS GL to Open GL?
Hi I'm really new to IRIX, IRIS GL, and Motif.
I must compile more than 30 C codes written in 1997.
Because these sources require header files such as XmAll.h, Xlib.h, and so on, I thought I just ...
0
votes
1answer
76 views
How to compile '97 C codes using Motif?
Hi I'm trying to compile about 30 C sources written in 1997.
Based on required header files such as XmAll.h and Xlib.h and the use of "Widget" syntax, I found that these sources depend on the Motif ...
0
votes
0answers
106 views
motif application crashes while calling XtDestroyWidget
We have a 32bit Motif Gui application. Now we ported the application from Solaris to Linux and the system is crashing very frequently. On our analysis we could find that this issue happened when we ...
0
votes
2answers
113 views
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 ...
0
votes
1answer
145 views
How to use colors in Motif
I'm new to GUI programming in C and Linux, and I'm having a hard time with it. It seems like a fairly simple/straightforward thing, but I can't find any answers googling. I want to add a background ...
0
votes
1answer
325 views
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?
0
votes
2answers
154 views
Porting application written in C from Solaris to Windows XP
I have an application written in C on Solaris that I have to port to Windows XP. I would like to know that what are the libraries availabe to achieve this task.
Also what is the best GUI development ...
0
votes
2answers
332 views
Motif main window w/o system menu, minimize and maximize boxes how? (C++)
How do I create a Motif main window that doesn't have a system menu, minimize and maximize boxes? I just cannot find out how by googling and reading docs and tutorials. I believe that it should be ...
0
votes
1answer
681 views
Windows-like message box for Linux - would this C++/Motif implementation work?
I want a message box for Linux similar to the Windows one: It should pop up, display some text, and when the user clicks the Ok button, it should disappear and return control to the calling function.
...
0
votes
2answers
373 views
Ho to kill XtAppMainLoop (Motif)?
Background of my question is that I want to use XmCreate{Error|Warning|Info}Dialog to display some message in screen in my SDL based application before its main window is open and any program data is ...
0
votes
1answer
102 views
I have a legacy C++ project that uses motif for GUI. I want to create a Visual Studio solution of this project. Is this possible?
I have a legacy C++ project that uses motif for GUI. I want to create a Visual Studio solution of this project. So that I can build/run/debug from Visual studio. Currently I am on a windows box. I ssh ...