运行截图
资源文件里面的这个主事本文档必须用utf8编码保存,安卓环境的资料是用utf8编码的
布局文件中添加两个控件
B4A提供的编辑框控件,没有带纵向滚动条,需要开发者自己添加。Main窗体代码如下
#Region Module Attributes
#FullScreen: False
#IncludeTitle: True
#ApplicationLabel: 带纵向滚动条的记事本
#VersionCode: 1
#VersionName:
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: True
#End Region
Sub Process_Globals
End Sub
Sub Globals
Dim txt As String
Dim StrUtil As StringUtils '定