[Tclplugin-core] [ tclplugin-Bugs-1534482 ] Server interaction not working under Linux
by SourceForge.net other posts by this author
Aug 4 2006 8:11AM messages near this date
[Tclplugin-core] [ tclplugin-Bugs-1704440 ] focus disapears in text widget in Firefox
|
[Tclplugin-core] [ tclplugin-Bugs-1396244 ] SHLIB_LD assumes gcc is linking
Bugs item #1534482, was opened at 2006-08-04 11:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113188&aid=1534482&group_id=13188
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jasper Taylor (jaspert)
Assigned to: Nobody/Anonymous (nobody)
Summary: Server interaction not working under Linux
Initial Comment:
I cannot use ::browser::getURL to get more pages from
the server! It works fine under Windows, but not under
32 or 64 bit Linux (FC5) with Firefox or Konqueror,
using version 3.1.0 of the plugin.
Here is the file I loaded (called tiny.tcl):
policy home
::browser::getURL index.html
Here is the error message shown in the browser:
An error occured during execution of this Tclet:
error
Stack trace:
error
invoked from within
"ReturnError $res"
(procedure "::safe::InterpInvokeAlias" line 27)
invoked from within
"::browser::getURL index.html"
("uplevel" body line 2)
invoked from within
"uplevel #0 {policy home
::browser::getURL index.html
}"
I have attached the log that appeared in the logwindow.
--Jasper
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113188&aid=1534482&group_id=13188
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tclplugin-core mailing list
Tclplugin-core@[...].net
https://lists.sourceforge.net/lists/listinfo/tclplugin-core
|