Quote:
kilaueabart wrote:
Very frequently when I change pages, I get an "IconX" alert, telling me that "font family '<different font name each time>' not found."
Can someone tell me how to cure this?
Ok, I took a quick look at this and was able to duplicate your problem and have a workaround for you.
Workaround:
In the Tooltypes of the Start_OWB icon add the following:
WINDOW=NIL:
Explaination:
When you use IconX to start a script, by default it opens a CON: window if any output is sent to it. In this case OWB is outputing error messages, probably to stderr (which is why you don't normally see these errors). This output is seen by IconX and it opens a window to display them. Setting the WINDOW tooltype to NIL: redirects the IconX output to nowhere so the window doesn't open. The errors are still there of course but they are always there even when not starting with IconX but you just don't see them normally.
How to duplicate errors:
Use StartOWB without the tooltype set as described by Kilauebart.
In OWB, go to
UtilityBaseA CON: window will open with the following output:
---------------------------------------------
font family 'tahoma' not found
font family 'tahoma' not found
font family 'tahoma' not found
font family 'tahoma' not found
font family 'tahoma' not found
font family 'tahoma' not found
font family 'tahoma' not found
font family 'lucida grande' not found
font family 'tahoma' not found
font family 'tahoma' not found
Curl ERROR for url='http://leimop.in/ld/corv', error: 'Couldn't resolve host name', 6
----------------------------------------------
Of course the real solution is to figure out why these errors are output but this workaround should let OWB operate the way is normally does without starting from IconX.