Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ncar!boulder!stan!stan!toml From: toml@ninja.Solbourne.COM (Tom LaStrange) Newsgroups: comp.windows.open-look Subject: font problem Message-ID: Date: 12 Dec 90 16:00:49 GMT Sender: news@Solbourne.COM Organization: Solbourne Computer, Inc. Lines: 38 Here's a small program that just creates a scrollbar using OLIT: #include #include #include main(argc, argv) int argc; char **argv; { int i; Widget toplevel; Widget widget; toplevel = OlInitialize("scrollbar", "ScrollBar", NULL, NULL, &argc, argv); widget = XtCreateManagedWidget("scrollbar", scrollbarWidgetClass, toplevel, NULL, 0); XtRealizeWidget(toplevel); XtMainLoop(); } This works fine running under OpenWindows but I get the following error when running under MIT X11R4: OPEN LOOK Toolkit Error in application "scrollbar": Could not load Scrollbar font So what's the name of this "Scrollbar font"? I can run XView applications fine under X11R4 so I know I have some of the OL fonts installed. Does OLIT use a different set of fonts than XView? Thanks, Tom LaStrange Solbourne Computer Inc. ARPA: toml@Solbourne.COM 1900 Pike Rd. UUCP: ...!{boulder,sun}!stan!toml Longmont, CO 80501