Automatically select custom tab [SOLVED]
-
On 09/10/2014 at 13:07, xxxxxxxx wrote:
Hi there,
I have a tag plugin with a custom group (tab) which I want to be selected when I start the plugin.
Any ideas on how to do this?
I guess it should be in my Init method, but I don't know how to access a group. -
On 09/10/2014 at 13:13, xxxxxxxx wrote:
In your .res file.
Put this inside the group's curly braces: DEFAULT 1;-ScottA
-
On 09/10/2014 at 13:41, xxxxxxxx wrote:
That does it, thanks Scott!!