From owner-oi-users Mon Feb 27 11:47:03 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id LAA03909 for oi-users-outgoing; Mon, 27 Feb 1995 11:47:03 -0800 Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id LAA03898 for ; Mon, 27 Feb 1995 11:46:54 -0800 Received: from uucp1.UU.NET by relay3.UU.NET with SMTP id QQyexz18279; Mon, 27 Feb 1995 14:46:13 -0500 Received: from almserv.UUCP by uucp1.UU.NET with UUCP/RMAIL ; Mon, 27 Feb 1995 14:45:56 -0500 Received: from mammoth.fnma.com by fnma.COM (4.1/SMI-4.1) id AA27451; Mon, 27 Feb 95 14:28:57 EST Received: from sydney.fnma.com by mammoth.fnma.com (5.0/SMI-SVR4) id AA24084; Mon, 27 Feb 1995 14:28:51 -0500 Received: by sydney.fnma.com (5.0/SMI-SVR4) id AA21016; Mon, 27 Feb 1995 14:28:48 -0500 Date: Mon, 27 Feb 1995 14:28:48 -0500 From: sxupjb@fnma.COM (Phillip Beiler) Message-Id: <9502271928.AA21016@sydney.fnma.com> To: uunet!freefall.cdrom.com!oi-users@uunet.uu.net Subject: Losing Focus Callback Cc: oi-support@boulder.openware.com Content-Length: 1240 Sender: oi-users-owner@FreeBSD.org Precedence: bulk This is my last resort, oi-support seems to be on vacation!!!! Thanks for any help... I have a simple losing focus callback problem.... I have a bunch of fields in a box, and the box is parented to an app window, which, has a motif style mainmenu ... simple... I get all the losing focus events when I tab between fields, mouse out of the window, etc,..... However, when I click on the mainmenu bar and select an option (one motion, without releasing the mouse), the menucell callback fires. After the menucell callback returns, the losing focus callback fires.... Unfortunately for me, this is exactly the opposite of what I NEED... Without alot of explanation, the losing focus callbacks are in a library, and the mainmenu bar (memucell) callbacks are the users. Do you have any suggestions on changing the callback firing order? Phil ----------------------------------------------------------------------------- Phil Beiler Federal National Mortgage Association pbeiler@fnma.com Advanced Technologies (202) 752-3667 Washington, D.C. 20016 ----------------------------------------------------------------------------- From owner-oi-users Mon Feb 27 13:20:41 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id NAA06250 for oi-users-outgoing; Mon, 27 Feb 1995 13:20:41 -0800 Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id NAA06243 for ; Mon, 27 Feb 1995 13:20:37 -0800 Received: from uucp3.UU.NET by relay3.UU.NET with SMTP id QQyeyf09063; Mon, 27 Feb 1995 16:19:55 -0500 Received: from wfg.UUCP by uucp3.UU.NET with UUCP/RMAIL ; Mon, 27 Feb 1995 16:19:52 -0500 Received: from deathray.wfg.com by wfg.com (4.1/wfg1) id AA26155; Mon, 27 Feb 95 15:07:28 CST Received: by deathray.wfg.com (4.1/SMI-4.1) id AA19303; Mon, 27 Feb 95 15:07:20 CST From: kenk@deathray.wfg.com (Ken Konecki) Message-Id: <9502272107.AA19303@deathray.wfg.com> To: oi-users@freefall.cdrom.com Subject: Lost focus callback Reply-To: kenk@wfg.com Date: 27 Feb 1995 14:57:09 -0600 Sender: oi-users-owner@FreeBSD.org Precedence: bulk I inadvertently deleted the original message, but the question was can anything be done to change the order of callbacks (i.e. can the lost focus callback be called before the menu callback). The answer is probably not, if OI is using focus out events to trigger the focus leave callback. While I can be certain without throwing an xev on the window, the X server is most likely sending out the mouse click event before the focus out event. -- Ken Konecki kenk@wfg.com -or- ...!uunet!wfg!kenk "One does not seriously attack the expertise of a scientist using the undefined phrase 'butt-head'" From owner-oi-users Mon Feb 27 13:59:26 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id NAA07998 for oi-users-outgoing; Mon, 27 Feb 1995 13:59:26 -0800 Received: from jpmorgan.jpmorgan.com (jpmorgan.jpmorgan.com [146.149.99.127]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id NAA07989 for ; Mon, 27 Feb 1995 13:59:20 -0800 Received: from tcpg01a.ny.jpmorgan.com by jpmorgan.jpmorgan.com (8.6.10/fma-120691.2); id QAA21750; Mon, 27 Feb 1995 16:57:32 -0500 Received: from newton.ny.jpmorgan.com (newton.ny.jpmorgan.com [146.149.2.33]) by tcpg01a.ny.jpmorgan.com (8.6.10/cjy.sub.1.0) with ESMTP id QAA24728 Received: from hawking.ny.jpmorgan.com (hawking.ny.jpmorgan.com [146.149.3.47]) by newton.ny.jpmorgan.com (8.6.9/8.6.9) with SMTP id QAA03064; Mon, 27 Feb 1995 16:57:31 -0500 Date: Mon, 27 Feb 1995 16:57:31 -0500 From: "Milo A. Chan" Message-Id: <199502272157.QAA03064@newton.ny.jpmorgan.com> To: pbeiler@fnma.COM Cc: oi-users@freefall.cdrom.com Subject: RE: Losing Focus Callback References: <9502271928.AA21016@sydney.fnma.com> Sender: oi-users-owner@FreeBSD.org Precedence: bulk You can push a fake FocusOut event for the previous object having focus back onto the X event queue. If you are using translations to define the user-callbacks, you could redefine the fire() action procedure for OI_menu_cell to do this. But a better way (according to Tom LaStrange), would be to send the fake FocusOut event from a pre-popup callback bound to the pulldown menus in the main menu. Here is a code frag which may help you get started: if (conp->has_focus() && is_main_menu() && connection()->last_focus()) { XEvent event; event.xfocus.type = FocusOut; event.xfocus.send_event = False; event.xfocus.display = connection()->display(); event.xfocus.window = connection()->last_focus()->x_window_id(); event.xfocus.mode = NotifyNormal; event.xfocus.detail = NotifyDetailNone; XPutBackEvent(connection()->display(), &event); } good luck, -Milo > From: Phillip Beiler on Mon, February 27, 1995 14:28 > Subject: Losing Focus Callback > Sent-To: uunet!freefall.cdrom.com!oi-users@uunet.uu.net, oi-support@boulder.openware.com > > > This is my last resort, oi-support seems to be on vacation!!!! > Thanks for any help... > > > I have a simple losing focus callback problem.... > > I have a bunch of fields in a box, and the box is parented to an > app window, which, has a motif style mainmenu ... simple... > > I get all the losing focus events when I tab between fields, mouse > out of the window, etc,..... > > However, when I click on the mainmenu bar and select an option (one motion, > without releasing the mouse), the menucell callback fires. After the menucell > callback returns, the losing focus callback fires.... > > Unfortunately for me, this is exactly the opposite of what I NEED... > > Without alot of explanation, the losing focus callbacks are in a library, and > the mainmenu bar (memucell) callbacks are the users. > > Do you have any suggestions on changing the callback firing order? > > Phil > ----------------------------------------------------------------------------- > Phil Beiler Federal National Mortgage Association > pbeiler@fnma.com Advanced Technologies > (202) 752-3667 Washington, D.C. 20016 > ----------------------------------------------------------------------------- -- Milo Chan, V.P. J.P. Morgan Securities, Inc. email: chan@jpmorgan.com ...or... chan@fractl.tn.cornell.edu From owner-oi-users Tue Feb 28 13:57:17 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id NAA10127 for oi-users-outgoing; Tue, 28 Feb 1995 13:57:17 -0800 Received: from seraph.uunet.ca (uunet.ca [142.77.1.254]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id NAA10117 for ; Tue, 28 Feb 1995 13:57:08 -0800 Received: from vsl by mail.uunet.ca with UUCP id <173402-2>; Tue, 28 Feb 1995 16:57:46 -0500 Received: from prg1.veritas by vsl.com (4.1/SMI-4.1) id AA28730; Tue, 28 Feb 95 13:57:47 MST Date: Tue, 28 Feb 1995 15:57:47 -0500 From: geoffh@vsl.com (Geoff Heiland) Message-Id: <9502282057.AA28730@vsl.com> To: oi-support@openware.boulder.com Subject: SparcWorks C++ 4.0.1 Cc: oi-users@freefall.cdrom.com Sender: oi-users-owner@FreeBSD.org Precedence: bulk I have installed SparcWorks C++ 4.0.1 on SunOs 4.1.3 and find I get alot of warnings as follows: In OI/include/OI/defs.H, for example, I get a warning about Default Parameters are not allowed for some function. Is the OI 4.5 compatible with C++ 4.0.1 and what can I do to get away from these warnings???? ------------------------------------------------------- Geoff Heiland Phone: (403) 266-9248 200, 615 - 3rd Avenue S.W. Fax: (403) 266-9292 Veritas Seismic (1987) Ltd. email: geoffh@vsl.com Calgary, Alberta, Canada T2P 0G6 From owner-oi-users Tue Feb 28 14:11:06 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA10756 for oi-users-outgoing; Tue, 28 Feb 1995 14:11:06 -0800 Received: from jpmorgan.jpmorgan.com (jpmorgan.jpmorgan.com [146.149.99.127]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id OAA10746 for ; Tue, 28 Feb 1995 14:11:00 -0800 Received: from tcpg01a.ny.jpmorgan.com by jpmorgan.jpmorgan.com (8.6.10/fma-120691.2); id RAA04620; Tue, 28 Feb 1995 17:10:52 -0500 Received: from newton.ny.jpmorgan.com (newton.ny.jpmorgan.com [146.149.2.33]) by tcpg01a.ny.jpmorgan.com (8.6.10/cjy.sub.1.0) with ESMTP id RAA11890 Received: from hawking.ny.jpmorgan.com (hawking.ny.jpmorgan.com [146.149.3.47]) by newton.ny.jpmorgan.com (8.6.9/8.6.9) with SMTP id RAA08564; Tue, 28 Feb 1995 17:10:50 -0500 Date: Tue, 28 Feb 1995 17:10:50 -0500 From: "Milo A. Chan" Message-Id: <199502282210.RAA08564@newton.ny.jpmorgan.com> To: geoffh@vsl.com Cc: oi-support@openware.boulder.com, oi-users@freefall.cdrom.com Subject: RE: SparcWorks C++ 4.0.1 References: <9502282057.AA28730@vsl.com> Sender: oi-users-owner@FreeBSD.org Precedence: bulk SparcWorks C++ 4.0.1 is not compatible with earlier major releases of C++. OI 4.5 cannot be linked with it. > From: geoffh@vsl.com (Geoff Heiland) > Subject: SparcWorks C++ 4.0.1 > Date: Tue, 28 Feb 1995 15:57:47 -0500 > > > I have installed SparcWorks C++ 4.0.1 on SunOs 4.1.3 and > find I get alot of warnings as follows: > > In OI/include/OI/defs.H, for example, I get a warning about > Default Parameters are not allowed for some function. Is > the OI 4.5 compatible with C++ 4.0.1 and what can I do to > get away from these warnings???? > > ------------------------------------------------------- > > Geoff Heiland Phone: (403) 266-9248 > 200, 615 - 3rd Avenue S.W. Fax: (403) 266-9292 > Veritas Seismic (1987) Ltd. email: geoffh@vsl.com > Calgary, Alberta, Canada > T2P 0G6 From owner-oi-users Tue Feb 28 23:37:29 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id XAA10584 for oi-users-outgoing; Tue, 28 Feb 1995 23:37:29 -0800 Received: from mailgate.ericsson.se (mailgate.ericsson.se [130.100.2.2]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id XAA10577 for ; Tue, 28 Feb 1995 23:37:07 -0800 Received: from lmera (lmera.lmera.ericsson.se [147.214.60.16]) by mailgate.ericsson.se (8.6.10/1.0) with SMTP id IAA07926; Wed, 1 Mar 1995 08:36:38 +0100 Received: from lmerax333.lmera.ericsson.se by lmera (4.1/LME-DOM-2.2.3) id AA27819; Wed, 1 Mar 95 08:36:36 +0100 From: erasvan@lmera.ericsson.se (Svante Jarvstrat Z/LJ) Received: by lmerax333.lmera.ericsson.se (4.1/client-1.5) id AA02010; Wed, 1 Mar 95 08:37:52 +0100 Date: Wed, 1 Mar 95 08:37:52 +0100 Message-Id: <9503010737.AA02010@lmerax333.lmera.ericsson.se> To: chan_milo@jpmorgan.com, oi-users@freefall.cdrom.com Subject: RE: SparcWorks C++ 4.0.1 Sender: oi-users-owner@FreeBSD.org Precedence: bulk > SparcWorks C++ 4.0.1 is not compatible with earlier major releases of C++. > OI 4.5 cannot be linked with it. I get a bit worried now. Is there an OI version for the Solaris 2.4 that is linkable with programs compiled with C++ 4.0.1? /Svante Järvstråt From owner-oi-users Wed Mar 1 07:05:05 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id HAA01699 for oi-users-outgoing; Wed, 1 Mar 1995 07:05:05 -0800 Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id HAA01688 for ; Wed, 1 Mar 1995 07:05:02 -0800 Received: from uucp3.UU.NET by relay3.UU.NET with SMTP id QQyfeq24736; Wed, 1 Mar 1995 10:05:00 -0500 Received: from wfg.UUCP by uucp3.UU.NET with UUCP/RMAIL ; Wed, 1 Mar 1995 10:04:56 -0500 Received: from deathray.wfg.com by wfg.com (4.1/wfg1) id AA04129; Wed, 1 Mar 95 08:55:31 CST Received: by deathray.wfg.com (4.1/SMI-4.1) id AA02528; Wed, 1 Mar 95 08:55:21 CST From: kenk@deathray.wfg.com (Ken Konecki) Message-Id: <9503011455.AA02528@deathray.wfg.com> To: chan_milo@jpmorgan.com Cc: geoffh@vsl.com, oi-support@wfg.com, oi-users@freefall.cdrom.com In-Reply-To: <199502282210.RAA08564@newton.ny.jpmorgan.com> (chan_milo@jpmorgan.com) Subject: RE: SparcWorks C++ 4.0.1 Reply-To: kenk@wfg.com Date: 1 Mar 1995 08:54:44 -0600 Sender: oi-users-owner@FreeBSD.org Precedence: bulk >>>>> "chan_milo" == Milo A Chan writes: chan_milo> SparcWorks C++ 4.0.1 is not compatible with earlier major chan_milo> releases of C++. OI 4.5 cannot be linked with it. But there is a beta library available for the new compiler. Contact OI support for more info. -- Ken Konecki kenk@wfg.com -or- ...!uunet!wfg!kenk "One does not seriously attack the expertise of a scientist using the undefined phrase 'butt-head'" From owner-oi-users Fri Mar 3 08:07:34 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA21367 for oi-users-outgoing; Fri, 3 Mar 1995 08:07:34 -0800 Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id IAA21361 for ; Fri, 3 Mar 1995 08:07:30 -0800 Received: from uucp6.UU.NET by relay3.UU.NET with SMTP id QQyfme13604; Fri, 3 Mar 1995 11:07:30 -0500 Received: from dkbfp-dev.UUCP by uucp6.UU.NET with UUCP/RMAIL ; Fri, 3 Mar 1995 11:07:24 -0500 Received: from dkbfp-dev5.DKBFP_DEV by dkbfpny.com (4.1/SMI-4.1) id AA21629; Fri, 3 Mar 95 11:03:03 EST Date: Fri, 3 Mar 95 11:03:03 EST From: dkbfp-dev!shinu@uunet.uu.net (Shinu Gupta) Message-Id: <9503031603.AA21629@dkbfpny.com> To: oi-users@freefall.cdrom.com Subject: [Q] Window Manager? Sender: oi-users-owner@FreeBSD.org Precedence: bulk Hi, Is there any easy way to find out which Window Manager is running using OI. Shinu From owner-oi-users Fri Mar 3 10:32:40 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA25776 for oi-users-outgoing; Fri, 3 Mar 1995 10:32:40 -0800 Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA25770 for ; Fri, 3 Mar 1995 10:32:38 -0800 Received: from uucp1.UU.NET by relay3.UU.NET with SMTP id QQyfmo14857; Fri, 3 Mar 1995 13:32:38 -0500 Received: from wfg.UUCP by uucp1.UU.NET with UUCP/RMAIL ; Fri, 3 Mar 1995 13:32:24 -0500 Received: from predator.wfg.com by wfg.com (4.1/wfg1) id AA14527; Fri, 3 Mar 95 12:11:10 CST Received: from deathray.wfg.com by predator.wfg.com (4.1/SMI-4.1) id AA02092; Fri, 3 Mar 95 12:11:10 CST Received: by deathray.wfg.com (5.x/SMI-SVR4) id AA00887; Fri, 3 Mar 1995 12:11:08 -0600 From: kenk@nfshost1.wfg.com (Ken Konecki) Message-Id: <9503031811.AA00887@deathray.wfg.com> To: dkbfp-dev!shinu@uunet.uu.net Cc: oi-users@freefall.cdrom.com In-Reply-To: <9503031603.AA21629@dkbfpny.com> (dkbfp-dev!shinu@uunet.uu.net) Subject: Re: [Q] Window Manager? Reply-To: kenk@wfg.com Date: 3 Mar 1995 12:10:22 -0600 Sender: oi-users-owner@FreeBSD.org Precedence: bulk >>>>> "shinu" == Shinu Gupta writes: shinu> Hi, Is there any easy way to find out which Window Manager is shinu> running using OI. No. There's no way to even guarantee there's a window manager running. -- Ken Konecki kenk@wfg.com -or- ...!uunet!wfg!kenk "One does not seriously attack the expertise of a scientist using the undefined phrase 'butt-head'" From owner-oi-users Fri Mar 3 10:40:33 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA26123 for oi-users-outgoing; Fri, 3 Mar 1995 10:40:33 -0800 Received: from marvin.boulder.openware.com (marvin.boulder.openware.com [192.245.99.138]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA26116 for ; Fri, 3 Mar 1995 10:40:29 -0800 Received: from garya.boulder.openware.com (garya.boulder.openware.com [198.135.223.34]) by marvin.boulder.openware.com (8.6.9/8.6.9) with ESMTP id LAA15293; Fri, 3 Mar 1995 11:38:01 -0700 Received: (from garya@localhost) by garya.boulder.openware.com (8.6.9/8.6.9) id KAA28433; Fri, 3 Mar 1995 10:55:17 -0700 Date: Fri, 3 Mar 1995 10:55:17 -0700 From: Gary Aitken Message-Id: <199503031755.KAA28433@garya.boulder.openware.com> To: dkbfp-dev!shinu@uunet.uu.net, oi-users@freefall.cdrom.com Subject: Re: [Q] Window Manager? Sender: oi-users-owner@FreeBSD.org Precedence: bulk > Is there any easy way to find out which Window Manager is running using OI. No. You can determine if olwm v2, olwm v3, or mwm is running; but others are a wild guess. OI_connection::is_using_mwm() OI_connection::is_using_olwm3() OI_connection::is_olwm_hints() && !is_using_olwm3 => olwm v2 From owner-oi-users Fri Mar 3 11:38:54 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id LAA27256 for oi-users-outgoing; Fri, 3 Mar 1995 11:38:54 -0800 Received: from jpmorgan.jpmorgan.com (jpmorgan.jpmorgan.com [146.149.99.127]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id LAA27250 for ; Fri, 3 Mar 1995 11:38:53 -0800 Received: from tcpg01a.ny.jpmorgan.com by jpmorgan.jpmorgan.com (8.6.10/fma-120691.2); id OAA22078; Fri, 3 Mar 1995 14:38:46 -0500 Received: from newton.ny.jpmorgan.com (newton.ny.jpmorgan.com [146.149.2.33]) by tcpg01a.ny.jpmorgan.com (8.6.10/cjy.sub.1.0) with ESMTP id OAA19698 Received: from landau.ny.jpmorgan.com (landau.ny.jpmorgan.com [146.149.3.22]) by newton.ny.jpmorgan.com (8.6.9/8.6.9) with SMTP id OAA25629; Fri, 3 Mar 1995 14:38:14 -0500 Received: by landau.ny.jpmorgan.com (4.1/SMI-4.1) id AA25662; Fri, 3 Mar 95 14:37:44 EST Message-Id: <9503031937.AA25662@landau.ny.jpmorgan.com> To: dkbfp-dev!shinu@uunet.uu.net (Shinu Gupta) Cc: oi-users@freefall.cdrom.com Subject: Re: [Q] Window Manager? In-Reply-To: Your message of "Fri, 03 Mar 1995 11:03:03 EST." <9503031603.AA21629@dkbfpny.com> Date: Fri, 03 Mar 1995 14:37:43 -0500 From: Tom LaStrange Sender: oi-users-owner@FreeBSD.org Precedence: bulk > Is there any easy way to find out which Window Manager is running using OI. The best you can hope for is finding out if mwm or ol(v)wm is running. Try OI_connection::is_using_olwm3() OI_connection::is_using_mwm() -- Tom LaStrange toml@mercury.com toml@jpmorgan.com (on assignment at) Mercury Technologies, Inc. 53 Wall St. NYC, NY 10005 From owner-oi-users Fri Mar 3 16:16:33 1995 Return-Path: oi-users-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA07028 for oi-users-outgoing; Fri, 3 Mar 1995 16:16:33 -0800 Received: from electra.cc.umanitoba.ca (root@electra.cc.umanitoba.ca [130.179.16.23]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA07022 for ; Fri, 3 Mar 1995 16:16:31 -0800 Received: from panda.infomag.mb.ca (panda.InfoMag.MB.CA [198.163.1.170]) by electra.cc.umanitoba.ca (8.6.10/8.6.9) with SMTP id SAA22470 for ; Fri, 3 Mar 1995 18:16:16 -0600 Received: from [198.163.1.130] by panda.infomag.mb.ca (4.1/SMI-4.1) id AA14310; Fri, 3 Mar 95 18:19:18 CST X-Sender: gord@panda.infomag.mb.ca Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 3 Mar 1995 18:23:05 -0500 To: oi-users@FreeBSD.ORG From: gord@infomag.mb.ca (Gordon Sawatzky) Subject: Running OI app on HPUX station Sender: oi-users-owner@FreeBSD.ORG Precedence: bulk We have a X11 application developed with OpenWare's Object Builder. We successfully compiled it on our newly acquired HP 712/80 (HPUX 9.05) after getting our HP-UX Developer's kit. We can run it on a PC running PC-Xware remotely but can't run it locally on the 712. Any pointers as to what may be the problem. Thanks ---------------------------------------------------------------------------- _/ _/ _/ _/_/_/ InfoMagnetics Technologies Corporation _/ _/_/ _/ _/ _/ Gordon Sawatzky Tel: 204-989-4634 _/ _/ _/ _/ _/ 11-1329 Niakwa Road East Fax: 204-989-4640 _/ _/ _/ _/ Winnipeg, Manitoba _/ _/ _/ _/ Canada, R2J 3T4 e-mail: gord@infomag.mb.ca