View Single Post
Posts: 383 | Thanked: 344 times | Joined on Jun 2013 @ Greece, Athens
#203
I have wrote this:
Code:
        onSignalEdge: {
            if (edge === "right3") //bottom right swipe
                        {
                            if (activeWindow === "Calculator")
                        {
                            utils.runProgram("WebOS Games")
                        }
But it doesn't open the WebOS Games... Is this how it should be written?

Even with your script I don't see any led or any behavior on BatteryGraph....

Last edited by bill_klpd; 2013-08-29 at 13:46.