Sahil
Posts
-
How to implement translations (English + Hindi) in Storyboard projects? Hindi not displaying
Hi everyone, I’m trying to add multi-language support (English + Hindi) to my Storyboard project, but I’m facing issues. What I have so far: english.csv info_layer.altitude_title.text,Altit...
-
How to Trigger Animation from a Hooked Lua Function in Storyboard?
Hi everyone, I'm trying to trigger an animation using Lua in Storyboard. I have a function hooked up (e.g., to a button press), and I want the animation to start when that function is called. I’ve ...
-
How to Persist Last Visited Page and Theme (Dark/Light) in Crank Software GUI After Restart
Hi everyone, I’m currently working on a GUI project in Crank Software and I’ve run into a couple of challenges I’d really appreciate some guidance on: 1. Restoring the Last Visited Page In my app...
-
Help: Changing Text Color with Lua
Hi everyone! I'm working with Lua and want to change the color of text using Lua. Can someone please provide a detailed explanation or example code on how to do this? Thanks in advance!
-
Help with Making BP Gauge Needle Work in Crank Storyboard
Hello, community! I'm working on a project using Crank Storyboard, and I’m trying to simulate a BP (blood pressure) gauge. I need to make the needle of the gauge move dynamically based on input val...
-
How to create Volume Increase/Decrease and Wi-Fi Bars based on Strength in Crank Storyboard using LUA?
Hi everyone I want to make two features: 1️⃣ Volume Control: I want a Volume Up button and a Volume Down button. When I press them, the volume number should increase or decrease. A circle (s...
-
Issue with Screen Transition Animation Not Playing Before Screen Change in Crank Storyboard
I am trying to implement a screen transition effect in Crank Storyboard using Lua. The goal is to play an animation first and then switch to the target screen. However, when I run my script, the an...