Excel Plugin

Location to submit sample projects for Ams Plugin Maker
pairs
Registered User
Posts: 11
Joined: Fri Jun 14, 2013 8:59 pm
Location: Turkey
Contact:

Excel Plugin

Post by pairs »

Image

Project File
Excel.rar
(136.96 KiB) Downloaded 706 times
AMS Project File
Excell.rar
(227.73 KiB) Downloaded 675 times
Last edited by pairs on Fri Sep 20, 2013 5:43 am, edited 2 times in total.
User avatar
abood1987
Registered User
Posts: 69
Joined: Sat Jun 15, 2013 3:03 pm
Location: Egypt مصر أم الدنيا
Contact:

Post by abood1987 »

Image
pairs
Registered User
Posts: 11
Joined: Fri Jun 14, 2013 8:59 pm
Location: Turkey
Contact:

Post by pairs »

LuaCOM plugin plug-ins have chosen. LuaCOM plugin will need to select a fix in the next version.
User avatar
BadKaiPanda
Registered User
Posts: 95
Joined: Fri Jun 14, 2013 8:49 pm

Post by BadKaiPanda »

Maybe you should of made that clear at the start, a plugin that needs a plugin is not really a good start, try and build the luaCOM in to the plugin, there is LUA modules for it.
BunnyHop CDD Obscurer Post | Home Page
RizlaUK
Registered User
Posts: 7
Joined: Wed Sep 18, 2013 7:42 pm

Post by RizlaUK »

include LuaCOM as a resource and load from plugin directory ;)
pairs
Registered User
Posts: 11
Joined: Fri Jun 14, 2013 8:59 pm
Location: Turkey
Contact:

Post by pairs »

Plugin has been updated. There is no need to choose LuaCOM plugin.
User avatar
abood1987
Registered User
Posts: 69
Joined: Sat Jun 15, 2013 3:03 pm
Location: Egypt مصر أم الدنيا
Contact:

Post by abood1987 »

pairs wrote:Plugin has been updated. There is no need to choose LuaCOM plugin.

Image
pairs
Registered User
Posts: 11
Joined: Fri Jun 14, 2013 8:59 pm
Location: Turkey
Contact:

Post by pairs »

I tested it on another computer do not have any problem with the plugin. Plugin will not be part of the problem is selected to excel.
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post by Serkan »

looks like that is not a LuaCom error

Code: Select all

luacom.CreateObject()
if there was a problem with the luacom then ,error message should say , luacom is nil
but it says exel is nil , so an exel installation is required to run this plugin


@pairs
add some error handling code to your plugin

Code: Select all

if(exel==nil) then
 --error
end
you would better return an error value to the called action

and add a note to plugin descripton to indicate that this plugin requires Exel installation
User avatar
abood1987
Registered User
Posts: 69
Joined: Sat Jun 15, 2013 3:03 pm
Location: Egypt مصر أم الدنيا
Contact:

Post by abood1987 »

Serkan wrote:@pairs

and add a note to plugin descripton to indicate that this plugin requires Exel installation

+1
Post Reply