| Author |
Message |
Topic: SmartGUI Creator - Future? |
tpatel5
Replies: 54
Views: 3036
|
Forum: General Chat Posted: Sun Jun 04, 2006 12:43 pm Subject: SmartGUI Creator - Future? |
I voted option 1.
I am a beginner and currently in no postition to help, but I would prefer a group of coders working on it rather than Rajat trying all by himself.
I would like too see the co ... |
Topic: sudoku helper |
tpatel5
Replies: 18
Views: 1088
|
Forum: Ask for Help Posted: Mon Jan 30, 2006 11:19 pm Subject: sudoku helper |
I see. I tried the second script by toralf and it didn't work but the first one works just fine. Thanks toralf for shortening the script  |
Topic: sudoku helper |
tpatel5
Replies: 18
Views: 1088
|
Forum: Ask for Help Posted: Mon Jan 30, 2006 9:57 pm Subject: sudoku helper |
@ toralf
the objective of the game is to Fill in the grid so that every row, every column, and every 3x3 box contains the digits 1 through 9.
I am sorry to tell you this, but your script just l ... |
Topic: gui, text wrapping not working for the text control |
tpatel5
Replies: 1
Views: 208
|
Forum: Ask for Help Posted: Mon Jan 30, 2006 1:54 pm Subject: gui, text wrapping not working for the text control |
When I run this script text wrapping only seems to be working for edit control and not the text control. anyone knows how to wrap text for text control?
gui, add, text, w25, 123456789
gui, add, e ... |
Topic: sudoku helper |
tpatel5
Replies: 18
Views: 1088
|
Forum: Ask for Help Posted: Mon Jan 30, 2006 3:19 am Subject: sudoku helper |
| Hi I am trying to create a sudoku helper and this is what I have come up with this script. but, the problem is when there is only one number left in a 3x3 box, or a row or a column (or only one numbe ... |
Topic: Great job! |
tpatel5
Replies: 7
Views: 1273
|
Forum: General Chat Posted: Thu Aug 18, 2005 1:24 am Subject: Great job! |
| Thats how I discover autohotkey, when I was trying to get audio files from webster for my 5000 vocabulary words after searching for few on webster I start looking for automation and I found autohotkey ... |
Topic: Chris |
tpatel5
Replies: 7
Views: 942
|
Forum: General Chat Posted: Mon Aug 15, 2005 7:47 pm Subject: Chris |
My guess is he is completly devoted to Autohotkey.  |
Topic: color of the buttons in a gui |
tpatel5
Replies: 3
Views: 340
|
Forum: Ask for Help Posted: Sun Aug 14, 2005 6:20 pm Subject: color of the buttons in a gui |
Thanks Corrupt!  |
Topic: Pasting succesive line fileds from csv |
tpatel5
Replies: 8
Views: 682
|
Forum: Ask for Help Posted: Sun Aug 14, 2005 3:40 pm Subject: Pasting succesive line fileds from csv |
Since you wanna loop for this part only put that inside your original loop like tihs:
;Want to Loop from here to the end of the script for all Orders in Customer.csv seperated by Linenumbers
Cli ... |
Topic: Pasting succesive line fileds from csv |
tpatel5
Replies: 8
Views: 682
|
Forum: Ask for Help Posted: Sun Aug 14, 2005 1:58 am Subject: Pasting succesive line fileds from csv |
I am not sure what you are trying to do here exactly. Do you have more than one order numbers per line?
can you please describe your sitiuation in detail or give us an example. |
Topic: correct window position |
tpatel5
Replies: 15
Views: 869
|
Forum: Ask for Help Posted: Sat Aug 13, 2005 11:19 pm Subject: correct window position |
I think yoo are using screen coordinates, use this command to set your coordintates relative to the active window
CoordMode, ToolTip|Pixel|Mouse|Caret|Menu Relative] |
Topic: Help with Script |
tpatel5
Replies: 10
Views: 579
|
Forum: Ask for Help Posted: Sat Aug 13, 2005 11:07 pm Subject: Help with Script |
I don't blame "mister" or "another guest" as the title for this topic is very broad.
@Mister
Please start a new topic in the Ask for Help secition, and include that part of your script or m ... |
Topic: :: SmartGUI Creator :: |
tpatel5
Replies: 581
Views: 126175
|
Forum: Scripts & Functions Posted: Sat Aug 13, 2005 1:10 am Subject: :: SmartGUI Creator :: |
WoW, new Rajat's Smart Panel for Gui.
I am waiting for this release.  |
Topic: Inserting text from ComboBox drop-down list into another app |
tpatel5
Replies: 7
Views: 485
|
Forum: Ask for Help Posted: Sat Aug 13, 2005 1:01 am Subject: Inserting text from ComboBox drop-down list into another app |
can you please put that part of your script so someone can figure out what's wrong.
you can use something like this:
ButtonGo:
ControlGet, OutputVar, List [, Value, Control, WinTitle, W ... |
Topic: How to set the middle mouse button to Delete ??? |
tpatel5
Replies: 1
Views: 321
|
Forum: Ask for Help Posted: Sat Aug 13, 2005 12:30 am Subject: How to set the middle mouse button to Delete ??? |
lYes it is possible, for more info look over the hotkeys in help topic:
MButton:: Send, {Delete} |
| |