theuserbl

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: How API-stable is Monkey2 #15561

    theuserbl
    Participant

    Thanks for your help.

    I think Monkey2 is for beginners, so it needs an easy start for beginners.
    I have in the meantime looked at the calculator example, but your example is a lot easier.
    I have a little bit played with it.

    A xml description file could look like

    That could be used as intermediate langaue for an GUI-designer. Or as additional language like Microsoft doing it with XAML for its WindowsPresentationFoundation.

    This XML-code is only a how it could look like, but currently ignored the

    dockingView=New DockingView
    dockingView.AddView( label,”top” )
    dockingView.ContentView=button

     

    That xml-file should then generate automatically (or compiled to) the file ButtonDemo_ui.monkey2

    And the written code would then be in the file ButtonDemo.monkey2

    Greetings
    theuserbl

Viewing 1 post (of 1 total)