Page 1 of 2

Here is the first object plugin made with Plugin Maker

Posted: Sat Jun 22, 2013 9:17 pm
by Admin
A sample object plugin is available that is created with this application
Its and object plugin named WindowsButton a Windows Button control example
similar to build-in WinButton object plugin , but this plugin was created with Lua code ;)

Attached zip archive contains source lua scripts ,so you can open that files and see how this plugin works with lua code ,i have also added some comments to explain some parts

Note: normally these scripts remain in project file , and can not be viewed without application , that was the reson of separate script files

Please read ReadMe.txt (in zip archive) before doing anything with the files in the attached zip archive

Re: Here is the first object plugin made with Plugin Maker

Posted: Sat Jun 22, 2013 9:34 pm
by abood1987
:idea: that is good but the Event "On Click" Does not work yet

Re: Here is the first object plugin made with Plugin Maker

Posted: Sat Jun 22, 2013 9:46 pm
by kadir_lua
Yes. i tested this plugin but On Click Event does not work.

Re: Here is the first object plugin made with Plugin Maker

Posted: Sat Jun 22, 2013 9:53 pm
by Admin
Ok, That one is fixed now , download attachment in first post again and test

Re: Here is the first object plugin made with Plugin Maker

Posted: Sat Jun 22, 2013 9:59 pm
by abood1987
:idea: Ok but the Sounds Does not work highlight and Click

Re: Here is the first object plugin made with Plugin Maker

Posted: Sat Jun 22, 2013 10:06 pm
by Admin
abood1987 wrote:Ok but the Sounds Does not work highlight and Click
This is a windowed object and windowed objects do not work like buil-in button object
if you want to play sound on mouse events then you should do it in your plugin

cursor and sound effect options of AMS are not for windowed objects

was other windowed object plugins play sound effects :?:

Re: Here is the first object plugin made with Plugin Maker

Posted: Sat Jun 22, 2013 10:08 pm
by abood1987
ok what about the tooltip ? :lol:

Re: Here is the first object plugin made with Plugin Maker

Posted: Sat Jun 22, 2013 10:28 pm
by abood1987
ok what about the tooltip ?

Image

Re: Here is the first object plugin made with Plugin Maker

Posted: Sun Jun 23, 2013 12:06 am
by milano88
thanksss

Re: Here is the first object plugin made with Plugin Maker

Posted: Sun Jun 23, 2013 1:06 am
by BadKaiPanda
Hey man, I will give this a good rest for you tomorrow, seems we have a ams specialist member here.

What things would you like testing ? Any events you would like testing ?