Typos ViewPic
mIRC Code
+ 17 likes
Please Register to submit score.
| Average Score | 9.4 (of 19 scores) |
| Date Added | Aug 20, 2008 |
| Last Updated | Sep 21, 2008 |
| Tags | album bmp gif image jpeg jpg photo photograph pic picture picwin png slideshow typo view viewer viewpic zoom |
Introduction
FEATURES
Photo Album:
The script has a built in photo album that will display 16 photos each page. To view any photo normally you simply double click it to open it in viewpic. You can select what folder to view and it will remember the folder for the next time you open the album. You can also delete files from within the photo album by single clicking a picture to select it and then using the delete button.
Zoom:
With the zoom feature you can zoom in by left clicking on the image. Wherever you click is where it will center the zoomed image. The first click will zoom to 1.5x, the second click zooms to 2x, the third click zooms to 2.5x and the click after that will return you to the normal view. Pressing any other key at any time during the zoom process will also return the view to normal.
Slideshow:
The slideshow feature. You can select "Start a slideshow" from any of the rightclick menus and also by using the slideshow button in the photo album. To stop the slideshow, simply hit any key or click with the mouse. The delay between photos is adjustable in the viewpic control panel and defaults at 4 seconds.
If you run the slideshow when a picture is not loaded it will default to the viewpic's save folder which is set in the control panel. If you start it by right clicking on a picture it will use the folder of the currently loaded picture and using the button in the photo album will start a slideshow in the whichever folder the photo album is in.
Scrolling:
You can scroll through the pictures in the folder of the currently loaded picture by pressing +, RightArrow or PgUp to go forward and -. LeftArrow or PgDn to go back or you can use the right click menu to scroll either way.
Fullscreen View:
While viewing a picture you can toggle between regular view and fullscreen at any time by double clicking the photo, pressing any key except for +, -, PgUp, PgDn, LeftArrow and RightArrow or by using the right click menu. You can resize the loaded picture to any size you wish. You can return to normal view the same way you switch between normal and fullscreen views. The animated gif's cannot be toggled to full screen or reized.
Online Picture Viewing/Automatic Downloading:
It supports links to pictures online by allowing you to just double click the link like normal to have the picture automatically downloaded and displayed right inside of mirc. This means no more opening a web browser just to view a picture.
When viewing an online photo you will be presented with a progress bar while the photo is downloaded incase its a large picture. This way you know the scripts working on loading your picture.
Animated Gifs:
I have added the ability to support animated gifs. It works with most animated gifs but a small amount cannot be displayed properly due to limitations in Mirc Picture Windows.
When it encounters an animated gif it cannot animate you will be notified and the first frame in the animation will be displayed. There may also be some lagging in very highly detailed animated gifs but most that were tested displayed just fine.
Resizing:
If the picture is larger than 90% of the screens resolution it will be stretched down to less than that. The amount of stretching will depend on the aspect ratio and size of the photo. All the pictures that are smaller than 90% of your resolution will be displayed at their original resolution. This prevents the picture from covering the Windows taskbar or the Mirc titlebar.
Saving Photos:
You can select whether or not to automatically save all downloaded pictures into the default /viewpic/ folder which the script will create on install or any folder of your choice.
You can right click when viewing a picture and select "Save the current picture as..." to save a copy of the picture. You will be prompted for the folder to save to and what to name it.
Custom Menus:
I had to rebuild the default right click menu that used to show up when you right click on a link to a picture since it was gone due to me taking over the double click action on those links. All other links were unnaffected. The replacement right click menu looks, feels and acts like a normal windows/mirc right click menu. The options are "Copy address", "Open in new browser window" and "Open in active window".
As usual, just paste the code into a new remote file and save. (Even when updating.)



*Updated 08/24/2008*
1. Added the ability to resize pictures and some minor bug fixes.
*Updated 08/28/2008*
1. Made a whole new timeout system that uses the http standard timeout scheme which times out if the speed falls below 150 bps. It also timesout after 2 minutes (adjustable).
2. The socket now has better handling of dead url's or links to files that arent really there but the server tries a redirect and I made improvements and fixes to the sockclose event.
3. Made fixes to the recently added resize system after I noticed a problem with it.
4. Changed the way the script stores the file name while running. It used to store the whole path and filename int he titlebar but since having only the filename there looks better I am now using a variable to store that info.
5. The script now remembers the last folder you were browsing in when loading a picture locally and opens in that folder the next time.
6. Now checks on install to make sure you are running mirc 6.3 or higher. (This means a future update will likely include moving "" back to $qt and going back to using noop. I was trying to make the script compatible with older versions but in the end had no luck.
7. On top of that there are a lot of various code changes and/or fixes throughout the entire script.
*Updated 09/04/2008*
1. Added a photo album. It displays 16 photos a page lets you simply double click a picture to open it in viewpic. You can select what folder to view and it will remember the folder for the next time you open the album. You can also delete files from within the photo album by single clicking a picture to select it and then using the delete button.
2. Added the ability to double click a picture to toggle between normal and fullscreen view as requested by zmodem.
3. Fixed a bug that wasn't copying the file like it was supposed to when the save downloads option was enabled (this problem was from the previous update).
4. Various other smaller bug fixes and coding updates.
*Updated 09/06/2008*
1. Added the ability to scroll forward and backword a picture at a time in the folder of the currently loaded picture using either +/-, PgUp,PgDn, LeftArrow/RightArrow or the right click menu. This is for when viewing photos normally, not in the photo album.
2. Added a button in the photo album to open the currently selected folder.
3. Fixed the file display in the photo album to not include the path since the path is already displayed up top.
4. Fixed the photo album dialog to display immediatley after deleting a file instead of loading the images and then making the dialog visible again.
5. Multiple minor visual fixes to the photo album dialog.
6. Fixed the On Load event to function properly.
7. Fixed the timeout system to avoid false timeouts.
8. Various other smaller bug fixes and coding updates.
*Updated 9/21/2008*
1. Added the ability to zoom in by left clicking on the image. Wherever you click is where it will center the zoomed image. The first click will zoom to 1.5x, the second click zooms to 2x, the third click zooms to 2.5x and the click after that will return you to the normal view. Pressing any other key at any time during the zoom process will also return the view to normal.
2. Added a slideshow feature. You can select "Start a slideshow" from any of the rightclick menus and also by using the slideshow button in the photo album. To stop the slideshow simply hit any key or click with the mouse. The delay between photos is adjustable in the viewpic control panel and defaults at 4 seconds.
...If you run the slideshow when a picture is not loaded it will default to the viewpic's save folder which is set in the control panel. If you start it by right clicking on a picture it will use the folder of the currently loaded picture and using the button in the photo album will start a slideshow in the whichever folder the photo album is in.
3. Fixed an error with the aspect ratio in the full screen view which went undiscovered until now due to the small amount of affected photos.
4. Various other smaller bug fixes and coding updates.
Be sure to unload the old copy and then load the new one when updating.
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 4:33 am
Posted on Aug 20, 2008 4:33 am
As usual all comments and ideas are welcome. I'm already considering some updates like maybe making it so you can resize the window and ofcourse the picture would resize with it.
Hope you enjoy it.
Hope you enjoy it.
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 4:39 am
Posted on Aug 20, 2008 4:39 am
THAT'S JUST SO !@#$ COOOL
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 5:43 am
Posted on Aug 20, 2008 5:43 am
Excellent script as usual typo
and what chatscape server is that in the screenshot?
and what chatscape server is that in the screenshot?
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 6:04 am
Posted on Aug 20, 2008 6:04 am
Ok, someone just found a couple of animated gifs that arent working properly after going thru a whole big bunch of em. I kind of expected this as the animated gif part was very hard to do since mirc has zero support for it and I knew I wouldn't be able to play them all. I will work on adding code to either make these newly discovered animated gif types work or have it display an error message and show you the first fram as it does with the other animated gifs that it knows it cannot display.
You will know if you found one of the two new formats I speak of if the animated gif only shows a still picture but didnt give a warning first or if the animated gif displays all the frames but part of the picture in most the frames is missing.
I still feal that being able to view 80 percent or so of animated gifs is worth keeping the feature.
You will know if you found one of the two new formats I speak of if the animated gif only shows a still picture but didnt give a warning first or if the animated gif displays all the frames but part of the picture in most the frames is missing.
I still feal that being able to view 80 percent or so of animated gifs is worth keeping the feature.
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 6:35 am
Posted on Aug 20, 2008 6:35 am
Psh! Ya'll are copying my original script xD
Nice one typo though. looks good :]
Nice one typo though. looks good :]
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 6:44 am
Posted on Aug 20, 2008 6:44 am
Copying your original script?
Which script ya talking about. When I went to make this I couldnt find a script like it anywhere.
And who is yall?
:)
Which script ya talking about. When I went to make this I couldnt find a script like it anywhere.
And who is yall?
:)
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 6:49 am
Posted on Aug 20, 2008 6:49 am
http://www.hawkee.com/snippet/4446/
I don't believe mine is anywhere near as good; but it was when i was experimenting with sockets. i like the look of this script though.
And there have been 2 of this kinda script recently :P
I don't believe mine is anywhere near as good; but it was when i was experimenting with sockets. i like the look of this script though.
And there have been 2 of this kinda script recently :P
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 8:26 am
Posted on Aug 20, 2008 8:26 am
Im glad this got rated 10 tbh
I gave you all my ideas on /server IRC.CHATSCAPE.NET:6667 ;p when I think of any = /me comments
/me rates 9
I gave you all my ideas on /server IRC.CHATSCAPE.NET:6667 ;p when I think of any = /me comments
/me rates 9
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 8:49 am
Posted on Aug 20, 2008 8:49 am
Wow jonsey44, I cant believe I didnt find yours when I was looking for them when I started this script and yeah I saw the other scripts your talking about but I like mine better since its mine. Lol. Really tho they're all different in some important ways. I believe mine is best for downloading and viewing but that image uploader and viewer is pretty nice script too and the animator was also pretty nice and just fun to toy around with for a few minutes when testing it.
Still, Im pretty proud of this script and I'm glad its getting a good rating.
Thanks everyone.
Still, Im pretty proud of this script and I'm glad its getting a good rating.
Thanks everyone.
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 7:50 pm
Posted on Aug 20, 2008 7:50 pm
how do you get the screenshots ont the snippet info?
mIRC Snippet:
Typos ViewPic
Posted on Aug 20, 2008 7:52 pm
Posted on Aug 20, 2008 7:52 pm
pwnisher3, go to http://www.hawkee.com/profile/photo_upload.php to upload an image. Then view the full size image page to get the bbcode which you simply paste into the snippet description.
mIRC Snippet:
Typos ViewPic
Posted on Aug 21, 2008 3:27 am
Posted on Aug 21, 2008 3:27 am
Both http://media.fukung.net/images/4914/beards.gif and http://media.fukung.net/images/6723/kraker.jpg failed to do anything except show 0% then disappear. I never saw the actual image :/
mIRC Snippet:
Typos ViewPic
Posted on Aug 21, 2008 4:25 am
Posted on Aug 21, 2008 4:25 am
Good find Nigathan. Thanks.
A quick look revealed that it was using cookies so I added a sockwrite line with Cookie: PHPSESSID="";Path="" in it and then the server returned a line saying that transfer encoding was chunked.
Chunked transfer encoding totally changes the way the file is transfered. One big difference is that it doesnt seem to tell me the file size ahead of time, your left to discover it on your own somehow which makes the progrss bar unusable when I do get the file transfer nailed. The second main difference is the fact that the data is sent in chunks as the name suggests and each chunk has a header that in hex tells the length of the chunk.
Luckily shortly after I started coding for the chunked transfers it occoured to me to try sending the http request as 1.0 instead of 1.1 and that almost worked but it still needed a new sockwrite line with Accept-Range:Bytes and, BAM, it works like a charm now.
Code has been updated.
A quick look revealed that it was using cookies so I added a sockwrite line with Cookie: PHPSESSID="";Path="" in it and then the server returned a line saying that transfer encoding was chunked.
Chunked transfer encoding totally changes the way the file is transfered. One big difference is that it doesnt seem to tell me the file size ahead of time, your left to discover it on your own somehow which makes the progrss bar unusable when I do get the file transfer nailed. The second main difference is the fact that the data is sent in chunks as the name suggests and each chunk has a header that in hex tells the length of the chunk.
Luckily shortly after I started coding for the chunked transfers it occoured to me to try sending the http request as 1.0 instead of 1.1 and that almost worked but it still needed a new sockwrite line with Accept-Range:Bytes and, BAM, it works like a charm now.
Code has been updated.
mIRC Snippet:
Typos ViewPic
Posted on Aug 22, 2008 2:21 am
Posted on Aug 22, 2008 2:21 am
Loosk good Typo.Everything i tested before you posted worked didnt find anything wrong liek the custom right click lil flare there;p.Very cool and about time to ffs need some good codes posted here on hawkee.Well done man as to be expected i suggest you post it n other irc coding sites i think it needs more exposed.That said,can we bump snippets ,eh fack it BUMP.Code needs more comments and rates ffs."Rate it or Hate it?"...8/10.`-.-´
mIRC Snippet:
Typos ViewPic
Posted on Aug 22, 2008 3:37 am
Posted on Aug 22, 2008 3:37 am
Thanks a lot EL,
I'm working on a resize feature at the moment. It lets you resize the picture by resizing the window. You can hit any key to toggle the picture size back to normal and after that pressing any key again will toggle betweem normal and full screen like normal.
Should be done tonight I hope. I started it earlier today and I already have it working on all the pictures except the animated gifs which take a lil different approach so I'm working on that now.
I'm working on a resize feature at the moment. It lets you resize the picture by resizing the window. You can hit any key to toggle the picture size back to normal and after that pressing any key again will toggle betweem normal and full screen like normal.
Should be done tonight I hope. I started it earlier today and I already have it working on all the pictures except the animated gifs which take a lil different approach so I'm working on that now.
mIRC Snippet:
Typos ViewPic
Posted on Aug 22, 2008 4:36 am
Posted on Aug 22, 2008 4:36 am
The custom right click pwnz its just blury......for me anyhow
mIRC Snippet:
Typos ViewPic
Posted on Aug 24, 2008 3:22 am
Posted on Aug 24, 2008 3:22 am
I have added the ability to resize the pictures. It works just like resizing any other window and the picture will automatically resize with it. Toggling the size back to normal works just like toggling between the normal view and fullscreen. You can right click and select normal view or simply press any key. After the picture is returned to normal the toggling action returns to going between the normal and fullscreen views again.
This will remain a work in progress even when I start on my next project once I can decide on one so alway keep an eye out for updates with more new features and fixes.
Enjoy.
This will remain a work in progress even when I start on my next project once I can decide on one so alway keep an eye out for updates with more new features and fixes.
Enjoy.
mIRC Snippet:
Typos ViewPic
Posted on Aug 25, 2008 5:17 am
Posted on Aug 25, 2008 5:17 am
Nice update Typo.After a lil bugg testing works fine now >D.Cool that it resizes that was a good idea and worth the time.Hope some other ppl can test && comment on this its useful to most im sure.Still stand by my 8.`-.-´
mIRC Snippet:
Typos ViewPic
Posted on Aug 25, 2008 5:25 am
Posted on Aug 25, 2008 5:25 am
Thanks EL and I really appreciate you catching that error and pointing it out to me so I could fix it and yeah, god knows I sure wouldn't complain if more people told me what they thought of this or just rated it.
mIRC Snippet:
Typos ViewPic
Posted on Aug 25, 2008 5:32 am
Posted on Aug 25, 2008 5:32 am
Rofl yeah well if there wasn't a huge draw to fail scripts before workin usefull scripts im sure there would be more comments.Users tend to comment on scripts that arent coded well and or ripped/butchered ,there just seems to be more to say about those types.Good and usefull scripts are like ''works good /me rates'' shrugs.Dunno i sure ppl once they use it will comment and rate,but atleast you made something someone will use.rofl funny your gunna see this in 15 seconds or less in #mIRC_Or_GTFO.`-.-´
mIRC Snippet:
Typos ViewPic
Posted on Aug 25, 2008 11:21 am
Posted on Aug 25, 2008 11:21 am
This is just OUTSTANDING! +10 Typo :-) Just right off the bat, the only thing that is simply overlooked was when you go to Open Picture', and then you click Cancel instead of selecting a picture, it brings up the Select Picture dialog again, and once again, you have to click Cancel. Also, it still gives you the error about not picking a proper image file. I guess the best way to fix it would be just
Anyways, if I come across any other tiny things, I'll let ya know.
I'd like to reiterate, this is seriously an awesome coding job!
| Code: |
| if (!$sfile()) { return } |
I'd like to reiterate, this is seriously an awesome coding job!
mIRC Snippet:
Typos ViewPic
Posted on Aug 25, 2008 12:24 pm
Posted on Aug 25, 2008 12:24 pm
now I keep getting some sh1tty error bout how the file type aint suported even tho it worked on those pics before.
-.-
-.-
mIRC Snippet:
Typos ViewPic
Posted on Aug 25, 2008 12:31 pm
Posted on Aug 25, 2008 12:31 pm
I think that it would be cool if it remembered the last folder you picked a file from, that way you don't have to keep going back to the scriptdir everytime.
mIRC Snippet:
Typos ViewPic
Posted on Aug 25, 2008 2:12 pm
Posted on Aug 25, 2008 2:12 pm
Hey, I must admit that now, I'm starting to have problems using this. The line, ie: 245, where you have /rename, is unnecessary, because you've already got the .copy -o ViewPicDLFile.tmp " $+ %ViewPicSavePath $+ %OriginalName $+ ". When you attempt your rename function, it errors saying that it cannot be done.
As well, if the socket tells you there's nothing to read, your @window stays open, just long enough to wait for the timeout. Shouldn't it close right away?
One more thing, why when you do comparisons do you check if ($this == $true)? You don't need == $true, because the if statement automatically will do that. So: if ($this) { it's $true so do stuff }. I don't know, it might be preference ;)
Anyhow, it seems to work just perfect for me on almost everything, save for a plethora of animated gifs, as you've already mentioned.
As well, if the socket tells you there's nothing to read, your @window stays open, just long enough to wait for the timeout. Shouldn't it close right away?
One more thing, why when you do comparisons do you check if ($this == $true)? You don't need == $true, because the if statement automatically will do that. So: if ($this) { it's $true so do stuff }. I don't know, it might be preference ;)
Anyhow, it seems to work just perfect for me on almost everything, save for a plethora of animated gifs, as you've already mentioned.
mIRC Snippet:
Typos ViewPic
Posted on Aug 26, 2008 2:31 am
Posted on Aug 26, 2008 2:31 am
I have such a bad habbit with the == $true thing but im working on it...Il clean those out.
Ill look into the timeout thing too. Also Im going to do a once over on the script today because I am going to change the way it temporarily stores the file name. While I do that I'll look into adding the storing of the last viewed folder. Also, that line with the copy u pointed out was actually supposed to start with "if (%viewpicdl == yes)" which ill fix in the upcoming update and will then only copy the file to the dl folder if the user has that enabled. The script works with the copy of the pic thats in the mirc folder.
Thanks for the comment and keep an eye for the new update coming soon. Either in the next 4-5 hours or by tomorrow.
Ill look into the timeout thing too. Also Im going to do a once over on the script today because I am going to change the way it temporarily stores the file name. While I do that I'll look into adding the storing of the last viewed folder. Also, that line with the copy u pointed out was actually supposed to start with "if (%viewpicdl == yes)" which ill fix in the upcoming update and will then only copy the file to the dl folder if the user has that enabled. The script works with the copy of the pic thats in the mirc folder.
Thanks for the comment and keep an eye for the new update coming soon. Either in the next 4-5 hours or by tomorrow.
mIRC Snippet:
Typos ViewPic
Posted on Aug 28, 2008 9:28 am
Posted on Aug 28, 2008 9:28 am
It's a day or two later than I had hoped but here it is.
*Updated*
1. Made a whole new timeout system that uses the http standard timeout scheme which times out if the speed falls below 150 bps. It also timesout after 2 minutes (adjustable).
2. The socket now has better handling of dead url's or links to files that arent really there but the server tries a redirect and I made improvements and fixes to the sockclose event.
3. Made fixes to the recently added resize system after I noticed a problem with the way it worked.
4. Changed the way the script stores the file name while running. It used to store the whole path and filename int he titlebar but since having only the filename there looks better I am now using a variable to store that info.
5. The script now remembers the last folder you were browsing in when loading a picture locally and opens in that folder the next time.
6. Now checks on install to make sure you are running mirc 6.3 or higher. (This means a future update will likely include moving "" back to $qt and going back to using noop. I was trying to make the script compatible with older versions but in the end had no luck.
7. On top of that there are a lot of various code changes and/or fixes throughout the entire script.
Please post any problems, ideas or comments.
Enjoy.
*Updated*
1. Made a whole new timeout system that uses the http standard timeout scheme which times out if the speed falls below 150 bps. It also timesout after 2 minutes (adjustable).
2. The socket now has better handling of dead url's or links to files that arent really there but the server tries a redirect and I made improvements and fixes to the sockclose event.
3. Made fixes to the recently added resize system after I noticed a problem with the way it worked.
4. Changed the way the script stores the file name while running. It used to store the whole path and filename int he titlebar but since having only the filename there looks better I am now using a variable to store that info.
5. The script now remembers the last folder you were browsing in when loading a picture locally and opens in that folder the next time.
6. Now checks on install to make sure you are running mirc 6.3 or higher. (This means a future update will likely include moving "" back to $qt and going back to using noop. I was trying to make the script compatible with older versions but in the end had no luck.
7. On top of that there are a lot of various code changes and/or fixes throughout the entire script.
Please post any problems, ideas or comments.
Enjoy.
mIRC Snippet:
Typos ViewPic
Posted on Aug 28, 2008 9:56 am
Posted on Aug 28, 2008 9:56 am
Looks good i ll have to test it.`-.-´
mIRC Snippet:
Typos ViewPic
Posted on Aug 28, 2008 10:03 am
Posted on Aug 28, 2008 10:03 am
Honestly aside from the script remembering where you were last time you browsed for a file you won't actually see any differences except for the new part in the dialog for setting the timout for when its downloading. Most the changes were more behind the scenes so to speak but I do appreciate you testing it again since I did change an aweful lot of stuff.
mIRC Snippet:
Typos ViewPic
Posted on Aug 28, 2008 10:27 am
Posted on Aug 28, 2008 10:27 am
Well looks good man nice that you added the timeout ;s could be a pain for some other wise.Run smooth and efficient so alls good.`-.-´
mIRC Snippet:
Typos ViewPic
Posted on Aug 28, 2008 3:34 pm
Posted on Aug 28, 2008 3:34 pm
Typo: Outstanding! I didn't have a single issue with it. The error checking is beautiful! Great job! :-)
mIRC Snippet:
Typos ViewPic
Posted on Aug 28, 2008 3:45 pm
Posted on Aug 28, 2008 3:45 pm
I tested it with 6.21 ( I know I should upgrade but meh ) and only got the below errors.
* Invalid format: $round (line 2200, WaiterJohn) <-- Open normal pic to fullscreen.
* Invalid format: $round (line 2291, WaiterJohn) <-- open animated pic ( .gif )
Other than that no issues to report.
* Invalid format: $round (line 2200, WaiterJohn) <-- Open normal pic to fullscreen.
| Code: |
var %ViewPicNSWidth $round($iif(%ViewPicPW !> %ViewPicNW && %ViewPicPH !> %ViewPicNH,%ViewPicPW,$iif(%ViewPicPW > %ViewPicPH,$iif(%ViewPicPW > %ViewPicNW,%ViewPicNW,%ViewPicPW),$iif(%ViewPicPH > %ViewPicNH,$calc(%ViewPicNH / %ViewPicAspect),$calc(%ViewPicPH / %ViewPicAspect)))),0) |
* Invalid format: $round (line 2291, WaiterJohn) <-- open animated pic ( .gif )
| Code: |
var %AniGifWidth $round($iif(%AniGifPW !> %AniGifNW && %AniGifPH !> %AniGifNH,%AniGifPW,$iif(%AniGifPW > %AniGifPH,$iif(%AniGifPW > %AniGifNW,%AniGifNW,%AniGifPW),$iif(%AniGifPH > %AniGifNH,$calc(%AniGifNH / %AniGifAspect),$calc(%AniGifPH / %AniGifAspect)))),0) |
Other than that no issues to report.
mIRC Snippet:
Typos ViewPic
Posted on Aug 28, 2008 4:04 pm
Posted on Aug 28, 2008 4:04 pm
Typo: I've a suggestion: When you double-click on the normal-sized pic, how about it full-screens it, and vise-verse. In fact, your Menu * can be changed for just that. Here ya go:
| Code: |
| Menu * { sclick:{ if ($mouse.win == @ViewPicRightClick) { if ($mouse.y isnum 1-12) { clipboard %ViewPicRightClickURL ViewPicRightClickDone } elseif ($mouse.y isnum 22-33) { url -an %ViewPicRightClickURL ViewPicRightClickDone } elseif ($mouse.y isnum 41-52) { url %ViewPicRightClickURL ViewPicRightClickDone } } } dclick:if (*Typos* iswm $mouse.win) ViewPicFullScreen %ViewPicTitle - <[Typos ViewPic]> .Control Panel:dialog $iif($Dialog(ViewPic),-ev,-md) ViewPic ViewPic .Open Picture:ViewPic - } |
mIRC Snippet:
Typos ViewPic
Posted on Sep 1, 2008 1:03 am
Posted on Sep 1, 2008 1:03 am
Zmodem, thanks for the idea and I will include it in the next update for you but for the future, I do not require code examples when giving me ideas, especially when its something as simple as a dclick event. I think the fact that you put it below a sclick event, that I made, makes it kind of obvious that I would know how to do it myself and besides, I prefer to do my own coding and ever prefer to figure things out on my own when I don't know how to do them. Sorry if that came off as rude as I didn't mean it that way and do appreciate your idea(s) a lot.
Sckak, I will be changing the introduction to say the sript only supports 6.3 and higher since I found that to be true. I added a version check to the On Load section in the last update but forgot a closing bracket so it didnt trigger for you. I fixed that and then realized I also forgot to change the intro to reflect the version 6.3+ requirement so I will edit that now.
I am already working on the next update so keep watching for it. Included will be the ability to scroll through the images in the current folder. For instance, if your looking at a picture in c:\mirc, you can scroll forward or backward through all the images in that folder by using +/- , LeftArrow/RightArrow, PgUp/PgDn or the right click.
I also want to thank everyone who has rated this script and/or selected it as "Liked". You can never get too much positive feedback as far as I'm concerned. :)
Sckak, I will be changing the introduction to say the sript only supports 6.3 and higher since I found that to be true. I added a version check to the On Load section in the last update but forgot a closing bracket so it didnt trigger for you. I fixed that and then realized I also forgot to change the intro to reflect the version 6.3+ requirement so I will edit that now.
I am already working on the next update so keep watching for it. Included will be the ability to scroll through the images in the current folder. For instance, if your looking at a picture in c:\mirc, you can scroll forward or backward through all the images in that folder by using +/- , LeftArrow/RightArrow, PgUp/PgDn or the right click.
I also want to thank everyone who has rated this script and/or selected it as "Liked". You can never get too much positive feedback as far as I'm concerned. :)
mIRC Snippet:
Typos ViewPic
Posted on Sep 2, 2008 5:01 pm
Posted on Sep 2, 2008 5:01 pm
Typo: My bad! I should have known better than to show you a code example! The reality of the thing was I added it to the snippet you submitted already, so I just pasted it, in haste. My apologies! :-)
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 9:12 am
Posted on Sep 4, 2008 9:12 am
Now includes a photo album!
*Updated 09/04/2008*
1. Added a photo album. It displays 16 photos a page lets you simply double click a picture to open it in viewpic. You can select what folder to view and it will remember the folder for the next time you open the album. You can also delete files from within the photo album by single clicking a picture to select it and then using the delete button.
2. Added the ability to double click a picture to toggle between normal and fullscreen view as requested by zmodem.
3. Fixed a bug that wasn't copying the file like it was supposed to when the save downloads option was enabled (this problem was from the previous update).
4. Various other small fixes/updates.
The scrolling through photos in normal view mode feature is still coming but will be in the next update. When I decided to do the album it became a proprity.
As usual, all comments and ideas welcome.
Enjoy.
To Zmodem: I recently noticed you making a lot of posts around here so when you posted to me and felt that you needed to provide a code I just wanted to let you know for future reference that I don't need a code example when you give me an idea and especially when its obviously something that I could code myself. As i said before, I wasn't trying to be rude and in fact am very appreciative of your idea(s).
To whoever voted this a 1 and brought my score from 9.2 to 8.0 I just want you to know that nobody likes you and you suck.
*Updated 09/04/2008*
1. Added a photo album. It displays 16 photos a page lets you simply double click a picture to open it in viewpic. You can select what folder to view and it will remember the folder for the next time you open the album. You can also delete files from within the photo album by single clicking a picture to select it and then using the delete button.
2. Added the ability to double click a picture to toggle between normal and fullscreen view as requested by zmodem.
3. Fixed a bug that wasn't copying the file like it was supposed to when the save downloads option was enabled (this problem was from the previous update).
4. Various other small fixes/updates.
The scrolling through photos in normal view mode feature is still coming but will be in the next update. When I decided to do the album it became a proprity.
As usual, all comments and ideas welcome.
Enjoy.
To Zmodem: I recently noticed you making a lot of posts around here so when you posted to me and felt that you needed to provide a code I just wanted to let you know for future reference that I don't need a code example when you give me an idea and especially when its obviously something that I could code myself. As i said before, I wasn't trying to be rude and in fact am very appreciative of your idea(s).
To whoever voted this a 1 and brought my score from 9.2 to 8.0 I just want you to know that nobody likes you and you suck.
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 9:15 am
Posted on Sep 4, 2008 9:15 am
The album is a really neat idea. The best thing about this is the downloading an image by simply clicking the link in the channel. It's absolutely awesome. Great job, 10/10
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 10:41 am
Posted on Sep 4, 2008 10:41 am
Nice another great update;p well done J.`-.-´
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 12:01 pm
Posted on Sep 4, 2008 12:01 pm
Thanks EL and Neptune, I think people are going to really like the photo album addon.
This is still a work in progress so ideas are always welcome. Soon to come is the ability to scroll forward or backward through the pictures in the folder of the currently loaded picture and I plan on having the photo album warn a user when the folder they change to has no photos in it.
All the Likes and positive ratings are greatly appreciated.
This is still a work in progress so ideas are always welcome. Soon to come is the ability to scroll forward or backward through the pictures in the folder of the currently loaded picture and I plan on having the photo album warn a user when the folder they change to has no photos in it.
All the Likes and positive ratings are greatly appreciated.
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 12:29 pm
Posted on Sep 4, 2008 12:29 pm
Maybe a feature that lets you post an image to say, tinypic. But it's not exactly called PostPic is it. lol
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 12:34 pm
Posted on Sep 4, 2008 12:34 pm
ffs
neptune please elaborate
-.-
neptune please elaborate
-.-
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 12:37 pm
Posted on Sep 4, 2008 12:37 pm
..How can you elaborate that more? :/
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 12:39 pm
Posted on Sep 4, 2008 12:39 pm
He means like the image uploader that was released a little while ago where it uploads the pic automatically and gives u the url but I dont think I will be adding anything like that but I will keep the idea in mind.
Thanks for the idea
Thanks for the idea
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 12:40 pm
Posted on Sep 4, 2008 12:40 pm
not a bad idea I spose, but no need to add it so good
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 12:45 pm
Posted on Sep 4, 2008 12:45 pm
Thanks eugene and I did ask for ideas since this is still a work in progress. I just think the uploader might be getting a little too far away from the original purpose of the script.
I'm sure theres still plenty to improve upon with the original viewpic parts and the the new photo album part but I'm very happy with the script overall.
I'm sure theres still plenty to improve upon with the original viewpic parts and the the new photo album part but I'm very happy with the script overall.
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 1:30 pm
Posted on Sep 4, 2008 1:30 pm
var %ViewPicTmpInput $input(Sorry but this script requires mIRC 6.3 or higher to run.,o,ERROR
You're missing a ) bracket at the end.
also, instead of using a var. you could use /noop. Even you taught me that! XD
You're missing a ) bracket at the end.
also, instead of using a var. you could use /noop. Even you taught me that! XD
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 1:38 pm
Posted on Sep 4, 2008 1:38 pm
Yeah I had taken all the noop's back to var trying to make it compaitble for oder versions. Thats also why you see " $+ blah $+ " instead of $qt( ) in a lot of places.
I plan on fixing all of them for my next update and I will fix that bracket mismatch right now.
I also repaired a problem with animated gifs and folders with spaces that neptune discovered.
Thanks for the comment tho. Did you like the photo album addon?
I plan on fixing all of them for my next update and I will fix that bracket mismatch right now.
I also repaired a problem with animated gifs and folders with spaces that neptune discovered.
Thanks for the comment tho. Did you like the photo album addon?
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 3:28 pm
Posted on Sep 4, 2008 3:28 pm
I loaded this up, opened 1 picture via Open A Picture, then I did Open the photo album and I got this in the status screen: * Invalid parameters: $findfile (line 502). I've pasted the cause below:
Basically, the issue is that %ViewPicAlbumPath has not been set yet. Also, I'm not sure if this is because it's a work in progress, but the Change current folder. button on the photo album dialog does not work for me.
| Code: |
| alias ViewPicFileList { if ($window(@ViewPicScrollAlbum)) { window -c $v1 } window -hw0 @ViewPicScrollAlbum ;----PROBLEM noop $findfile($qt(%ViewPicAlbumPath),*.jpg;*.bmp;*.png;*.gif;*.jpeg,0,1,aline @ViewPicScrollAlbum $1-) ;----------- filter -uwwct 0 32 @ViewPicScrollAlbum @ViewPicScrollAlbum * } |
Basically, the issue is that %ViewPicAlbumPath has not been set yet. Also, I'm not sure if this is because it's a work in progress, but the Change current folder. button on the photo album dialog does not work for me.
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 3:53 pm
Posted on Sep 4, 2008 3:53 pm
rofl
/me takes cover
erm I had that error aswell btw -.-
/me takes cover
erm I had that error aswell btw -.-
mIRC Snippet:
Typos ViewPic
Posted on Sep 4, 2008 4:09 pm
Posted on Sep 4, 2008 4:09 pm
* Invalid parameters: $findfile (line 502, Testing.fos)
Can't select folder.
Also those "." at the end are kinda annoying..
Can't select folder.
Also those "." at the end are kinda annoying..
mIRC Snippet:
Typos ViewPic
Posted on Sep 5, 2008 7:12 pm
Posted on Sep 5, 2008 7:12 pm
Sorry I didnt reply sooner but Ive been a little busy irl and only now saw the post.
I will be posting an update soon to resolve the issues mentioned and it will also include the new scrolling through pictures feature and some other smaller fixes/changes including cosmetic fixes on the photo album dialog w/removal of the periods jonsey mentioned.
The variable not being set was related to the on load not functioning right which will be fixed.
The button to change folders always worked for me but I believe I found an issue that may be causeing a problem.
I will have the update uploaded shortly since the other additions were actually ready to be uploaded.
I will be posting an update soon to resolve the issues mentioned and it will also include the new scrolling through pictures feature and some other smaller fixes/changes including cosmetic fixes on the photo album dialog w/removal of the periods jonsey mentioned.
The variable not being set was related to the on load not functioning right which will be fixed.
The button to change folders always worked for me but I believe I found an issue that may be causeing a problem.
I will have the update uploaded shortly since the other additions were actually ready to be uploaded.
mIRC Snippet:
Typos ViewPic
Posted on Sep 6, 2008 11:06 am
Posted on Sep 6, 2008 11:06 am
Ok, every problem that was discovered since the update has been addressed and some additional fixes and updates have been made as well.
1. Added the ability to scroll forward and backword a picture at a time in the folder of the currently loaded picture using either +/-, PgUp,PgDn, LeftArrow/RightArrow or the right click menu. This is for when viewing photos normally, not in the photo album.
2. Added a button in the photo album to open the currently selected folder.
3. Fixed the file display in the photo album to not include the path since the path is already displayed up top.
4. Fixed the photo album dialog to display immediatley after deleting a file instead of loading the images and then making the dialog visible again.
5. Multiple minor visual fixes to the photo album dialog.
6. Fixed the On Load event to function properly.
7. Fixed the timeout system to avoid false timeouts.
8. Various other bug fixes and coding updates.
This update had a lot of small code changes through the script on top of the listed fixes and updates so I tested this on my mirc, a fresh mirc, and asked a few people to try it and everything seems to be ok but please let me know of any errors you may run into.
As usual, all comments and sugggestions are welcome.
Be sure when updating to unload the old copy and then load the new copy.
Enjoy.
1. Added the ability to scroll forward and backword a picture at a time in the folder of the currently loaded picture using either +/-, PgUp,PgDn, LeftArrow/RightArrow or the right click menu. This is for when viewing photos normally, not in the photo album.
2. Added a button in the photo album to open the currently selected folder.
3. Fixed the file display in the photo album to not include the path since the path is already displayed up top.
4. Fixed the photo album dialog to display immediatley after deleting a file instead of loading the images and then making the dialog visible again.
5. Multiple minor visual fixes to the photo album dialog.
6. Fixed the On Load event to function properly.
7. Fixed the timeout system to avoid false timeouts.
8. Various other bug fixes and coding updates.
This update had a lot of small code changes through the script on top of the listed fixes and updates so I tested this on my mirc, a fresh mirc, and asked a few people to try it and everything seems to be ok but please let me know of any errors you may run into.
As usual, all comments and sugggestions are welcome.
Be sure when updating to unload the old copy and then load the new copy.
Enjoy.
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 4:59 pm
Posted on Sep 7, 2008 4:59 pm
/me enjoys ;o and are you renaming it or what?
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 5:04 pm
Posted on Sep 7, 2008 5:04 pm
Yeah use the longer name when you rename it
/me cant wait for updates ^_^
/me cant wait for updates ^_^
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 5:12 pm
Posted on Sep 7, 2008 5:12 pm
I would like to rename it but cannot decide on a name. I still say Typos Picture Viewer and Photo Album is a bit too long but i want the title to describe the fact tht its a pic viewer and a photo album so I dunno.....
Keep in mind that the name is also in the titlebar of the dialog for the pictures and photo album and is in the menus in so a huge name like the one above has actual effects on the appearance of things.
All serious name suggestions are welcome.
Keep in mind that the name is also in the titlebar of the dialog for the pictures and photo album and is in the menus in so a huge name like the one above has actual effects on the appearance of things.
All serious name suggestions are welcome.
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 5:30 pm
Posted on Sep 7, 2008 5:30 pm
Picture Viewer and Photo Album
seems fine to me ;o
seems fine to me ;o
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 5:39 pm
Posted on Sep 7, 2008 5:39 pm
Typo's Picture Center
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 5:59 pm
Posted on Sep 7, 2008 5:59 pm
Suggestion: A zoom function would be very nice indeed
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 6:37 pm
Posted on Sep 7, 2008 6:37 pm
my script is lagging as hell since i got this remote in it, but this is nice work.
10/10
10/10
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 7:23 pm
Posted on Sep 7, 2008 7:23 pm
@Neptune
stop riping my ideas, I suggested that AGES ago wtf ;o
/me infuriates
stop riping my ideas, I suggested that AGES ago wtf ;o
/me infuriates
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 7:30 pm
Posted on Sep 7, 2008 7:30 pm
Eugene noticed that the timeout issue was still periodically happening even with the new timeout scheme updates so I asked for his help to find out why he was having the issue and we finally figured it out with some creative echoing.
I came up with a fix and have uploaded it but this problem affected only toe people as far as i know so if you weren't having any issues with downloads ther is no need to update if you already have the last update from 09/06/2008 <yesterdy>.
XploreR, I'm not sure why my script would cause any lags but I'm glad your enjoying it.
Thanks for idea and name suggestion neptune. Ill look into a zoom feature and see how doable it is since your not the first to ask.
Keep the name ideas and any other suggestions coming everyone.
I came up with a fix and have uploaded it but this problem affected only toe people as far as i know so if you weren't having any issues with downloads ther is no need to update if you already have the last update from 09/06/2008 <yesterdy>.
XploreR, I'm not sure why my script would cause any lags but I'm glad your enjoying it.
Thanks for idea and name suggestion neptune. Ill look into a zoom feature and see how doable it is since your not the first to ask.
Keep the name ideas and any other suggestions coming everyone.
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 9:20 pm
Posted on Sep 7, 2008 9:20 pm
How about TypoPhoto.
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 9:47 pm
Posted on Sep 7, 2008 9:47 pm
/me Suggest -> Tp-viewer
stands for Typo's Pic Viewer
stands for Typo's Pic Viewer
mIRC Snippet:
Typos ViewPic
Posted on Sep 7, 2008 9:50 pm
Posted on Sep 7, 2008 9:50 pm
Ok, for the renaming. I'm making a list of possible names so people can get some ideas or say what they like, even if it's the current name.
We have the current name:
Typos ViewPic
The current list for new names is:
Typos Picture Viewer and Photo Album
Typos Picture Viewer and Album
Typos Image Viewer and Album
Typos Picture Manager
Typos ViewPic and Album
TypoPhoto
Typos Photo Center
Typos Pic Viewer aka TP-Viewer
Typos Image Center
Typos ViewPix
Typos Picture Center
Try to keep in mind I want the name to try and describe that it can view photos and that it has an album but I'm open to anything.
p.s. For anyone that is unaware, an update was released for this script on 09/06/2008 <yesterdat> so if you havent grabbed it be sure to do that.
We have the current name:
Typos ViewPic
The current list for new names is:
Typos Picture Viewer and Photo Album
Typos Picture Viewer and Album
Typos Image Viewer and Album
Typos Picture Manager
Typos ViewPic and Album
TypoPhoto
Typos Photo Center
Typos Pic Viewer aka TP-Viewer
Typos Image Center
Typos ViewPix
Typos Picture Center
Try to keep in mind I want the name to try and describe that it can view photos and that it has an album but I'm open to anything.
p.s. For anyone that is unaware, an update was released for this script on 09/06/2008 <yesterdat> so if you havent grabbed it be sure to do that.
mIRC Snippet:
Typos ViewPic
Posted on Sep 8, 2008 10:56 am
Posted on Sep 8, 2008 10:56 am
Can you try and get rid of saying "Typo" everywhere. im sure your proud! but it gets soo annoying when people advertise kinda..
mIRC Snippet:
Typos ViewPic
Posted on Sep 8, 2008 11:00 am
Posted on Sep 8, 2008 11:00 am
I was gonna say that too
the reason why I changed my second last comment to Picture Viewer and Photo Album
the reason why I changed my second last comment to Picture Viewer and Photo Album
mIRC Snippet:
Typos ViewPic
Posted on Sep 8, 2008 7:41 pm
Posted on Sep 8, 2008 7:41 pm
Every one of my scripts are titled like that. It's just how I've always done it and I really don't see any reason to change it. Would you ask Microsoft to drop the word Microsoft from all of their titles? We may call if Office but its Microsoft Office. Same with Adobe or Macromedia, every application titles start with their name.
I know Typos isn't a company name but it serves the same purpose which is to make my stuff stand apart and be easily identifiable. When you see a tite starting with Typos there is no doubt who made it. Someone who likes my stuff can easily find more and someone that hates me can easily avoid it.
Sorry if it bothers you but it's something I won't be changing.
Keep the name ideas coming tho. The newest suggestion is Typos Image Center.
I know Typos isn't a company name but it serves the same purpose which is to make my stuff stand apart and be easily identifiable. When you see a tite starting with Typos there is no doubt who made it. Someone who likes my stuff can easily find more and someone that hates me can easily avoid it.
Sorry if it bothers you but it's something I won't be changing.
Keep the name ideas coming tho. The newest suggestion is Typos Image Center.
mIRC Snippet:
Typos ViewPic
Posted on Sep 8, 2008 7:45 pm
Posted on Sep 8, 2008 7:45 pm
Ill go with Typos Image Center;p.`-.-´
mIRC Snippet:
Typos ViewPic
Posted on Sep 8, 2008 7:47 pm
Posted on Sep 8, 2008 7:47 pm
Yeah thats not a bad idea since its not too long and that does describe the code tbh
mIRC Snippet:
Typos ViewPic
Posted on Sep 8, 2008 7:52 pm
Posted on Sep 8, 2008 7:52 pm
Or or Typos Super Image Epic Win Manager;o
mIRC Snippet:
Typos ViewPic
Posted on Sep 8, 2008 7:53 pm
Posted on Sep 8, 2008 7:53 pm
/me rolls
nah bruv
nah bruv
mIRC Snippet:
Typos ViewPic
Posted on Sep 9, 2008 10:55 am
Posted on Sep 9, 2008 10:55 am
I think the first 5 or so names are too long imo.
Typo's Picture Center/Manager would be good because you could then expand it to upload images to a site, or do many other things with the images.
Typo's Picture Center/Manager would be good because you could then expand it to upload images to a site, or do many other things with the images.
mIRC Snippet:
Typos ViewPic
Posted on Sep 21, 2008 4:10 am
Posted on Sep 21, 2008 4:10 am
New update adds zooming and a slideshow feature!
*Updated 9/21/2008*
1. Added the ability to zoom in by left clicking on the image. Wherever you click is where it will center the zoomed image. The first click will zoom to 1.5x, the second click zooms to 2x, the third click zooms to 2.5x and the click after that will return you to the normal view. Pressing any other key at any time during the zoom process will also return the view to normal.
2. Added a slideshow feature. You can select "Start a slideshow" from any of the rightclick menus and also by using the slideshow button in the photo album. To stop the slideshow simply hit any key or click with the mouse. The delay between photos is adjustable in the viewpic control panel and defaults at 4 seconds.
...If you run the slideshow when a picture is not loaded it will default to the viewpic's save folder which is set in the control panel. If you start it by right clicking on a picture it will use the folder of the currently loaded picture and using the button in the photo album will start a slideshow in the whichever folder the photo album is in.
3. Fixed an error with the aspect ratio in the full screen view which went undiscovered until now due to the small amount of affected photos.
4. Various other smaller bug fixes and coding updates.
I was going to add support to set the current image as the background in mirc and infact had added it to the script with a nice dialog of its own with all available options but there was problems.
It seems to act funny when setting backgrounds in a large amount of windows/channels. If too many channels are open the backgrounds start acting up by actually dissapearing and even worse it would no longer allow the viewpic script or the viewpic photo album to load images properly so I decided to not support the option at all and removed all the 100+ lines of code I had added when adding the feature.
Like always, if you have any problems or any comments for future updates feal free to comment.
*Updated 9/21/2008*
1. Added the ability to zoom in by left clicking on the image. Wherever you click is where it will center the zoomed image. The first click will zoom to 1.5x, the second click zooms to 2x, the third click zooms to 2.5x and the click after that will return you to the normal view. Pressing any other key at any time during the zoom process will also return the view to normal.
2. Added a slideshow feature. You can select "Start a slideshow" from any of the rightclick menus and also by using the slideshow button in the photo album. To stop the slideshow simply hit any key or click with the mouse. The delay between photos is adjustable in the viewpic control panel and defaults at 4 seconds.
...If you run the slideshow when a picture is not loaded it will default to the viewpic's save folder which is set in the control panel. If you start it by right clicking on a picture it will use the folder of the currently loaded picture and using the button in the photo album will start a slideshow in the whichever folder the photo album is in.
3. Fixed an error with the aspect ratio in the full screen view which went undiscovered until now due to the small amount of affected photos.
4. Various other smaller bug fixes and coding updates.
I was going to add support to set the current image as the background in mirc and infact had added it to the script with a nice dialog of its own with all available options but there was problems.
It seems to act funny when setting backgrounds in a large amount of windows/channels. If too many channels are open the backgrounds start acting up by actually dissapearing and even worse it would no longer allow the viewpic script or the viewpic photo album to load images properly so I decided to not support the option at all and removed all the 100+ lines of code I had added when adding the feature.
Like always, if you have any problems or any comments for future updates feal free to comment.
mIRC Snippet:
Typos ViewPic
Posted on Sep 21, 2008 5:22 am
Posted on Sep 21, 2008 5:22 am
This looks great! Can't wait to try it. (Or break it. :3)
I'm not sure if you're still changing the name but I'd go with TypoPhoto or Typo's Picture Manager.
I'm not sure if you're still changing the name but I'd go with TypoPhoto or Typo's Picture Manager.
mIRC Snippet:
Typos ViewPic
Posted on Sep 21, 2008 5:42 am
Posted on Sep 21, 2008 5:42 am
Thanks for the comment and yes I am still considering a name change but I am having a difficult time deciding what to change it to if I do so it was not included with this new update. It's a tuff decision. I will bring the list of names back down to the bottom of the comments pretty soon since its getting pretty far up. For now tho I would rather people notice the new update I just uploaded.
mIRC Snippet:
Typos ViewPic
Posted on Sep 21, 2008 9:21 am
Posted on Sep 21, 2008 9:21 am
This is really nice Typo, I give it a 10/10 :)
mIRC Snippet:
Typos ViewPic
Posted on Sep 21, 2008 6:35 pm
Posted on Sep 21, 2008 6:35 pm
Thank you very much mountaindew. :)
EL noticed a problem with the new zoom feature in todays update that made it offset the picture a little bit when returning to normal view on the fourth click. I have fixed that now and updated the code. Thanks EL.
EL noticed a problem with the new zoom feature in todays update that made it offset the picture a little bit when returning to normal view on the fourth click. I have fixed that now and updated the code. Thanks EL.
mIRC Snippet:
Typos ViewPic
Posted on Sep 22, 2008 4:05 am
Posted on Sep 22, 2008 4:05 am
Workin good typo nice job.Maybe add searching i cant remember if it doesn cause i unlaoded it with the rest of my test script from all yew fukin hawkeer's;p but i ll have to load it up and use it and im to damn lazy to scrol up to see the features but if not searchin for pix would be cool.`-.-´
mIRC Snippet:
Typos ViewPic
Posted on Sep 22, 2008 5:07 am
Posted on Sep 22, 2008 5:07 am
Great idea. I'm going to think on it, like where to have it look and how to handle the results and so on.
Thanks for the idea!
Thanks for the idea!
mIRC Snippet:
Typos ViewPic
Posted on Sep 22, 2008 7:09 am
Posted on Sep 22, 2008 7:09 am
So, I'm pretty sure I'm going to use http://www.picsearch.com for the image search idea unless someone can give me a great reason not to.
The site is perfect in every way for getting information from using sockets and I personally like the search results.
The results are always different than google or yahoo because they have their own search engine and they filter out all the porn pretty well so the results are nice and clean and family friendly.
I will be starting on this idea tomorrow so if anyone has any other ideas for sites to use or any good reason for me not to use the one I picked than now is the time to mention it.
Thanks.
The site is perfect in every way for getting information from using sockets and I personally like the search results.
The results are always different than google or yahoo because they have their own search engine and they filter out all the porn pretty well so the results are nice and clean and family friendly.
I will be starting on this idea tomorrow so if anyone has any other ideas for sites to use or any good reason for me not to use the one I picked than now is the time to mention it.
Thanks.
mIRC Snippet:
Typos ViewPic
Posted on Oct 4, 2008 2:57 pm
Posted on Oct 4, 2008 2:57 pm
well, i have tested, and read through the intro, my only critism was 1 typo in the intro ;) which i told you about in PM, other than that amazing. Typo you never cease to amaze me :P, definetly 10/10 and +1 like, im sure i will be using this alott :P
mIRC Snippet:
Typos ViewPic
Posted on Oct 4, 2008 4:01 pm
Posted on Oct 4, 2008 4:01 pm
Not a big deal but sometimes when I get a download error the download % bar stays up for a few secs.
mIRC Snippet:
Typos ViewPic
Posted on Oct 4, 2008 4:07 pm
Posted on Oct 4, 2008 4:07 pm
Thanks a lot a careful warchild.
Watch soon for my next update that adds online image searching capabilities. It's currently in the testing phase.
Thanks for the comment tho, I'm glad you like it.
Blitz, I believe I already addressed that issue in the next upddate but if it still happens after the image search addition please let me know so I can fix it.
Thanks for the comment.
Watch soon for my next update that adds online image searching capabilities. It's currently in the testing phase.
Thanks for the comment tho, I'm glad you like it.
Blitz, I believe I already addressed that issue in the next upddate but if it still happens after the image search addition please let me know so I can fix it.
Thanks for the comment.
mIRC Snippet:
Typos ViewPic
Posted on Dec 9, 2008 8:23 am
Posted on Dec 9, 2008 8:23 am
I wanted to apologize to anyone waiting for the release of the next update which adds online image searching abilities. Things got really busy for me the past couple months and I haven't had time for any kind of coding till past few days. I will resume the testing for the update very soon and then release it if it's good to go.
Sorry for the delays.
Sorry for the delays.
mIRC Snippet:
Typos ViewPic
Posted on Dec 9, 2008 8:34 am
Posted on Dec 9, 2008 8:34 am
Still can't connect to your server Typo o_O
mIRC Snippet:
Typos ViewPic
Posted on Mar 7, 2009 5:56 pm
Posted on Mar 7, 2009 5:56 pm
I'm not sure why, but I'm getting the following error when I try to view the next or previous picture:
VIEWPICSCROLL($!ACTIVE).F Unknown command
I'm running mIRC 6.35 on Win XP.
VIEWPICSCROLL($!ACTIVE).F Unknown command
I'm running mIRC 6.35 on Win XP.
mIRC Snippet:
Typos ViewPic
Posted on Jul 15, 2009 5:53 pm
Posted on Jul 15, 2009 5:53 pm
Great script, thank you.
I have a multi monitor setup, and choose to have my channel windows on the desktop rather than within mIRC, and I keep the main mIRC window minimised most of the time.
Would it be possible in a future revision, that when clicking on an image link, the image opens on the same screen as the channel window? And perhaps more importantly (to me at least) that it ignores the window transparency settings?
Slightly transparent windows can look pretty cool on a dark background when it's only text, but it totally ruins an image.
Thanks again :)
I have a multi monitor setup, and choose to have my channel windows on the desktop rather than within mIRC, and I keep the main mIRC window minimised most of the time.
Would it be possible in a future revision, that when clicking on an image link, the image opens on the same screen as the channel window? And perhaps more importantly (to me at least) that it ignores the window transparency settings?
Slightly transparent windows can look pretty cool on a dark background when it's only text, but it totally ruins an image.
Thanks again :)
















