Creo Player Alert Class

  1. 6 years ago

    Joel_Eisenstat

    20 Jun 2017 User since 2016

    Good morning,
    Thanks for the Alert class. It is not in sync with Creo player, hangs the app. Ok for the simulator.

    Joel

  2. marco

    20 Jun 2017 Administrator User since 2016

    @Joel_Eisenstat which code are you using?
    The right one should be:

    var alert = Alert("Title", "Description", ["OK"]);
    alert.show();
  3. Joel_Eisenstat

    20 Jun 2017 User since 2016

    Alert("New Patient","").show();

  4. Joel_Eisenstat

    20 Jun 2017 User since 2016

    Tested with above code , Player gives a runtime error

  5. Joel_Eisenstat

    20 Jun 2017 User since 2016

    Updated player ok - download defaults to 1.05

  6. marco

    20 Jun 2017 Administrator User since 2016

    There is a small issue (already fixed in our internal version).
    So please add a default OK button to your code:

    Alert("New Patient","", "OK").show();
  7. Joel_Eisenstat

    20 Jun 2017 User since 2016

    Thank you

or Sign Up to reply!