Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The send command

Status
Not open for further replies.

Anto35

Technical User
May 16, 2002
25
0
0
FR
OS : Unix
Tcl/Tk : 8.3.4

I don't undserstand why this code portion of a sub-process don't work:
send -async $appName puts "Bla bla bla"

I initialize appName in the caller with this command:
set appName [tk appname]

May somebody help me???
Thanx.
 
Here is the Message I get when the subprocess try to communicate with the caller

" X server insecure (must use xauth-style authorization); command ignored "
 
There is a rather detailed explanation of this on the Tcl'ers Wiki ( Start with "X server insecure (must use xauth-style authorization)," and follow the appropriate links. - Ken Jones, President
Avia Training and Consulting
866-TCL-HELP (866-825-4357) US Toll free
415-643-8692 Voice
415-643-8697 Fax
 
Hm. I just noticed that a couple of the links on the page I gave are either corrupted or incomplete. Well, another option is to check the comp.lang.tcl USENET archives from Google Groups (gttp://groups.google.com). Here are the results of doing a search on "xauth" and "send", - Ken Jones, President
Avia Training and Consulting
866-TCL-HELP (866-825-4357) US Toll free
415-643-8692 Voice
415-643-8697 Fax
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top