hello guys..
I recived this error.
My class run with "activit.laout()"...
So it s broke like under below. (manuel loading)
I recived this error.
My class run with "activit.laout()"...
So it s broke like under below. (manuel loading)
B4X:
Public Sub DesignerCreateView(Base As Panel, Lbl As Label, Props As Map)
'Public Sub DesignerCreateView(Base As Panel, Lbl As Label, Props As Map)
'****** we use the Base panel as the background panel
'*****************DESINGER MODU İÇİN GEREKLİ*************************************************
Log("desinger create-1")
Ana_Panel = Base
'
' ' initialize the foreground panel and add it onto the background panel
'ltbPanelFront.Initialize("ltbPanelFront")
pnl.Initialize("pnl")
'Ana_Panel.AddView(ltbPanelFront, 0, 0, Ana_Panel.Width, Ana_Panel.Height)
Ana_Panel.AddView(pnl, 0, 0, Ana_Panel.Width, Ana_Panel.Height)
' ' initialize the foreground panel rectangle used to erase ltbPanelFront
' rectPanelFront.Initialize(0, 0, ltbPanelFront.Width, ltbPanelFront.Height)
'ltbPanelFront.BringToFront
pnl.BringToFront
'ltbPanelFront.Color=Colors.Blue
'
' Init
Log("******desinger create******")
def_image_loader
If SubExists(Callback, EventName & "_Intelized") Then
CallSubDelayed(Callback, EventName & "_Intelized")
End If
'****** limitbar demnodan alındı.
'****** costumview direkt eklemek için
End Sub
'**** Manuel yükleme yöntemi
'<code>Gazete.Initialize(Me, "Gazete")
'Gazete.Intilaze_Manuel_Loader(Activity, 10dip, 100dip, 100%x - 20dip, 30dip, Colors.Green,5dip)</code>
Public Sub Initialize(CallbackModule As Object, cEventName As String)
Log("Initialize-1")
Callback = CallbackModule
EventName = cEventName
'Msgbox("intaliza","")
Timer_Autohide.Initialize("Timer_Autohide",10000)
Timer_Autohide.Enabled=False
Log("intakizeeeeeeeeeeeeee")
End Sub