Hi
My definition looks like
ui.Container(uid:"switch", clocator: [id:"switch1", tag:"switch"],
namespace:"xforms", group:"true") {
Container(uid:"case1",clocator:[id:"case-1",
tag:"case"],namespace:"xforms")
Container(uid:"case2",clocator:[id:"case-2",
tag:"case"],namespace:"xforms")
Container(uid:"case3",clocator:[id:"case-3",
tag:"case"],namespace:"xforms")
}
when i try to invoke
String caseId = "switch.case"+tabnum;
String status = (String)customUiCall(caseId,"getXCaseStatus");
I get an error message saying
Cannot find UI Object case3 in switch
But if I change my defintion to be without the other ui.Container and change
the id to be just case3 like
String caseId = "case"+tabnum;
String status = (String)customUiCall(caseId,"getXCaseStatus");
Can I not have a group with customUiCall
Regards
Hari
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---