Dan,

The PAUSE command includes OPTION parameters that allow adjusting the width and height of the button.

PAUSE 2 USING 'You MUST Enter Last Name!' +
CAPTION ' ' +
ICON INFO +
BUTTON 'Click here to continue ...' +
OPTION BACK_COLOR WHITE +
|MESSAGE_FONT_NAME Tahoma +
|MESSAGE_FONT_COLOR RED +
|MESSAGE_FONT_SIZE 12 +
|BUTTON_COLOR -16777216 +
|BUTTON_FONT_NAME Tahoma +
|BUTTON_FONT_COLOR -16777208 +
|BUTTON_FONT_SIZE 10 +
|BUTTON_FONT_BOLD ON +
|BUTTON_WIDTH 220 +
|BUTTON_HEIGHT 35

The DIALOG command does allow for the button widths to be increased, but not the height. For prompts to the user with buttons, where custom button heights are needed, it is best to use a customized variable form.

Very Best R:egards,

Razzak.


At 10:42 AM 7/17/2020, Dan Goldberg wrote:

I am playing with the command for forms which is working great.

PROPERTY RBASE_FORM SCALEBY 'FILL_SCREEN'

As I have handhelds now with different resolutions it works very good.

So now I want to scale or enlarge the dialog and pause boxes because they are still small. I can do the options to increase the font size manually but do not know how to increase the size of the buttons.

TIA

Dan Goldberg



--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1MUoHN-1kMYuA1n2f-00QlTM%40mrelay.perfora.net.

Reply via email to