PumaCyan Member Licensed User May 29, 2022 #1 I'm using bctextengine. for the description of the label is drawn below... How to grant different access when there are 2 different mode urls... the meaning of my sentence is, when this red url returns to the registration activity to edit the number, then for this blue url to reprocess send otp Attachments Screenshot_20220530-060003.png 99.6 KB · Views: 125 Screenshot_20220530-054702.png 94.1 KB · Views: 127
I'm using bctextengine. for the description of the label is drawn below... How to grant different access when there are 2 different mode urls... the meaning of my sentence is, when this red url returns to the registration activity to edit the number, then for this blue url to reprocess send otp
PumaCyan Member Licensed User May 30, 2022 #2 The problem is resolved I just add a branching control in the click URL, according to the sentence in bctextengine... ? BBLink_URL: Private Sub BBLabel_LinkClicked (URL As String) if bblabel.text = "...." then 'go activity A... else 'go activity B.... end if End Sub Upvote 0
The problem is resolved I just add a branching control in the click URL, according to the sentence in bctextengine... ? BBLink_URL: Private Sub BBLabel_LinkClicked (URL As String) if bblabel.text = "...." then 'go activity A... else 'go activity B.... end if End Sub