-
Hello,
I have used Xbae Widget Set 4.60.4 on Open Motif for a long time. And last year, Open Motif 2.3 was released, then my application can utilize anti-aliased font (via Xft) for all Motif widgets, but Xbae Matrix widgets. It suddenly exits with error messages below when attaching true type fonts to Xbae Matrix widgets by X fallback mechanism. Is there any idea? Thank you for your pregress.
2009-06-24 02:25:29 UTC by yokochi
-
A typo in the code has broken the row button labels functionality. It really needs to check CLIP_ROW_LABELS rather than CLIP_COLUMN_LABELS because it's looking at row data.
2009-05-20 00:14:15 UTC by kjurka
-
Root cause for issue seems to be the translations for default_text_translations[] and default_dialog_text_translations[] in Matrix.c used to over ride the normal default processing of the TextField widget. These over ride the grab-focus( ) and extend-end( ) actions default processing associated with and events. When the actions are added back into the translations, the issue is...
2008-06-11 12:09:38 UTC by nobody
-
Can you try the following patch? If you could test things still work with lesstif that
would be great.
--- xbae-4.60.4.orig/src/Matrix.c 2006-05-19 19:07:01.000000000 +0200
+++ xbae-4.60.4/src/Matrix.c 2008-02-28 00:47:48.000000000 +0100
@@ -119,7 +119,7 @@
"Shift Ctrl ~Meta ~Alt Tab : TraversePrev()\n"
"Ctrl ~Meta ~Alt Tab ...
2008-02-27 23:52:55 UTC by tobiasoed
-
This is readily demonstrated with matrix.c example of xbaeMatrix 4.60.04 and OSF/Motif 2.1 or OpenMotif 2.3. Does not occur with LessTif
If one selects text within a cell from left to right the full string is selected and a new value can be typed in as expected (e.g. select "Orange" in the first column and change to "violet").
If one selects text from right to left and insures the mouse...
2008-02-26 21:27:33 UTC by nobody
-
dannybackx committed patchset 843 of module Xbae to the Xbae Widget Set CVS repository, changing 1 files.
2006-05-29 17:58:09 UTC by dannybackx
-
This has a few new features and some bugfixes. See NEWS/ChangeLog.
Tobas.
2006-05-29 14:32:03 UTC by tobiasoed
-
tobiasoed committed patchset 842 of module Xbae to the Xbae Widget Set CVS repository, changing 1 files.
2006-05-29 13:54:14 UTC by tobiasoed
-
tobiasoed committed patchset 841 of module Xbae to the Xbae Widget Set CVS repository, changing 2 files.
2006-05-29 13:25:06 UTC by tobiasoed
-
tobiasoed committed patchset 840 of module Xbae to the Xbae Widget Set CVS repository, changing 2 files.
2006-05-29 13:18:52 UTC by tobiasoed