Hi, how can I use an interface thru several application parts without getting
Attempt to block load-time dependency of class foo.Bar to foo.IInterface messages? Here's why: Basically I need some way to mark certain classes to provide a feature. Technically these features get expressed by a simple integer value by an external backend. So 0x0008 is for feature X and 0x4012 is for feature Y. These numbers are not easy to remember, so I'd like to use constants for that - just for code readability. Using constants instead of these numbers leads to the same problem like with the interfaces above. Looks like some "load-time" features need to be "part self containing". Or there's something wrong on my side. I could include these constants from an external js file, but then I've to get rid of hundreds of "unknown global" generator errors. There seems to be some "allowed-globals" key in the lint checking section, but no matter where I put it, they don't go away. Any ideas? Cheers, Cajus
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho
_______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel