Control Add-ins and Version Compatibility–Update

  • Post comments:6 Comments
  • Reading time:2 mins read

Yesterday I posted a quick tip, which quickly got some comments about it being wrong. Since I know people who commented were unlikely to say something incorrect, I went to check on, because I myself experienced difficulties that made me write that post.

So, I analyzed to see who’s right and who’s wrong, or better yet – to see why different people might get different results.

Here’s the results.

(more…)

Continue ReadingControl Add-ins and Version Compatibility–Update

Overloading Methods With JavaScript Control Add-ins

  • Post comments:9 Comments
  • Reading time:5 mins read

Switching from C# to JavaScript to develop your control add-ins might get you scratching your head more often that your scalp, or nails for that matter, might be happy with.

One of those is overloading. In C#, this is a no-brainer:

However, when you want to do that in JavaScript, if you are not a JavaScript developer, making this work is not as straightforward as a regular JavaScript Joe would find it.

(more…)

Continue ReadingOverloading Methods With JavaScript Control Add-ins