| Author |
Message |
Topic: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
tcp800
Replies: 270
Views: 57604
|
Forum: Scripts & Functions Posted: Wed Apr 08, 2009 12:36 pm Subject: AHK BBCodeWriter v7.0.2 - An offline BBCode Editor |
| Comment/remark about the installer. Installed the BBC editer and got a message (dutch- so no litterally text here.) on Vista home basic: Program may not be properly installed with choice: 1. let the w ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 2:01 am Subject: Who can help to get pastebeeper function. (paste exist) |
Don't know to be off topic, my question is solved, but as there was some interest, I post this for my level of guys, newbies.
If interested I can post the readme aswell Id better not go on top agai ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Sun Apr 05, 2009 12:01 pm Subject: Who can help to get pastebeeper function. (paste exist) |
Anyone who follows this, I'm sorry I have to deal with a timeout on computertime Hope till soon! |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Sun Apr 05, 2009 11:40 am Subject: Who can help to get pastebeeper function. (paste exist) |
| Btw, what do you mean by 'use code tags' seems very obvious but I have to confess I don't get it. |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Sun Apr 05, 2009 11:32 am Subject: Who can help to get pastebeeper function. (paste exist) |
| Clicking left on the url opens it, so have to do it right clicking there to select the tekstlabel from the url. I don't deliberately select rich text or images with this, undestand that, but urls its ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Sun Apr 05, 2009 10:53 am Subject: Who can help to get pastebeeper function. (paste exist) |
#c:: ; hotkey, press windowskey C to run this script
FileList=
clipboard= ; clear clipboard just to be sure
Send ^c ; this will copy a selection to the clipboard
Clipwait, 2
SelectFile=File1.txt| ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Sat Apr 04, 2009 9:33 pm Subject: Who can help to get pastebeeper function. (paste exist) |
#c:: ; hotkey, press windowskey C to run this script
FileList=
clipboard= ; clear clipboard just to be sure
Send ^c ; this will copy a selection to the clipboard
Clipwait, 2
SelectFile=File1.txt| ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Sat Apr 04, 2009 7:15 pm Subject: Who can help to get pastebeeper function. (paste exist) |
Ofcourse Hugo, thanks for your help it is ok and I will use it like this and maybe make some careful changes. My last 2 questions:
1. Does last 'If Msgbox' need a Return?
2. Can I say:
Wait 'This c ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Sat Apr 04, 2009 6:44 pm Subject: Who can help to get pastebeeper function. (paste exist) |
Hugo,
The ask 'do you want...' sometimes ends in the systembar, vista shows me the box in small on mouseover, this also seems to be the cause of accepting more than once the same clip. Is the 'n on t ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Sat Apr 04, 2009 12:03 am Subject: Who can help to get pastebeeper function. (paste exist) |
Hugo, sorry one more,
In clipmagic, which I like to use in between to select and cathagorize the selected url's I can set a filter, this filterform says: Paste into this window: But I guess we cann ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Fri Apr 03, 2009 11:35 pm Subject: Who can help to get pastebeeper function. (paste exist) |
File=testpastelist.txt
Add=0
FileRead, FileList, %File%
Loop, Parse, FileList, `n, `r
{ ;What are these for?
If (Clipboard = A_LoopField) ;Why does A_ ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Fri Apr 03, 2009 11:20 pm Subject: Who can help to get pastebeeper function. (paste exist) |
Hugo,
The test is ok, you can see I edited the script so it works for any string I clip. That is ok but as I wrote, it needs to launch more userfriendly
How can I get that?
And how can I get the ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Fri Apr 03, 2009 11:02 pm Subject: Who can help to get pastebeeper function. (paste exist) |
Thanks Hugo,
Away from details this comes to what I need. This beebs when not there so, I can make the friendrequest to the candidate.
On run I have to open my browser with the social site,
When ... |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Thu Apr 02, 2009 2:50 pm Subject: Who can help to get pastebeeper function. (paste exist) |
| Reading again, it might be of help that the clips to transport and process in this case are user url's from the social site I use to visit. |
Topic: Who can help to get pastebeeper function. (paste exist) |
tcp800
Replies: 22
Views: 767
|
Forum: Ask for Help Posted: Thu Apr 02, 2009 2:14 pm Subject: Who can help to get pastebeeper function. (paste exist) |
Hi Guest,
Ofcourse I can imagine more about, but i can not program, so my suggestions whould be of no interest. I think the main problem is posted well. So please ask me more specific where you don't ... |
| |