Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations > Open Source Projects
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Open Source Projects The place to discuss Basic4ppc open source applications.

CurrentView - Nice movie viewer

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-11-2009, 12:14 PM
ExcludeReality's Avatar
Senior Member
 
Join Date: Nov 2008
Location: Greenville, South Carolina
Posts: 166
Default CurrentView - Nice movie viewer

Hi there.
I wasn't sure what to call this, but I decided it was a "movie viewer".

Here's the story.
A few weeks ago i heard about the media center "Front Row" for Mac.
It was awesome, but unfortunately there is no version for Windows,
So I decided I would have to build my own, a bit crappier too.
And here's the result!
It finds the 7 latest movie's at Movies.com (Wich updated about every week).
Then it displays a preview image, cast and release date.
And of course, A link to the official trailer.

I hope you enjoy it as much as I do.
Attached Files
File Type: zip CurrentView.zip (227.3 KB, 206 views)
__________________
Codito, ergo sum
"I code, therefore I am"
Reply With Quote
  #2 (permalink)  
Old 08-24-2009, 03:06 PM
Ariel_Z's Avatar
Basic4ppc Veteran
 
Join Date: May 2009
Posts: 246
Default

Beautiful app. Did you consider sending it to Ghale here:
http://www.basic4ppc.com/forum/chit-...-website.html?
Reply With Quote
  #3 (permalink)  
Old 08-24-2009, 07:44 PM
ExcludeReality's Avatar
Senior Member
 
Join Date: Nov 2008
Location: Greenville, South Carolina
Posts: 166
Default

Good idea Ariel, but I don't really distribute my applications
__________________
Codito, ergo sum
"I code, therefore I am"
Reply With Quote
  #4 (permalink)  
Old 08-24-2009, 07:47 PM
Ariel_Z's Avatar
Basic4ppc Veteran
 
Join Date: May 2009
Posts: 246
Default

That's cool. Anyway, it's a good one.
Reply With Quote
  #5 (permalink)  
Old 08-25-2009, 12:06 AM
Basic4ppc Veteran
 
Join Date: May 2008
Location: Newcastle Upon Tyne - England
Posts: 269
Awards Showcase
Beta Tester 
Total Awards: 1
Default

There's just something about your loops...

Take the DeleteOld program. You are forcing an endless loop; then evaluating a condition and breaking out of the loop when false. Well thats exactly what 'Do While <condition is true>' .... 'Loop' does itself.

Try this for your DeleteOld.exe

Code:
<font color="Blue">Sub</font> App_Start
    <font color=
"blue">Sleep</font> (<font color="Purple">1000</font>)
    <font color=
"blue">Do While FileExist</font>(<font color="DarkRed">"Image"</font> & current & <font color="darkred">".jpg"</font>)
        <font color=
"blue">FileDel</font>(<font color="darkred">"Image"</font> & current & <font color="darkred">".jpg"</font>)
        current = current + <font color=
"purple">1</font>
    <font color=
"blue">Loop</font>
<font color=
"blue">End Sub</font>
Reply With Quote
  #6 (permalink)  
Old 08-25-2009, 04:45 PM
ExcludeReality's Avatar
Senior Member
 
Join Date: Nov 2008
Location: Greenville, South Carolina
Posts: 166
Default

Thanks for noticing Zenerdiode. I don't thing a Do While loop will make the application much faster though. I've corrected it, but I'm not going to update the files
__________________
Codito, ergo sum
"I code, therefore I am"
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ozi Files Viewer BerndB Share Your Creations 1 01-08-2009 08:43 PM
SQLite Viewer Erel Open Source Projects 5 11-15-2008 08:12 AM
Stock Quotes Viewer Alex812 Share Your Creations 2 11-17-2007 09:32 AM
Text/Pic Viewer scott93727 Share Your Creations 0 05-02-2007 06:28 AM


All times are GMT. The time now is 03:56 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0