#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
End Sub
Sub Globals
Private img1 As ImageView
Private lbl1 As Label
Private lbl2 As Label
Private lbl3 As Label
Private lbl4 As Label
Private txt1 As EditText
Dim ht As HttpJob
Dim content As String
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("f1")
ht.Initialize("alex",Me)
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
Sub Button1_Click
If txt1.Text = "" Then
ToastMessageShow("please input url",False)
Return
End If
If content = "" Then
ProgressDialogShow2("please wait...",True)
ht.Download("http://www.alexa.com/siteinfo/" & txt1.Text)
Else
parseContent
End If
End Sub
Sub JobDone(Job As HttpJob)
ProgressDialogHide
If Job.Success = True Then
content = Job.GetString
Log(content)
parseContent
End If
End Sub
Sub parseContent
Dim global As Matcher
Dim totallink As Matcher
Dim imgcountry As Matcher
Dim countryname As Matcher
سوال
alinoori 123
سلام
تو ساخت برنامه رتبه سنج توسط regexبه مشکل خوردم.
و ارور میده عکس ارور هم گذاشتم
موقعی که سورس رو لوگ میکنمک
فقط 4000حرف رو نشون میدهه
و تمام سورس صفحه رو نشون نمیده
لینک ارسال
به اشتراک گذاری در سایت های دیگر
4 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.