Operating System - HP-UX
1833771 Members
2227 Online
110063 Solutions
New Discussion

Re: Find out windowId by partial name

 
Locher
Occasional Contributor

Find out windowId by partial name

Hello

How can I find out the windowId when I only know part of the window name?

citrixWIDGET=`xwininfo -root -tree | grep "$CITRIX_WINDOW_TITLE_PART"`

takes 10 seconds. Isn't there a faster way?
xwit would be faster but does not return the windowID.

Matthias
By idealist, save environment
2 REPLIES 2
Paula J Frazer-Campbell
Honored Contributor

Re: Find out windowId by partial name

Hi

This may help:-

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x46c4d08cc06fd511abcd0090277a778c,00.html

Paula
If you can spell SysAdmin then you is one - anon
Locher
Occasional Contributor

Re: Find out windowId by partial name

Thanks

But there isn't a solution to find out the windowId by partial window name faster than my previous command.
By idealist, save environment