Thanks Joshua. There is still a weird thing: it seems that the slider can be dragged out of bounds.
See http://papernapkin.org/pastebin/app/view/86 How do you plan on using the component? Do you plan on coupling it to a textfield and use that for form submission? I was planning (didn't get to the implementation yet) to enable it to be just be dropped in a form and behave as a form component (updating its model value on form submits). And of course I was planning to expose the YUI at least partly through the Wicket component. Hey, and now that you're on it... you might want to take a look at Calendar too. The component works, though I made no effort yet to build a picker on top of it, but it doesn't cooperate in a form either, and it is hardly configurable. Eelco On 3/29/06, Joshua Lim <[EMAIL PROTECTED]> wrote: > Thanks Eelco > > I have been poking around and manage to get the slider out in the examples, > however, it now slides out of the bar :P ... I hope to add more options > though... > > I am new to oss and scm in general so not sure how to apply a patch and > don't want to break things. so I am attaching them in this email. hope it > can find its way to the right position.... > > joshua > > > > > > On 3/29/06, Joshua Lim <[EMAIL PROTECTED]> wrote: > > > > ok I will take a look > > > > > > > > On 3/29/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > Ok, just checked in some improvements. Slider still doesn't work for > > > me however. Joshua, if you are interested, please take a look at what > > > is in SVN now, and see if you can find what the problem is. > > > > > > Thanks and have fun, > > > > > > Eelco > > > > > > > > > On 3/28/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > I didn't choose for that set implemention because I thought it would > > > > be useful to have an insertAt option. > > > > > > > > Eelco > > > > > > > > > > > > On 3/28/06, Martijn Dashorst < [EMAIL PROTECTED]> wrote: > > > > > Use a LinkedHashSet to filter out double entries and keep order. > > > > > > > > > > Martijn > > > > > > > > > > > > > > > On 3/29/06, Eelco Hillenius < [EMAIL PROTECTED]> wrote: > > > > > > > > > > > Erm, actually I'm not there yet. I'll check in more in half an hour. > > > > > > > > > > Eelco > > > > > > > > > > On 3/28/06, Eelco Hillenius <[EMAIL PROTECTED] > wrote: > > > > > > That was because I used a set to filter double contributions. I > > > > > > changed this to list to guarantee order and added an additional > method > > > > > > with an index argument to enable further tweaking if needed. > > > > > > > > > > > > Eelco > > > > > > > > > > > > On 3/28/06, Joshua Lim <[EMAIL PROTECTED]> wrote: > > > > > > > It seems that the slider is loading the *.js in some random > order... > > > > > > > so YAHOO.js is loaded _after_ dom.js etc...which caused a YAHOO > not > > > > > found > > > > > > > > > > > > > > add(HeaderContributor.forJavaScript(AbstractYuiPanel.class)); > > > > > > > > > > > > > > I am not sure but I will attempt to get this going since I need > this... > > > > > > > > > > > > > > 1/ is there a way to force the order in which which .js file is > loaded > > > > > ... I > > > > > > > am > > > > > > > trying to load them manually ... seems too does not gaurantee > the > > > > > order... > > > > > > > > > > > > > > add(HeaderContributor.forJavaScript(AbstractYuiPanel.class, > > > > > "YAHOO.js")); > > > > > > > add(HeaderContributor.forJavaScript (AbstractYuiPanel.class, > "dom.js")); > > > > > > > .... > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > > > > > that extends applications into web and mobile media. Attend the live > webcast > > > > > and join the prime developer group breaking into this new coding > territory! > > > > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > > > > > _______________________________________________ > > > > > Wicket-user mailing list > > > > > [email protected] > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Wicket 1.2 is coming! Write Ajax applications without touching > JavaScript! > > > > > -- http://wicketframework.org > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > > > that extends applications into web and mobile media. Attend the live > webcast > > > and join the prime developer group breaking into this new coding > territory! > > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
