Follow caffeenemack on Twitter
CyberCafePro Version 6 Now Available! Download Now

Help Screen Fix IE 8

I was posed with the question on the CyberCafePro user forums regarding the help screen losing focus when it did not in the past.  With a new install of Internet Explorer 8 the CyberCafePro Client software must have IE8 as the default browser.

This is the case when using HTML in the CyberCafePro Help Screen.  Use of any other browser as at the default will result in the screen flickering, then the help window closing.

According to the CyberCafePro Development staff, this will be address in the release of the upcoming CyberCafePro Version 6.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

What's Going On..."; Echo $root; include("$root/wpconfig/connect.ini"); $root = getenv("DOCUMENT_ROOT") ; $cxn = mysqli_connect($host,$user,$password,$database) or die ("couldn't connect to server"); $query = "SELECT * FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 10"; $result = mysqli_query($cxn,$query) or die ("Cannot complete the Caffeene query"); while ($row = mysqli_fetch_assoc($result)) { extract ($row); $TITLE = $row['post_title']; $URL_LINK = $row['post_name']; $POST_DAT = $row['post_date']; $mydate = date("F j, Y", strtotime($POST_DAT)); echo ""; //row echo ""; echo "
"; } ?>

Caffeene Archives