Messages - ronriel [ switch to compact view ]

Pages: [1] 2 3next
1
Unfinished Requests / Re: IDEA: OCR & paste
« on: September 18, 2008, 02:02 AM »
I guess you are talking about something like this. :D
I have been using this for months now and is quite useful.

It's written in Autoit3 v3.2.12.0 and requires MS Office 2003 or 2007 Document Imaging installed.


Check here for more information: Microsoft Office Document Imaging Visual Basic






2
Finished Programs / Re: r4r - Lightweight media player
« on: August 23, 2007, 01:50 AM »
That's odd indeed.  I would think that it wouldn't affect anything especially since your application uses images for its "skin."

It looks like the images are missing, aren't them?

In that case they aren't missing. Its just that they are not supposed to be shown.
When you run the program, you have the option whether to use the skin or not. (the option is accessible via the right-click context menu)

What's happening here is that when you use the "default skin mode" (means you do not use any skin at all), and you're using the 'Windows (XP) Classic Theme', the button labels do not appear as shown in the image above.
It's now fixed but I'm not posting the new version yet because it's still incomplete.

Thanks for the feedback. :)

3
Finished Programs / Re: r4r - Lightweight media player
« on: August 17, 2007, 02:00 AM »
@fowmow

Let me guess. You are using the "classic theme" on your windows. Well, that is obvious. :)
But i think it is the reason why the buttons are 'blank'.
Truth is, I haven't noticed that until i have finished coding. I designed my GUI while using the windows XP default 'Luna Theme'. But that will also be fixed.

Thank you fowmow. :)

4
Finished Programs / Re: r4r - Lightweight media player
« on: August 12, 2007, 07:51 AM »
Thank you for the feedback fowmow.

Your suggestions are really helpful. I will do the fix when I have time. Time. I'm not sure if I can find the time. I only do Autoit on my free time (that, I don't currently have - too much pressure from my new job.)

Anyway, I'd like to answer some of your questions.

You used nothing else aside from the AutoIt programming language to create this?
Yes.


but when I attempted to retrieve lyrics from one of the two sites mentioned, my firewall was not alerted to its activity in normal fashion.
I think your firewall is not alerted because the script just uses your Internet Explorer (Hidden), navigate to the lyrics sites and retrieve the lyrics from there. So it's just like you browsing to the site and copying the lyrics for the song.
simple but it works (i hope).


I can only guess that AutoIt does something a little oddball in that respect?
No. Nothing oddball.


Was ".mp3.txt" intentional or was it supposed to be "name.mp3.txt?"
It was intentional. I just want it to be named "name.mp3.txt?" :D. Well the reason behind is that I was using LeoLyrics Plugin for Winamp. It's stores lyrics in the same fashion ("name.mp3.txt?") so I also named my lyrics files that way so my player can also easily load lyrics that Leoslyrics plugin have stored.
      note: naming is actually like this - "media filename.txt"


What parameters are you using to search AZLyrics and AbsoluteLyrics?  As it stands, I have fed MP3s with valid ID3v1 and v2 information and it finds no lyrics.  I also used popular songs, both of which I identified at those sites (which means they should have been found).
What the program actually do is navigate to the site (using Internet Explorer). Internet explorer loads the webpage.
After 15 seconds the program checks back on the the page. If the lyrics is found, it displays it and saves it on a file on you hard disk. Stored lyrics are displayed the next time you play the song so that the program does not have to search for the lyrics everytime the same song is played.
However if you have a slow internet connection or for some other reason the webpage is not (fully) loaded under 15 secs then the program says "lyrics not found".
I am looking for a way around this problem. I can make the program wait until the (lyric site) webpage is fully loaded but the whole GUI freezes during the time it is waiting. Or I can set a longer time (not 15 sec) before it checks back on the webpage but sometimes, it would be impratical because I can usually load the page in less than 10 seconds.  The program will still display "searching" for many more seconds when it's actually not searching but waiting until the timeout ends.
If you know Autoit, then maybe you understand why the program pauses while it waits for the webpage to finish loading. :D


It would be lovely if there were a method to turn off automatic searching of those lyrics sites.  Or to fire them separately.  As it stands, if I search one I cannot simply go to the other.  I have to restart the song to search anew.
Yes it would be lovely. In fact, I have finished coding that part. I'm just not sure when I can finish everything for the next release. ;)


Back to the network problem... something is seriously jacked in that application.  I added the program to my firewalls whitelist and it made the same "unknown attempt," yet that was it.  No network activity at all.
I would like to make it clear to you and everybody else. Nothing is jacked in this application.
If you want to prevent it from connecting to the internet, you can block Internet Explorer.
But there's an easier way, just close the program's lyrics window. :)


Please let me know if you find anything wrong (bugs) or if you want something to be added to it. Just remember, I want to keep it as simple as it is.
Thanks again fowmow :).




Cheers!


5
I really wanted to make a donation because I am very pleased with FARR. I have been using it for more than a year. :)
But I don't have an easy way of donating. I don't have paypal, hell i don't even have a bank account.  :-[ So, I waited for one year to get the full non-expiring license key.
But recently I have made a software of my own and posted it on the 'finished programs'. Some gave donationcredits, thank you. So finally, i now have credits to donate to the forums. :P

Pages: [1] 2 3next
Go to full version