0

MU and XML intergration

Hi ,

 

Is there any possibility for integrating mu with xml ? , I mean read the information from a xml file using some modules something like that ?

 

Thanks

7 comments

  • 0
    Avatar
    Kurian O.S

    And one more question I need to make text bold with gltext , is there any function like gltext.blod() some thing like that can do the magic ?

    and is there documentation for this gl lib ?

     

    Thanks

  • 0
    Avatar
    Kurian O.S

    anybody please help me :(

  • 0
    Avatar
    Alan Trombla

    Hi Achayan, sorry for the lack of quick response here.  We try to keep up on the Forums, but if you're in a hurry the best way to contact us is by email to support@tweaksoftware.zendesk.com.

    We'll look into this and get back to you, but I think the answer may be to define a new font that includes a bold weight in the specification.

    Alan

  • 0
    Avatar
    Kurian O.S

    Hi Alan,

     

    Thanks for the reply and sorry for making noise ;) , Is there any documentation available about the gl stuff which RVIO is using like gltext or gl .

    And need some help regarding xml too .

     

    Thank you

  • 0
    Avatar
    Jim Hourihan

    If you're using 3.10 look under the Help menu. Unfortunately, rvio scripts are not documented, but if you start the Mu API browser you can see the gl glu and gltext module functions. gltext only has a few functions. In order to get bold text you need a bold font ttf file to pass into gltext.init("/path/to/font.ttf") to use it.

         -Jim

  • 0
    Avatar
    Jim Hourihan

    As for XML integration. We don't have a general parser in there yet. The plan was to wrap the QtXML module for that, but we don't have it yet. I would suggest using expat or something external or if you're ambitious you could copy and hack the xmlrpc.mu module which parses  XMP-RPC xml blobs.

        -Jim

  • 0
    Avatar
    Kurian O.S

    Thank you Jim for the details and the API browser is cool , thanks :)

Please sign in to leave a comment.