hyperPad hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login

    hyperPad 1.20 is here!

    Scheduled Pinned Locked Moved
    Announcements
    7
    21
    3.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • GameCRAZYG
      GameCRAZY @Aidan_Fire
      last edited by

      @aidan-oxley Absolutely! This is so weird!

      1 Reply Last reply Reply Quote 0
      • GameCRAZYG
        GameCRAZY
        last edited by

        All of a sudden it works! LOL

        1 Reply Last reply Reply Quote 0
        • RobinsonXR
          RobinsonX
          last edited by

          @GameCRAZY What? One of weirdest bugs yet! Why would your device do that...? 🤔

          1 Reply Last reply Reply Quote 0
          • GameCRAZYG
            GameCRAZY
            last edited by

            @Murtaza How do we use the new feature for Broadcast/Receive messages behaviors to communicate with Xcode?

            1 Reply Last reply Reply Quote 0
            • HamedH
              Hamed Admin
              last edited by

              @GameCRAZY It works similar to behaviours. In Xcode, you would broadcast a value with a key and you would create a receive behaviour with a key:

              [behaviours addReceiveKey:@"inAppPurchase" withBlock:^(NSString * purchaseId) {
                // in app purchase logic
                // ...
                // Tell behaviours that purchase was successfull
                [behaviours broadcastValue:@"success" withKey:@"purchaseComplete"]
              }]
              
              D Wazk MobileW 2 Replies Last reply Reply Quote 0
              • D
                Deeeds @Hamed
                last edited by Deeeds

                @hamed for you...

                0_1530989201885_ca9eeb31-5f67-4ed2-9f1a-35e7719fc24f-image.png

                HamedH 1 Reply Last reply Reply Quote 1
                • HamedH
                  Hamed Admin @Deeeds
                  last edited by

                  @deeeds look at argument to a function call. I don’t really get your point...

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    Deeeds @Hamed
                    last edited by

                    @hamed

                    Perhaps you have a better memory than me, and most others. I find Objective-C Block syntax notoriously, how do I say this nicely... obtuse, peculiar, arbitrary and mindbendingly hard to remember.

                    There's a quite famous little web site that features this information. I made it into an iPad wallpaper, so that it was always nearby, instantly. Just wake your iPad, and there it is.

                    1 Reply Last reply Reply Quote 0
                    • HamedH
                      Hamed Admin
                      last edited by

                      Goshdarnblocksyntax. I recognized it as soon as you posted it. No worries. It always trips me up too.

                      1 Reply Last reply Reply Quote 0
                      • Wazk MobileW
                        Wazk Mobile @Hamed
                        last edited by

                        @hamed
                        where would you have to put this code?

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post