AutoHotkey Community

It is currently May 26th, 2012, 1:54 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 273 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19  Next
Author Message
 Post subject:
PostPosted: January 8th, 2009, 8:03 pm 
No. I still get a page not found error:

www.autohotkey.net could not be found.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 8th, 2009, 9:15 pm 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 775
Location: Texas, USA
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 9th, 2009, 12:34 am 
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.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 9th, 2009, 12:39 am 
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!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 9th, 2009, 12:40 am 
zeno wrote:
DNA
DNS, of course.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 10th, 2009, 11:19 pm 
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!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 17th, 2009, 11:00 am 
Offline

Joined: March 17th, 2009, 10:57 am
Posts: 1
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2009, 12:48 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2009, 1:27 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 26th, 2009, 11:17 pm 
Offline

Joined: March 26th, 2009, 11:11 pm
Posts: 1
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 :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 8th, 2009, 12:36 pm 
Offline

Joined: April 1st, 2009, 1:12 am
Posts: 16
Location: Netherlands
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 29th, 2009, 11:03 am 
Offline

Joined: October 25th, 2009, 8:41 am
Posts: 1
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 23rd, 2010, 7:54 am 
how to customise the space like this

Image

this is the maximum area i am getting to create a post
Image


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2010, 9:04 am 
Offline

Joined: February 12th, 2005, 8:31 pm
Posts: 82
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. ;)

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


Report this post
Top
 Profile  
Reply with quote  
PostPosted: February 3rd, 2010, 10:19 pm 
Please how to add additional custom buttons? 10 buttons is for me little.

Thx for answer


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 273 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: c0ntinuity, Klark92 and 19 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group