| Author |
Message |
Topic: Simple calculator loosely based on my favorite |
Labouche10
Replies: 8
Views: 832
|
Forum: Scripts & Functions Posted: Tue Apr 29, 2008 1:52 am Subject: OK Better color and it actually works now! |
Here is the new and improved version that can basically do anything you want it to.
Thanks
Labouche10
/*
Title: My Calculator
Compiled/Written 01.16.2008 by labouche10
This is just a b ... |
Topic: Simple script for evaluating arithmetic expressions |
Labouche10
Replies: 29
Views: 6029
|
Forum: Scripts & Functions Posted: Tue Apr 29, 2008 1:24 am Subject: Much simpler solution |
| I am blown away by the crazy logic that you guys have implemented in creating a dynamic evaluator. In the meantime I wrote a quick & dirty little program that seems to do the same thing but much e ... |
Topic: Simple calculator loosely based on my favorite |
Labouche10
Replies: 8
Views: 832
|
Forum: Scripts & Functions Posted: Mon Jan 21, 2008 12:32 pm Subject: Simple calculator loosely based on my favorite |
| Hey mikronos, please download the updated version that is linked to above. Someone at work had noticed the same thing. I had added a function to delete trailing zeroes as the math function did not. I ... |
Topic: Simple calculator loosely based on my favorite |
Labouche10
Replies: 8
Views: 832
|
Forum: Scripts & Functions Posted: Thu Jan 17, 2008 10:32 pm Subject: Simple calculator loosely based on my favorite |
| update 01.17.2008 |
Topic: Simple calculator loosely based on my favorite |
Labouche10
Replies: 8
Views: 832
|
Forum: Scripts & Functions Posted: Thu Jan 17, 2008 8:14 pm Subject: Simple calculator loosely based on my favorite |
Whoops! Yep Gotcha. Thanks for catching that the updated version is below:
http://www.autohotkey.net/~labouche10/MyCalculator.ahk
P.S. the {Up} key brings back the last calculation.
... |
Topic: Simple calculator loosely based on my favorite |
Labouche10
Replies: 8
Views: 832
|
Forum: Scripts & Functions Posted: Thu Jan 17, 2008 4:26 am Subject: Simple calculator loosely based on my favorite |
Update: 01.17.2008
v1.01 Added the ability to round to a specific number of decimal places or stop. This was a huge hit at work as it takes the place of an adding machine tape and has alot more deta ... |
Topic: Help with ListView specifically LV_Add() |
Labouche10
Replies: 5
Views: 167
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 5:10 am Subject: Help with ListView specifically LV_Add() |
| Ahhh that did it! Thank you for the help!!! |
Topic: Help with ListView specifically LV_Add() |
Labouche10
Replies: 5
Views: 167
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 3:36 am Subject: Help with ListView specifically LV_Add() |
| OK I just figured something out but still need help. When I changed my code from Gui:2 to just Gui it works! That is weird. I would prefer to keep both windows at the same time. Anyone have any ideas? ... |
Topic: Help with ListView specifically LV_Add() |
Labouche10
Replies: 5
Views: 167
|
Forum: Ask for Help Posted: Mon Jan 14, 2008 3:19 am Subject: Help with ListView specifically LV_Add() |
| OK I tried that but it didn't make a difference. Does anyone have any other suggestions? Thanks |
Topic: Help with ListView specifically LV_Add() |
Labouche10
Replies: 5
Views: 167
|
Forum: Ask for Help Posted: Sun Jan 13, 2008 10:42 pm Subject: Help with ListView specifically LV_Add() |
Man am I at wits end... I've read the help file and about a dozen forum posts but still can't seem to get anywhere. Here is the portion of the code that isn't working:
Gui, 2:Add, Listview, +vlistb ... |
Topic: How to copy if you can't use ^c |
Labouche10
Replies: 3
Views: 222
|
Forum: Ask for Help Posted: Sun Jan 06, 2008 9:38 am Subject: How to copy if you can't use ^c |
| Actually figured out the postmessage code and tried it but it doesn't work. Looks like the menu command will have to do. Thank you again for your help. |
Topic: How to copy if you can't use ^c |
Labouche10
Replies: 3
Views: 222
|
Forum: Ask for Help Posted: Sun Jan 06, 2008 8:14 am Subject: How to copy if you can't use ^c |
I hear you on that. I can't figure it out for the life of me either.
Thanks! I haven't actually noticed or used this command. I can see that I will use it quite a bit in the future. That is workin ... |
Topic: How to copy if you can't use ^c |
Labouche10
Replies: 3
Views: 222
|
Forum: Ask for Help Posted: Sun Jan 06, 2008 7:11 am Subject: How to copy if you can't use ^c |
| I just started using a telnet terminal emulation program which I now realize actually uses VB to record macros. I used AutoHotKey on our previous software to screen scrape data and perform a large num ... |
Topic: Username context-sensitive hotkeys e.g.'#IfCurrentUser' |
Labouche10
Replies: 1
Views: 292
|
Forum: Wish List Posted: Sun Dec 30, 2007 12:42 am Subject: Username context-sensitive hotkeys e.g.'#IfCurrentUser' |
| It would be supremely helpful if a directive could be added for example #IfCurrentUser that would allow the creation of context-sensitive hotkeys for A_Username. Then permissions could even be added t ... |
Topic: Can you output a virtual vars's value using 2 variables? |
Labouche10
Replies: 4
Views: 166
|
Forum: Ask for Help Posted: Wed Nov 28, 2007 3:42 am Subject: Can you output a virtual vars's value using 2 variables? |
AHHHH I figured it out by doing some forum searching. Thanks for the help man!! For anyone else who reads this thread, I worked it out like this:
Gui, 2:Add, Edit, R1 +w100 +vwebsitevarin%A_In ... |
| |