Re: Getting a frames X window handle

1999-04-27 Thread Nathan Meyers
Michael Hope wrote: > > > I meant getting the window handle directly from the innards of Java. The > > > current program has some code ripped directly from xprop which searches by > > > name, but it takes a good 3-4 sec on a remote X server. > > > > Could part of the time issue be due to network

Re: Getting a frames X window handle

1999-04-27 Thread Michael Hope
> > I meant getting the window handle directly from the innards of Java. The > > current program has some code ripped directly from xprop which searches by > > name, but it takes a good 3-4 sec on a remote X server. > > Could part of the time issue be due to network latency? I'm not actually th

Re: Getting a frames X window handle

1999-04-26 Thread Jeff Galyan
Michael Hope wrote: > > I meant getting the window handle directly from the innards of Java. The > current program has some code ripped directly from xprop which searches by > name, but it takes a good 3-4 sec on a remote X server. Could part of the time issue be due to network latency? -- Je

Re: Getting a frames X window handle

1999-04-25 Thread Michael Hope
> > Hi. Ive written a small native interface that searches for a window given > > it's name, and then sets the MWM and Gnome hints on that window (ie stay > > on top, hide close button etc) Unfortunatly the search process is quite > > slow - can anyone recommend a nice way to get ahold of the wi

Re: Getting a frames X window handle

1999-04-25 Thread Nathan Meyers
Michael Hope wrote: > > Hi. Ive written a small native interface that searches for a window given > it's name, and then sets the MWM and Gnome hints on that window (ie stay > on top, hide close button etc) Unfortunatly the search process is quite > slow - can anyone recommend a nice way to get

Getting a frames X window handle

1999-04-25 Thread Michael Hope
Hi. Ive written a small native interface that searches for a window given it's name, and then sets the MWM and Gnome hints on that window (ie stay on top, hide close button etc) Unfortunatly the search process is quite slow - can anyone recommend a nice way to get ahold of the window handle dire