Monday, June 27, 2022

Tip of the Day: Adjusting the Default Font of the BLOB Editor's Text Tab
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.4.20616 or higher
Sections......: Commands
Keywords......: BLOB Editor, Default, Text, Font

Did you know that you can adjust the default font of the BLOB Editor's "Text" tab?

Additional PROPERTY command parameters have been introduced to alter the default font for the Text tab page of the BLOB Editor:

PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_NAME 'Value'
PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_SIZE 'Value'
PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_BOLD <ON|OFF>
PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_ITALIC <ON|OFF>
PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_UNDERLINE <ON|OFF>
PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_STRIKEOUT <ON|OFF>
PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_NORMAL ' '

The commands will update the default settings, so values passed are "saved" once the BLOB Editor is closed. The DEFAULT_TEXT_FONT_NORMAL parameter uses a normal font for the Text page, removing any bold, italic, underline, and strikeout style in place.

When opening the BLOB Editor using the RBBEDIT command, the PROPERTY commands must be executed first, before launching the BLOB Editor. When opening the Data Browser using the BROWSE/EDIT commands, the PROPERTY commands must be executed first, before launching the Data Browser.

Example:

PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_NAME Verdana
PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_SIZE 10
PROPERTY BLOB_EDITOR DEFAULT_TEXT_FONT_BOLD ON

Very Best R:egards,

Razzak.

R:BASE Technologies, Inc.
https://www.rbase.com


--
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0MTRrt-1oG4cb0Xn5-00SLS1%40mrelay.perfora.net.

Reply via email to