Is there a way to have a dynamic place holder to call a specific widget that is embedded in a popup page. i tried this but it does not link is there a specific function for this? Below is what i tried not the full source code just the specific areas.
Path = concat("WidgetInterlock", Replace(\GetPhrase(Taglink), 0, 12, "-", "_");
GUITransform(12, 148, 579, 53,
1, 1, 1, 1, 1 { Scaling },
0, 0 { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Scope(\Code, "UserMethods", TRUE) \Path(\GetPhrase("FNK8JPMXx"
here is the code with the actual widget.
GUITransform(40, 156, 607, 61,
1, 1, 1, 1, 1 { Scaling },
0, 0 { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Scope(\Code, "UserMethods", TRUE)\Widget_Interlock_P_440(\GetPhrase("FNK8JPMXx",
Not sure why it added the smiley faces.