ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> tclplugin-core
tclplugin-core
Re: [Tclplugin-core] can not input text/entry widget.
by Taguchi Takeshi other posts by this author
Nov 20 2003 10:19PM messages near this date
Re: [Tclplugin-core] can not input text/entry widget. | [Tclplugin-core] Tcl/Tk Plugin support for XP
I found another workaround.
Mozilla can Drag&Drop any links in the pages.
So Drag&Drop a link to tclet, then its tclet will get focus.
Please do not ask me "Why?" ;-)

By the way, I get other probrem.
I wrote following tag:
  <embed type="application/x-tcl" width="400" height="400"
    frameborder="NO" src="http://localhost/test.tcl"> 
and file test.tcl is as following:
  #!/usr/local/bin/wish8.4
  text .text
  .text insert 1.0 "Hello World!"
  pack .text

I've try to execute this tclet, but I got following error
message.

An error occured during execution of this Tclet:
invalid command name "<PRE> "
    while executing
"<PRE> "
    ("uplevel" body line 1)
    invoked from within
"upvelel #0 {<PRE> 
<HR> invalid command name "text"
    while executing
"text .text"<HR> 
<P> <B>OUTPUT BUFFER:</B></P>
#!/usr/local/bin/wish8.4
text .tex..."

I think this message means this tclet has evaled using tclsh rather
than wish interp.

Demo tclets in tclplugin demo pages are evaled normaly. but local one
is no. Why? What should I do?

Thanks.
--
T.Taguchi.



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Tclplugin-core mailing list
Tclplugin-core@[...].net
https://lists.sourceforge.net/lists/listinfo/tclplugin-core
Thread:
Taguchi Takeshi
Jeff Hobbs
Taguchi Takeshi
Taguchi Takeshi

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved