Active
Project:
Layar
Version:
6.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 May 2011 at 12:06 UTC
Updated:
19 Aug 2011 at 12:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
smoothk commentedHi mato,
actions are currently not working correctly with the code provided by the module author.
I'm attaching my modified version of layar_plugin_style.inc as an example of the very rough solution I've come up with for now: basically you'll see that the actions are an array of objects, so they have to be structured like that in order work with the layar APIs.
Cheers!
Comment #2
juliusvaart commentedIs the patch for the 6.x-1.1 version?
Comment #3
smoothk commentedWhile it's not really a patch (it's just some custom code that does what I need, it's very specific!), yes, it's based on the 1.1 version.
Comment #4
juliusvaart commentedCan you post the parts that you changed/added? Maybe i can use it and add the possibility for actions.
Comment #5
firfin commentedHere is a git diff from file in #1 and 6.x-1.1
There seems to be more going on then just adding actions.
I have not tested this, just made the diff / patch. Like requested in #4.