Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Appeon Technology

"Tech Tip"


Creating HintText for User Input


Appeon has updated the coming release of Appeon Mobile with a new feature called “HintText”. The HintText displays a value in the TextField and disappears when that TextField has focus (for example, when a user taps it to enter some data using their keyboard). Mobile customers can use this feature to greatly heighten the user experience with their apps.

To learn about the details, refer to the description below:

New SetHintText function


Sets the HintText property of the SingleLineEdit control. The HintText property is not available in PowerBuilder's SingleLineEdit control. It is specially designed for use in an Appeon Mobile application.

Syntax
appeonextfuncs.of_sethinttext ( singlelineedit sle_target, string as_hinttext )

ArgumentDescription
appeonextfuncsA reference to an AppeonExtFuncs object.
sle_targetThe SingleLineEdit control.
as_hinttextThe text that will be displayed as hint text in the SingleLineEdit control.
1 Comment
Labels in this area