| Author |
Message |
Topic: Gui Edit - On Enter |
smikkelsen
Replies: 2
Views: 302
|
Forum: Ask for Help Posted: Tue Dec 08, 2009 4: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: 170
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 8: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: 520
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 5: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: 170
|
Forum: Ask for Help Posted: Wed Aug 12, 2009 4: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: 278
|
Forum: Ask for Help Posted: Fri Jul 10, 2009 7: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: 177
|
Forum: Ask for Help Posted: Fri Jul 10, 2009 7: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: 43350
|
Forum: Scripts & Functions Posted: Fri Jul 10, 2009 4: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: 43350
|
Forum: Scripts & Functions Posted: Mon Jul 06, 2009 8: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: 43350
|
Forum: Scripts & Functions Posted: Mon Jul 06, 2009 5: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: 43350
|
Forum: Scripts & Functions Posted: Mon Jul 06, 2009 4: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: 43350
|
Forum: Scripts & Functions Posted: Sun Jul 05, 2009 7: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: 43350
|
Forum: Scripts & Functions Posted: Sun Jul 05, 2009 6: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: 43350
|
Forum: Scripts & Functions Posted: Fri Jul 03, 2009 7: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() ... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 43350
|
Forum: Scripts & Functions Posted: Fri Jul 03, 2009 6:47 am Subject: Automation IE7 Navigation and Scripting with Tabs |
Yeah, i should have caught that too.
I got this to work IF the item was already selected:
COM_Invoke(pwb,"document.all.item[pages_2].fireEvent","ondblclick")
... |
Topic: Automation IE7 Navigation and Scripting with Tabs |
smikkelsen
Replies: 214
Views: 43350
|
Forum: Scripts & Functions Posted: Fri Jul 03, 2009 6:25 am Subject: Automation IE7 Navigation and Scripting with Tabs |
When I try that example, I get the following error:
The COM Object may not be a valid Dispatch Object!
First ensure that COM Library has been initialized through COM_Init().
|
| |