Search code examples
genexusgenexus-sd

How can I change the "Application" class in execution time?


We had an idea of let the user choose their own backgroud image (between a set of predefined images) of our GeneXus generated app.

Is it possible to change the "Application" class programatically? It would be cool because we could change the "Application Colors" as well.

Our second option is to create a couple of Table classes with the backgrounds and change in the start event.

But it would be perfect if we could use different "Application" classes.

Is it possible?


Solution

  • Unfortunately there is no way to change the Application class in runtime. The best option is the one you describe: use a Table and change the Table's class.