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)
Professional Software Development Tools
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)
(Click here to contact me)
Providing Independent Professional Consulting Services for
IndigoRose products, World Wide.
Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)
What plugin are you referring to?
Adam Kapilik
(Click here to contact me)
Providing Independent Professional Consulting Services for
IndigoRose products, World Wide.
Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)
Doesn't lead me to zen moment. Hopefully a more experienced dev will see this thread and say "a ha"
Adam Kapilik
(Click here to contact me)
Providing Independent Professional Consulting Services for
IndigoRose products, World Wide.
Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)
ahh the ol' zen plugin forum suggestion.
we'll see
Adam.
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