1. Shoaib Siddiqui
  2. PowerServer Mobile (Obsolete)
  3. Thursday, 12 October 2017 18:59 PM UTC

For example opening up dialogue to get albumn item or path.

i.e

li_filetype = 2 // Simultaneously displays the photo or video in the album
ln_camera = create eon_mobile_cameraex
li_return = ln_camera.of_openalbums (ls_filepath)

st_path.Text = ls_filepath

it seems like I have to deploy it on device to test it.

Accepted Answer
Marco Meoni Accepted Answer Pending Moderation
  1. Thursday, 12 October 2017 19:54 PM UTC
  2. PowerServer Mobile (Obsolete)
  3. # Permalink

Hello,

you need to instantiate the eon_logex object available in the appeon_workaround.pbl and then use the of_log(ai_level, as_message) function to write strings to the client.

 

Then, you cannot view the log files directly on a mobile device, but you can view or send them via email in Appeon Workspace.

For details please refer to the section "Client Logs" and "Configuring Logs" in the Appeon User Guide.

Cheers,

Marco

Comment
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.