You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Nino Saturnino Martinez Vazquez Wael <ni...@jayway.dk> on 2008/10/01 13:12:01 UTC

Re: The Wicket Reflex Game Post thoughts?

Okay, so I've remade the internals so you now always can click every 
cell so the game should be a lot more stable now. However only active 
cells give points..

Also some of the exploits should be cleaned..


Nino Saturnino Martinez Vazquez Wael wrote:
> Hi Guys
>
> One of the major problems with the game are that if you click a 
> box(AjaxEventBehavior) while the heartbeat(AbstractAjaxTimerBehavior) 
> are in process you will get an error, since the box's component has 
> changed and no longer carries that behavior. I've tried to solve this 
> by adding a transparent veil to the page once the heartbeat processes, 
> it's simply not good enough, it's still possible to get errors. So how 
> do I solve this?
>
> I have one idea but im not liking it, all box's could have behaviors 
> even if you wont get an score, that way we will not get an error.
>
>
> This is a potential pitfall if you ever will have two Ajax components 
> that can remove the ones behavior, if the user clicks the other while 
> loading then it's gonna complain. On the other hand im not sure what 
> wicket can do besides throw a runtime exception.
>

-- 
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org