2

Full screen button , maybe the solution I was looking for since a while...

Finally I think that I've gotten a definitive way to nicely handle a fullscreen home menu button.

I was doing an Intranet project and i needed to have a nice "homepage" with full of informations on it, which are better looking on a fullscreen.

I wanted to have a home button on the left, to display fullscreen my intranet page, the same way i do it in the "on open" trigger for the application : openFullscreen(record(Intranet,first(select Intranet))).

Here is my solution :

1) create a table "Intranet" with all the information to be displayed fullscreen. Make it invisible

2) create a table "Home", add a form as the first view.

3) Here comes the magic : on the "Read if" trigger of this Home table : simply add openFullscreen(record(Intranet,first(select Intranet)))

Works like a charm.....

1 reply

null
    • Mel_Charles
    • 3 yrs ago
    • Reported - view

    Like it ! nice one

    Mel

Content aside

  • 2 Likes
  • 3 yrs agoLast active
  • 1Replies
  • 673Views