Corey B
Crank Storyboard Application Developer
Activity overview
Latest activity by Corey B-
Corey B commented, Hi Amol, Could you please clarify what you mean by "screens are not switched"? Are you trying to get your app to transition to another screen when you press on the first screen?
-
Corey B commented, No problem, happy to help clear it up. Good luck! Please don't hesitate to ask if you hit any roadblocks or need further clarification on anything.
-
Corey B commented, Hi Adam, I think the thing you're missing is that Storyboard's IO model is event driven. So you may be trying to search for data addressing schemes directly on the IO layer but you probably won't ...
-
Corey B commented, Hi Andrea, I have worked with Python on several projects and while I've considered generating bindings for optimization purposes, it may be unnecessary for most use cases. You can use the iogen co...
-
Corey B commented, Hi Cristian, You cannot change the nature of actions after they are created (eg. swapping a Lua callback action for a datachange action). However, you can change parameters of an action by binding...
-
Corey B commented, Also, have you taken a look at the AddressBook sample? It uses a scrolling table with fills for cell backgrounds, it might make a good comparison to what you are working on. It can be added to you...
-
Corey B commented, Sure, no problem. My email is cbigras at cranksoftware
-
Corey B commented, Ok, version numbers look good. Dang.. if that's how you imported I am stuck. I am not sure what would cause that, but hopefully another team member here has an idea and can comment. I just notice...
-
Corey B commented, If you are still unable to run the sample or my example, I would suggest creating a standalone example (or just a standalone layer and screen in your current project) where the table is by itself o...
-
Corey B commented, Ok, good to know the object notation is working for you. Sorry about leading you astray on that, it seemed like the most likely cause.