| Author |
Message |
Forum: Support Topic: ThunderBird Automation Help |
| joeeking |
|
Posted: October 8th, 2010, 4:07 pm
|
|
Replies: 2 Views: 206
|
| yea i was planning on sending key strokes and watching for changes in the window title to confirm whether the keystrokes worked or not. I didn't realize they had them stored in text format already. Thanks! |
|
 |
Forum: Support Topic: ThunderBird Automation Help |
| joeeking |
|
Posted: October 8th, 2010, 3:15 pm
|
|
Replies: 2 Views: 206
|
| Hi, I am trying to get information out of emails from thunderbird and from what I've seen and read it looks like you just can't grab the information from the gui controls. I was thinking of having my program save the emails as text files and then get the information out of the text file... Just wond... |
|
 |
Forum: Support Topic: Interacting with Excel |
| joeeking |
|
Posted: May 24th, 2010, 5:37 pm
|
|
Replies: 7 Views: 344
|
| if you understand VBA(especially for excel) and a little bit of COM i'd suggest looking at the following topic, otherwise it might be confusing and complicated. Don't know whether noob is referring to AHK or programming in general :) http://www.autohotkey.com/forum/topic31923.html |
|
 |
Forum: Support Topic: trouble setting the value of excel cell to 10,11,12 |
| joeeking |
|
Posted: May 21st, 2010, 6:40 pm
|
|
Replies: 6 Views: 247
|
| this kinda got me curious about how you would set it as 10,11,12 using the Value property given that you can input those numbers to it and this works #include com.ahk ;#include office.ahk COM_Init() xl := COM_CreateObject("Excel.Application") COM_Invoke(xl,"Visible... |
|
 |
Forum: Support Topic: trouble setting the value of excel cell to 10,11,12 |
| joeeking |
|
Posted: May 21st, 2010, 6:28 pm
|
|
Replies: 6 Views: 247
|
| ahh i see, never knew that Value had the ability to have a parameter passed to it to set "XlRangeValueDataType" . Says feature was implemented in excel 2007, but its also in excel 2003. |
|
 |
Forum: Support Topic: trouble setting the value of excel cell to 10,11,12 |
| joeeking |
|
Posted: May 21st, 2010, 5:17 pm
|
|
Replies: 6 Views: 247
|
| thanks sinkfaze, maybe it's time to switch to AHK_L |
|
 |
Forum: Support Topic: trouble setting the value of excel cell to 10,11,12 |
| joeeking |
|
Posted: May 21st, 2010, 4:01 pm
|
|
Replies: 6 Views: 247
|
| this is really weird, but for some reason the numbers 10,11, and 12 will not go into an excel cell using the following method below. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reli... |
|
 |
Forum: Offtopic Topic: Challenge: translate rosettacode - Was promoting autohotkey |
| joeeking |
|
Posted: May 19th, 2010, 4:48 am
|
|
Replies: 416 Views: 26147
|
| @ laszlo you are correct, i overlooked that change in the sandwhich mean, i guess that's why they have it highlighted :roll: oh well, if you change the value from 160 to 60 you get the result the other languages got. And congrats on making the function iterative! I didn't know you could do arrays li... |
|
 |
Forum: Offtopic Topic: Challenge: translate rosettacode - Was promoting autohotkey |
| joeeking |
|
Posted: May 17th, 2010, 5:36 am
|
|
Replies: 416 Views: 26147
|
| here's the solution to the unbounded problem it just lists the items doesn't really give a count, I don't know if that's a problem or not but it would be easy to fix. Also this one is a little tougher to follow than the last ones but its based on the same principle. the function this time is g(w,v)=... |
|
 |
Forum: Offtopic Topic: Challenge: translate rosettacode - Was promoting autohotkey |
| joeeking |
|
Posted: May 17th, 2010, 4:00 am
|
|
Replies: 416 Views: 26147
|
| here's the code for the knapsack bounded problem btw the last one was for the 0-1 bounded problem. if someone could check to make sure the solution i come up with actually works and makes sense that would be great. It is better than the the solutions that are already posted by the other languages so... |
|
 |
Forum: Offtopic Topic: Challenge: translate rosettacode - Was promoting autohotkey |
| joeeking |
|
Posted: May 17th, 2010, 3:20 am
|
|
Replies: 416 Views: 26147
|
| here's the solution to the knapsack problem. based of a recursive function g(w)= max{bj +g(w-wj)} where g(w) is the max value attainable at a certain weight, w is a specified weight, bj is the benefit of item j, and wj is the weight of item j. Start at w=0 and then increment to desired weight. ;Data... |
|
 |
Forum: Support Topic: [Solved]delete range in excel crashes ahk |
| joeeking |
|
Posted: April 15th, 2010, 6:49 pm
|
|
Replies: 8 Views: 292
|
| perfect! thanks, so that's how to set a parameter as a follow up question if you needed to set two or more parameters, would it just be COM_Invoke(xl, "SomeExcelMethod[param1,param2,...,paramN]") i can't think of one off hand that uses two or more but i was just wondering if that w... |
|
 |
Forum: Support Topic: [Solved]delete range in excel crashes ahk |
| joeeking |
|
Posted: April 15th, 2010, 5:26 pm
|
|
Replies: 8 Views: 292
|
ahk still crashed
same behavior as before, completed the shift and then microsoft asks for a report for the reason for the ahk crash...
thanks for the link though, that will come in handy |
|
 |
Forum: Support Topic: [Solved]delete range in excel crashes ahk |
| joeeking |
|
Posted: April 15th, 2010, 5:02 pm
|
|
Replies: 8 Views: 292
|
| hey I'm trying just trying to delete a range in excel but ahk crashes after the delete for some reason. It completes the delete and shifts the cells but then ahk doesn't like to continue. Am I doing this right or is there a another way? BTW i'm using excel 2003 #NoEnv ; Recommended for performance a... |
|
 |
Forum: Support Topic: script doesn't load dll in windows xp home |
| joeeking |
|
Posted: April 6th, 2010, 9:20 pm
|
|
Replies: 2 Views: 161
|
|
 |
| Sort by: |