meanwhile i got more details about that problem:
dynamicCall() is working ! but property() does not give any valid results
back.

in the old code:
int i = obj->property("Count")
worked

now i have to use dynamic call:
int i = obj->dynamicCall("Count");

i just have to change the code, no big thing but i do not understand the reasons?!

best regards,
jh


ps:
where can i see the bug tracker?