PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → ExecuteProcess available for android
ExecuteProcess available for android
Débuté par Toni, 14 sep. 2024 12:23 - 1 réponse
Posté le 14 septembre 2024 - 12:23
Hi WDM team?

In the WD 2024 documentation it says that ExecuteProcess is not available yet. When do you plan to incorporate this functionality for Android?

Is there an alternative way to call, from an external component, a procedure that is in the main project but is not in the component?

Thx
Posté le 19 septembre 2024 - 13:52
Hello,


The ExecuteProcess functionality for Android in WD 2024 is still in the works, but we don't have a specific timeline for its release yet. Keep an eye on future updates for any announcements regarding this feature.

As for an alternative way to call a procedure from the main project that isn't directly in the component, you might consider using shared variables or creating a callback mechanism. Another approach is to expose the procedure via an interface or a public function that the external component can access. This way, you can maintain the separation between the component and the main project while still allowing for interactivity.