سلام دوستان من با کتاب خانه ی arcmenu یه منو ساختم توی اکتیویتیم ولی توی لایوتی که لود میکنم یه webview به صورت تمام صفحه گذاشتم . بعد دیگه این منو رو نشون نمیده یعنی هستش ولی پشت webview چطور میتونم مشخصش کنم؟؟؟
اینم کد
#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
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Private TabHost1 As TabHost
Private WebView2 As WebView
Private WebView1 As WebView
Dim arc1 As ArcMenu
End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("main")
TabHost1.AddTab("صفحه اصلی","l1")
TabHost1.AddTab("سورس","l2")
WebView1.LoadUrl("http://www.software-developer.blog.ir")
WebView2.LoadUrl("http://www.google.com")
arc1.Initialize(Activity,Me,"arc_1",LoadBitmap(File.DirAssets,"3floppy_mount.png"),LoadBitmap(File.DirAssets,"2.ico"),10%x,90%y)
arc1.SetAnimatedButtonDimensions(40dip,40dip)
arc1.AddItem(LoadBitmap(File.DirAssets,"1.png"))
arc1.AddItem(LoadBitmap(File.DirAssets,"1.png"))
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
Sub Activity_KeyPress (KeyCode As Int) As Boolean
If KeyCode = KeyCodes.KEYCODE_BACK Then
WebView1.back
WebView2.Back
Return True
End If
End Sub
سوال
amirsafari 116
سلام دوستان من با کتاب خانه ی arcmenu یه منو ساختم توی اکتیویتیم ولی توی لایوتی که لود میکنم یه webview به صورت تمام صفحه گذاشتم . بعد دیگه این منو رو نشون نمیده یعنی هستش ولی پشت webview چطور میتونم مشخصش کنم؟؟؟
اینم کد
لینک ارسال
به اشتراک گذاری در سایت های دیگر
4 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.