| Author |
Message |
Topic: SMS and AHK |
smikkelsen
Replies: 23
Views: 1185
|
Forum: General Chat Posted: Fri Jan 06, 2012 9:05 pm Subject: SMS and AHK |
| You know what, I acrually came accross another method that I am going to switch to. You still have to have a smart phone because it is by using the app "android notifier". I think there migh ... |
Topic: SMS and AHK |
smikkelsen
Replies: 23
Views: 1185
|
Forum: General Chat Posted: Thu Jan 05, 2012 11:33 pm Subject: SMS and AHK |
I am actually doing this very thing using a variety of things working together.
Here is what I use.
1. Android phone with Tasker App
This app lets you do http get or http posts. So, I created ... |
Topic: Gui Edit - On Enter |
smikkelsen
Replies: 4
Views: 654
|
Forum: Ask for Help Posted: Tue Dec 08, 2009 3:26 am Subject: Gui Edit - On Enter |
| I am trying to start a subroutine once "enter" has been hit after typing something in an edit box. For example, once I am finished typing whatever I want in the edit box, I do not want to g ... |
Topic: Exit / kill thread problem |
smikkelsen
Replies: 3
Views: 475
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 7:33 pm Subject: Exit / kill thread problem |
| This is for a sort of html editor. What it does is I click a button on a gui to start the subroutine, and it waits until I click a key to continue. The reason I need this is because the subroutine w ... |
Topic: I need some system stats from you guys, for my script. |
smikkelsen
Replies: 20
Views: 1022
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 4:25 am Subject: I need some system stats from you guys, for my script. |
Performance Counter Frequency
QPF call returned 1
25000000 hz
0.0000000400000000 sec
System Time Clock Frequency
STA call retrned 1
156001 hundred-nanoseconds
64.1021531913256980 hz
0.015600 ... |
Topic: Exit / kill thread problem |
smikkelsen
Replies: 3
Views: 475
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 3:07 am Subject: Exit / kill thread problem |
| I have a subroutine that runs, and in the subroutine it has a function call that is called from an external library. That function loops until I hit a specific key, then it returns to my original sub ... |
Topic: How to get a list of all available voices? |
smikkelsen
Replies: 4
Views: 481
|
Forum: Ask for Help Posted: Fri Jul 10, 2009 6:45 am Subject: How to get a list of all available voices? |
I know this seems like an obvious question, but have you checked the python documentation, or tried a python forum?
http://python-forum.org/pythonforum/index.php |
Topic: How do I get IfInString to search for a comma |
smikkelsen
Replies: 4
Views: 389
|
Forum: Ask for Help Posted: Fri Jul 10, 2009 6:41 am Subject: How do I get IfInString to search for a comma |
Escaping the comma works fine for me:
Me too.
There is no reason to have extra code. I hate messy code... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 54500
|
Forum: Scripts & Functions Posted: Fri Jul 10, 2009 3:14 am Subject: Automation IE7 Navigation and Scripting with Tabs |
pm me some credentials and instructions on what exactly your doing
I sent them, but am unsure if the message went through, just double checking.
Thanks |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 54500
|
Forum: Scripts & Functions Posted: Mon Jul 06, 2009 7:33 am Subject: Automation IE7 Navigation and Scripting with Tabs |
| If it is access to the page you want, I never said I wouldn't give that to you. I already posted the full source code for the page, as well as the .js file with all of the functions in it, but I will ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 54500
|
Forum: Scripts & Functions Posted: Mon Jul 06, 2009 4:32 am Subject: Automation IE7 Navigation and Scripting with Tabs |
any suggestions on how to find that out? it doesn't have any events attached to the <tr> tag that needs to be "clicked"
Everything else I have needed to click has had an "oncl ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 54500
|
Forum: Scripts & Functions Posted: Mon Jul 06, 2009 3:44 am Subject: Automation IE7 Navigation and Scripting with Tabs |
| oh, ok. So does that mean its not possible to do what i'm trying to do? |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 54500
|
Forum: Scripts & Functions Posted: Sun Jul 05, 2009 6:39 pm Subject: Automation IE7 Navigation and Scripting with Tabs |
How would I go about calling some of the javascript functions in the .js file I found? Or would that not be the right way to do it anyway?
Here a double click function I found:
dblClick: f ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 54500
|
Forum: Scripts & Functions Posted: Sun Jul 05, 2009 5:12 pm Subject: Automation IE7 Navigation and Scripting with Tabs |
does that button have an embedded call to the ondblclick function
No it doesn't. I put the <tr> on the last page showing everything on it. Unfortunately it just has an id attatched to the tr ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 54500
|
Forum: Scripts & Functions Posted: Fri Jul 03, 2009 6:26 am Subject: Automation IE7 Navigation and Scripting with Tabs |
Its got to have something to do with this right here:
Event.observe(document, 'dom:loaded', function()
{
new TreeTable('pages', {onPosition: function() ... |
| |