Developers |
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. |
|||
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 |
|||
Here is some psuedo-code that draws something like a clock: // Draw the numbers on the face x = convertAngleIntoX(angle, RADIUS); char numString[5]; XDrawString(display, |
|||
I have an application that by necessity launches a dialogue from a menu item in which the Widgets in the dialogue are created each time, they vary from invocation to invocation. The application is very long lived and the dialogue used often. valgrind indicates the memory leak is with ToolTips. Below is a test program and valgrind snippet. On running the program and selecting then Application->Quit No leak is detected. |
|||
CVS web access is down for several weeks with: And daily builds were never built, we still have the initial I remember there were some changes in CVS, while the web interface was still working. So daily build is definitely not daily, regardless of the number of changes. This creates very low initiative for testing the latest version in CVS, as it is hard to find out what is new, if anything at all. |
|||
Hi all, In production server after filling data of fields in a particluar |
|||
I am using XmDropDown instead of XmComboBox, since I prefer its look and feel, and setup is easier. The man page does not mention any translations or accelerators, like in XmComboBox man page. |
|||
I'm trying to run program on x86 machine and display it on an old Sun machine, but application crashes. Debugging showed that the problem connected to TrueType fonts representation, _XmRendXftFont(rend) is NULL, where rend is rendition got for string with type XmMULTIBYTE_TEXT (with XmCHARSET_TEXT everything is ok). Program received signal SIGSEGV, Segmentation fault. |
|||
This is openmotif 2.2.3 on RHEL4.6 . Basically, it does not matter if I set XmNshowValue to XmNEAR_BORDER or XmNEAR_SLIDER. I get the XmNEAR_SLIDER behavior in either case. Any idea, anyone? |
|||
HI to all. How to? karmax |
|||
