08-17-2011 12:49 PM
Hello all.
I am working through the sample code provided in the webinar and slide deck found here: http://community.act.com/t5/Sage-ACT-Developer-s-Forum/Plugin-webinar-deck-and-recording/td-p/66945
I am using the code straight out of slides 13-15 to create a plugin that will allow me to add a tab to my contact view. My problem is with the bit of code on slide 14 that reads:
08-17-2011 01:24 PM
A bit of followup...
I can get the plugin to compile and work by commenting out the line containing ContactDetailView and the subsequent check for null, but I still don't know where that class is coming from or what that line of code is doing.
08-18-2011 06:19 AM
You'll be glad to know this looks like a very simple issue. There is no ContactDetailView class, there is a field for this but it's not relevant for this sample, ContactDetailView should be IContactDetailView, it looks as though it's just a typo in the slides, but I believe it should have also extracted a sample project, PluginAddTab.
09-01-2013 05:07 PM
when designing the plugin, is it possible to visually design the components rather than write code? or through loading a well designed windows form? how can i load a form if possible?