Search found 97 matches

by Trigg
07 May 2018, 11:51
Forum: Ask for Help (v1)
Topic: Finding number in IE table
Replies: 0
Views: 545

Finding number in IE table

Good afternoon, I am trying to find a specific extension in a table on a webpage. If the loop finds that number, it will loop ( Var + 1 ) until the variable doesn't exist. It is stuck in a loop and I cannot figure out if there is a better way to find a value in a table via IE. <td class="sortCol">Ex...
by Trigg
06 Nov 2017, 10:49
Forum: Ask for Help (v1)
Topic: Setting a Hotkey with Suspend, Permit
Replies: 2
Views: 1097

Re: Setting a Hotkey with Suspend, Permit

Have you checked the docs for Suspend ? Permit: Does nothing except mark the current subroutine as being exempt from suspension. I think this is what you're wanting ^Left:: Suspend, Permit SendInput, {Media_Prev} Return ^Right:: Suspend, Permit SendInput, {Media_Next} Return ^UP:: Suspend, Permit S...
by Trigg
06 Nov 2017, 10:24
Forum: Ask for Help (v1)
Topic: Setting a Hotkey with Suspend, Permit
Replies: 2
Views: 1097

Setting a Hotkey with Suspend, Permit

Hey guys, I have my hotkeys suspended and want to make a hotkey not suspended for Spotify playback. I've tried Suspend, Permit before and after the hotkeys, but no luck :( Suspend, Permit ^Left::Media_Prev Suspend, Permit ^Right::Media_Next Suspend, Permit ^UP::Media_Play_Pause Suspend, Permit ^PGUP...
by Trigg
11 Oct 2017, 10:41
Forum: Ask for Help (v1)
Topic: Outlook attachment size Topic is solved
Replies: 3
Views: 1197

Re: Outlook attachment size Topic is solved

Hi, there seems to be a property which contains an Outlook-attachments size Source: https://www.add-in-express.com/creating-addins-blog/2009/10/23/outlook-attachment-size/ but I'vent tried to code it in AHK J.B. So I figured out that this works. It's not a big deal, but I could only figure out how ...
by Trigg
11 Oct 2017, 09:28
Forum: Ask for Help (v1)
Topic: Outlook attachment size Topic is solved
Replies: 3
Views: 1197

Re: Outlook attachment size Topic is solved

Jovannb wrote:Hi,

there seems to be a property which contains an Outlook-attachments size

Source: https://www.add-in-express.com/creating ... ment-size/

but I'vent tried to code it in AHK

J.B.
Thank you :)
by Trigg
11 Oct 2017, 08:52
Forum: Ask for Help (v1)
Topic: Outlook attachment size Topic is solved
Replies: 3
Views: 1197

Outlook attachment size Topic is solved

I am trying to figure out how to check an attachment's size without having to download it first. Is this possible with COM? Thank you Attachments: /* Export all Attachments of a currently opened Outlook-Email to a folder */ !=:: export: ; ###### Exporting of Email in current Outlook-Inspector oOutlo...
by Trigg
01 Oct 2017, 11:46
Forum: Ask for Help (v1)
Topic: ImageSearch Scaling
Replies: 1
Views: 1752

ImageSearch Scaling

Good afternoon guys! I have been trying to figure this out for months. For some reason images change color depending on resolution. I've tested a loop to try and find the image based on shades and/or scale size, but it loops for so long that it eventually finds an inaccurate object. I am using an im...
by Trigg
29 Aug 2017, 10:58
Forum: Ask for Help (v1)
Topic: INI Clickable GUI Text from INI
Replies: 5
Views: 1491

Re: INI Clickable GUI Text from INI

LV_Modify( RowNumber [, Options, NewCol1, NewCol2, ...]) :?: Awesome! It works now. How do I get the 2nd column to reset when I double click on another company? Edit: I figured it out! ReopenedClaims: IniRead, AdjusterIni, GUI.ini Gui, Reopen:+AlwaysOnTop +LastFound Gui, Reopen:Default Gui, Reopen:...
by Trigg
28 Aug 2017, 15:28
Forum: Ask for Help (v1)
Topic: INI Clickable GUI Text from INI
Replies: 5
Views: 1491

Re: INI Clickable GUI Text from INI

Clickable content? Have you had a look at Gui, Add, ListViev, ... already?? invNo := StrSplit("UPC-L109~Withdrawn by claimant 08/21/2017","~") MsgBox % invNo[1] Use Gui, Submit, ... to access the content of all variables of your Gui in one go. Check out IniRead, OutputVarSectionNames, ... and IniRe...
by Trigg
27 Aug 2017, 20:53
Forum: Ask for Help (v1)
Topic: INI Clickable GUI Text from INI
Replies: 5
Views: 1491

Re: INI Clickable GUI Text from INI

Clickable content? Have you had a look at Gui, Add, ListViev, ... already?? invNo := StrSplit("UPC-L109~Withdrawn by claimant 08/21/2017","~") MsgBox % invNo[1] Use Gui, Submit, ... to access the content of all variables of your Gui in one go. Check out IniRead, OutputVarSectionNames, ... and IniRe...
by Trigg
27 Aug 2017, 09:10
Forum: Ask for Help (v1)
Topic: INI Clickable GUI Text from INI
Replies: 5
Views: 1491

INI Clickable GUI Text from INI

So I am trying to make the text in an INI clickable and access invoice numbers on a program we use using COMObj. I have the COMObj part done for the most part, but I am in a stump when trying to come up with a way to get a value of the key and its invoice in a section that is clicked. INI example: [...
by Trigg
25 Aug 2017, 09:19
Forum: Ask for Help (v1)
Topic: #IfWinExist gui Topic is solved
Replies: 3
Views: 1208

Re: #IfWinExist gui Topic is solved

I'm trying to use #IfWinExist with my GUI to have ACTIVE hotkeys only when the GUI is active, but unfortunately I'm not figuring out how to get this to work. It sounds like you want to use #IfWinActive not #IfWinExist , you must also put #IF at the end of the context sensitive hotkeys. Also it appe...
by Trigg
25 Aug 2017, 08:40
Forum: Ask for Help (v1)
Topic: #IfWinExist gui Topic is solved
Replies: 3
Views: 1208

#IfWinExist gui Topic is solved

Good morning fellow AHK'ers, I'm trying to use #IfWinExist with my GUI to have active hotkeys only when the GUI is active, but unfortunately I'm not figuring out how to get this to work. Also is it possible to have duplicate hotkeys while #IfWinExist is in affect or not. Please advise, thank you! :)...
by Trigg
18 Aug 2017, 11:24
Forum: Ask for Help (v1)
Topic: COM onclick=
Replies: 4
Views: 1116

Re: COM onclick=

WOW. I can't believe I missed that. The space "Add task " was the issue. Thank you lol. I feel like an idiot that I didn't see that :wtf: You might want to try: Elements := ICwb.Document.getElementsByTagName("a") Index := 0 Loop, % Elements.Length { If (Elements[Index].innerText = "Add task") Break ...
by Trigg
18 Aug 2017, 10:01
Forum: Ask for Help (v1)
Topic: COM onclick=
Replies: 4
Views: 1116

Re: COM onclick=

You're close ... use a_index-1 in both places Alright. I added A_Index-1 to both, but now I'm receiving an error. "Error: 0x80020006 - Unknown name. Specifically: 124". ;#LHS_actionsDiv > table > tbody > tr:nth-child(5) > td > div.igActionContentSpacing > a ;//*[@id="LHS_actionsDiv"]/table/tbody/tr...
by Trigg
18 Aug 2017, 09:51
Forum: Ask for Help (v1)
Topic: Ini Help
Replies: 4
Views: 1074

Re: Ini Help

This seemed to do the trick! I'll keep looking into the second question. Thank you for all your help! Oooh, now that I'm thinking question three through better, I'd recommend doing a Parse Loop *that contains RegExMatch()* (or IfInString()) so that each line is isolated by A_LoopField per the Parsin...
by Trigg
18 Aug 2017, 08:57
Forum: Ask for Help (v1)
Topic: COM onclick=
Replies: 4
Views: 1116

COM onclick=

For some reason I can't click this link that says "Add task". I've tried a couple methods, but I'm not very good with COM especially when my object has no ID. Does anyone have any suggestions or links? Thank you :) ;#LHS_actionsDiv > table > tbody > tr:nth-child(5) > td > div.igActionContentSpacing ...
by Trigg
17 Aug 2017, 14:13
Forum: Ask for Help (v1)
Topic: IEGet TitleMatchMode Issue
Replies: 2
Views: 750

Re: IEGet TitleMatchMode Issue

tank wrote:If (instr(wb.LocationName, Name ) && InStr( wb.FullName, "iexplore.exe" ))
You are a gentleman and a scholar. Thank you tank!
by Trigg
17 Aug 2017, 10:49
Forum: Ask for Help (v1)
Topic: IEGet TitleMatchMode Issue
Replies: 2
Views: 750

IEGet TitleMatchMode Issue

I am using Jethrow's IEGet, but I need the full window title to use it. I tried SetTitleMatchMode but it does not work. Any suggestions? If !IsObject(SymLog) SymLog := IEGet("Website") ; SymLog := IEGet("Website - Login") <- With or without SetTitleMatchMode only this works. SymLog.document.geteleme...
by Trigg
17 Aug 2017, 07:09
Forum: Ask for Help (v1)
Topic: Ini Help
Replies: 4
Views: 1074

Re: Ini Help

For your first question, I'd do an IniRead , see if the key is blank (or equivalent to the default), and if it is, just use IniDelete to delete that section - just omit the Key parameter in IniDelete. Second question: I'm confused what you mean. I'm confused on your IniWrite syntax in that example,...

Go to advanced search