Re: [Wicket-user] loading a Flash resource

2007-05-08 Thread Andrew Lombardi
bject: Re: [Wicket-user] loading a Flash resource What do you mean by loading a Flash resource from byte[]? Its probably easiest just to utilize Wicket and create a Flash object to be rendered on the page. There's a page in the Wiki about how to do this: The following: http://cwiki.

Re: [Wicket-user] loading a Flash resource

2007-05-08 Thread Apaar Trivedi
Of Andrew Lombardi Sent: Tuesday, May 08, 2007 4:00 PM To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] loading a Flash resource What do you mean by loading a Flash resource from byte[]? Its probably easiest just to utilize Wicket and create a Flash object to be rendered o

Re: [Wicket-user] loading a Flash resource

2007-05-08 Thread Andrew Lombardi
What do you mean by loading a Flash resource from byte[]? Its probably easiest just to utilize Wicket and create a Flash object to be rendered on the page. There's a page in the Wiki about how to do this: The following: http://cwiki.apache.org/WICKET/creating-a-behavior-to- use-a-javascr

Re: [Wicket-user] loading message for i18N from other sources

2007-05-04 Thread Igor Vaynberg
see IStringResourceLoader and IResourceSettings.addStringResourceLoader -igor On 5/4/07, ywtsang <[EMAIL PROTECTED]> wrote: Wicket's i18n is nice and I can follow the example easily here: http://cwiki.apache.org/WICKET/i18n-and-resource-bundles.html Is it possible to have Wicket load i18n

Re: [Wicket-user] Loading ...

2006-07-08 Thread Igor Vaynberg
yep, thats the idea :)-IgorOn 7/8/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: So I will have only to define this two _javascript_ functions in my page to show and hide my notification message or whatever I want .. clean and simple. Great! Thank you.-- Paolo On 7/8/06, Igor Vaynberg <[EMAIL PROT

Re: [Wicket-user] Loading ...

2006-07-08 Thread Paolo Di Tommaso
So I will have only to define this two _javascript_ functions in my page to show and hide my notification message or whatever I want .. clean and simple. Great!Thank you.-- Paolo On 7/8/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: ok the patch is in so feel free to play around with it if you checko

Re: [Wicket-user] Loading ...

2006-07-07 Thread Igor Vaynberg
ok the patch is in so feel free to play around with it if you checkout from svn or wait until 1.2.1what you can now do is define one or both of the following functionsfunction wicketGlobalPreCallHandler() {...} and function wicketGlobalPostCallHandler() {...}-IgorOn 7/7/06, Igor Vaynberg <[EMAIL PR

Re: [Wicket-user] Loading ...

2006-07-07 Thread Igor Vaynberg
i wrote a patch that defines wicketGlobalPreCallHandler/wicketGlobalPostCallHandler and you should be able to do what you want. it is being tested right now so stay tuned...-Igor On 7/7/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: If so, I should add an WicketAjaxIndicatorAppender instance to ev

Re: [Wicket-user] Loading ...

2006-07-07 Thread Paolo Di Tommaso
If so, I should add an WicketAjaxIndicatorAppender instance to every components for each I want an Ajax notification message. Is it possible to add AjaxIndicatorAppend to page and get notifications for every ajax call on that page? Thanks.PaoloOn 7/7/06, Frank Bille Jensen <[EMAIL PROTECTED]> wrot

Re: [Wicket-user] Loading ...

2006-07-07 Thread Frank Bille Jensen
Yes, try taking a look at IAjaxIndicatorAware API and the example implementation in Wicket extensions. Regards Frank On Fri, 2006-07-07 at 14:21 +0200, Paolo Di Tommaso wrote: > Is there a way in Wicket to display something like a "Loading ..." > Google red label on Ajax call? > > Thank you. >

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Paulo Sérgio Medeiros
hehehe, yeah always the simple things ... thank you :-)On 6/9/06, Igor Vaynberg <[EMAIL PROTECTED] > wrote:its always the simple things :)-Igor On 6/9/06, Eelco Hillenius < [EMAIL PROTECTED] > wrote:Erm. Yeah. That's a good point too. :)EelcoOn 6/9/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote:> mak

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Igor Vaynberg
its always the simple things :)-IgorOn 6/9/06, Eelco Hillenius <[EMAIL PROTECTED] > wrote:Erm. Yeah. That's a good point too. :)EelcoOn 6/9/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote:> make sure the servlet mapping for the wicket servlet ends with a * otherwise> resources wont work since they won

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Eelco Hillenius
Erm. Yeah. That's a good point too. :) Eelco On 6/9/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > make sure the servlet mapping for the wicket servlet ends with a * otherwise > resources wont work since they wont even get to the servlet > > so the mapping should be something like /app/* > > -Ig

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Igor Vaynberg
make sure the servlet mapping for the wicket servlet ends with a * otherwise resources wont work since they wont even get to the servletso the mapping should be something like /app/*-Igor On 6/9/06, Paulo Sérgio Medeiros <[EMAIL PROTECTED]> wrote: ok, i'll update and give you a feedback.On 6/9/06,

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Paulo Sérgio Medeiros
ok, i'll update and give you a feedback.On 6/9/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: Well, it should work alright for you. But of course we had a goodreason to change the resource loading; besides being extra work which makes it harder to write components, it kept on giving variousproblems

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Eelco Hillenius
Well, it should work alright for you. But of course we had a good reason to change the resource loading; besides being extra work which makes it harder to write components, it kept on giving various problems. That's why I was curious whether just updating would fix your problem, so that we don't ha

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Paulo Sérgio Medeiros
1.2 release, but not current, from cvs ... is this really a bug? i thought that it was something that i've been missing in my configuration. Actually i develop my wicket application using Eclipse 3.1.2 and tomcat 5.5.17 ... i don't know if this is important but i use wicket as a jar, i was wonderi

Re: [Wicket-user] Loading Tree component images

2006-06-09 Thread Eelco Hillenius
What version of Wicket are you using? We just changed resource loading this weekend, so it might be worth trying the current code in the 1.2 branch Eelco On 6/9/06, Paulo Sérgio Medeiros <[EMAIL PROTECTED]> wrote: > Hi, > > Im trying to use the tree component ... everthing seems to be ok (on the