Wednesday, March 25, 2020

Tip of the Day: Control Status Bar Hints in RBA Applications
Product.......: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.........: 10.5.2.20312 or higher
Sections......: RBA Applications
Keywords......: Hint, Status Bar, PROPERTY, RBA_FORM

Did you know that hints displayed in the status bar for RBA Applications
can be turned on and off?

Using status bar hints in RBA application menus gives detailed explanations
for the respective menu item to the user. However, for an experienced user,
this is maybe tiresome.

With the new STATUSHINTS parameter, the hints may be turned off in the RBA
application status bar. The default is TRUE.

Syntax:

PROPERTY RBA_FORM STATUSHINTS FALSE

The above command must be placed in the "On After Start Action" area.

TOP and LEFT parameters have also been added to control the RBA application
window location.

Syntax:

PROPERTY RBA_FORM TOP 25
PROPERTY RBA_FORM LEFT 25

Very Best R:egards,

Razzak.

https://www.rbase.com
http://www.facebook.com/rbase/


--
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/202003251245.02PCjb57032233%40atl4mhob12.registeredsite.com.

Reply via email to