Operating System - HP-UX
1833858 Members
3510 Online
110063 Solutions
New Discussion

Re: XC-APPGROUP not supported

 
Jolivet
Occasional Contributor

XC-APPGROUP not supported

I try to use Hummingbird XWEB on a PC NT4 with a X11 application on HPUX 11.

But I have the message "Cannot perform embedding XC-APPGROUP not supported"

Is X11 extension "Application Group" available on HPUX 11 ?

Michel
4 REPLIES 4
Alex Glennie
Honored Contributor

Re: XC-APPGROUP not supported

If its an Xserver extension it wouldn't matter if it was ..... your PC is running it's own Xserver and it's this I presume its complaining about.

Not heard of this extension under hpux fyi you can use xdpyinfo to check on hp systems.

I haven't played with Xweb before .... I'll check their web site in case they have a trial version .....

back later if I find anything.
harry d brown jr
Honored Contributor

Re: XC-APPGROUP not supported

Look at this, and see if you need to install opengl:

http://www.hp.com/workstations/support/documentation/technotes/hpux/rel_notes/OpenGL11.0.html

Live Free or Die
Alex Glennie
Honored Contributor

Re: XC-APPGROUP not supported

Ooops .... xdpyinfo | grep -i xc-appgroup shows it is a valid hpux extension but as you are using Hummingbirds s/w you should note the following :

An extension consists of two parts - whatever code is needed within
the Xserver, be that a workstation, Xterminal, or PC Emulator, and
client-side (host) libraries to enable applications to use those
extensions. The vendor of the Xserver is responsible for providing
the extensions in the Xserver. These can be seen by doing an
xdpyinfo.

Xweb looks like it uses LBX and relies on X11R6.3 stuff so I'd make sure you have the latest Xserver patch PHSS_23566 installed and the latest Motif patch maybe a good idea too but I'm really not too sure why you get the error ? Nothing on Hummingbirds web site that I could find.

What's the application causing the problem ? Is it this that generates the error or Xweb ?
Jolivet
Occasional Contributor

Re: XC-APPGROUP not supported

xdpyinfo gives nothing about xc-appgroup on my system ?

I found description of the patch PHSS-23566 but nothing about appgroup and I didn't find the place to download it !

Precisions : the X application is xclock.
xclock appears on the PC NT in a exceed session window. But it should appear embedded in internet explorer browser. I think it does'nt because of the error XC-APPGROUP.

Michel