On Aug 5, 2011, at 2:51 AM, Terrence Tee <dunf...@gmail.com> wrote:
> Hi guys,
>
> My second question today.
> I need some advices on how to hack on the taplynx framework to display
> photo galleries in my rss format.
>
> It appears that Taplynx is designed in this way currently:
>
> - each album is an rss, e.g. Hiking Day 1 is one rss
> - every rss <item> is a picture, e.g. item1 = Hiking Day 1 Picture
> 1, item2 = Picture 2...
> - every rss <item> only has one enclosure image.
>
> What if my rss structure has the following format?
>
> - each category of photos is an rss, e.g. Adventures Photos is one
> rss
> - every rss <item> is an album, e.g. item1 = Hiking Day 1, item2 =
> Hiking Day 2,...
> - every rss <item> has multiple enclosure images, so that enclosure
> image 1 = Hiking Day 1 Picture 1, etc.
>
> I am really reluctant to redesign a photo gallery when Taplynx already
> have one.
> Any smart guy here can think of any smart solutions to display the
> above structure a Taplynx's photo_gallery tab?
>
> Exact rss structure provided by my client is here:http://
> entertainment.xin.msn.com/rss/wp7/en/photos2.aspx
>
> Many thanks in advanced.
Then you use the power of TapLynx for all of the tabs except this one.
When using a remote plist, the configuration changes don't take effect
until the next time the app is launched.
Walter
On Wed, Aug 10, 2011 at 4:08 AM, Terrence Tee <dunf...@gmail.com> wrote:
> Hi Justin,
>
> Thank you for your reply.
>
> Sigh. Unfortunately for my case it is impossible to simply reformat or
> restructure the RSS to achieve what I want.
>
> What i need to display, is a list of dynamic photo galleries where I
> don't even know what are the gallery titles and number of galleries
> during design time.
> These information will be provided in a rss in a very customized
> format by client.
>
> Actually I had an idea. I might be able to provide a php path for
> Taplynx to get the remote plist file, so that whenever Taplynx query
> for the remote plist, the plist file is dynamically generated by the
> php script on the fly to include the galleries and their titles
> properly in the format Taplynx want.
>
> BUT, even if the above method will work (havent tried yet), relying on
> remote plist file means that my photo galleries won't work when the
> app is FIRST launched. They will only work when the app is launched
> 2nd time onwards based on the Taplynx behaviour. This is really a
> headache.
>
> p/s: Is there anyway to force the app to load the remote config on the
> very first time?
>
>
>
>
>
> On Aug 8, 10:56 pm, Justin Bolter <jbol...@gmail.com> wrote:
>> I think your best bet is to try and use yahoo pipes to transform the feeds to the format Taplynx expects.
>>
Hi Walter,Thanks. That's indeed what I am looking at.But instead of a web based gallery, most likely I have to build a objective-c gallery on the custom tab :)