| Author |
Message |
Topic: Detecting and changing LineBreaks to something else |
cuzabis
Replies: 9
Views: 526
|
Forum: Ask for Help Posted: Wed Sep 05, 2007 10:14 pm Subject: Detecting and changing LineBreaks to something else |
thanks I got this figured out with the
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  |
Topic: temporarily remapping a key |
cuzabis
Replies: 4
Views: 258
|
Forum: Ask for Help Posted: Wed Sep 05, 2007 10:13 pm Subject: temporarily remapping a key |
RHYS... that was perfect that worked wonderfully  |
Topic: temporarily remapping a key |
cuzabis
Replies: 4
Views: 258
|
Forum: Ask for Help Posted: Wed Sep 05, 2007 12:45 am Subject: temporarily remapping a key |
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 than ... |
Topic: temporarily remapping a key |
cuzabis
Replies: 4
Views: 258
|
Forum: Ask for Help Posted: Tue Sep 04, 2007 9:24 pm Subject: temporarily remapping a key |
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
... |
Topic: Detecting and changing LineBreaks to something else |
cuzabis
Replies: 9
Views: 526
|
Forum: Ask for Help Posted: Tue Aug 21, 2007 3:51 pm Subject: Detecting and changing LineBreaks to something else |
*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, ... |
Topic: Detecting and changing LineBreaks to something else |
cuzabis
Replies: 9
Views: 526
|
Forum: Ask for Help Posted: Tue Aug 21, 2007 3:47 pm Subject: Detecting and changing LineBreaks to something else |
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 ... |
Topic: Detecting and changing LineBreaks to something else |
cuzabis
Replies: 9
Views: 526
|
Forum: Ask for Help Posted: Tue Aug 14, 2007 6:39 pm Subject: Detecting and changing LineBreaks to something else |
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, Sh ... |
Topic: Detecting and changing LineBreaks to something else |
cuzabis
Replies: 9
Views: 526
|
Forum: Ask for Help Posted: Mon Aug 13, 2007 7:27 pm Subject: Detecting and changing LineBreaks to something else |
I hope that makes a bit more sense  |
Topic: Detecting and changing LineBreaks to something else |
cuzabis
Replies: 9
Views: 526
|
Forum: Ask for Help Posted: Mon Aug 13, 2007 7:26 pm Subject: Detecting and changing LineBreaks to something else |
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
T ... |
Topic: Detecting and changing LineBreaks to something else |
cuzabis
Replies: 9
Views: 526
|
Forum: Ask for Help Posted: Mon Aug 13, 2007 6:11 pm Subject: Detecting and changing LineBreaks to something else |
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 >
> i ... |
Topic: statusbarwait |
cuzabis
Replies: 7
Views: 414
|
Forum: Ask for Help Posted: Tue Jul 31, 2007 6:51 am Subject: statusbarwait |
The IE code works perfectly Onto phaze 2
Thank you so much.... |
Topic: statusbarwait |
cuzabis
Replies: 7
Views: 414
|
Forum: Ask for Help Posted: Mon Jul 30, 2007 7:58 pm Subject: statusbarwait |
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) |
Topic: statusbarwait |
cuzabis
Replies: 7
Views: 414
|
Forum: Ask for Help Posted: Fri Jul 27, 2007 5:20 pm Subject: statusbarwait |
here 2 examples
;---- GMX LOGIN FIREFOX Done/Fertig looking for running wheel in Firefox from AutoWQ --------
;==== 2005-01-20 ======================================================================= ... |
Topic: statusbarwait |
cuzabis
Replies: 7
Views: 414
|
Forum: Ask for Help Posted: Fri Jul 27, 2007 1:27 am Subject: statusbarwait |
| 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 th ... |
Topic: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
cuzabis
Replies: 251
Views: 35560
|
Forum: Scripts & Functions Posted: Thu Jun 14, 2007 8:39 pm Subject: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
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
Str ... |
| |