
Jamie Villeneuve
Comments
-
Hi Martin, It may be that there is a missing symbolic link in the filesystem so the Crank library cannot find the Wayland library.The suggestion is to try adding a symlink as follows: ln -s /usr/li...
-
Hi Andy, I don't see why not. I've attached a sample that includes a document outlining the process by which custom vector images, in SVG format, can be incorporated into a custom font and then use...
-
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...