Search found 49 matches

by Shrek
Sat Mar 08, 2014 7:44 pm
Forum: Suggestions And Bug Reports
Topic: Intellisence
Replies: 0
Views: 4627

Intellisence

This is really good and is saving the most amount of time but I'm thinking that 'Notes' should be included within 'Arguments' so notes can be placed at the top or bottom of the argument in addition to underneath the description and perhaps probably for 'Code Examples' too. What I'm thinking is as ar...
by Shrek
Sat Mar 08, 2014 7:13 pm
Forum: General Discussion
Topic: memory functions
Replies: 10
Views: 10741

Re: memory functions

Lets start again.................. How do I get a pointer to a structure? How do I get the size of a structure? How do I free a structure? How do I create a buffer of x amount of bytes? How do I get a pointer to a buffer I created? How do I free a buffer I created? How do I put a string in a buffer ...
by Shrek
Sat Mar 08, 2014 4:44 pm
Forum: Suggestions And Bug Reports
Topic: __Window
Replies: 2
Views: 5149

Re: __Window

ahh, thanks.
by Shrek
Sat Mar 08, 2014 3:13 pm
Forum: Suggestions And Bug Reports
Topic: __Window
Replies: 2
Views: 5149

__Window

Code: Select all

myfunction = function(hdl)
 if  __Window.IsWindow(hdl) then 
   return true
 else
   return false
 end
end;
Error: attempting to index global __Window (a nil value)

Seems __Window is not loading so the Windows functions don't work.
by Shrek
Fri Mar 07, 2014 11:53 pm
Forum: General Discussion
Topic: memory functions
Replies: 10
Views: 10741

memory functions

Using the memory functions is a bit confusing as AMSPM does not correlate to the windows API all that well for example I was looking how to allocate a buffer then fill it with a string and get the pointer to use and get a pointer to a structure as defined in the winapi guides, looking at the button ...
by Shrek
Fri Mar 07, 2014 5:58 pm
Forum: Suggestions And Bug Reports
Topic: Add New Argument
Replies: 0
Views: 4694

Add New Argument

Type function is missing from the 'Lua Type' field, this is needed on action plugins for specifying a call back function.
by Shrek
Fri Mar 07, 2014 5:20 pm
Forum: Suggestions And Bug Reports
Topic: Edit Argument
Replies: 0
Views: 4596

Edit Argument

Setting 'Required' to false fails to work and always reverts to true when opening the editor again.
by Shrek
Fri Mar 07, 2014 4:49 pm
Forum: Suggestions And Bug Reports
Topic: Spellchecker
Replies: 1
Views: 4804

Spellchecker

I'm beginning to really like this tool but the more I use it the more I'm using the intellisense and the more I'm copy/pasting to spell check so a basic spellchecker like the one in NotePad++ would be a major improvement:

https://github.com/Predelnik/DSpellCheck
by Shrek
Fri Feb 28, 2014 9:23 pm
Forum: Suggestions And Bug Reports
Topic: Intellisence multiple return values
Replies: 1
Views: 4842

Intellisence multiple return values

I notice with the SQLite3 dll added to AMS the action wizard supports two return values, it would be quite useful to have this feature with AMS Plugin Maker.
by Shrek
Mon Feb 24, 2014 4:40 am
Forum: Suggestions And Bug Reports
Topic: Object Plugin: Events
Replies: 1
Views: 4758

Object Plugin: Events

When setting an event Event Arg Definition changes to Description and Description does not show in design view.