Pulley
Pulley copied to clipboard
Pulley drawer content can lock all events programmatically?
Hello. I am trying to block / unblock all events programmatically. How can I do it?
What kind of events?
What kind of events?
For example, events that allow expansion to collapse open. In a few words, the drawer content can not be expanded.
Override the drawer delegate and return only 1 supported drawer position in the appropriate delegate. When changing what is returned there make sure and call the appropriate method to notify pulley that you updated the supported drawer positions.
Will this work at runtime?
Yes. It can be changed whenever you want as long as you call the method on Pulley to tell it that it changed.
OK thank you for your time. I'll try
Perfect, it worked correctly. Thank you very much, greetings from Colombia.
how did you do the above. Kind of lost, trying to achieve the exact same thing.