using link field in external layout files
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/06/2011 at 20:38, xxxxxxxx wrote:
I've built my plugin to use GeDialog.LoadDialogResource() and it all works fine. The problem I have is I've added an Object Link field. It shows up fine in the gui but how do I access its contents?
I can understand if you build the link field internally in the CreateLayout function you can save the pointer for later access but how can I access the field when it's loaded externally. Is there a way to get the element by the ID?
- Carter
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/06/2011 at 21:44, xxxxxxxx wrote:
Not quite sure: Check out the AddCustomGui - Method in GeDialog.
I think this also works when loading an external ressource.Cheers,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/07/2011 at 09:25, xxxxxxxx wrote:
Unfortunately this just adds a link field after the interface loaded externally. This will work for now it just won't allow me to do my ideal layout.