Problems with dialog_pickfile and JavaBridge [message #68502] |
Fri, 30 October 2009 09:00 |
Joan
Messages: 5 Registered: December 2006
|
Junior Member |
|
|
Hi people,
We have a problem when using the routine DIALOG_PICKFILE in
conjunction with Java bridge. Once we have created an IDLJavaObject
$IDLJAVABRIDGESESSION object, using DIALOG_PICKFILE routine produces
the following "warnings" :
Warning:
Name: DirText
Class: XmTextField
Character '\57' not supported in font. Discarded.
Warning:
Name: FilterText
Class: XmTextField
Character '\52' not supported in font. Discarded.
The dialog becomes unusable, because you can not navigate through
directories by clicking them. In fact, each time you select any
directory, no matter which one, you return to the current working
directory.
I thought it could be because of the default font, but changing !
P.font idl variable doesn't work.
Do you have any ideas?
Thanks.
|
|
|