iOS Question Textarea's hinttext does not blank out

John Woodsmall

Active Member
Licensed User
Longtime User
B4X:
Sub speak_text_1_click
    Speak_Text_1.HintText =""
    Speak_Text_1.Text =""
End Sub

When i click on the textarea the keyboad comes up but the hint text
stays in the textarea. i need it to disappear.
 

John Woodsmall

Active Member
Licensed User
Longtime User
ok, tried that. thanks! did not work.

the idea is that when you tap on the textfield the hint text disappears and you see an empty
box...before you start to enter text.

here, the hint text stays there until you start to type-in text and then it disappears (as you said).
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
ok i put that iuI8 library in and got a failure on the compile (hosted builder).

The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_httpjob.o B4iProject/b4i_httpjob.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_httputils2service.o B4iProject/b4i_httputils2service.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_richstring.o B4iProject/b4i_richstring.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)
 
Upvote 0
Top