| Author |
Message |
Forum: Support Topic: Problem with QT/always ontop applications |
| oculuss |
|
Posted: April 2nd, 2010, 8:17 pm
|
|
Replies: 2 Views: 101
|
| No, as i said earlier I have tested 7.0.0. It turns out that in order for my scripts to work all of the sudden, they need to have elevated privledges OR UAC needs to be turned off. I don't know what could have caused this change but I've found a work around. |
|
 |
Forum: Support Topic: Problem with QT/always ontop applications |
| oculuss |
|
Posted: April 2nd, 2010, 2:48 pm
|
|
Replies: 2 Views: 101
|
| I have scripts written to automate a program called Camtasia recorder. A couple weeks ago my scripts suddenly stopped working on vista and windows 7 machines. I have gone through much testing to find out what the problem was and have found nothing. Things i have tried: -Multiple versions of camtasia... |
|
 |
Forum: Offtopic Topic: Anyone know how to clear IE's cached pages? |
| oculuss |
|
Posted: March 10th, 2010, 11:39 pm
|
|
Replies: 20 Views: 931
|
| So I guess an answer would be out of the question at this point... |
|
 |
Forum: Offtopic Topic: Anyone know how to clear IE's cached pages? |
| oculuss |
|
Posted: March 10th, 2010, 9:16 pm
|
|
Replies: 20 Views: 931
|
|
 |
Forum: Support Topic: Only 1 variable get error "same variable cannot be used |
| oculuss |
|
Posted: December 11th, 2009, 9:36 pm
|
|
Replies: 11 Views: 545
|
| i belive if you change "ys" to something else, that should do it |
|
 |
Forum: Support Topic: invalid character in window title |
| oculuss |
|
Posted: December 11th, 2009, 9:34 pm
|
|
Replies: 1 Views: 304
|
| hello, I'm trying to catch instances of when IE is launch and throws an an error (im in offline mode for testing purposes). run, c:\program files (x86)\Internet explorer\iexplore.exe,, max sleep, 1000 settitleMatchMode, 1 settitle := "Internet Explorer cannot display the webpage" b... |
|
 |
Forum: Support Topic: Alter Phone Number string notation for use as input |
| oculuss |
|
Posted: October 29th, 2009, 11:12 pm
|
|
Replies: 4 Views: 391
|
| Almost everything is possible. There is an easier way than to "copy and paste". Odds are that the databases you are dealing with can export, and import .CSV files. This stands for comma seperated values. With this, use the "parse" loop which can be found in the documentation http... |
|
 |
Forum: Support Topic: registry wildcard |
| oculuss |
|
Posted: October 19th, 2009, 2:15 pm
|
|
Replies: 2 Views: 247
|
| Good idea, however, how would i loop through and retrieve names of subfolders. Current functionality loops through the folders containted keys, not the folders contained folders. for instance loop, HKEY_USERS { msgbox, %A_LoopRegName% } would return all the keys in HKEY_USERS, i would like... |
|
 |
Forum: Support Topic: registry wildcard |
| oculuss |
|
Posted: October 19th, 2009, 1:56 pm
|
|
Replies: 2 Views: 247
|
| Hello, I'm making a script and i need to go and edit a registry value. it just so happens that this value is located under a folder that is slightly different across all computers and i need it to work on all computers. The paths are HKEY_USERS\S-1-5-21-69737919-1689592323-1415713722-4480 and on ano... |
|
 |
Forum: Support Topic: Saving a file in each user's My Document folder |
| oculuss |
|
Posted: October 2nd, 2009, 7:10 pm
|
|
Replies: 2 Views: 78
|
|
 |
Forum: Support Topic: grabbing URL from current window |
| oculuss |
|
Posted: August 13th, 2009, 2:32 pm
|
|
Replies: 14 Views: 1774
|
| yep, the browser opens the link and i need to retrieve it from the adress bar. i searched for as much as i could think of related to this. even a "send f6, send ctrl+c" might do but how do i get the value that is in my clipboard into a variable in my script. Thats sort of a hacky way to do... |
|
 |
Forum: Support Topic: grabbing URL from current window |
| oculuss |
|
Posted: August 13th, 2009, 2:21 pm
|
|
Replies: 14 Views: 1774
|
| my script opens up firefox by clicking a link inside a program. how would i be able to capture that link and store it in a variable? |
|
 |
Forum: Support Topic: Hide a combo box? |
| oculuss |
|
Posted: August 10th, 2009, 2:51 pm
|
|
Replies: 1 Views: 259
|
I am attempting to hide a combobox using guicontrol,hide, myCombo but this will not hide it. my function is as follows:
Code: guiHide() { GuiControl, Hide, myCombo1 GuiControl, Hide, myText1 GuiControl, Hide, myCombo2
}
Only the text is getting hidden. Any ideas? |
|
 |
Forum: Support Topic: controls beneath other controls are showing |
| oculuss |
|
Posted: August 5th, 2009, 7:59 pm
|
|
Replies: 1 Views: 66
|
| I have a script that shows and hides a tree view. the problem is that there are some combo boxes "beneath" where it is showing and when i mouse over the tree view, the combo boxes that are below it show. Any ideas on how to make it so the tree view stays ontop and visible until i select an... |
|
 |
Forum: Support Topic: Trouble showing tree view |
| oculuss |
|
Posted: August 5th, 2009, 5:18 pm
|
|
Replies: 0 Views: 323
|
| Hey everyone, My goal with this script is to (so far) be able to click the second combo box, have it disapear, have the treeview appear in its place. Once i select an item in the tree, the tree will disapear and the combobox will re-apear with its value being that which was selected. Here is the cod... |
|
 |
| Sort by: |