Hey Guys,
i have been checking out the GameNetwork components, and i came across the fact that the id of VPlayGameNetwork have to explicitly be gameNetwork, which i got no problem with but it should either be in the documentation or could be userdefined.
And this is what i get when i name it, anything else but “gameNetwork”:
qrc:///qml/VPlay/gamenetwork/gnView/LeaderboardView.qml:202: TypeError: Cannot read property 'currentActiveLeaderboard' of undefined
qrc:///qml/VPlay/gamenetwork/Leaderboard.qml:172: ReferenceError: gameNetwork is not defined
qrc:///qml/VPlay/gamenetwork/Leaderboard.qml:172: ReferenceError: gameNetwork is not defined
qrc:///qml/VPlay/gamenetwork/Leaderboard.qml:172: ReferenceError: gameNetwork is not defined
qrc:///qml/VPlay/gamenetwork/Leaderboard.qml:172: ReferenceError: gameNetwork is not defined
qrc:///qml/VPlay/gamenetwork/Leaderboard.qml:172: ReferenceError: gameNetwork is not defined
qrc:///qml/VPlay/gamenetwork/Leaderboard.qml:172: ReferenceError: gameNetwork is not defined
qrc:///qml/VPlay/gamenetwork/gnView/AchievementView.qml:17: TypeError: Cannot read property 'achievements' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/AchievementView.qml:90:13: Unable to assign [undefined] to QObject*
qrc:///qml/VPlay/gamenetwork/gnView/ChallengeView.qml:98: TypeError: Cannot read property 'openChallenges' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/ChallengeView.qml:128: TypeError: Cannot read property 'pendingChallengesOfFriends' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/ChallengeView.qml:157: TypeError: Cannot read property 'challengeHistory' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/FriendsView.qml:7: ReferenceError: gameNetwork is not defined
qrc:///qml/VPlay/gamenetwork/gnView/FriendsView.qml:44: TypeError: Cannot read property 'friends' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/ProfileView.qml:152: TypeError: Cannot read property 'facebookConnectionState' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/ProfileView.qml:50: ReferenceError: gameNetwork is not defined
qrc:///qml/VPlay/gamenetwork/gnView/ProfileView.qml:69: TypeError: Cannot read property 'facebookItem' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/ProfileView.qml:74: TypeError: Cannot read property 'facebookItem' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/ProfileView.qml:119: TypeError: Cannot read property 'facebookItem' of undefined
qrc:///qml/VPlay/gamenetwork/gnView/ProfileView.qml:121: TypeError: Cannot read property 'facebookItem' of undefined
-
This topic was modified 9 years, 6 months ago by
Christian.