Description:
The Motif GUI for the X Window System.
|
|
|
X_QueryColors
|
| |
I'm getting an error with X windows/Motif: The colormap is a 32 bit display. XQueryCOlor(dpy, cmap, &color) X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 91 (X_QueryColors) Value in failed request: 0xffffffeb Serial number of failed request: 3202... more »
|
|
Menu usage hangs application
|
| |
Hi, I hope someone can help shed some light on a peculiar problem. I am running my motif application through Exceed and I have a problem that my application hangs if I click on a menu while my application is busy running some other operation. I think that the problem arises because I am inside a callback from motif when I try to access the... more »
|
|
xine - integrate in an x/motif programm
|
| |
Hello, is it possible to integrate xine into an x/motif programm. I have an own class lib which is based on x/motif. My target is, to display in my frame, to play videos. --- Frank Iversen
|
|
On "Assertion `((int) ((xcb_req) - (dpy->request)) >= 0)' failed"
|
| |
Hello I need to redisplay very quickly an XmLabel, in order to show the user that the program is working. I have read several ideas here, and tried a bunch of different approaches. Finally, I came up with this code (which is executed by a different thread): // -------------------------- begin thread code... more »
|
|
Motif Mac OSX
|
| |
Does Apple's implementation of BSD support Motif Applications or Open Moif TIA Cameron Hughes Ctest Laboratories
|
|
XtGetValues on attachments and offsets
|
| |
I am attempting to change the size and position of an arbitrary XmText widget. In order to do this, I am trying to get the left attachment and offset of the widget, and, depending on the attachment type, add a value and XtSetValues() the new location. Unfortunately, the XmNleftAttachment and XmNleftOffset attributes always... more »
|
|
How can a widget react to a parent's resize?
|
| |
I'm writing a composite widget (actually a subclass of XmManager) that should span the entire width of its parent, unless a resource in the composite widget itself says otherwise. The problem is at Initialize time. The parent is doing its initial geometry negotiations, so its core.width resource is 0. This is... more »
|
|
Receiving a Drop from QT/GTK
|
| |
Hello, I am writing a Motiff app, and trying to receive a drop from either konqueror or nautilus, but it seems that it is not possible. I have tried xplore [1], a file manager written with Motif: it can drag and drop *to* QT/GTK apps, but can not receive. Also, I found similar statements in KDE (2.0... rather old, I know) documentation... more »
|
|
Motif Programming Style
|
| |
Hello, I am planning on writing some bindings for Motif to Scheme and I had a question about style. Is it generally considered better Motif style to use the variable arity procedures or the static arity procedures? I know that there seem to be plenty of examples of using both, but I can't tell whether one or the other is a better choice for designing a... more »
|
|
|