For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 10 replies, 7 voices, and was last updated 15 years, 2 months ago by
echoespf.
-
AuthorPosts
-
harelevy10MemberI want to make an application that based on rss feed, it is possible?
thanksMarch 2, 2010 at 10:12 am #306473
wayneModeratorAn RSS-driven webapp is very doable but currently will require a bit of hand coding since MobiOne does not yet provide an RSS data control. We have plans to introduce richer data-driven components asap. Atm we are concentrating much of our energy on improving the intuitiveness of the designer before adding many new design components. Watch for more details in this area in the next month or so.
Wayne
Genuitec Mobile TeamJanuary 5, 2011 at 5:51 pm #313561
TriniCSIMemberIs there a way to insert RSS now?
i just got this development centre today and need that function.
Thanks guysFebruary 5, 2011 at 12:51 pm #314244
MolxMemberUp! A RSS feed would be extremely useful. Any news on that?
February 7, 2011 at 10:07 am #314291
support-michaelKeymasterHelp me understand what you mean my RSS feed? Are you looking for an RSS reader, some non-UI RSS input component to parse an RSS stream or something else?
Wayne
Genuitec Mobile TeamFebruary 7, 2011 at 11:46 am #314302
MolxMemberA simple reader in a form of a component or a template page (but with access to simple actions such as go back to last window).
Let’s say I’m creating an App for myself, I could make a page with the Feed from my personal blog.Right now I found an alternative, which is a little buggy but better than nothing: http://www.thesmespace.com/smeutils/feed/
February 10, 2011 at 8:00 pm #314413
MolxMember[New reply ’cause I’ve found a better workaround]
Since there is still no documentation for MB1 and this forum has few active people, I’d though it would be good to share the solution I found to this problem.I am still using the site I mentioned above, but now I have it inside my app, with the possibility to go back to my prev pages. I’ll try to cover all details.
I created a new project, added the ‘Back’ buton at the top left corner, and a transparent Panel covering all the screen. I’m not sure whether the panel is really needed or not, didn’t test without it.
Save the project with the same name of your main .mobi file, in a different folder of course. This will avoid that you have multiple copies of the generated files. Run the project, and you can now close this project.
Go to the .html generated and add an <iframe> tag inside your panel, with the src to your feed generated by http://www.thesmespace.com/smeutils/feed/. e.g.:<iframe src="http://www.thesmespace.com/smeutils/feed/?url=http://yourfeedurlhere.com" width="320" height="480"></iframe>Now save this html, rename it as you wish and copy it to the same folder your index html is. Then create a link to it, I did it like this:
javascript:window.open('myfeedhtml.html','_self')If you test it and your ‘Back’ button does not appear, you may need to copy it from the generated files to your /images folder of the project and copy the .css files to, and also change the reference to it on the myfeedhtml.html file.
Your result should look something like this:

All suggestions are appreciated, and don’t hesitate if you have any questions.
February 11, 2011 at 4:40 am #314427
support-michaelKeymasterCool!
Wayne
Genuitec Mobile TeamMarch 5, 2011 at 12:51 pm #315003
stevenfMemberInteresting … but is that site there to stay? I mean, what happens if they take that site away, all the apps pointing there would stop working. It’s the only alternative right now and free so really good … just worring as it could disappear.
March 9, 2011 at 1:36 pm #315099
support-michaelKeymasterI just posted an example RSS Reader webapp that I created today with MobiOne. See the thread on it here:
http://www.genuitec.com/support-mobione/viewtopic.php?f=14&t=1386Wayne
Genuitec Mobile TeamJune 11, 2011 at 5:49 pm #317435
echoespfMember@Moix I tried out that website with the iPhone Rss Builder. Why does it only come back with a truncated version of the feed. I tested it with my personal feed that is set to full articles and it doesn’t show the whole thing. Anyway around that?
-
AuthorPosts
