Re: New article re: T5-Flash integration

2012-10-18 Thread ael
Ioko-Tapestry-Commons 1.11.0 is compatible with T5.3.6 :)

https://github.com/ioko-tapestry-commons/ioko-tapestry-commons

Just build the source to have a jar file.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/New-article-re-T5-Flash-integration-tp2422860p5717048.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: New article re: T5-Flash integration

2012-10-17 Thread ael
Any new link for this?

http://knol.google.com/k/toby-hobson/tapestry5-flash-integration/

Dead link...



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/New-article-re-T5-Flash-integration-tp2422860p5717028.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: New article re: T5-Flash integration

2008-08-03 Thread Toby Hobson
Hi Francisco,

Google have changed the link to my article - now I know whey their code is
beta! please see:

http://knol.google.com/k/toby-hobson/tapestry-5-flash-integration

Thanks

Toby

2008/8/3 Massimo Lusetti <[EMAIL PROTECTED]>

> On Sun, Aug 3, 2008 at 6:51 AM, Toby Hobson <[EMAIL PROTECTED]>
> wrote:
>
> > Hi Francisco
> >
> > Yes you are right on both points! Thanks for taking the time to review my
> > article. I will update it to reflect your input
>
> Hitting your URL gives me 404 not found error... it's just me seeing this?
>
> Regards
> --
> Massimo
> http://meridio.blogspot.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: New article re: T5-Flash integration

2008-08-03 Thread Massimo Lusetti
On Sun, Aug 3, 2008 at 6:51 AM, Toby Hobson <[EMAIL PROTECTED]> wrote:

> Hi Francisco
>
> Yes you are right on both points! Thanks for taking the time to review my
> article. I will update it to reflect your input

Hitting your URL gives me 404 not found error... it's just me seeing this?

Regards
-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New article re: T5-Flash integration

2008-08-02 Thread Toby Hobson
Hi Francisco

Yes you are right on both points! Thanks for taking the time to review my
article. I will update it to reflect your input

Regards

Toby

2008/8/3 Francisco Manzano <[EMAIL PROTECTED]>

> Hi Hobson, thank you very much. The article is really good.
>
> Lamentably, I have not time to prove the RenderFlash component now, but
> seeing the code two doubts have arisen me:
>
> 1) When you use the RenderFlash component in /MyPage/.tml, the parameter
> /swfFile /(line 14) would not have to be equal to "/swfAsset/" instead of
> "/flashAsset/"?
>
> 2) When you present the complete code of the component, you would not have
> to store the generated-div-id (method /beginRender/(..),  line 17), how
> yourself  have explained before, to use it in  /afterRender/() method (line
> 23) instead of to pass a String to him?.Otherwise, the component always will
> render the same id for his div, being able to create conflicts, right?
>   Thanks again
>
>
> Toby Hobson wrote:
>
>> Hi Guys,
>>
>> I have just written an article re: T5-Adobe flash integration. It can be
>> found at
>> http://knol.google.com/k/toby-hobson/tapestry5-flash-integration/
>>
>> I would be grateful for any feedback
>>
>> I'm planning to write a few more articles on this subject so I'll keep you
>> all informed!
>>
>> Toby
>>
>>
>>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: New article re: T5-Flash integration

2008-08-02 Thread Francisco Manzano

Hi Hobson, thank you very much. The article is really good.

Lamentably, I have not time to prove the RenderFlash component now, but 
seeing the code two doubts have arisen me:


1) When you use the RenderFlash component in /MyPage/.tml, the parameter 
/swfFile /(line 14) would not have to be equal to "/swfAsset/" instead 
of "/flashAsset/"?


2) When you present the complete code of the component, you would not 
have to store the generated-div-id (method /beginRender/(..),  line 17), 
how yourself  have explained before, to use it in  /afterRender/() 
method (line 23) instead of to pass a String to him?.Otherwise, the 
component always will render the same id for his div, being able to 
create conflicts, right?

   Thanks again


Toby Hobson wrote:

Hi Guys,

I have just written an article re: T5-Adobe flash integration. It can be found 
at http://knol.google.com/k/toby-hobson/tapestry5-flash-integration/

I would be grateful for any feedback

I'm planning to write a few more articles on this subject so I'll keep you all 
informed!

Toby

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New article re: T5-Flash integration

2008-07-31 Thread Toby Hobson
Yes you can ... I think I will update the article to reflect that.

Thanks for your feedback

Toby



- Original Message 
From: Jun Tsai <[EMAIL PROTECTED]>
To: Tapestry users ; Toby Hobson <[EMAIL PROTECTED]>
Sent: Friday, 1 August, 2008 2:40:18 AM
Subject: Re: New article re: T5-Flash integration

2008/8/1 Toby Hobson <[EMAIL PROTECTED]>

> Hi Guys,
>
> I have just written an article re: T5-Adobe flash integration. It can be
> found at http://knol.google.com/k/toby-hobson/tapestry5-flash-integration/
>
> I would be grateful for any feedback
>
> I'm planning to write a few more articles on this subject so I'll keep you
> all informed!
>
> Toby
>



Great,thanks.

But I think you can use JSONObject to marshall parameters.


-- 
regards,
Jun Tsai


Re: New article re: T5-Flash integration

2008-07-31 Thread Jun Tsai
2008/8/1 Toby Hobson <[EMAIL PROTECTED]>

> Hi Guys,
>
> I have just written an article re: T5-Adobe flash integration. It can be
> found at http://knol.google.com/k/toby-hobson/tapestry5-flash-integration/
>
> I would be grateful for any feedback
>
> I'm planning to write a few more articles on this subject so I'll keep you
> all informed!
>
> Toby
>



Great,thanks.

But I think you can use JSONObject to marshall parameters.


-- 
regards,
Jun Tsai


New article re: T5-Flash integration

2008-07-31 Thread Toby Hobson
Hi Guys,

I have just written an article re: T5-Adobe flash integration. It can be found 
at http://knol.google.com/k/toby-hobson/tapestry5-flash-integration/

I would be grateful for any feedback

I'm planning to write a few more articles on this subject so I'll keep you all 
informed!

Toby