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 12 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Shortening Bookmarklets
precisewitit

Replies: 4
Views: 165

PostForum: Ask for Help   Posted: Tue Jul 15, 2008 9:03 am   Subject: Solved
By removing some of the fields and seperating the javascript into several smaller ones I was able to get these to work. I'm new to javascript so I had no idea what I was doing with it.
  Topic: Shortening Bookmarklets
precisewitit

Replies: 4
Views: 165

PostForum: Ask for Help   Posted: Sat Jul 12, 2008 8:47 pm   Subject: Shortening Bookmarklets
When trying to use a javascript bookmarklet with an llbbrowse browser object in a gui, you may need to use something like this:


javascript:function D(a,b){c=b.split('|'); ...
  Topic: Tips N Tricks
precisewitit

Replies: 354
Views: 83804

PostForum: Scripts & Functions   Posted: Wed Mar 26, 2008 9:16 pm   Subject: Tips N Tricks
The gui animation (from dll) doesn't work for transparent windows. Try using a loop and a transparency/transcolor function, like this:

Loop 255
WinSet, TransColor, FFFFFF %A_Index%, Title

T ...
  Topic: Tips N Tricks
precisewitit

Replies: 354
Views: 83804

PostForum: Scripts & Functions   Posted: Wed Mar 26, 2008 5:24 am   Subject: Tips N Tricks
Looks like if you have previously set a transcolor in the gui the animation dll calls do not work. I tested several versions of code posted in this topic. All samples work fine until you try to winset ...
  Topic: Working With Minimized Windows
precisewitit

Replies: 5
Views: 242

PostForum: Ask for Help   Posted: Thu Mar 20, 2008 12:12 am   Subject: Working With Minimized Windows
Just because I don't have many posts in this forum does not mean I'm a total noob :p I've found an interesting way around this, which is what I was really looking for...

Using javascript "loa ...
  Topic: Working With Minimized Windows
precisewitit

Replies: 5
Views: 242

PostForum: Ask for Help   Posted: Wed Feb 27, 2008 3:02 am   Subject: Working With Minimized Windows
What is bitbit, theres nothing on it in this forum, can't find it on google...
  Topic: Working With Minimized Windows
precisewitit

Replies: 5
Views: 242

PostForum: Ask for Help   Posted: Tue Feb 26, 2008 5:22 am   Subject: Working With Minimized Windows
OK, so I'm not sure if this is more of a logic or code based question.

I'm trying to figure out how to either imagesearch a minimized window or find another way to accomplish the same basic task. ...
  Topic: Can a GUI be spun? whoah
precisewitit

Replies: 6
Views: 253

PostForum: Ask for Help   Posted: Sun Feb 10, 2008 11:34 pm   Subject: Can a GUI be spun? whoah
Take a picture of the gui and redraw the guis region into the correct shape each incriment of the spin. Not too easy to code though unless your really smart or highly motivated to do it.
  Topic: Remap Control,Alt,Capslock
precisewitit

Replies: 9
Views: 498

PostForum: Ask for Help   Posted: Wed Jan 23, 2008 10:30 pm   Subject: Remap Control,Alt,Capslock
Theres got to be a way to get rid of the beep.
  Topic: Blowfish Encryption Dll + Functions
precisewitit

Replies: 23
Views: 4739

PostForum: Scripts & Functions   Posted: Tue Jan 22, 2008 2:37 am   Subject: Lost
Edit:

I was able to get this working with the help of a more advanced AHK coder
than myself. I guess my biggest problem was that I didn't understand that
these were functions. I have worked with ...
  Topic: Computer Lock
precisewitit

Replies: 52
Views: 12107

PostForum: Scripts & Functions   Posted: Mon Jan 21, 2008 9:34 pm   Subject: Windows Login
Nice job. I was thinking about coding this type of thing for a utility I'm working on. Then a buddy of mine gave me the idea of using the standard windows welcome screen logon. Much easier / professio ...
  Topic: Start / Finish Time. Calulate How Long a Script Running.
precisewitit

Replies: 1
Views: 128

PostForum: Ask for Help   Posted: Sun Dec 30, 2007 5:55 pm   Subject: Start / Finish Time. Calulate How Long a Script Running.
What I need to do is get the time when a script begins and when it finishes so that I can calculate how long that time period was. I'm fairly new to AHK, but not to coding in general. The stuff in the ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group