Results 1 to 8 of 8

Thread: Font Size Insanity again.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Queens, NY, NY
    Posts
    7,424

    Default Font Size Insanity again.

    Doing a prototype for an interface on a touch screen PC, so make the text and buttons larger.

    No Problem. Here it is in the designer.

    Click image for larger version. 

Name:	IDE.jpg 
Views:	163 
Size:	146.1 KB 
ID:	14343

    Looks great. It's displayed on a 1920 x 1080 display at 125%.

    EXCEPT that at runtime you get:

    Click image for larger version. 

Name:	running.jpg 
Views:	169 
Size:	134.9 KB 
ID:	14344

    not nearly so pretty.

    But Michael, you're doing it wrong.

    Code:
     
        Object oBtnFailX is a Button
            Set Size to 25 50
            Set FontPointHeight to 14
            Set Location to 118 481
            Set Visible_State to False
            Set Label to 'FAIL'
        
            Procedure OnClick
                 Set Visible_State of oTBXConfirmZ to True      
                 Set Visible_State of oBtnPassZ to True        
                 Set Visible_State of oBtnFailZ to True        
            End_Procedure
    
    
        
        End_Object
    I don't think so.
    Attached Files Attached Files
    Last edited by Michael Mullan; 23-Feb-2021 at 04:45 PM. Reason: fogot code tag
    Michael Mullan.
    Danes Bridge Enterprises.

    ++++++++++++++++++++++++++++
    There is just today. Tomorrow is a concept
    that is mostly theoretical. -- GM Wylie
    ++++++++++++++++++++++++++++

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •