Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Which classes will Jigloo instantiate as it parses my code?

classes code instantiate parses
0
Posted

Which classes will Jigloo instantiate as it parses my code?

0

As jigloo tries to render your GUI in it’s Form Editor, it needs to instantiate the visual classes used and also any classes which are used as properties of these visual classes. Also, if a method is called on a visual class then Jigloo will try and instantiate the classes passed as parameters for this method. However, Jigloo will not instantiate any other classes. If you find that Jigloo is instantiating a class that you do not want it to instantiate, add this class to the “Forbidden superclasses” list in the “Class creation” tab of the Jigloo Preferences Page. Hiding code from Jigloo. Surround a block of code with a //$hide>>$ and a //$hide<<$ comment and Jigloo will not parse that block. Useful for designing a GUI which only appears if a condition is true or false - hide the part of the conditional block which you don't want to design with Jigloo just yet. Or for making sure that Jigloo doesn't try and instantiate classes that you don't want to be instantiated (perhaps if they try a

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123