| Author |
Message |
Topic: RADIAL MENU scripts - updates - 29.01.2012. |
netfun81
Replies: 713
Views: 98411
|
Forum: Scripts & Functions Posted: Fri May 07, 2010 1:57 am Subject: RADIAL MENU scripts - updates - 29.01.2012. |
| wow! nice work Learning one on RMmodule. Lots of possibilities here. I'm having fun trying things. |
Topic: LvLauncher v0.4 (24/11/2010) |
netfun81
Replies: 21
Views: 2792
|
Forum: Scripts & Functions Posted: Sun Feb 21, 2010 9:31 am Subject: LvLauncher v0.4 (24/11/2010) |
| having some issues with .2 maybe its related to vista..but dont see any msgbox or item moving... |
Topic: LvLauncher v0.4 (24/11/2010) |
netfun81
Replies: 21
Views: 2792
|
Forum: Scripts & Functions Posted: Sat Feb 20, 2010 11:51 pm Subject: LvLauncher v0.4 (24/11/2010) |
| @TomXIII.. what I meant by #4 above is that the icons show the shortcut arrow like all shortcuts, but because the icons are small the arrow blocks the icon too much. One way to fix this would be to r ... |
Topic: LvLauncher v0.4 (24/11/2010) |
netfun81
Replies: 21
Views: 2792
|
Forum: Scripts & Functions Posted: Sat Feb 20, 2010 5:46 pm Subject: LvLauncher v0.4 (24/11/2010) |
not bad, easy to use. A couple suggestions:
1. add "CoordMode, Mouse, Screen" to the beginning of ur script then it will appear under the mouse even if another window is open.
2. add ... |
Topic: Distraction Elimination / Full Screen Script |
netfun81
Replies: 22
Views: 15325
|
Forum: Scripts & Functions Posted: Mon Jan 25, 2010 6:31 pm Subject: Distraction Elimination / Full Screen Script |
| works perfect now!...thanks for this nice script. |
Topic: Distraction Elimination / Full Screen Script |
netfun81
Replies: 22
Views: 15325
|
Forum: Scripts & Functions Posted: Sat Jan 23, 2010 6:38 pm Subject: Distraction Elimination / Full Screen Script |
| one suggestion. Is there a way to use window class instead of title? I like to use this with Yahoo messenger that uses contact name for title so it's different for each window. I think a title or ... |
Topic: Distraction Elimination / Full Screen Script |
netfun81
Replies: 22
Views: 15325
|
Forum: Scripts & Functions Posted: Sat Jan 23, 2010 6:33 am Subject: Distraction Elimination / Full Screen Script |
| wow. u are right..much better. takes a little more setup but works way better..thanks for this! |
Topic: RADIAL MENU scripts - updates - 29.01.2012. |
netfun81
Replies: 713
Views: 98411
|
Forum: Scripts & Functions Posted: Mon Jan 18, 2010 8:16 pm Subject: RADIAL MENU scripts - updates - 29.01.2012. |
lol @ Learning one
you should add that skin to the next release. Skins look great in 3.16! |
Topic: Picture Launcher |
netfun81
Replies: 6
Views: 1486
|
Forum: Scripts & Functions Posted: Mon Jan 18, 2010 8:05 pm Subject: Picture Launcher |
what version of windows are you using? Ive tested on XP and Vista.
What version of Autohotkey? I'm using 1.0.48.05 which is the latest.
If it still won't work try putting a ; in front of the f ... |
Topic: Picture Launcher |
netfun81
Replies: 6
Views: 1486
|
Forum: Scripts & Functions Posted: Sat Jan 16, 2010 1:12 am Subject: Picture Launcher |
| Thanks Learning one, i've updated the original script with your change and a couple other small changes. |
Topic: Picture Launcher |
netfun81
Replies: 6
Views: 1486
|
Forum: Scripts & Functions Posted: Fri Jan 15, 2010 11:40 pm Subject: Picture Launcher |
| I wanted an application launcher that could work with any picture so I made this one. Middle mouse button launches the gui. Tooltips show what will be launched if you left click there. 8-ball will ... |
Topic: RADIAL MENU scripts - updates - 29.01.2012. |
netfun81
Replies: 713
Views: 98411
|
Forum: Scripts & Functions Posted: Sun Jan 03, 2010 10:24 am Subject: RADIAL MENU scripts - updates - 29.01.2012. |
Was messing around with the pie menu concept. I modified one of my earlier scripts to test using the menu command for submenus. It might be an good way to have submenus.
Thanks to Learning one f ... |
Topic: Show desktop launcher |
netfun81
Replies: 2
Views: 1659
|
Forum: Scripts & Functions Posted: Sun Dec 27, 2009 8:48 am Subject: Show desktop launcher |
nice, I like it. I was doing something similar with this script:
mbutton::
WinGet, id, list,,, Program Manager
Loop, %id%
{
StringTrimRight, this_id, id%a_i ... |
Topic: Sun Light Map Wallpaper |
netfun81
Replies: 11
Views: 3880
|
Forum: Scripts & Functions Posted: Tue Dec 15, 2009 1:02 am Subject: Sun Light Map Wallpaper |
I couldn't get this script to work either. So instead I downloaded this:
http://codefromthe70s.org/desktopearth_dl.aspx
seems to work well and shows cloud cover |
Topic: Distraction Elimination / Full Screen Script |
netfun81
Replies: 22
Views: 15325
|
Forum: Scripts & Functions Posted: Fri Dec 04, 2009 12:53 am Subject: Distraction Elimination / Full Screen Script |
Thanks for the idea. Here's what I came up with:
Gui, Color, 000000
Gui -Caption +ToolWindow
loop
{
WinGet, 1, ID, A
sleep 500
WinGet, 2, ID, A
if 1 = %2%
gosub end
else
gui, s ... |
| |