Daniel Gonzalez
Comments
-
Furthermore, some users may need to define custom events that contain fixed length strings (e.g. 1s32) within Storyboard Designer's Custom Events dialog. This allows you to more easily incorporate ...
-
Sounds good, MartinSince I cannot reproduce the issue you are seeing, it would be very helpful. Looking forward to hearing from you. Daniel
-
Hi Martin, It sounds like it could be something specific to how your table is set up. Would you be able to contact support at support@cranksoftware.com and send your project along so we can take a ...
-
Martin, That's strange, I wonder if it could be the result of any padding or bounce being applied After some testing on my end, changing the yoffset of the table seems to work the best. I know you...
-
Hello Martin, Have you tried using the gra.table.navigate action to automatically scroll the table back to the first cell?You would just need to set Direction to the option Set and then set Row to...
-
Happy to help!
-
You will need to create a variable on your GDE and bind it to your Text Render Extension's X position attribute.In your Control's Properties tab, you can see the attributes of the Render Extensions...
-
Official comment
Hello Shawn, If I understand correctly, you are talking about a kind of Marquee Scrolling behavior.If so, please take a look at this post which goes over how to create one: https://support.cranksof...
-
Official comment
Hello Samar, Performance and optimization issues can be a little more involved. Could you open a support ticket by e-mailing us at support@cranksoftware.com and we can take it from there? Thanks,...
-
Official comment
Hello,The issue lies with the video sink being used. In order to use gstreamer-backend with an external render extension, 'appsink' needs to be used rather than 'xvimagesink', or any other sink.The...