Scrollpanel is not working anymore

I’ve got a scrollpanel and it used to work a long long time ago. But recently I tested it again and the scrollbar doesn’t work anymore.

I was wondering if someone can tell me what is wrong:

[java] <panel childLayout=“absolute” width=“100%” backgroundImage=“gui_FA/HUD/HUD_FA.png” height=“15.11%” valign=“bottom”>
<control name=“scrollPanel” id=“scroll_panel” valign=“bottom” align=“center” x=“5%” y=“23%” width=“60%” height=“35%”
horizontal=“false” vertical=“true” autoScroll=“bottom” style=“repest-scrollpanel”>
<text text=“Welkom bij ‘The messenger’” id=“txtDialogue” width=“100%” height=“100%” focusable=“false”
wrap=“true” textHAlign=“left” textVAlign=“top” align=“left” font=“fonts/comicbook.fnt”/>
</control>
<image id=“imgwatch” x=“70%” y="-5%" filename=“gui_FA/HUD/smartwatch.png” childLayout=“absolute” imageMode=“resize”>
<control name=“label” id=“txtYear” text=“0” x=“0” y=“20” width=“100%” paddingtop=“100” font=“fonts/Digital.fnt”/>
</image>
</panel>[/java]