user813958
user813958

Reputation: 61

Powered by ILNumerics

We are using the professional Version 3.0. In the ILPanel always the "Powered by ILNumerics" appears. Only when we are using local scenes ne wILScens(true) it disappears. Is there really a need to show this for the paid version always? I think the prama statement around this message is wrong or the HIDE_BRANDING variable has not been set correctly.

Thanks

Matthias

Upvotes: 4

Views: 379

Answers (1)

Haymo Kutschbach
Haymo Kutschbach

Reputation: 3362

Try:

scene.Screen.First<ILLabel>().Visible = false;

Upvotes: 2

Related Questions