Hi
I have issue with Repeater and his function itemAt(index). When I'm trying to find item in repeater I'm getting error:
Qt Code:
  1. TypeError: Result of expression 'dystrRepeater.itemAt' [undefined] is not a function.
To copy to clipboard, switch view to plain text mode 
Function where error appears:
Qt Code:
  1. function autoRelease(number, isAuto)
  2. {
  3. var dystr = dystrRepeater.itemAt(parseInt(number- 1))
  4. dystr.isAutoRelease = isAuto
  5. }
To copy to clipboard, switch view to plain text mode 

On fedora everythong works fine, on winXP I'm getting error. What is going on? Is it bug on win Qt? Is it construction of autoRelease function incorrect?

My Qt version on winXp: Qt 4.7.3 for Desktop - MinGW 4.4 (Qt SDK)