Page 1 of 1

addin -nowarn

Posted: Tue Sep 27, 2016 10:26 pm
by tvonbrasch
Hi

when I install an addin using the command

Code: Select all

addin(type="global", menu = "Lager tabell fra Excel fil", proc="lagtabell",  desc="Lager tabell fra Excel fil", version="1.0") "./lagtabell.prg"

i get a warning that the addin is already installed.
1.JPG
1.JPG (32.44 KiB) Viewed 8548 times

However, if I add the nowarn option and use the command

Code: Select all

addin(nowarn, type="global", menu = "Lager tabell fra Excel fil", proc="lagtabell",  desc="Lager tabell fra Excel fil", version="1.0") "./lagtabell.prg"


i get the option
2.JPG
2.JPG (61.21 KiB) Viewed 8548 times

and nothing happens if I press OK.

Why is this?
Thomas

Re: addin -nowarn

Posted: Wed Sep 28, 2016 8:02 am
by EViews Gareth
We'll take a look.

Re: addin -nowarn

Posted: Thu Sep 29, 2016 8:36 am
by EViews Gareth
We can't replicate this. Are you running the addin command as part of a program?

Re: addin -nowarn

Posted: Tue Mar 27, 2018 9:13 am
by epikcoding
I'm having the same issue as tvonbrasch. I am running the add-in commands inside a .prg file inside an add-in package.

addin(nowarn, type="global", desc="Open Table", menu="Open Table") ".\Open_Tables.prg"

Re: addin -nowarn

Posted: Tue Mar 27, 2018 10:59 am
by EViews Steve
epikcoding wrote:I'm having the same issue as tvonbrasch. I am running the add-in commands inside a .prg file inside an add-in package.

addin(nowarn, type="global", desc="Open Table", menu="Open Table") ".\Open_Tables.prg"


What version of EViews are you using? Also, what is the build date? 32-bit or 64-bit?

Re: addin -nowarn

Posted: Tue Mar 27, 2018 11:08 am
by epikcoding
EViews Steve wrote:
epikcoding wrote:I'm having the same issue as tvonbrasch. I am running the add-in commands inside a .prg file inside an add-in package.

addin(nowarn, type="global", desc="Open Table", menu="Open Table") ".\Open_Tables.prg"


What version of EViews are you using? Also, what is the build date? 32-bit or 64-bit?

July 17th, 2017 Build. 64-bit.

Re: addin -nowarn

Posted: Tue Mar 27, 2018 11:09 am
by EViews Gareth
EViews 9 or EViews 10?

Re: addin -nowarn

Posted: Tue Mar 27, 2018 11:11 am
by epikcoding
EViews Gareth wrote:EViews 9 or EViews 10?


EViews 10

Re: addin -nowarn

Posted: Tue Mar 27, 2018 11:22 am
by EViews Steve
Ok we'll look into it. It'd be helpful if you sent me your AIPZ file (or whatever you have) so I can test it on my system and try to replicate your problem. If you can, please email it to support@eviews.com and reference this forum post in the email.

Steve

Re: addin -nowarn

Posted: Tue Mar 27, 2018 12:02 pm
by EViews Steve
Ok thanks for the file. I was able to reproduce the issue and I found the bug. It'll be fixed in the next patch.

Steve

Re: addin -nowarn

Posted: Tue Mar 27, 2018 12:05 pm
by epikcoding
Okay thank you! I guess we can expect the patch to come in April?

Re: addin -nowarn

Posted: Tue Mar 27, 2018 12:31 pm
by EViews Steve
epikcoding wrote:Okay thank you! I guess we can expect the patch to come in April?

Probably next week.