Is it just me ? or has there been a change in how vbcode is displayed ?
Printable View
Is it just me ? or has there been a change in how vbcode is displayed ?
VB Code:
java.lang.Sucks();
Sure looks like it. Could have something to do with the 2.2.6 upgrade.
They've changed it, yes i think.Quote:
Originally posted by peet
Is it just me ? or has there been a change in how vbcode is displayed ?
damn.. hope they change/fix this ...
Simple:
[vbcode]Stuff[/Highlight]
[vbcode]
Stuff
[/Highlight]
Use the first way.
Youneedtotype[vbcode]likethis[/vbcode]orelseitwon'twork,itsbeenlikethatsincetheyimplementedit.
VB Code:
Private Sub Command1_Click() Dim sName() As String Dim sFileNamesOnly() As String Dim sFullName() As String Dim i As Integer ReDim sFileNamesOnly(0) ReDim sFullName(0) CommonDialog1.DialogTitle = "Add Files" CommonDialog1.Flags = &H200 + &H80000 + &H4
did not look like that before... what do you mean filburt?
and implemented what Sastraxi?
THAT is freaky :eek:Quote:
Originally posted by peet
VB Code:
Private Sub Command1_Click() Dim sName() As String Dim sFileNamesOnly() As String Dim sFullName() As String Dim i As Integer ReDim sFileNamesOnly(0) ReDim sFullName(0) CommonDialog1.DialogTitle = "Add Files" CommonDialog1.Flags = &H200 + &H80000 + &H4
what is freaky ? :confused:Quote:
Originally posted by filburt1
THAT is freaky :eek:
the code or the way its shown ?? :p
Meh :pQuote:
Originally posted by peet
the code or the way its shown ?? :p
John did write that hack for an extremely old version of vBulletin and I doubt he's going to update it, just because this board is practically the only one that uses it...
Since they implemented the [Highlight=VB] tag (at least HERE), it's always been like that.
Not it hasn't. I haven't changed a thing in the way I post code and now it's suddenly double spaced.Quote:
Originally posted by Sastraxi
Since they implemented the [Highlight=VB] tag (at least HERE), it's always been like that.
Yep, I'll verify this. It's only started happening today (for me), as far as I can tell.
yes a bit annoying ... rjlohan signature takes up half a page now ;)
Oh well, I have them turned off, so I don't have to put up with my own ridiculousness. :DQuote:
Originally posted by peet
yes a bit annoying ... rjlohan signature takes up half a page now ;)
I turned them off for the kiddy dick specs and unfortunately your ridiculousnessness was caught in the same net :)Quote:
Originally posted by rjlohan
Oh well, I have them turned off, so I don't have to put up with my own ridiculousness. :D
Oh well, it's only a half-arsed (and plagiarised) attempt at Nerd Humour, so you're not missing much. :pQuote:
Originally posted by beachbum
I turned them off for the kiddy dick specs and unfortunately your ridiculousnessness was caught in the same net :)
hello ?? anyone at vbw care to make a statement?
:)
What's the problem ;) :p :cool: :rolleyes:
hehe u clever John u :)
next time I'll make sure that I have a snapshot of the problem ;)
What was the problem...you know, just to let us vB customers know ;)Quote:
Originally posted by John
What's the problem ;) :p :cool: :rolleyes:
No really, is it caused by vB2.2.6?
I think I've found it :)
http://www.history.navy.mil/photos/i...00/h96566k.jpg
uhumm.... now there is to little spacing :(
try copy and paste a sample... no spacing at all :eek:
VB Code:
Peet is full of crap. This prints our ferpectly fine. See?
:D
VB Code:
Ryan is full of crap. Peet was right. Even when I put one or two or even three spaces, it doesn't look right...
John,
As Peet posted before, the VBCode when using the tags seems to have changed recently. It no longer changes the extra lines or spacing like it used to do (the indenting).
Other than that the forums look neat :)
Vince
Ohhh Joooohhnnnn come out and plaaaayyyy :D
the problems now are actually more problematic :) than yesterday :)
I think what peet is saying is that if you highlight someone's code on the screen, copy it, then paste it into VB, you get one huge long line. Seems to be a missing carriage return or line feed. Please fix the vbcode tag so that we can copy & paste code. :)
Hmm, Thats stupid!!!
VB Code:
Private Sub Picture1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) 'one space above, two below If IM_WORKING = False Then IM_WORKING = True OVER_SQUARE = GET_INDEX(X, Y) If OVER_SQUARE > 0 Then Call SHOW_CLOSE_LINE(X, Y, OVER_SQUARE) Else If (Last_SQ <> 0) And (Last_W <> -1) Then Call ReDRAW_SQUARE_WALL(MY_SQUARES(Last_SQ), Last_W) Last_SQ = 0 Last_W = -1 End If End If DoEvents IM_WORKING = False End If End Sub
Its supposed to have spaces, see image:
http://www.vbforums.com/attachment.p...postid=1043979
That's not page 578, is it? :eek:Quote:
Seriously though, I place the blame squarely on the Aussies' blind golf team.
:)
Hey, I heard they're supposed to be good this year?Quote:
Originally posted by crptcblade
Seriously though, I place the blame squarely on the Aussies' blind golf team.
:)
I found it. PHP had switched to an XHTML friendly <br /> tag instead of the old <br> tag, which was confusing it! All sorted now :-)
:)
Dang, all that time I spent went to waste! Can't you screw it up again and fix it later so that people become inherently dependent upon #010;? :D