| Author |
Message |
Forum: Scripts Topic: Simple calculator loosely based on my favorite |
| Labouche10 |
|
Posted: April 29th, 2008, 1:52 am
|
|
Replies: 8 Views: 2008
|
| 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 basic calculator that I wrote that was inspired by my favorite calculator. I wrote this for the people in my office t... |
|
 |
Forum: Scripts Topic: Simple script for evaluating arithmetic expressions |
| Labouche10 |
|
Posted: April 29th, 2008, 1:24 am
|
|
Replies: 34 Views: 12644
|
| 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 easier and with alot less code. I need some help though filling in the last gap. This great little ca... |
|
 |
Forum: Scripts Topic: Simple calculator loosely based on my favorite |
| Labouche10 |
|
Posted: January 21st, 2008, 12:32 pm
|
|
Replies: 8 Views: 2008
|
| 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 had ordered the script incorrectly and so it was deleting significant zeroes also. It has been fixed... |
|
 |
Forum: Scripts Topic: Simple calculator loosely based on my favorite |
| Labouche10 |
|
Posted: January 17th, 2008, 10:32 pm
|
|
Replies: 8 Views: 2008
|
|
 |
Forum: Scripts Topic: Simple calculator loosely based on my favorite |
| Labouche10 |
|
Posted: January 17th, 2008, 8:14 pm
|
|
Replies: 8 Views: 2008
|
|
 |
Forum: Scripts Topic: Simple calculator loosely based on my favorite |
| Labouche10 |
|
Posted: January 17th, 2008, 4:26 am
|
|
Replies: 8 Views: 2008
|
| 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 detail if needed. I'm a noob ahk recruit. I'm absolutely loving this program. It is therapeutic and honest... |
|
 |
Forum: Support Topic: Help with ListView specifically LV_Add() |
| Labouche10 |
|
Posted: January 14th, 2008, 5:10 am
|
|
Replies: 5 Views: 602
|
| Ahhh that did it! Thank you for the help!!! |
|
 |
Forum: Support Topic: Help with ListView specifically LV_Add() |
| Labouche10 |
|
Posted: January 14th, 2008, 3:36 am
|
|
Replies: 5 Views: 602
|
| 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? Here is my code now: gui, destroy Gosub, subselectfile Gosub, subfileread Sleep, 150 Gui, Add, Butt... |
|
 |
Forum: Support Topic: Help with ListView specifically LV_Add() |
| Labouche10 |
|
Posted: January 14th, 2008, 3:19 am
|
|
Replies: 5 Views: 602
|
| OK I tried that but it didn't make a difference. Does anyone have any other suggestions? Thanks |
|
 |
Forum: Support Topic: Help with ListView specifically LV_Add() |
| Labouche10 |
|
Posted: January 13th, 2008, 10:42 pm
|
|
Replies: 5 Views: 602
|
| 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, +vlistboxlicensee +grid +nosort -wantF2, ItemNum|LicPrice Loop, % linevar - 1 LV_Add("", itemnumvar%... |
|
 |
Forum: Support Topic: How to copy if you can't use ^c |
| Labouche10 |
|
Posted: January 6th, 2008, 9:38 am
|
|
Replies: 3 Views: 538
|
| 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. |
|
 |
Forum: Support Topic: How to copy if you can't use ^c |
| Labouche10 |
|
Posted: January 6th, 2008, 8:14 am
|
|
Replies: 3 Views: 538
|
| 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 working OK but I haven't tested its reliability over time. I do wish though that Laszlo, SKAN, or Chris or ano... |
|
 |
Forum: Support Topic: How to copy if you can't use ^c |
| Labouche10 |
|
Posted: January 6th, 2008, 7:11 am
|
|
Replies: 3 Views: 538
|
| 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 number of repetitive tasks. I actually had to send a mouseclickdrag, !e then !c as the program did not ... |
|
 |
Forum: Suggestions Topic: Username context-sensitive hotkeys e.g.'#IfCurrentUser' |
| Labouche10 |
|
Posted: December 30th, 2007, 12:42 am
|
|
Replies: 1 Views: 878
|
| 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 to an encrypted .ini file easily. #IFCurrentUser would also need to need to be a senior directive tha... |
|
 |
Forum: Support Topic: Can you output a virtual vars's value using 2 variables? |
| Labouche10 |
|
Posted: November 28th, 2007, 3:42 am
|
|
Replies: 4 Views: 426
|
| 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_Index%, % websitevarout%A_Index% Where "websitevarout" is the string constant prefix for this group ... |
|
 |
| Sort by: |