How to opening another window from the startup window?

  1. 8 years ago

    Trisha Duke

    18 Jan 2016 User since 2016
    Edited 8 years ago by Trisha Duke

    Hi just install the beta and have a play with it. pretty impressive.

    i create one window with a picture and a button to open another window.

    what do i need to do in the code to open the second window???

  2. marco

    19 Jan 2016 Administrator User since 2016

    We haven't yet documented how to perform that operation because we are both finishing the Actions panel (that will enable you to perform common operations without the need to write any code) and we are also finishing the underline source code engine.

    In the meantime if you have a Button1 inside a Window1 and you want to open a Window2, in the Button1 action even you should write:
    Window1.open(Window2);

  3. marco

    19 Jan 2016 Administrator User since 2016

    There is now a simple tutorial: http://blog.creolabs.com/2016/01/19/hello-world/

  4. Trisha Duke

    19 Jan 2016 User since 2016

    @marco Window1.open(Window2);

    i was using Window2.show;

  5. Trisha Duke

    19 Jan 2016 User since 2016

    working using 'Window1.open(Window2);' !!

or Sign Up to reply!