View Single Post
04/05/14, 12:28 PM   #8
Wukar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 27
So, the CreateControl doesn't seem to create a visual UI element, or should it?

When is either or used? Couldn't find a list of valid virtual names.
Code:
     CreateControl(string arg1, object parent, integer type)
        Returns: object apRet 

    CreateControlFromVirtual(string controlName, object parent, string virtualName)
        Returns: object apRet
Sigh, just the API is not too helpful ;-)
  Reply With Quote