Action Sheet

  1. 6 years ago

    kamranata

    5 Aug 2017 User since 2017

    Hi,

    How to use Action Sheet? Does it exists in Creo?

  2. marco

    6 Aug 2017 Administrator User since 2016

    Hi @kamranata, what about the Alertl class?

  3. kamranata

    12 Aug 2017 User since 2017

    Thanks for reply! But I cant use it :/

    I've tableview & added myActionSheet function to DidSelectCell event. myActionSheet function contains

    var alert = Alert("Title", "Hello, I am an Alert. Are you ready?", ["Maybe", "Yes", "No"]);
    alert.show();

    When I click on cell, get error like "Semantic Error. Identifier Alert not found."

  4. marco

    12 Aug 2017 Administrator User since 2016

    Hi @kamranata, I just tested your code with the latest beta version and everything worked as expected to me (as you can see from the screenshot). Are you sure to be using the latest b11 version?

  5. kamranata

    12 Aug 2017 User since 2017

    Thanks for fast reply! It worked, after update

or Sign Up to reply!