Jump to content

how can i import plugins from VW2010 into VW2014?


Recommended Posts

I have a handful of useful productivity plugins that a past co-worker of mine created. My new company has updated our software to VW2014 and I can't get the plug-in's to work. They carried over into my workspace but say that they are not in plug-in's folder, however I have placed them into the 2014 plugins folder.

Is there a simple way to update these .vsm files so that 2014 can read/recognize them?

Any suggestions?

Thank You!

Link to comment

Questioning wether the issue i'm seeing is related to the same depreciated calls

I'm having issues with vector script Modern Dialogs that work fine in 2014, but they are ?not working? in 2015.

The dialog seems collapsed in 2015.

I am wondering if it has something do to with the swap to cocoa. I'm running OS X Mavericks.

screenshots below:

https://www.dropbox.com/sh/0u0g3m6e4tpij75/AADsXpB8e4sFLPhazlCDvVtma?dl=0

The code is as follows:

dialog1 = vs.CreateLayout('Select From this list', False, 'OK', '')

vs.CreateStaticText( dialog1, kListBox1, "My test String", -1 );

vs.CreateControl(dialog1, 4, ImagePopup, 'displayName', 0)

vs.SetFirstLayoutItem(dialog1, 4)

vs.SetBelowItem(dialog1,4, kListBox1, 0, 0)

myInt = vs.RunLayoutDialog(dialog1, dialog2_Handler)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...