First impressions…

About Monkey 2 Forums Monkey 2 Development First impressions…

This topic contains 3 replies, has 3 voices, and was last updated by  Pakz 2 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2219

    EdzUp
    Participant

    Having a play with v1.0.0 of MonkeyX2 under Windows 10 I have a few things that seem rather odd or are missing, now I know this is alpha and everything is subject to change so here goes

    1. There is no way to quit an app from within the code or none that I could find. I tried the old MonkeyX Error command but its not recognised. I was using Keyboard.KeyDown( Key.Escape ) Then Error( “” ) but it errored out. Old C/C++ used Exit( value ) to quit out with a return value maybe something like Exit( value$ ) might help so we could push error strings out to the system or something of that ilk.
    2. Page Up and Page Down do not work at all in the editor so all navigation has to be done with cursor keys.

    Its not a bad system and I look forwards to road testing it as time goes on and I hope these things can be fixed or adjusted as time goes on.

    #2223

    Matthew Smith
    Participant

    EdzUp,

    Add this to your App Class:

    App.Terminate() does what you need here.

    #2224

    EdzUp
    Participant

    @Matthew Smith: thanks. I think App.Terminate is a good thing very Delphi where it was Application.Terminate 🙂

    #2232

    Pakz
    Participant

    I use this to exit the app. From my example git.

     

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.