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)