Reply to thread

In theory, this window supports opening with a parameter, but! It does not currently process parameters. You can certainly add, but you need to understand what to pass as a parameter and what result to expect if the parameter is passed.

[CODE=csharp]public class TVProgramInfo : GUIInternalWindow

..

public class GUIInternalWindow : GUIWindow

..

protected string _loadParameter = null;[/CODE]


Top Bottom