Posts: 46
Threads: 14
Joined: Feb 2019
Reputation:
0
Location: Rochester, NY
What is the best practice to scale a form/application to the browser's screen size? I've looked and tried examples of Bootstrap, but the component selection is limited and I was not successful in modifying the examples to my need. All I really need to do is display a text message in a color and size of my choosing nicely in the center of the screen, be it iPhone, android, tablet, or laptop. Thanks.
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
You can use anchors and aligns to center content, or a simple template if this is all you need to do. There are examples of both in our demos (Guess centers things)
Posts: 46
Threads: 14
Joined: Feb 2019
Reputation:
0
Location: Rochester, NY
07-15-2020, 01:54 PM
(This post was last modified: 07-15-2020, 02:00 PM by davidbaxter.
Edit Reason: New information
)
Thank you. I brought Guess up, but it won't compile. It complains that IWCompFile.pas is missing. 15.2.3 is the version installed. I will try to learn from the .dfm file. Edit: took it out of the Uses section and it compiles. Will experiment with it. Thanks.
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
IWCompFile is a core file and Guess I dont believe uses it at all.
Do you have IWCompFile.* file on your system?