User Tag List

Results 1 to 3 of 3

Thread: iOS Ext Dev Question

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleUnicode Add-on
    Tim's Avatar
    Join Date
    Apr 2007
    Location
    NSW - Australia
    Posts
    390
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question iOS Ext Dev Question

    Hey fellow clickers,
    I was wondering if someone could give me some guidance.
    The other day I decided to start learning EDIF and iOS Extension Development as I have prior knowledge of Objective C.
    I feel like this is a stupid question but I guess unless I ask it, it will keep annoying me haha.
    So how to do you "Generate" a Condition to be true (Trigger it).
    For example in EDIF I would do this:
    Code:
    Runtime.GenerateEvent(0); //Replacing 0 with the appropriate index
    
    //And my conditions are:
    bool Extension::SomeCondition()
    {
        return true;
    }
    So how do I accomplish this with the iOS SDK?
    It's really the only thing stopping me from releasing my first iOS Extension

    Regards
    Tim Ellis

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    You can use :

    [ho generateEvent:code withParam:0]

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleUnicode Add-on
    Tim's Avatar
    Join Date
    Apr 2007
    Location
    NSW - Australia
    Posts
    390
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool, thanks Francois
    I'll be doing some tests and hope to have an early beta out that others can test

    Regards
    Tim Ellis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •