Search found 49 matches

by Shrek
Sun Feb 23, 2014 11:42 pm
Forum: Suggestions And Bug Reports
Topic: Help Authoring
Replies: 4
Views: 6435

Re: Help Authoring

Great stuff, one more thing, setting the help window title to 'My Plugin Help' would be better than the 'HTML Help' that appears.
by Shrek
Sun Feb 23, 2014 11:40 pm
Forum: Suggestions And Bug Reports
Topic: Add Group crash
Replies: 3
Views: 5447

Re: Add Group crash

Thanks, on MyBB forum software the option is called 'disable friendly redirect pages', from my end it is these pages that seem to take a long time to load.
by Shrek
Sat Feb 22, 2014 6:05 pm
Forum: Suggestions And Bug Reports
Topic: Help Authoring
Replies: 4
Views: 6435

Help Authoring

Getting the source to the compiled help would help with editing it afterwards to add custom images and url's. On the Index section options not filed in become N/A, it would be better to not create any reference at all if its not needed. Being able to pick a colour other than orange would be good. In...
by Shrek
Sat Feb 22, 2014 5:36 pm
Forum: Suggestions And Bug Reports
Topic: Add Group crash
Replies: 3
Views: 5447

Re: Add Group crash

It seems that at least one action must be defined in order to make any groups, the crash is still preventable though so maybe a dialog telling you 'an action needs creating first' rather than a crash and losing unsaved data :D
by Shrek
Sat Feb 22, 2014 5:11 pm
Forum: General Discussion
Topic: Path variable for dll dependency
Replies: 0
Views: 4568

Path variable for dll dependency

What s the variable for getting the plugins folder so to use a dll dependency, when an ams app runs it unpacks the plugins to a random folder in temp.

Edit: false alarm, __Plugin.GetPath
by Shrek
Sat Feb 22, 2014 4:34 pm
Forum: Suggestions And Bug Reports
Topic: Add Group crash
Replies: 3
Views: 5447

Add Group crash

When I add a group the application crashes, latest version on Windows 8 x64.

Also on the forum we have redirect pages after logging in and posting threads and dealing with Pm's, can we turn them off somehow?

Finally where do I find the formatting to see how to text with a hyperlink embedded?
by Shrek
Sat Feb 15, 2014 8:35 pm
Forum: General Discussion
Topic: __DLL.NewCallback & CreateThread
Replies: 2
Views: 5236

Re: __DLL.NewCallback & CreateThread

Thanks for that, sorting a ListView was a high priority for me and the thread was a bonus but at least the bonus is on its way :D
by Shrek
Fri Feb 14, 2014 6:04 pm
Forum: General Discussion
Topic: __DLL.NewCallback & CreateThread
Replies: 2
Views: 5236

__DLL.NewCallback & CreateThread

With this would that be the sort of pointer needed for the lParam of LVM_SORTITEMS? http://msdn.microsoft.com/en-us/library/windows/desktop/bb761227%28v=vs.85%29.aspx Also can we use this for the CreateThread function and if so would the lpStartAddress function be running without blocking the Lua th...
by Shrek
Mon Dec 23, 2013 8:33 pm
Forum: General Discussion
Topic: Structure Example / Subclass question
Replies: 4
Views: 6490

Re: Structure Example / Subclass question

Code: Select all

#if (_WIN32_WINNT >= 0x0600)
  UINT    state;
#endif 
what other constraints are already defined?
by Shrek
Mon Dec 23, 2013 7:37 pm
Forum: General Discussion
Topic: Structure Example / Subclass question
Replies: 4
Views: 6490

Re: Structure Example / Subclass question

thank you :)