View Single Post
  #3  
Old 04-01-2008, 10:13 AM
JonSmith JonSmith is online now
Registered User
 
Join Date: 03-10-2008
Location: Chattanooga, Tn
Posts: 6
Quote:
Originally posted by kinook
[B]I hate to disappoint, but the existing object model documentation (which does list the entire API), sample user actions, and dozens of VBP actions implemented in script code are all that is available in this area.
I guess my biggest beef is that very little is explained in requirements, limitations and other nice to know details of writing custom actions. The example in VB.Net for example has a function with several args - is this required? Optional? What's the limits? The code is presented as-is with no explanatory comments and a bare minimum of trivial code (hello). Yeah I could probably spend a week playing around with variants to see what works and what doesn't, but it would be nice to have a fence so I don't *have* to expend that time. Like - can I call UI elements? What are the threading implications? In all honesty I probably wouldn't be so grumpy if I had a lot more time.
How 'bout some more meaningful examples with comments?
Thanks!
Reply With Quote