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.....
2 replies
-
Like it ! nice one
Mel
-
Nice information
Content aside
-
2
Likes
- 5 mths agoLast active
- 2Replies
- 742Views
-
1
Following