Search found 189 matches

by Serkan
Sun Sep 22, 2013 1:46 pm
Forum: Suggestions And Bug Reports
Topic: Ams Plugin Maker can't work
Replies: 5
Views: 2845

Re: Ams Plugin Maker can't work

i think that this is fixed now ,but can i send you a private copy to make sure whether it is fixed although , i have a Windows 7 x64 Chinese Traditional VM , i can not test it without a dedicated keyboard i could use OSK but as a person who is familiar with LATIN character sets ,it is really hard to...
by Serkan
Sun Sep 22, 2013 11:34 am
Forum: General Programming
Topic: COM Initialisation via DllGetClassObject
Replies: 3
Views: 9381

Re: COM Initialisation via DllGetClassObject

Hi Kjeld I took a look at the article (pdf document) Author mentions about auto initialization of com objects at first , but article follows as exporting normal dll functions from a com object It simply turns into 'how to export a function from a VB dll' explanation to be honest , i did not fully re...
by Serkan
Fri Sep 20, 2013 7:27 pm
Forum: General Chat
Topic: Hellloooooo!
Replies: 4
Views: 11444

Re: Hellloooooo!

Welcome

It is nice to see you here
by Serkan
Fri Sep 20, 2013 7:24 pm
Forum: Sample Projects
Topic: Excel Plugin
Replies: 11
Views: 11801

Re: Excel Plugin

looks like that is not a LuaCom error 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 if(exel==nil) then --e...
by Serkan
Fri Sep 20, 2013 7:15 pm
Forum: Suggestions And Bug Reports
Topic: [Suggestion] Include Script
Replies: 3
Views: 2237

Re: [Suggestion] Include Script

That's a good idea i have already implemented a similar thing in another project in the past i could make it like below an action will load and excute a script ecryted and embeded with the plugin , for example __Plugin.ExecScript('scriptname'); so users can load scripts in the order they want , or b...
by Serkan
Sun Sep 15, 2013 8:37 pm
Forum: Suggestions And Bug Reports
Topic: [BUG] - Does not run as administrator
Replies: 9
Views: 3490

Re: [BUG] - Does not run as administrator

I think that ,The API used to run application as administrator has exceptions on different systems Because of these side effects ,this system has been abandoned Application will require administrator privilege with the manifest in next version This will ensure application to gain administrator right...
by Serkan
Fri Sep 13, 2013 9:17 pm
Forum: Suggestions And Bug Reports
Topic: [BUG] - Does not run as administrator
Replies: 9
Views: 3490

Re: [BUG] - Does not run as administrator

Same report have been made by others but , it could be system specific
I am still investigating to find reason of this issue
it will defitely be fixed but currently, can not reproduce this behaviour on any of test systems
by Serkan
Fri Sep 13, 2013 9:07 pm
Forum: Suggestions And Bug Reports
Topic: More examples
Replies: 4
Views: 2574

Re: More examples

Hi There will be a big change on the program structure A module system will be added to the APM and it might be available in version 1.1 or 1.2 The module system will be like action plugin support of AMS but this system will not use external libraries There will be a new panel that will list availab...
by Serkan
Fri Sep 13, 2013 8:44 pm
Forum: Suggestions And Bug Reports
Topic: [BUG] - Crash on Add Icon
Replies: 2
Views: 1591

Re: [BUG] - Crash on Add Icon

This has been fixed.
by Serkan
Fri Sep 13, 2013 8:41 pm
Forum: Suggestions And Bug Reports
Topic: [Bug] - Action Pane | Newline
Replies: 1
Views: 2264

Re: [Bug] - Action Pane | Newline

This has been fixed.