Posted on Jan 18, 2014 by
Helpful Cat
What steps will reproduce the problem?
<? $mydroid = new Android ();
$ret=$mydroid->dialogSetItems(array("MAC-Adresse","Datum/Zeit","Öffnen","Ende")); $mydroid->dialogShow(); $ret= $mydroid->dialogGetResponse(); print_r($ret);
What is the expected output? What do you see instead?
A List of elements with all above elements. It does not show "Öffnen" - instead I see "null"
What version of the product are you using? On what operating system? sl4a_r6 and phpforandroid.apk
Status: New
Labels:
Type-Defect
Priority-Medium