Some minor quibbles...

Post your questions and help other users.

Moderator: Martin

Post Reply
zee
Posts: 13
Joined: 20 Jul 2013 18:01

Some minor quibbles...

Post by zee » 29 Jul 2013 08:50

Observed two minor things:
1. Has anyone tried the snippets? No? Are the two last ones correct? They use getInt and getString. I have not seen these function and get error if I use them.
2. Keyboard layout seem to vary in different areas (unnecessarily in my opinion). For example, renaming a flow gives you a keyboard without type ahead suggestions, while editing a script will provide you type ahead suggestions. I have seen similar things in other areas (but can't remember where). Maybe review usage of keyboard layout?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Some minor quibbles...

Post by Martin » 29 Jul 2013 18:22

Hi,

1. getString and getInt are only valid to access extras of an intent in trigger General Broadcast. putString and putInt only to set extras in actions Start Activity and Send Broadcast.
The next version will only show the snippets when appropriate.

2. Should be fixed in the next update.

Thanks & Regards
Martin

Post Reply