1
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by regor -On SMP/JSP you can manipulate handle lists, as far as I have seen there is nothing for that here.@pqytI don't see the connection with fb2K. Which feature are you referring to? I'm working on adding library support now.
Do you plan to add some kind of handle / handle list support?
You have callbacks and TF but they simply evaluate or pass hard-coded handles (now playing, etc.) or file paths. The selection methods for ex. just report indexes and file paths.
So that's why I ask about it, if you plan to implement handle lists, retrieving library items, etc. as objects, not only file paths.
Not that I'm requesting it, just asking if it's planned, . If someone expects to do anything more than simple UI elements, they will be needed. Creating something like Library Tree (SMP) for webview would be a nightmare or just impossible without a full handle/handle list implementation. I don't really think forcing to work with track paths for all methods is the way to go. But obviously it all depends on the scope you want for the component.
Quote
However, let me say that when you make such a significant change, you also give an indication for those who then use the plugin.I would say a version number including ALPHA or below v1.0.0 or several lines about breaking changes is indication enough, and it's a pretty reasonable assumption that people who write scripts should know what they are doing and understand those points.