Skip to main content
GMeur
Associate III
February 4, 2019
Question

[Bug Report] Interactions to change screen (from Custom Containers) don't work upon reboot of the Designer (4.10.0)

  • February 4, 2019
  • 3 replies
  • 1860 views

After having restarted TouchGFX designer and recompiled the code (without any errors), the couple interactions I had in my code to transition from one screen to another don't work anymore ? I've tried creating a new screen interaction and that one works just fine… Any idea what could be the cause and how to solve that issue ?

Thanks.

This topic has been closed for replies.

3 replies

Martin KJELDSEN
Principal III
February 4, 2019

Hi @GMeur​,

Which version of the designer are you using? It's not a problem i've ever experienced or received before. Can you share your project with me?

Thanks.

GMeur
GMeurAuthor
Associate III
February 4, 2019

4.10.0 (the latest version I believe). I sent it to you over pm. ;)

GMeur
GMeurAuthor
Associate III
February 5, 2019

What do you mean there are no interactions defined? They're defined in the container "BottomMenu", not on the "MainScreen".

Martin KJELDSEN
Principal III
February 5, 2019

Okay, you never shared that information :) Thanks

Alex K.
Associate II
February 8, 2019

@Guillaume Boulay​ :

you can configure a virtual function call and do the screen transition there.

The virtual function calls are not deleted in the current version of the designer.

Martin KJELDSEN
Principal III
February 11, 2019

Thanks for pointing that out, @AK.12.​. That could indeed be used as a workaround until we can fix the underlying issue.