AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AHK BBCodeWriter v7.0.2 - An offline BBCode Editor
Goto page Previous  1, 2, 3 ... , 17, 18, 19  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
zeno
Guest





PostPosted: Thu Jan 08, 2009 8:03 pm    Post subject: Reply with quote

No. I still get a page not found error:

www.autohotkey.net could not be found.
Back to top
jballi



Joined: 01 Oct 2005
Posts: 537
Location: Texas, USA

PostPosted: Thu Jan 08, 2009 9:15 pm    Post subject: Reply with quote

zeno wrote:
No. I still get a page not found error:

www.autohotkey.net could not be found.

There are hundreds of reasons why you can't access this page but an invalid or out-of-date DNS is the most likely. Until you get the problem identified/resolved, try using the using the site's IP address instead of the IP name:
http://174.36.28.20/

This may or may not work, depending on what the real problem is. Good luck!
Back to top
View user's profile Send private message Send e-mail
zeno
Guest





PostPosted: Fri Jan 09, 2009 12:34 am    Post subject: Reply with quote

Thanks! The link now works, so I can only assume it was a DNA problem that's resolved itself.

However, even after re-installing (the icons are back), I still don't get any wordwrap in Vista or XP (SP2) compatibility mode.
Back to top
zeno
Guest





PostPosted: Fri Jan 09, 2009 12:39 am    Post subject: Reply with quote

Ah! But running it as an administrator even in Vista works (a bit of a pain, but OK) - I now get wordwrap. The text size is a good bit smaller, but I can live with that.

I'll need to leave it to you to work out the reason!
Back to top
zeno
Guest





PostPosted: Fri Jan 09, 2009 12:40 am    Post subject: Reply with quote

zeno wrote:
DNA
DNS, of course.
Back to top
zeno
Guest





PostPosted: Sat Jan 10, 2009 11:19 pm    Post subject: Reply with quote

Today, it doesn't word wrap at the edge of the window - noticed that lines do eventually wrap, but line length depends on the font size:

Vista, run as Admin

8 779
10 667
12 519
14 389


But if I close BBCodewriter and re-open it, it gives be different line lengths (I got 1024 if I closed it set to 8 point and then re-opened it).

Very confusing and unusable on Vista!
Back to top
henly



Joined: 17 Mar 2009
Posts: 1

PostPosted: Tue Mar 17, 2009 11:00 am    Post subject: Reply with quote

Doesnt seem to work for me, which is a shame, I can get the gui to work but none of the codes can be entered except after i first install then click on a smily after that nothing seems to work.

Im running Vista 32 bit.

Ah Ok, it will sort of run as admistrator in vista with xp comp mode but now i cant see the preview or any commands at the bottom.

I persevered for a while but I must agree with the previous poster, unusable in Vista, a shame in this day and age, have to look into another editor.
_________________
John Manlow
Back to top
View user's profile Send private message
Seppy
Guest





PostPosted: Thu Mar 19, 2009 12:48 pm    Post subject: Reply with quote

Hallo,

ich hoffe, ich bin hier richtig.

Ich habe mir den BBC Codewriter heruntergeladen. So weit bin ich auch sehr zufrieden damit.

Gibt es eine Möglichkeit mit einem Befehl bzw. Hotkey jeweils die aktuelle Uhrzeit einzugeben? Also, dass das Programm die Windows Uhrzeit ausliest und ich dann mittels Hotkey im Programm eingeben kann?

Gruß
Seppy
Back to top
WrongSectionAlert
Guest





PostPosted: Thu Mar 19, 2009 1:27 pm    Post subject: Reply with quote

Ist ne allgemeine Frage (die auf Deutsch in einem Englischen Forum auch weniger Sinn macht).

Code:
!z:: ; press ALT+z
FormatTime, Uhrzeit,, hh:mm:ss
Send, Uhrzeit
Return

Arrow Deutsches AHK Forum
Back to top
shadowkill



Joined: 26 Mar 2009
Posts: 1

PostPosted: Thu Mar 26, 2009 11:17 pm    Post subject: Reply with quote

The only thing i would love to have added on to this is a way to align your text with the use of highlight and buttons.

So when doing a post or making a guide to something on a website you can

align it left, center, or right.

I noticed it didn't have these functions when i copied a guide and previewed it.

And by the way this is a great program!
Thank you for the time you have spent working on it Smile
Back to top
View user's profile Send private message
tcp800



Joined: 01 Apr 2009
Posts: 16
Location: Netherlands

PostPosted: Wed Apr 08, 2009 12:36 pm    Post subject: Reply with quote

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 wizzard install it again. 2. This program is correct installed. (Weird moment to pose, when not yet ran...) I choose 2. Because I encountered this before and had a problem after choosing 1. (Cannot recall what caused the problem.). I know this has an open end but that's not my point.

Tvm for the program,
Jos
Back to top
View user's profile Send private message
aristana



Joined: 25 Oct 2009
Posts: 1

PostPosted: Thu Oct 29, 2009 11:03 am    Post subject: Reply with quote

Own website questions please help? If i have a (HTML, URL, or BBcode) that i need to copy but i dont have a webpage to past it on can i still copy and past i need to have it on my computer but is there a way i can see it with out getting on the internet its a video that i want on my computer is there any way i can copy it and past it onto my documents or maybe windows media player?
_________________
i need help
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jan 23, 2010 7:54 am    Post subject: Reply with quote

how to customise the space like this



this is the maximum area i am getting to create a post
Back to top
AGermanUser



Joined: 12 Feb 2005
Posts: 82

PostPosted: Mon Feb 01, 2010 9:04 am    Post subject: Reply with quote

Hi sofa100,

This looks like a resizing issue. What OS are you using? XP, Vista or Win7? The thing is BBCodeWriter hasn't been tested on any OS above XP and I haven't checked the code for several years. I changed to Ubuntu Linux several years ago, so I will not be able to test any changes to the script. My harddisk lacks a windows installation. Wink

Have you tried to reset the .ini file? I created a hotkey for this. Ctrl + Shift + END key (check hotkey.ahk in the source code). Does this fix it?

All controls in the GUI are placed by values taken from the bbcodewriter.ini. If the reset of the ini file doesn't fix it, maybe you can fiddle around with the ini values? I hope they are self-explanatory.

This is an excerpt from bbcodewriter.ini's GuiDimension section. These ought to be the default values written when resetting the .ini by hotkey.

Code:
[GuiDimension]
W_Gui=610      ; <---- Width of GUI
H_Gui=323      ; <---- Height of GUI
[EditSize]
W_Edt=600      ; <---- Width of edit control - where you enter your posting text
H_Edt=203      ; <---- Height of edit control
X_Edt=5        ; <---- X-position of edit control on GUI
Y_Edt=69       ; <---- Y-position of edit control on GUI
[GroupBoxSize]
W_Grp=600      ; <---- Width of separation lines (between buttons & edit control
[CheckboxYPos]
Y_Chk=281      ; <---- Y-position of 'signature' checkbox
[DDListYPos]
Y_DDL=278      ; <---- Y-position of 'signature' drop-down control
[BtnSigYPos]
Y_BSg=280      ; <---- Y-positions of 'edit' and 'del' signature buttons
[BtnMainGui]
X_BG1=405      ; <---- X-position of 'copy' button
X_BG2=470      ; <---- X-position of 'preview' button
X_BG3=545      ; <---- X-position of 'reset' button
Y_BG3=277      ; <---- Y-positions of 'copy', 'preview' and 'reset' buttons
X_BG4=580      ; <---- X-position of 'pinned' toggle button (button bar on top)

_________________
Cheers
BBCodeWriterToDo-ListCopyPassage
Back to top
View user's profile Send private message
ras
Guest





PostPosted: Wed Feb 03, 2010 10:19 pm    Post subject: Additional custom buttons Reply with quote

Please how to add additional custom buttons? 10 buttons is for me little.

Thx for answer
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... , 17, 18, 19  Next
Page 18 of 19

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group