AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 57 matches
AutoHotkey Community Forum Index
Author Message
  Topic: LvLauncher v0.3
netfun81

Replies: 16
Views: 852

PostForum: Scripts & Functions   Posted: Sun Feb 21, 2010 10:31 am   Subject: LvLauncher v0.3
having some issues with .2 maybe its related to vista..but dont see any msgbox or item moving...
  Topic: LvLauncher v0.3
netfun81

Replies: 16
Views: 852

PostForum: Scripts & Functions   Posted: Sun Feb 21, 2010 12:51 am   Subject: LvLauncher v0.3
@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.3
netfun81

Replies: 16
Views: 852

PostForum: Scripts & Functions   Posted: Sat Feb 20, 2010 6:46 pm   Subject: LvLauncher v0.3
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: 16
Views: 3979

PostForum: Scripts & Functions   Posted: Mon Jan 25, 2010 7:31 pm   Subject: Distraction Elimination / Full Screen Script
works perfect now!...thanks for this nice script.
  Topic: Distraction Elimination / Full Screen Script
netfun81

Replies: 16
Views: 3979

PostForum: Scripts & Functions   Posted: Sat Jan 23, 2010 7: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: 16
Views: 3979

PostForum: Scripts & Functions   Posted: Sat Jan 23, 2010 7: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 --> New: RM Themes by LiquidGravity
netfun81

Replies: 222
Views: 20500

PostForum: Scripts & Functions   Posted: Mon Jan 18, 2010 9:16 pm   Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
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: 567

PostForum: Scripts & Functions   Posted: Mon Jan 18, 2010 9: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: 567

PostForum: Scripts & Functions   Posted: Sat Jan 16, 2010 2: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: 567

PostForum: Scripts & Functions   Posted: Sat Jan 16, 2010 12:40 am   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 --> New: RM Themes by LiquidGravity
netfun81

Replies: 222
Views: 20500

PostForum: Scripts & Functions   Posted: Sun Jan 03, 2010 11:24 am   Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
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: 631

PostForum: Scripts & Functions   Posted: Sun Dec 27, 2009 9: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: 8
Views: 964

PostForum: Scripts & Functions   Posted: Tue Dec 15, 2009 2: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: 16
Views: 3979

PostForum: Scripts & Functions   Posted: Fri Dec 04, 2009 1: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 ...
  Topic: Distraction Elimination / Full Screen Script
netfun81

Replies: 16
Views: 3979

PostForum: Scripts & Functions   Posted: Wed Dec 02, 2009 9:25 pm   Subject: Distraction Elimination / Full Screen Script
I would like to be able to see the complete window titlebar while making the rest of the script function properly. Any easy way to disable the titlebar cover? If i set the top border to 1..then When ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group