PDA

View Full Version : plugin -- seen but unused.


jassing
03-24-2007, 05:02 PM
I updated my plugin and SUF7 designer sees it; and correctly prompts me.
but when I run the resulting setup; it tells me that I'm trying to index a nil value.

Any clues?
-j

(system crash; so I had to regenerate the project & workspace files)

Adam
03-26-2007, 12:37 PM
What plugin are you referring to?

Adam Kapilik

jassing
03-26-2007, 01:11 PM
What plugin are you referring to?

Sorry, one I wrote.

it compiles fine, suf7 sees it; but I cannot use it.
I also get an odd error when loading the suf7 project (attached)

hoping that these vague clues might be enough to spark an "ah ha" moment...

Adam
03-26-2007, 01:20 PM
Doesn't lead me to zen moment. Hopefully a more experienced dev will see this thread and say "a ha"

Adam Kapilik

jassing
03-26-2007, 01:27 PM
Doesn't lead me to zen moment. Hopefully a more experienced dev will see this thread and say "a ha"

Perhaps a new forum? "the zen of plugins" ?

I'll not be holding my breath.... ;-)

cheers
-j

Adam
03-26-2007, 01:41 PM
ahh the ol' zen plugin forum suggestion.

we'll see

Adam.

Worm
03-26-2007, 02:10 PM
The XML error is usually cause by the XML being formatted improperly. The plugin would still work, but the intellisense wouldn't work in the IDE.

The other thing you should look at is that the function irPlg_IsValidLicense is returning a: TRUE

Other than that, you need a license file even if its blank. So if you plugin is named.

ReallyCoolPlugin.lmd

You need a file named:

ReallyCoolPlugin.lic


HTH