BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 HTML Cards
 movie_bigcover update
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 35 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

JDommi
Administrator

Germany
4635 Posts

Posted - 26 Apr 2011 :  19:30:29  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
IE9 unfortunately doesn't work under XP
For me personally that doesn't matter too much. But I will have a look at google about that problem.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 26 Apr 2011 :  19:44:44  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I don't know if that helps: (http://us.generation-nt.com/answer/bug-ms-gradient-fails-ie8-strict-mode-help-123232421.html)

quote:
The custom Microsoft Gradient filter does not display as expected in strict
IE8 mode when the style includes a background color, using Internet Explorer
8.0.6001.18702 on Windows XP SP3. The gradient works in IE7 mode, or if the
element does not have a background color, or if the element is a button.

See the extended example below.

<html>
<head>
<title>Gradient test in IE</title>
<meta http-equiv="X-UA-Compatible" content="IE=8">
<style type='text/css'>
.grad
{
color:yellow;
filter:progid:DXImageTransform.Microsoft.Gradient
(GradientType=0,StartColorStr='white',EndColorstr='blue');
background-color:green;
}
</style>
</head>

<body>
<h1>Gradient test</h1>
This is a test for a bug in Internet Explorer 8.
We expect to see a blue gradient instead of a green block in the table.
This works if you change IE=8 to IE=7 for X-UA-Compatible
*or* remove the background-color from the stylesheet.
(You must also allow "active content".)
<table class="grad" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr height="55"><td>Hello, world!</td></tr>
</table>
Note that buttons have gradient in IE8 mode even with a background color:<br>
<input type="submit" value="Hello, world!" class="grad">
</body> </html>



-
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 26 Apr 2011 :  19:49:03  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You could downgrade to IE7... That shouldn't have this bug...

Or you could try this one... That additionally a special declaration for IE8, but I don't believe that this helps in your case...

http://www.mediafire.com/?32prbo9b3h9c5g3

Strict mode isn't used on the document normally, it's in quirks mode written.

Edited by - Prinz on 26 Apr 2011 19:50:19
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 26 Apr 2011 :  19:57:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
IT WORKS !!!

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 26 Apr 2011 :  20:03:45  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Just to be clear. The modified general_functions.js works? Or did you downgrade, fix something yourself from the quote???
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 26 Apr 2011 :  20:14:53  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Your modded general_functions.js has done it!

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 26 Apr 2011 :  20:30:34  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
IE is sometimes really strange... that additional declaration is only for the IE8.

IE6, IE7 and IE9 need the other one... (All other browsers would need again 2 other declarations)

Edited by - Prinz on 26 Apr 2011 20:30:57
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 26 Apr 2011 :  20:36:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Fortunately XMM is only IE based...

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 26 Apr 2011 :  21:14:37  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Big *ROFL*
The bar now works great - until you have a movie that's bottom scroll position let see only a part of the bar.
On scrolling back the fill disappears again.
But fortunately on next movie it is okay again.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 26 Apr 2011 :  21:50:57  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
- Added the IE8 fix
- Added the IMDB C8 Link
- Fixed Aka titles if no release dates/certification are in the c9 field

http://www.mediafire.com/?9wab6fy4lw33yj6

@JDommi

Shoot the IE8
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 26 Apr 2011 :  22:04:51  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
<--- Getting the pump gun

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 26 Apr 2011 :  22:30:05  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Just as a test you could replace the following line in head section of the movie_bigcover.html file:

<meta http-equiv="Content-Type" content="text/html;">


with:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />


Maybe it helps...
Go to Top of Page

Radioactive
New Member

94 Posts

Posted - 26 Apr 2011 :  22:31:41  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
hy could you add to the mpaa.js that the fsk logo ab 0 jahre is visible when in the fsk is "o.A" (ohne altersbeschränkung)
becuase i think it nicer than ab 0 Jahre

and could you please put the fsk logo etc a litte higher to the title so you see on the first view for with age the movie is

Edited by - Radioactive on 26 Apr 2011 22:34:41
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 26 Apr 2011 :  22:50:13  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thx, Prinz, but that doesn't change anything.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 26 Apr 2011 :  22:57:04  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
This is "just" a layout fix for some cases

http://www.mediafire.com/?gygzcpds7zwi4g2

@JDommi

Sorry then I can't help you. The IE8 breaks so many things (changed many CSS stuff) ...
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 27 Apr 2011 :  07:13:38  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
As that happens now realy rare it doesn't matter ;)
The modded js has already done the most for me!

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 27 Apr 2011 :  11:01:31  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
This just a test for JDommi.

Try this one... Don't no if it helps at all.

http://www.mediafire.com/?pmw022v7lx4puv4
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 27 Apr 2011 :  12:15:56  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I will try after work @home!

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

JDommi
Administrator

Germany
4635 Posts

Posted - 27 Apr 2011 :  12:24:25  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
What do you think about adding this code to your settings window?
Translation could be copied to clipboard to be saved.
<html>
<head>
<title>Unicode text to HTML Entities and Vice Versa</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
/* <![CDATA[ */
	textarea {
		width: 100%;
		height: 20em;
	}
/* ]]> */
</style>
<script type="text/javascript">
/* <![CDATA[ */

/**
Created by Aidas Bendoraitis aka Archatas
toggle() is a function for toggling between Unicode text and HTML entities
*/
function toggle() {
	var objSomeText = document.getElementById("someText");
	if (objSomeText.value) {
		oDiv = document.createElement("DIV");
		if (objSomeText.value.match(/&.+?;/gim)) {
			oDiv.innerHTML = objSomeText.value;
			objSomeText.value = oDiv.innerText || oDiv.firstChild.nodeValue;
		} else {
			objSomeText.value = symbolsToEntities(objSomeText.value);
		}
	}
}
/**
symbolsToEntities() is a function converting Unicode text to HTML entities
*/
function symbolsToEntities(sText) {
	var sNewText = "";
	var iLen = sText.length;
	for (i=0; i<iLen; i++) {
		iCode = sText.charCodeAt(i);
		sNewText += ((iCode > 128 || iCode == 32)? "#" + iCode + ";": sText.charAt(i));
	}
	return sNewText;
}
/* ]]> */
</script>
</head>

<body>
<p>Input your translations here:<br />
<textarea id="someText">Here have to be the original (english) phrases
</textarea>
</p>
<p>
<button onclick="toggle()">Change</button>

</body>
</html>

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Prinz
Senior Member

Germany
1522 Posts

Posted - 27 Apr 2011 :  12:24:45  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Ok. If that file should work I also would like the to know what String you get if you add :

alert(navigator.userAgent);

somewhere in the movie_bigcover.htm
Go to Top of Page
Page: of 35 Previous Topic Topic Next Topic   Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.25 sec. Powered By: Snitz Forums 2000 Version 3.4.07