Results 1 to 5 of 5

Thread: What's wrong with this block?

  1. #1

    What's wrong with this block?

    I made an very basic MCE. As soon as I insert the following block, it
    disappears from the list (I'm using the latest beta):

    Code:
    		<binding>
    			<name>Left Hand</name>
    			<conditions>
    				<trigger>
    					<controller>P1L</controller>
    					<action>press</action>
    					<threshold>.4</threshold>
    				</trigger>
    			</conditions>
    			<actions>
    				<mouse_button>
    					<which>left</which>
    				</mouse_button>
    			</actions>
    		</binding>
    Everything is copy-pasted from other MCEs.

    If you're unable to provide a proper user interface for customization at
    least produce a descriptive error message giving me a clue what's wrong.

    This is a bad joke guys... making an flashy MCE editor with Python and Qt
    would take about two weeks for a UI designer - coder pair. Hell, I'll do the
    UI for you if you want, for free, just sort out this MCE editing already...

  2. #2
    Administrator Danny's Avatar
    Join Date
    Jun 2011
    Posts
    707

    Re: What's wrong with this block?

    I'll ignore all of the slams and just answer your question. Absolutely nothing is wrong with that binding. It works perfectly.

    Also if the mce is formatted correctly you can use the xml editor in vs2010 express. Here's how: viewtopic.php?f=24&t=1162
    Danny Woodall
    Creative Director
    Sixense Entertainment Inc.

  3. #3

    Re: What's wrong with this block?

    Alright, I've attached the two files. As far as I can tell then only
    difference between them is the piece I pasted earlier. All tags
    are properly closed as I can collapse them in NP++.

  4. #4

    Re: What's wrong with this block?

    Well, apparently the second "!" in the line
    <!-- LEFT HAND --!>
    is the problem.

  5. #5
    Administrator Danny's Avatar
    Join Date
    Jun 2011
    Posts
    707

    Re: What's wrong with this block?

    It shows up as an error if you use vs2010 xml editor.
    Danny Woodall
    Creative Director
    Sixense Entertainment Inc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •