| Author |
Message |
Forum: Support Topic: Detecting and changing LineBreaks to something else |
| cuzabis |
|
Posted: September 5th, 2007, 10:14 pm
|
|
Replies: 10 Views: 1491
|
thanks I got this figured out with the
Code: stringreplace clip, clip, `n, , All
I had tried this before but I got it backwards or something, it wasn't working, it is working fine now  |
|
 |
Forum: Support Topic: temporarily remapping a key |
| cuzabis |
|
Posted: September 5th, 2007, 10:13 pm
|
|
Replies: 4 Views: 621
|
RHYS... that was perfect that worked wonderfully  |
|
 |
Forum: Support Topic: temporarily remapping a key |
| cuzabis |
|
Posted: September 5th, 2007, 12:45 am
|
|
Replies: 4 Views: 621
|
rhys, I think that might be what I'm after.... yeah it seems when it is sending %TOPICPOST% when it hits a tab, it tabs off the post LOL
ill try that....
if not... tonne ill try your method thanks guys  |
|
 |
Forum: Support Topic: temporarily remapping a key |
| cuzabis |
|
Posted: September 4th, 2007, 9:24 pm
|
|
Replies: 4 Views: 621
|
| hey guys, i'm just wondering, can i disable a key or remap it temporarily in the middle of a script, then re enable it?? see I need TAB in the script, but one particular line I want it disabled what it's doing is, posts multiple posts in a text file, I have nocked the posts to one line but it seems ... |
|
 |
Forum: Support Topic: Detecting and changing LineBreaks to something else |
| cuzabis |
|
Posted: August 21st, 2007, 3:51 pm
|
|
Replies: 10 Views: 1491
|
*wishes there was an edit *
So the first Quote, is actually the text that the script is going to manipulate, and the second quote would be the end result.
I am not actually hitting ENTER key, I am simply copying text and manipulating the clipboard |
|
 |
Forum: Support Topic: Detecting and changing LineBreaks to something else |
| cuzabis |
|
Posted: August 21st, 2007, 3:47 pm
|
|
Replies: 10 Views: 1491
|
| I thought I was pretty clear the second time :( Im not actually hitting enter... you see, the post is already made, I make them in AGERMANUSERS AHKBBCODE EDITOR ;) (LOVE IT) I want to be able to copy my multiline post to clipboard and then remove all the new lines. So I can't actually have the strin... |
|
 |
Forum: Support Topic: Detecting and changing LineBreaks to something else |
| cuzabis |
|
Posted: August 14th, 2007, 6:39 pm
|
|
Replies: 10 Views: 1491
|
| Ok I got the code now im on my home computer.... this is what I have: f4:: Gui, Add, Text, , Enter New Topic URL: Gui, Add, Edit, Vurl, site URL Here Gui, Add, Button, , GO Gui, Show, AutoSize Center, Enter URL return ButtonGO: Gui, Submit ; begin of loop and line read Loop { FileReadLine, topi... |
|
 |
Forum: Support Topic: Detecting and changing LineBreaks to something else |
| cuzabis |
|
Posted: August 13th, 2007, 7:27 pm
|
|
Replies: 10 Views: 1491
|
I hope that makes a bit more sense  |
|
 |
Forum: Support Topic: Detecting and changing LineBreaks to something else |
| cuzabis |
|
Posted: August 13th, 2007, 7:26 pm
|
|
Replies: 10 Views: 1491
|
| shoot, now i am on my work computer, so i can't get the exact code OK, well I am using Lineread (loop) It is so I can make multiple posts and enter a URL and it will post each post one by one The posts and topic names are in TOPICPOST.TXT it goes like this: TopicName@post the script automatically cl... |
|
 |
Forum: Support Topic: Detecting and changing LineBreaks to something else |
| cuzabis |
|
Posted: August 13th, 2007, 6:11 pm
|
|
Replies: 10 Views: 1491
|
| hey guys I have made a code which uses line read. but the problem is, what it's reading is more then oneline. So I was wondering if there is someway I can change all the LineBreaks to > > is a just a symbol I am using StringReplace with, stringreplace changes it to {enter} (I tried `n, but it would ... |
|
 |
Forum: Support Topic: statusbarwait |
| cuzabis |
|
Posted: July 31st, 2007, 6:51 am
|
|
Replies: 7 Views: 854
|
The IE code works perfectly Onto phaze 2
Thank you so much.... |
|
 |
Forum: Support Topic: statusbarwait |
| cuzabis |
|
Posted: July 30th, 2007, 7:58 pm
|
|
Replies: 7 Views: 854
|
Hey cool thank you very much... sorry for my delay in reply, but I will try it
***EDIT***
hmm, the first code doesn't seem to work (firefox) |
|
 |
Forum: Support Topic: statusbarwait |
| cuzabis |
|
Posted: July 27th, 2007, 5:20 pm
|
|
Replies: 7 Views: 854
|
| here 2 examples ;---- GMX LOGIN FIREFOX Done/Fertig looking for running wheel in Firefox from AutoWQ -------- ;==== 2005-01-20 ============================================================================ #Persistent AA=12345678 ;login1 BB=1234garry ;login2 UR=http://www.gmx.net/de/dienst/e-mail/ind... |
|
 |
Forum: Support Topic: statusbarwait |
| cuzabis |
|
Posted: July 27th, 2007, 1:27 am
|
|
Replies: 7 Views: 854
|
| Hey guys, im trying to make a small script... what it does is I copy a post I want to make to a forum. Once i hit the hotkey I want it to open the forum in IE (direct link to new topic), wait for the page to be loaded then send a topic title (obtained from GUI) and then switch to the post and paste ... |
|
 |
Forum: Scripts Topic: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
| cuzabis |
|
Posted: June 14th, 2007, 8:39 pm
|
|
Replies: 272 Views: 84245
|
| thanks again AGU :) very nice The forum I use also supports indent so I made this ; Convert CENTER Formatting StringReplace, bbcode, bbcode, [center], <center>, All StringReplace, bbcode, bbcode, [/center], </center>, All ; Convert Indent #############################################################... |
|
 |
| Sort by: |