<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <image>
      <url>http://www.sitekiosk.com/Images/logo.gif</url>
      <link>http://www.provisio.com/</link>
      <title>Provisio Forum English</title>
    </image>
    <title>Provisio Forum English</title>
    <description>http://www.provisio.com/</description>
    <link>http://www.provisio.com/</link>
    <language>en-US</language>
    <copyright>PROVISIO</copyright>
    <item>
      <guid isPermaLink="false">9265</guid>
      <title>Activex Blocked by Sitekiosk (IE)</title>
      <description>Hello Support,

I am developing a web application where it uses an activex for printing the web page without prompting the user. The activex is working when the application runs in IE (version 6). But the following message is displayed when the application runs in Sitekiosk "Your current security settings prohibit running Activex control on this page. As a result, the page may not display correctly." I have already enabled "Load new activex" and "use activex controls". Below is the code I used in the webpage
&lt;code&gt;
&lt;script type="text/javascript"&gt;

function print_to()
{
	try{
		var OLECMDID_PRINT = 6;
		var OLECMDEXECOPT_DONTPROMPTUSER = 2;
		var OLECMDEXECOPT_PROMPTUSER = 1;
		var WebBrowser = '&lt;OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"&gt;&lt;/OBJECT&gt;';
		document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
		oldHandler = window.onerror;
		window.onerror = deal;
		WebBrowser1.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER);
		WebBrowser1.outerHTML = "";
		window.onerror = oldHandler;
		
		function deal()
		{
			WebBrowser1.outerHTML = "";
			window.onerror = oldHandler;
			return true;
		}
	} catch(e) {alert('error:'+e.message);}
}

&lt;/script&gt;

&lt;/code&gt;

Also please note that the developing web application is intend to run in local intranet and in IE6 only. 

Any help in this would be greatly appreciated.

Thanks in advance.

Regards,
Thomas Sen.</description>
      <link>http://www.provisio.com/CustomerSupportCenter/ArticleDetails.aspx?ArticleID=9265</link>
      <pubDate>3/13/2010 5:18 PM</pubDate>
      <author>sendecruz</author>
    </item>
    <item>
      <guid isPermaLink="false">9264</guid>
      <title>License upgrade from 6 to 7</title>
      <description>We have many terminals running SK 6.8.   I would like to upgrade these to SK 7. 

Is there a charge for the update?
Will we need to relicense/activate our existing terminals?
Would it be possible to roll all of our 6.8 licenses into a single 7 license?

Thanks,
Paul
</description>
      <link>http://www.provisio.com/CustomerSupportCenter/ArticleDetails.aspx?ArticleID=9264</link>
      <pubDate>3/12/2010 11:30 PM</pubDate>
      <author>pcousineau</author>
    </item>
    <item>
      <guid isPermaLink="false">9263</guid>
      <title>Jpeg on Start page</title>
      <description>My start page contains a jpeg from the web.  How can I enable Sitekiosk to allow this to load ?
I am getting an unauthorized function call error.  I tried adding the url of jpg to the access list.
There is nothing in the log file indicating why I am getting the error.</description>
      <link>http://www.provisio.com/CustomerSupportCenter/ArticleDetails.aspx?ArticleID=9263</link>
      <pubDate>3/12/2010 9:41 PM</pubDate>
      <author>Anonymous</author>
    </item>
    <item>
      <guid isPermaLink="false">9262</guid>
      <title>Upgrading from version 6.2 to 7</title>
      <description>Receive the following error when trying to upgrade a machine from 6.2 to 7.0:  "Error 1904.Module C:\Program Files\SiteKiosk\SiteCafeClient.dll failed to register. HRESULT -2147024769.  Contact your support personnel."</description>
      <link>http://www.provisio.com/CustomerSupportCenter/ArticleDetails.aspx?ArticleID=9262</link>
      <pubDate>3/12/2010 8:40 PM</pubDate>
      <author>tcadmin</author>
    </item>
    <item>
      <guid isPermaLink="false">9261</guid>
      <title>Machine hanging and ctrl-alt-del not working</title>
      <description>We are running SiteKiosk and it regularly hangs up.  I need some direction as to how to determine the problem.  The windows login screen will be showing on the computer; however, the CTRL-ALT-DEL key combination will not work (as if it has been disabled).  The user must restart the machine each day.

</description>
      <link>http://www.provisio.com/CustomerSupportCenter/ArticleDetails.aspx?ArticleID=9261</link>
      <pubDate>3/12/2010 7:07 PM</pubDate>
      <author>jhutchinson@bnd.com</author>
    </item>
  </channel>
</rss>
