Re: [t5] Modal Windows with t5Components Window Class

2008-08-20 Thread Daniel Alonso Sanchez
entResources.id >> }.setURL("${generarEnlace}/${idProcedimiento}/" >> + idSeccion); >>${window2.componentResources.id}.showCenter(); >>} >> >> I believe that showCenter only shows the window centered but nothing >> about >> disabling

Re: [t5] Modal Windows with t5Components Window Class

2008-08-20 Thread Daniel Alonso Sanchez
ackground. That effect is what i want: the background disabled and blue :D .Thanks for your response -- View this message in context: http://www.nabble.com/-t5--Modal-Windows-with-t5Components-Window-Class-tp19065217p19065762.html Sent from the Tapestry - User ma

Re: [t5] Modal Windows with t5Components Window Class

2008-08-20 Thread Sven Homburg
nentResources.id}.showCenter(); >} > > I believe that showCenter only shows the window centered but nothing about > disabling the background. Thanks for your response ;D > -- > View this message in context: > http://www.nabble.com/-t5--Modal-Windows-with-t5Comp

Re: [t5] Modal Windows with t5Components Window Class

2008-08-20 Thread Daniel Alonso Sanchez
ttp://www.nabble.com/-t5--Modal-Windows-with-t5Components-Window-Class-tp19065217p19065726.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: [t5] Modal Windows with t5Components Window Class

2008-08-20 Thread Sven Homburg
; > @Component(parameters = {"width=300", "height=300", "style=alphacube", > "show=false"}) > @Property > private Window _window2; > > Thank you so much again :D > -- > View this message in context: > http://www.nabble.com/-t

[t5] Modal Windows with t5Components Window Class

2008-08-20 Thread Daniel Alonso Sanchez
Window _window2; Thank you so much again :D -- View this message in context: http://www.nabble.com/-t5--Modal-Windows-with-t5Components-Window-Class-tp19065217p19065217.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: t5components - Window

2008-07-25 Thread 9902468
ttp://87.193.218.134:8080/t5components/maven-repository/org/apache/tapestry/t5c-demo/0.5.13/ >>> >> > >>> >> > Martijn >>> >> > >>> >> > On Tue, 2008-06-24 at 02:48 -0700, Petros Petrou wrote: >>> >> >> I am trying

Re: t5components - Window

2008-07-24 Thread jgn
response finish. So, in this javascript function you could open the window. I mean, this would work if the idea is just to call a function on the server side before open the window. Hope this helps. -- View this message in context: http://www.nabble.com/t5components---Window-tp18087605p18644933.html

Re: t5components - Window

2008-07-22 Thread Petros Petrou
gt;> > >> >> > Martijn >> >> > >> >> > On Tue, 2008-06-24 at 02:48 -0700, Petros Petrou wrote: >> >> >> I am trying to use the Window component as demonstrated here >> >> >> http://87.193.218.134:8080/t5c

Re: t5components - Window

2008-07-22 Thread Sven Homburg
le I could use ? Is it possible to > >> download > >> >> the > >> >> source code for the demo ? > >> >> > >> >> Furthermore, I added this dependency to my pom.xml and it fails to > >> >> download. > >> >

Re: t5components - Window

2008-07-22 Thread Petros Petrou
>> >> source code for the demo ? >> >> >> >> Furthermore, I added this dependency to my pom.xml and it fails to >> >> download. >> >> Can I manually download it from anywhere ? >> >> >>

Re: t5components - Window

2008-07-19 Thread Sven Homburg
org.apache.tapestry > >> t5c-demo > >> 0.5.13 > >> > >> > >> Petros > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > Fo

Re: t5components - Window

2008-07-18 Thread Petros Petrou
t5c-demo >> 0.5.13 >> >> >> Petros > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMA

Re: T5: t5Components Window seems not to support showEffect and other options

2008-06-24 Thread Sven Homburg
content ...") > > ${window2.componentResources.id}.showCenter() > > } > > > > > > MyPage.java snippet > > > > @Component(parameters = {"width=300", "height=300", > > "style=bluelighting", "show=false&qu

Re: t5components - Window

2008-06-24 Thread Martijn Brinkers (List)
Demo code can be found here: http://87.193.218.134:8080/t5components/maven-repository/org/apache/tapestry/t5c-demo/0.5.13/ Martijn On Tue, 2008-06-24 at 02:48 -0700, Petros Petrou wrote: > I am trying to use the Window component as demonstrated here > http://87.193.218.134:8080/t5c-demo/windowpa

Re: T5: t5Components Window seems not to support showEffect and other options

2008-06-24 Thread Martijn Brinkers (List)
content ...") > ${window2.componentResources.id}.showCenter() > } > > > MyPage.java snippet > > @Component(parameters = {"width=300", "height=300", > "style=bluelighting", "show=false"}) > @Property > priva

Re: T5: t5Components Window seems not to support showEffect and other options

2008-06-24 Thread Sven Homburg
lt;[EMAIL PROTECTED]>: > I'm trying to change some options for the t5Components/Window component > but I cannot get the showEffect correct. I extended Window and override > the configure method: > >protected void configure(JSONObject options) >{ >opti

t5components - Window

2008-06-24 Thread Petros Petrou
l and it fails to download. Can I manually download it from anywhere ? org.apache.tapestry t5c-demo 0.5.13 Petros -- View this message in context: http://www.nabble.com/t5components---Window-tp18087605p18087605.html Sent from the Tapestry - User mailing list archive at Nabbl

T5: t5Components Window seems not to support showEffect and other options

2008-06-23 Thread Martijn Brinkers (List)
I'm trying to change some options for the t5Components/Window component but I cannot get the showEffect correct. I extended Window and override the configure method: protected void configure(JSONObject options) { options.put("showEffect", "Element.show")