Jump to content

Torrent Search Tool


Recommended Posts

Torrent Search Tool, also know as MiniNova Search

This tool makes searching for torrents on mininova.org and piratebay.org easy.

Update: Just a few script changes and clean ups

TorrentSearch.au3+114 Previous DL's

Edited by billthecreator

[font=Microsoft Sans Serif]My Scripts: From Most recent to least.[/font]Countdown GUI | QLOCK TWO | FlipClock | Slot Machine My UDF:_GenerateRandomNoRepeat | _GuiSnap

Link to comment
Share on other sites

i bug which occurs in my pc, it posits itself automatically just above taskbar, perfect but when i click on the show settings button (the square) the options are actually shown below the search window which actually makes practically invisible, i was first thinking it aint work, then i moved the window, and its there

<edit> on my screen resolution, it works perfect if i move to 125 .

Case $ButtonX
            If GUICtrlRead($ButtonX) = "[]" Then
                $CurrPos = WinGetPos("Torrent Search")
                
                WinMove($Title, "", $CurrPos[0], $CurrPos[0]-125, $W + 1, $H2)
                
                GUICtrlSetData($ButtonX, "^")
                GUICtrlSetTip($ButtonX, "Hide Options")
                GUICtrlSetState($Label4, $GUI_FOCUS)
            Else            
                WinMove($Title, "", Default,$pos[1] - 45, $W + 1, $H + 2)
                GUICtrlSetData($ButtonX, "[]")
                GUICtrlSetTip($ButtonX, "Show Options")
                GUICtrlSetState($Label4, $GUI_FOCUS)
            EndIf

i used current position just in case it may vary on different screen resolutions, i havent tested it. if its gonna remain const we could probably use the variables availble in the code itself. anyways, great piece of work...

Edited by rajeshontheweb
Link to comment
Share on other sites

Thats is something that i haven't been working on. i have my task bar on top, and i had forgotten to change that. but if you just move it for now and show the options you'll be fine. on the next update, i should have that fixed...

Thank you for the feed back

Edit:

I uploaded a version that moves the box if its too close to the bottom. Go to first post.

Edited by billthecreator

[font=Microsoft Sans Serif]My Scripts: From Most recent to least.[/font]Countdown GUI | QLOCK TWO | FlipClock | Slot Machine My UDF:_GenerateRandomNoRepeat | _GuiSnap

Link to comment
Share on other sites

checked it man, but once the gui is moved off the taskbar, its not coming back to $pos[] - 41

and even moving off screen, the full screen is not visible, the tracker button is half hidden :-(

i am not using the tool as such, so i am not checking inside functionality, i am just checking the GUi and its options.

Edited by rajeshontheweb
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...