AutoHotkey Community

It is currently May 21st, 2012, 4:39 pm

All times are UTC [ DST ]


Search found 167 matches
Search these results:

Author Message

 Forum: Support   Topic: Help with a sequence.

Posted: November 4th, 2011, 5:35 pm 

Replies: 17
Views: 396


I do understand what my code does, I just wanted a work around so that it could read the two digits after the "s" instead of the "Qs". I was willing to leave out the "s" in the character list so as to miss a page every once and a while. So my new code was this. current_...

 Forum: Support   Topic: Help with a sequence.

Posted: November 3rd, 2011, 5:52 am 

Replies: 17
Views: 396


Leef_me, why is it that when I use "Qs" or even just "Q" in the string this will work but not on "s". I guess it will work on any character 4th from the right in the string. Yes, I understand that because I will need to use a 1S, 2S in the future this isn't the best way...

 Forum: Support   Topic: Help with a sequence.

Posted: November 2nd, 2011, 8:38 pm 

Replies: 17
Views: 396


Leef_me, it works, THANKS! one more question though, and I'm sure it's a string postioning thing. If i want to use "s" instead of "Qs" it won't run the sequence correctly. I ask because there are times when it will be "Ys", "Es" and even others. I figured I co...

 Forum: Support   Topic: Help with a sequence.

Posted: November 2nd, 2011, 6:06 pm 

Replies: 17
Views: 396


thanks Leef_me, i will try it out.

 Forum: Support   Topic: Help with a sequence.

Posted: November 2nd, 2011, 3:28 pm 

Replies: 17
Views: 396


@ Leef_me I step through the pages to search for certain text within the page. I run a loop where it refreshes the lastest sequential page every 10 seconds or so. Once a new page is made, it scans the text of the page, sends an alert output then goes on to refresh what will essentially be the next s...

 Forum: Support   Topic: Help with a sequence.

Posted: November 2nd, 2011, 8:01 am 

Replies: 17
Views: 396


[VxE]
I'm not that bright, could you give an example using my scenario using the hexadecimal number format system?

thanks

 Forum: Support   Topic: Help with a sequence.

 Post subject: Help with a sequence.
Posted: November 2nd, 2011, 6:32 am 

Replies: 17
Views: 396


My work's inTRAnet had websites that ended with 2 digits like this for example website.com/Details.do?Date=08%2F01%2F2011&Number=Qs 55 website.com/Details.do?Date=08%2F01%2F2011&Number=Qs 56 website.com/Details.do?Date=08%2F01%2F2011&Number=Qs 57 I had a script that i used to on command ...

 Forum: Support   Topic: Why line break in Msgbox but not clipboard?

Posted: July 28th, 2011, 6:11 am 

Replies: 3
Views: 128


thanks Lexikos, I was trying to paste it into a .txt file. The resulting code is... Button: Gui, submit, NoHide clipboard= ( edit%num%:=TF_Tail("C:\All\%num%.txt",1,1,1)`r`n Loop, Parse, edit%num%, ``n, ``r`r`n { `r`n Stringright, edit%num%, edit%num%, 4`r`n ControlSetText...

 Forum: Support   Topic: Why line break in Msgbox but not clipboard?

Posted: July 27th, 2011, 11:32 pm 

Replies: 3
Views: 128


I have a gui like this Gui, Add, Edit, x22 y20 w60 h20 vnum, Gui, Add, Button, x102 y10 w50 h30 gbutton , Button Gui, Show, x823 y104 h69 w174, New GUI Window Return Button: Gui, submit, NoHide msgbox, ( edit%num%:=TF_Tail("C:\All\%num%.txt",1,1,1)`n Loop, Parse, edit%num%, ``n...

 Forum: Support   Topic: help with stringreplace addition in clipboard

Posted: July 27th, 2011, 8:13 pm 

Replies: 1
Views: 54


I've searched the manual and the help section but cant seem to find an answer to my particular problem. I'm writing a script that has this as one portion of code edit5:=TF_Tail("C:\All\5.txt",1,1,1) Loop, Parse, edit5, `n, `r { Stringright, edit5, edit5, 4 ControlSetText, Edit...

 Forum: Support   Topic: Problem with duplicate function definition error

Posted: July 22nd, 2011, 7:44 am 

Replies: 2
Views: 170


From the manual Using Subroutines Within a Function Known limitation: Currently, the name of each subroutine (label) must be unique among those of the entire script. The program will notify you upon launch if there are duplicate labels. If a line subroutine(a_index) is used elsewhere in the ...

 Forum: Support   Topic: Problem with duplicate function definition error

Posted: July 22nd, 2011, 6:57 am 

Replies: 2
Views: 170


I have a GUI that has a button which runs this code ButtonE: loop, 248 { if cb%a_index% = 1 ; box is checked { subroutine(a_index) } } sleep,1000 Return subroutine(edit) { run Notepad C:\Place\%edit%.txt Return } Return I get an error message that says &...

 Forum: Support   Topic: Help with keeping Window maximized to fit in screen

Posted: July 19th, 2011, 10:52 pm 

Replies: 6
Views: 196


I found a workaround to do what I was needing. As I said before I don't know why the pop up would launch above my display but this code did the trick....which was to maximize it.

Code:
!a::
WinRestore, A
WinMaximize,A

 Forum: Support   Topic: Help with keeping Window maximized to fit in screen

Posted: July 18th, 2011, 3:47 am 

Replies: 6
Views: 196


thanks for all the help guys, but I can't seem to get any of these to work. One thing I did notice was that that when the window shrunk to its smaller size, the top of the window where the window title is displayed is place just above the display. So if I manually drag it down into visibility, I am ...

 Forum: Support   Topic: Help with keeping Window maximized to fit in screen

Posted: July 17th, 2011, 4:13 am 

Replies: 6
Views: 196


Actually, It might be treating it as a popup window, would that change what the code needs to be?
Sort by:  
Page 1 of 12 [ Search found 167 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group