Jamie Villeneuve
Comments
-
Official comment
Hello, Yes, we have a separate Storyboard Browser (WebKit-based HTML5 renderer) product that allows users to bring HTML content directly into a Storyboard Application and deploy it on an embedded t...
-
Hello, The key events for keydown, keyup and key repeat return the UTF-8 key code as well as a modifier for key combinations:http://resources.cranksoftware.com/cranksoftware/v6.0.0/docs/webhelp/ind...
-
Hi Yang,We did a test and what you are seeing is a memory leak. We have created a Problem Report (PR) internally to resolve the issue for an upcoming release. For the time being, I would recommend ...
-
Hello, Just to clarify, you are seeing a possible memory growth cloning and deleting groups? Cloning objects do make memory a little bigger. The question is are you seeing a memory leak? I'll run a...
-
Storyboard is designed around the concept of abstracting the UI from the system logic to provide a clean architecture. With Storyboard the standard solution for this would be to use a separate proc...
-
Hello Yven, Here is a link (Storyboard 5.3) which talks about using Storyboard IO. You will need to make sure that the channel the UI is listening on, in your case "my_channel" is what is used in y...
-
Can you give a link where I can read about the channels in the UI and the backend application match?
-
Hello Yven, It's difficult to tell exactly what the problem is without having a little bit more context. Storyboard IO on QNX depends on mqueue so if that service isn't running then you won't be ab...
-
Hello, The reason for those errors is because the Storyboard for Yocto Linux runtime is built using the fbdev (Framebuffer) driver backend for OpenGL ES 2.0 and the BSP likely does not have this su...
-
Thanks, Garry. Good information.Everything is working fine now.Bob