Jump to content

Help with KODA


LOULOU
 Share

Recommended Posts

Output format:

You can create one of two types of XML data.

1. First - "finished" data, with required object tree structure. Refer Koda XML format for details.

2. Second - "simplified" intermediate format. You need only write info about objects as properties, final job (tree structuring etc) Koda will do itself. Append level="1" property to the form node in this case.

Example of simplified format:

<object type="TAForm" level="1" name="FormName">

<object type="TAButton" Name="Button1" Width="80" Height="24" Caption="My Button" CtrlStyle="1342242816">

</object>

Note, all 32-bit integers should be *signed* type!

I don't arrive to import external format. If someone have an example of that which work i would be very pleased.

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...