Hola
Tengo un problema con un sub Que, repentinamente ha dejado de funcionar... Prometo que antes esto funcionaba pero he ido a probar una cosa y ha "petado"
No veo la solucion... evidentemente algo se me está pasando pero lo que he dicho... esto antes funcionaba y creo no haber tocado nada
El log dices esto:
Si quito la linea que da error, da error en la siguiente linea
El programita esta "en produccion" e incluso subido a la Microsoft Store... no os quiero ni contar el agobio que me acaba de entrar. No me llega la camisa al cuello ?
Vuelvo a repetir que esto hace un par de meses funcionaba y no me explico que ahora no funcione
A ver si me podeis echar un cable
Gracias
Tengo un problema con un sub Que, repentinamente ha dejado de funcionar... Prometo que antes esto funcionaba pero he ido a probar una cosa y ha "petado"
No veo la solucion... evidentemente algo se me está pasando pero lo que he dicho... esto antes funcionaba y creo no haber tocado nada
B4X:
Dim ClvMsgBox As CustomListView
Dim MsgBoxPanel As B4XView
Sub CreateMsgBoxEmailRegistro (mapa As Map, sTextoFinal As String)
MsgBoxPanel = xui.CreatePanel("")
MsgBoxPanel.SetLayoutAnimated(0, 0, 0, 400dip, 250dip)
MsgBoxPanel.LoadLayout("ListTemplate")'ListTemplate is part of XUI Views library.
ClvMsgBox.DefaultTextColor = xui.Color_White
ClvMsgBox.sv.SetColorAndBorder(xui.Color_Transparent, 0, 0, 0)'ERROR AQUI
ClvMsgBox.AddTextItem("Comercio: " & mapa.Get("NOMBRE"),"")
ClvMsgBox.AddTextItem("Email: " & mapa.Get("EMAIL"),"")
ClvMsgBox.AddTextItem("id: #" & sID,"")
ClvMsgBox.AddTextItem("Chequea tu Email y Pulsa en el Enlace para " & sTextoFinal,"")
End Sub
El log dices esto:
B4X:
Ha ocurrido un error en la línea: 7247
java.lang.NullPointerException
at java.base/java.lang.reflect.Method.invoke(Method.java:557)
at anywheresoftware.b4a.shell.Shell.runVoidMethod(Shell.java:676)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:240)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:167)
at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:91)
at anywheresoftware.b4a.shell.ShellBA.raiseEvent2(ShellBA.java:98)
at anywheresoftware.b4a.debug.Debug.delegate(Debug.java:64)
at Caja.Venta.main._createmsgboxemailregistro(main.java:7312)
at Caja.Venta.main$ResumableSub_BtnRegistro1_Click.resume(main.java:13383)
at anywheresoftware.b4a.shell.DebugResumableSub$DelegatableResumableSub.resumeAsUserSub(DebugResumableSub.java:47)
at jdk.internal.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:632)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:237)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:167)
at jdk.internal.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:91)
at anywheresoftware.b4a.shell.ShellBA.raiseEvent2(ShellBA.java:98)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:78)
at anywheresoftware.b4a.shell.DebugResumableSub$DelegatableResumableSub.resume(DebugResumableSub.java:42)
at anywheresoftware.b4a.BA.checkAndRunWaitForEvent(BA.java:136)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:85)
at anywheresoftware.b4a.shell.ShellBA.raiseEvent2(ShellBA.java:98)
at anywheresoftware.b4a.keywords.Common.CallSub4(Common.java:487)
at anywheresoftware.b4a.keywords.Common.access$0(Common.java:467)
at anywheresoftware.b4a.keywords.Common$CallSubDelayedHelper.run(Common.java:541)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
at java.base/java.lang.Thread.run(Thread.java:832)
Si quito la linea que da error, da error en la siguiente linea
El programita esta "en produccion" e incluso subido a la Microsoft Store... no os quiero ni contar el agobio que me acaba de entrar. No me llega la camisa al cuello ?
Vuelvo a repetir que esto hace un par de meses funcionaba y no me explico que ahora no funcione
A ver si me podeis echar un cable
Gracias