| Author |
Message |
Topic: Detect Timer time remaining? - GetTimer |
incith
Replies: 8
Views: 1645
|
Forum: Ask for Help Posted: Sat Feb 27, 2010 2:06 am Subject: Detect Timer time remaining? - GetTimer |
Just bumping this as I came here to search for GetTimer and this is the best thread going for it.
It would be nice; for displaying countdowns and things with minimal effort. e.g. MinutesRemaining : ... |
Topic: ControlSetText & program not 'seeing' the text |
incith
Replies: 4
Views: 1714
|
Forum: Ask for Help Posted: Sun Jan 03, 2010 10:22 pm Subject: ControlSetText & program not 'seeing' the text |
Thanks!
EditPaste didn't work for me either, for anyone else looking here. Strangely, after I start typing in the control after SetText'ing it, the characters turn to whitespaces. :/ |
Topic: ControlSetText & program not 'seeing' the text |
incith
Replies: 4
Views: 1714
|
Forum: Ask for Help Posted: Sun Jan 03, 2010 9:37 pm Subject: ControlSetText & program not 'seeing' the text |
It doesn't. Sorry if I was a bit unclear, I'll try again.
The ControlSetText is working, and is setting the field to what I want, the problem is, is there a way to figure out or a way to activate ... |
Topic: ControlSetText & program not 'seeing' the text |
incith
Replies: 4
Views: 1714
|
Forum: Ask for Help Posted: Sun Jan 03, 2010 5:58 pm Subject: ControlSetText & program not 'seeing' the text |
I am using ControlSetText to set the text of some fields in an application I use.
So the scenario is something like this: 2 edit boxes, Last Name and First Name. And an OK button. If you type in ... |
Topic: COM: retrieve/return sourceIndex of an element? |
incith
Replies: 3
Views: 275
|
Forum: Ask for Help Posted: Tue Dec 29, 2009 7:15 pm Subject: COM: retrieve/return sourceIndex of an element? |
For some reason, it just wasn't clicking to try "23,CApp" as the frame.. so alas, thanks, it works great now, and I don't need to get the source index.  |
Topic: COM: retrieve/return sourceIndex of an element? |
incith
Replies: 3
Views: 275
|
Forum: Ask for Help Posted: Tue Dec 29, 2009 4:00 pm Subject: COM: retrieve/return sourceIndex of an element? |
e.g. the way AHK Web Recorder/iWebBrowser2 can retrieve it when I mouse over a button:
[IFRAME].1 **[sourceIndex]=23 **[name]= CContext **[id]= CContext
[IFRAME ... |
Topic: I wish the forum could handle the user avatar |
incith
Replies: 17
Views: 1763
|
Forum: Wish List Posted: Tue Dec 29, 2009 1:59 pm Subject: I wish the forum could handle the user avatar |
| This is not a gaming forum. This is a programming forum. Users do not need little stars and pictures; they just need to discuss. In my opinion. |
Topic: COM Standard Library |
incith
Replies: 645
Views: 172397
|
Forum: Scripts & Functions Posted: Mon Dec 28, 2009 1:43 am Subject: COM Standard Library |
Ah, I understand now. Sorry about that Sean.
Yeah, async would of course be nice.  |
Topic: COM Standard Library |
incith
Replies: 645
Views: 172397
|
Forum: Scripts & Functions Posted: Sun Dec 27, 2009 7:48 pm Subject: COM Standard Library |
| Sorry, not trying to be disrespectful of course. The COM library is not something I could create. Still, it is irritating when people dismiss what you are saying, or do not believe you at all. I'm ... |
Topic: COM Standard Library |
incith
Replies: 645
Views: 172397
|
Forum: Scripts & Functions Posted: Sun Dec 27, 2009 6:43 pm Subject: COM Standard Library |
| Modal windows are supposed to freeze the calling program? On what level does that make sense to you, that a modal window will freeze a separate running program? Clearly it's the COM library that is ... |
Topic: COM Standard Library |
incith
Replies: 645
Views: 172397
|
Forum: Scripts & Functions Posted: Sun Dec 27, 2009 8:02 am Subject: COM Standard Library |
| I have not nor do i intend to support ModalDialog boxes with iWeb library (at least in the near future there is no reason to expect to see them in the real world often and its likely they will get faz ... |
Topic: Basic Webpage Controls with JavaScript / COM - Tutorial |
incith
Replies: 245
Views: 57934
|
Forum: Scripts & Functions Posted: Fri Dec 25, 2009 8:49 pm Subject: Basic Webpage Controls with JavaScript / COM - Tutorial |
Try firing the onchange event like this:
element := COM_Invoke(netcare, "document.all[23].contentWindow.document.all[48].contentWindow.document.all[10].contentWin ... |
Topic: Basic Webpage Controls with JavaScript / COM - Tutorial |
incith
Replies: 245
Views: 57934
|
Forum: Scripts & Functions Posted: Fri Dec 25, 2009 6:22 pm Subject: Basic Webpage Controls with JavaScript / COM - Tutorial |
Having a problem with an onchange + onkeyup event. Basically I am trying to put text into a field, which is working fine, and then clicking the Search button, which also works fine.
The problem co ... |
Topic: 'YouTube' style searches/partial match text box searching? |
incith
Replies: 3
Views: 371
|
Forum: Ask for Help Posted: Thu Dec 04, 2008 9:15 am Subject: 'YouTube' style searches/partial match text box searching? |
Hrm, I seem to have forgotten about the ComboBox control type, which allows free form text to be entered as well as a list... this may prove useful.
Edit: Bah, when you do a GuiControl,, on a Co ... |
Topic: 'YouTube' style searches/partial match text box searching? |
incith
Replies: 3
Views: 371
|
Forum: Ask for Help Posted: Wed Dec 03, 2008 6:29 pm Subject: 'YouTube' style searches/partial match text box searching? |
Hello,
What I'd like to do is something similar to the way various websites search boxes behave. That is, I have a text box, and after entering some information into it (say 5+ characters) it shou ... |
| |