The Artima Developer Community
Sponsored Link

Java Buzz Forum
SWT RSS Reader progress

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sergio Umlauf

Posts: 20
Nickname: umlauf
Registered: Jul, 2003

Sergio Umlauf is a Java developer
SWT RSS Reader progress Posted: Jul 14, 2003 12:51 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Sergio Umlauf.
Original Post: SWT RSS Reader progress
Feed Title: Four-Calendar Cafe
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Java
Latest Java Buzz Posts
Latest Java Buzz Posts by Sergio Umlauf
Latest Posts From Four-Calendar Cafe

Advertisement
My work on SWT RSS reader project had a lot of improvement since I posted my intention on starting it, two weeks ago. There's too much work to do yet, but I'm pretty satisfied with the results so far. Here is a screenshot, if you feel curious about it (I love screenshots, do you? ;)).
I would like to thank Carlos and Daniel for their support and encouragement through the cold sleepless nights of coding :). You guys are great. Thank you.

They asked me if I was planing to build a Linux version. The short answer is yes, I am. But, as I have almost no skills in Linux, although I love it, I think it will be a long road 'til the first version in Linux. My hope is that, when I open source the project in SF, I can find a developer that can join the project and help me on this task. I've made some (unsuccessful) tests trying to embed Mozilla instead of IE. In the examples I found, the only change required is as following:
// from
OleControlSite webControlSite = new OleControlSite(webFrame, SWT.CENTER,"Shell.Explorer");
// to
OleControlSite webControlSite = new OleControlSite(webFrame, SWT.CENTER,"Mozilla.Browser");

And speaking of open sourcing, I think it's time to choose a name for my baby. I was thinking in "SweetReader", or "SWTReader", which I adopted in the titlebar of the main shell, as you can see in the screenshot. If you have a suggestion, please leave a comment. No awards, except for a virtual poster of mine totally in ASCII characters! Wow! Isn't that great? Yes! Certainly it is! Ok, just kidding :). I would greatly appreciate if you leave your suggestion.

Read: SWT RSS Reader progress

Topic: RSS, nEcho and me. Previous Topic   Next Topic Topic: Piccolo ZUI library

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use