Hey guys im the creator of voyagerCompass and some people complained they cant open my dialog.
This workshop addon is actually a single script these peope have been using. InfiStar requires you to whitelist idds but my dialog is being created without one (no description.ext config..). It is created inside the script.sqf itself. Like this:
with uiNamespace do {
nc_dialogDisplay = findDisplay 46 createDisplay "RscDisplayEmpty";
};
_display = uiNamespace getVariable "nc_dialogDisplay";
ctrlIDD returns Display #-1. Main Display (46) and -1 are already whitelisted but dont work here.
Hey guys im the creator of voyagerCompass and some people complained they cant open my dialog.
This workshop addon is actually a single script these peope have been using. InfiStar requires you to whitelist idds but my dialog is being created without one (no description.ext config..). It is created inside the script.sqf itself. Like this:
with uiNamespace do { nc_dialogDisplay = findDisplay 46 createDisplay "RscDisplayEmpty"; }; _display = uiNamespace getVariable "nc_dialogDisplay";
ctrlIDD returns Display #-1. Main Display (46) and -1 are already whitelisted but dont work here.
And a titleDisplay is also in use:
("compassTitle" call BIS_fnc_rscLayer) cutRsc ["RscTitleDisplayEmpty", "PLAIN"]; _display = uiNamespace getVariable "RscTitleDisplayEmpty";
Is there a way to whitelist the uiNamespace variable? Or are there other Methods or Whitelists.?
Share this post
Link to post
Share on other sites