Is there a way to add simulator-only buttons and images in a TouchGFX app, maybe through the use of a skin?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-18 9:03 AM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-19 1:19 AM
Hi,
You could do this through code. What are you trying to do ? seems interesting.
/Romain
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-19 2:09 AM
Easy way to do it is to wrap particular code (UI components and logic) in something like:
#ifdef SIMULATOR
//...
#endif
