Notifications
Clear all
[Closed] initialRolloupState in plugins
Jan 16, 2011 10:45 am
Does anyone know how to actually set it up?
I thought I did, until last week, now I’m stuck.
As I used to do it, lets say we have 3 rollouts:
- the second and third closed on start, so the rollupstate bits would be:
110 = 6 (initialRollupState:06) - first closed, the other open
001 = 1 - first and third open, second closed
010 = 2
And that’s how it worked for me.
I had a plugin with 4 rollouts – wanted only the second rollout open:
1101 = 13
This worked. Now I added a 5th rollout that I also want to be closed at the beginning (rolledup)
11101 = 29 right?
Well it doesn’t work – the fifth rollout is opened at start
I also tried 0x1D which is 29 in Hex – no luck
Any ideas?
1 Reply