Print Page | Close Window

Position information of object on graph

Printed From: MetaCase
Category:
Forum Name: MetaEdit+
Forum Description: All topics relating to MetaEdit+ or DSM
URL: https://www.metacase.com/forums/forum_posts.asp?TID=713
Printed Date: 27.Mar.2026 at 00:43
Software Version: Web Wiz Forums 12.05 - http://www.webwizforums.com


Topic: Position information of object on graph
Posted By: iceman
Subject: Position information of object on graph
Date Posted: 27.Jun.2013 at 11:30
I want to build a very simple user interface language with buttons,labels,textfield. The generated code is a xml file for example:

<screencomponents>
    <textfield y="100" x="50" width="924" textsize="50" >
        <part type="text">Please put on the SPO2 sensor as shown in the video.</part>
    </textfield>
    <video y="280" x="192" width="640" height="480">
        <path>SPO2Instructions.flv</path>
    </video>
    <button y="10" x="28" width="80" textsize="14" label="SKIP" icon="none" height="30" />
</screencomponents>

How can i get position information of the objects from the graph when I write the generator? Can you give a code sample for the above xml schema?



Replies:
Posted By: stevek
Date Posted: 27.Jun.2013 at 12:36
Please see the MERL http://www.metacase.com/support/50/manuals/mwb/Mw-5_9_1.html" rel="nofollow - Representation commands like x, y, width, height, left, top in the manual.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.05 - http://www.webwizforums.com
Copyright ©2001-2022 Web Wiz Ltd. - https://www.webwiz.net