Support Request: USB

Reproduction

I connect an USB-stick that starts the filemanger - i quit the filemanger and remove the USB-Stick, after that I can't press Enter in the address link border any more - CTRL+ALT+F8 works - and i have to restart the computer to get Enter to work again.

I get it on windows 7 pro and XP pro

Description

Answer: (5)

Re: USB 10/12/2011 10:26 AM
Hello,

Thank you for your notification.

I was able to reproduce it and the issue is caused by the dialog that asks if you want to open the file manager when inserting the USB Stick.
I have forwarded the information to our developers to fix it.

If you need a workaround (disable the dialog that asks if you want to open the file manager):

Open the file “DriveRecognition.js“ at “…\SiteKiosk\Skins\Public\Media\FileManager\Scripts” with an editor (e.g. Notepad) and search for the function “AskForFileManager()”.

Delete the lines between the curly brackets {…} like this:

Before:

function AskForFileManager()
{
	mk_Quest = new Object();
	
	mk_Quest.ms_Yes = LoadString(46000);
	mk_Quest.ms_No = LoadString(46001);
	mk_Quest.ms_Question = LoadString(99000)
	mk_Quest.mb_Pro = false;
	
	mk_AskForFileManagerDlg = SiteKiosk.SiteKioskUI.CreateHTMLDialog();
	mk_AskForFileManagerDlg.URL = SiteKiosk.SiteKioskDirectory + "skins\\public\\Media\\FileManager\\Confirm.html";
	mk_AskForFileManagerDlg.Styles = 2148007936;
	mk_AskForFileManagerDlg.Width = 270;
	mk_AskForFileManagerDlg.Height = 130;	
	mk_AskForFileManagerDlg.Title = true;
	mk_AskForFileManagerDlg.Border = true;	
	mk_AskForFileManagerDlg.Icon = SiteKiosk.SiteKioskDirectory + "skins\\public\\Media\\FileManager\\Img\\Icons\\fms_ico.ico";
	mk_AskForFileManagerDlg.Type = "AskForFileManagerDlg";
	
	mk_AskForFileManagerDlg.AttachDispatch("mk_Q", mk_Quest);
	mk_AskForFileManagerDlg.ExStyles = 0;
	mk_AskForFileManagerDlg.Parent = SiteKiosk.WindowList.MainWindow.SiteKioskWindow.Window;
	mk_AskForFileManagerDlg.ShowDialog();
	mk_AskForFileManagerDlg.OnClose = AskForFileManagerClose;
	var lk_Dialog = mk_AskForFileManagerDlg;

	var callback = function() 
	{ 
		if(lk_Dialog)
			lk_Dialog.CloseDialog();
	}; 
	timeoutIds.push(window.setTimeout(callback, 15000));
}


After

function AskForFileManager()
{
}


Regards,
Michael Olbrich
Re: USB 10/12/2011 6:29 PM
ok - let me know when you get attention from the developers....

Regards
Re: USB 10/13/2011 10:54 AM
Hello,

They will try to fix it for the next SiteKiosk version.

Regards,
Michael Olbrich
Re: USB 5/22/2012 5:07 PM
Hi,
this problem is not fixed in the current version (8.1.640). Is a fix scheduled for the coming version 8.2?
Thanks
Re: USB 5/23/2012 9:51 AM
Hello,

I am sorry that it hasn’t been fixed yet but it is still on the list for our developers.

Regards,
Michael Olbrich
My Account
Login
Language (Tickets):