mce

Learning to create Windows MCE plugins

I am currently mostly a Java Developer, and would like to know if one would be able to creating Windows MCE plugins for popular services using a language like C#? Where would i find resources to learn how to write MCE plugins using C# if at all possible? ...

Developing a epg guide for mce

Hi there I am looking for some resources on how to create an epg guice for microsoft media center. Any tips appreciated. Chev ...

Getting recording status in Win Media Center 7

I am using a Hauppauge HD-PVR with Windows 7 Media Center (using DVBLink to connect them). I'd like to write a small application to check if the system is currently recording and if not perform some action. Which classes do I use to get this status? I've read the docs but the solution is not immediately obvious to me. Thanks! ...

TinyMCE loading incomplete whil eusnig multiple instances on one page

hello everyone having problems with TinyMCE while Loading multiple instances on a single page using this option and using the class name on the html page mode : "specific_textareas", editor_selector : "Editor", theme : "advanced", the problem is every instance (text editor) uses the same class name but when loading the page, few o...

tiny mce toolbar icons conflict with jquery UI icons

I have a div with another div holding three icons from Jquery UI. Inside parent div, there is a tiny mce instance. When I click on any button of tiny mce, it is moved down and it its place, Jquery UI's icon is displayed. Can anybody help me, to sort this out ? Thanks in advance. ...

How to customize layout of tiny mce instance

I want to remove the gray bar at bottom which holds the tool bar for the mce. I have removed the tool bar, but the placeholder for toolbar is still visible. I tried to remove it by using option mode : "exact", theme : "advanced", elements : "textAreaId", theme_advanced_buttons1 : "", theme_advanced_button...

wordpres editor (tiny mce) and inline header tags

hi, I am using wordpress for a site, I want to created a couple of sizes of text on the same line with h1 and h2 tags. The problem is when I try and create the h2 on the same line it changes the whole line to h2. Now if I was doing this I could just switch to source and edit but the person editing may not have the technical ability to ...

MCE remote control and JAVA

hey i barrow an MCE remote control from a friend , i am trying to control a swing application using MCE remote control. i am listening to KeyEvent (keyboard) coming from the Remote Control i have no problem with basic buttons like up down left right ,ok pressing other buttons will process KeyEvent with a KeyCode of 0 other button will ...