| Author |
Message |
Topic: Completely deleting a variable? |
Razlin
Replies: 7
Views: 73
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 1:36 pm Subject: Completely deleting a variable? |
| Your welcome. |
Topic: Completely deleting a variable? |
Razlin
Replies: 7
Views: 73
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 1:31 pm Subject: Completely deleting a variable? |
Oh.. use
gui destroy
at the start
its one way around that.
nextpoint:
gui destroy
Gui +AlwaysOnTop -Caption +ToolWindow
Gui, -Caption +ToolWindow -SysMenu +AlwaysOnTop
Gui, Fo ... |
Topic: Completely deleting a variable? |
Razlin
Replies: 7
Views: 73
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 1:27 pm Subject: Completely deleting a variable? |
As per help file.
The memory occupied by a large variable can be freed by setting it equal to nothing, e.g. var := ""
You dont have to "delete" the variable.
var := 10
... |
Topic: World of warcraft multiboxing scripts |
Razlin
Replies: 2
Views: 74
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 1:24 pm Subject: World of warcraft multiboxing scripts |
| Search the forums a little. This has been asked before and answered. |
Topic: Autostring : spaces |
Razlin
Replies: 3
Views: 100
|
Forum: Ask for Help Posted: Thu Jul 10, 2008 8:47 pm Subject: Autostring : spaces |
| %A_SPACE% |
Topic: remapping mouse buttons for game |
Razlin
Replies: 1
Views: 72
|
Forum: Ask for Help Posted: Thu Jul 10, 2008 8:43 pm Subject: remapping mouse buttons for game |
sending to video games can be tricky.
try controlsend
read help for usage. |
Topic: Simple script |
Razlin
Replies: 4
Views: 122
|
Forum: Ask for Help Posted: Thu Jul 10, 2008 8:28 pm Subject: Simple script |
Your topic is not very productive.
Dont expect to get an answer vert fast as you have not tryed at all.
RTFM. and search the forums. What your asking has been asked 100 times. |
Topic: Check whether a bluetooth device is connected |
Razlin
Replies: 2
Views: 55
|
Forum: Ask for Help Posted: Fri Jul 04, 2008 7:07 pm Subject: Check whether a bluetooth device is connected |
look up forums for
WM_DEVICECHANGE( wParam, lParam )
I use a script for this when I plug my USB stick to auto run specific files off of it.
if its a USB then this might work |
Topic: Problem with the bar at the bottom of screen |
Razlin
Replies: 1
Views: 55
|
Forum: Ask for Help Posted: Fri Jul 04, 2008 7:01 pm Subject: Problem with the bar at the bottom of screen |
its called the taskbar
in your gui add +toolwindow |
Topic: how do I make it Shut down computer at 12 pm |
Razlin
Replies: 8
Views: 173
|
Forum: Ask for Help Posted: Fri Jul 04, 2008 6:30 pm Subject: how do I make it Shut down computer at 12 pm |
| yes thats correct |
Topic: Filter unwanted strings |
Razlin
Replies: 8
Views: 104
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 8:33 pm Subject: Filter unwanted strings |
| Gotta love the power of regex. |
Topic: Cannot recreate GUI after closing it |
Razlin
Replies: 1
Views: 49
|
Forum: Ask for Help Posted: Thu Jul 03, 2008 8:08 pm Subject: Cannot recreate GUI after closing it |
6GuiEscape:
return
should stop your gui from closing on escape key |
Topic: What's your favorite FREE text editor? |
Razlin
Replies: 45
Views: 833
|
Forum: General Chat Posted: Thu Jul 03, 2008 3:21 pm Subject: What's your favorite FREE text editor? |
NoteTab is the one I use.
-line numbers
-regex (any disk file or recursive folders with *.filter option) single file, open file or all open files)
- built in calculator
- customisable interface
... |
Topic: Position cursor in search box |
Razlin
Replies: 3
Views: 85
|
Forum: Ask for Help Posted: Wed Jul 02, 2008 6:35 pm Subject: Position cursor in search box |
look up coordmode in help
you can set it up tp "window" instead of screen. |
Topic: how to create a key buffer |
Razlin
Replies: 11
Views: 162
|
Forum: Ask for Help Posted: Wed Jul 02, 2008 6:34 pm Subject: how to create a key buffer |
lookup
input and tooltip in help.
have your endkey be a space
that should get you going..
post other questions once you get going. |
| |