Re: [qooxdoo-devel] build warning:.. first argument is not a string literal

2016-04-21 Thread media
Hi thron7, well it works! thank you for your quick help. the FeatureConfigEditor is exactly what I Need. regards media -- View this message in context: http://qooxdoo.678.n2.nabble.com/build-warning-first-argument-is-not-a-string-literal-tp7588280p7588282.html Sent from the qooxdoo maili

Re: [qooxdoo-devel] build warning:.. first argument is not a string literal

2016-04-21 Thread thron7
Hi Media, On Thu, Apr 21, 2016 at 9:26 PM, media wrote: > Hi everybody, > > I always get a build message "- Warning: .. first argument is not a string > literal." > how it is programmed correctly or > is it possible to disable the warning? > > var checks = qx.core.Environment.getChecks(); > v

[qooxdoo-devel] build warning:.. first argument is not a string literal

2016-04-21 Thread media
Hi everybody, I always get a build message "- Warning: .. first argument is not a string literal." how it is programmed correctly or is it possible to disable the warning? var checks = qx.core.Environment.getChecks(); var keys = Object.keys(checks); for (var i = 0; i < keys.length; i++) {