FOROS PROFESIONALES
WINDEV
,
WEBDEV
y
WINDEV Mobile
Inicio
|
Mensajes recientes
|
Conéctese...
|
Desconnectar
|
Español
Inicio
→
WINDEV Mobile 2024
→
Calling Java Code
Calling Java Code
Iniciado por GS IT, 04,oct. 2023 14:35 - 1 respuesta
Conéctese…
GS IT
#1
Miembro registrado
2 mensajes
Publicado el 04,octubre 2023 - 14:35
Can anyone post a example of how to call some java code in a global function.
Some as simple as in global procedures you have
public static int getNumber()
{
return 5;
}
how do you call that function in the App. for example, when I try numb = getNumber() in windev mobile code , it says my code is not compatible?
Informar
0
0
Fernandes DIOGO
#2
Miembro registrado
7 mensajes
Publicado el 31,octubre 2023 - 17:24
https://doc.windev.com/…
i've manage to do it without the warning
n
Umb
is int
<
Compile
IF
TypeConfiguration
=
Android
>
n
Umb
=
getNumber
(
)
<
END
>
Info
(
n
Umb
)
Informar
0
0
→ Volver a WINDEV Mobile 2024
WINDEV 2024
WEBDEV 2024
WINDEV 26
WINDEV 2024
WINDEV 2024
WINDEV 2024
WINDEV 25
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV (versiones precedentes)
WINDEV (versiones precedentes)
WINDEV (versiones precedentes)
WEBDEV (versiones precedentes)
WINDEV Mobile (versiones precedentes)
Reports & Queries
Irrelevante
Herramientas
Français
English
Español
Portuguesa
Fermer cette fenêtre
Búsqueda Tipo
Sólo temas
Todos los mensajes
Periodo Buscar
Cualquier fecha
Última hora
Última 24 horas
Última semana
Último mes
Último año
Cancelar
Vista previa del mensaje
Añadiendo una imagen
Importar una imagen desde una URL
Enviar una imagen desde un archivo de su disco
Arrastrar un archivo o click en "Examinar..."
o
Cancelar
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Texto