BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Suggestions / New Features
 is there a way to

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
dhochh Posted - 10 Jul 2016 : 18:32:31
get the subset on subgenre to use conatains vs like?
4   L A T E S T    R E P L I E S    (Newest First)
JDommi Posted - 28 Aug 2016 : 20:04:42
Update on that.

I have found here a workaround: http://www.jqueryscript.net/demo/jQuery-Plugin-To-Select-Single-Word-Within-An-Element-GetWordByEvent/
You only havbe to download jquery.get-word-by-event.js and modify the card a little...
example:
<html>
<head>
	<title>GetWordByEvent jQuery plugin example</title>
</head>
<body>
    <blockquote id="click-text">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</blockquote>
	<script type="text/javascript" src="./GetWordByEvent jQuery plugin example_files/jquery-1.7.2.min.js"></script>
	<script type="text/javascript" src="./GetWordByEvent jQuery plugin example_files/jquery.get-word-by-event.js"></script>
	<script type="text/javascript">
		// <![CDATA[
		$('#click-text').getWordByEvent('click', function(event, word) {
			alert(word);
		});
		// ]]>
	</script>
</body>
</html>


I will try to have a look tomorrow. Should not be very difficult to implement. Anyway the like instead of the contains is still a problem.
JDommi Posted - 10 Jul 2016 : 20:48:35
Well, that this command works for subgenres, too, I didn't know until now.
One thing new that i have learned

_MOVIE_SUBGENRE_ contains the whole subgenre string. You can split/examine it by a javascript function. When you have a look at the movie_bigcover.htm you will see such a processing multiple times.
dhochh Posted - 10 Jul 2016 : 20:30:30
window.external.COLLECTION_SUBGENRECLICK('_MOVIE_SUBGENRE_')

above code in movie card creates a subset with like of the subgenre but if multiple subgenres exist for a movie it is not displayed...

i.e. if a movie A has action and classic as subgenre and i have movie b with subgenre action and i click on its action subgenre in the card (it executes above code, but gives "like" and it would be better if it were contains.
JDommi Posted - 10 Jul 2016 : 19:18:51
Thought around the corner... you think of filtering the grid by subgenre?
Sorry, but I don't really understand what you are talking about. Explain it better, please.

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.07 sec. Powered By: Snitz Forums 2000 Version 3.4.07