Results 1 to 11 of 11

Thread: Fubar: Wide posts?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151
    Anybody here with some ideas on this? Following has been posted on Chit-Chat Forum.

    Why do some of these posts have a rediculous WIDTH, while others seem well contained?

    The first thing that came to mind was that maybe some people cut and paste from another editor (which may not be wrapping).
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  2. #2
    Guest
    Code:
    'this is a too damn long line of code........... yup... too long, the code tag keeps text from wrapping, unless you hit the enter key.. this is so you can keep code formatted.... :) or is it :(...  oh well.. this should be long enough.

  3. #3
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    It's not that Dennis, threads have been messed up with no code posted.

    I don't cut and paste, I compose straight into the online form, and I was getting the problem a couple of days ago.
    Harry.

    "From one thing, know ten thousand things."

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I have an idea, what if John made the forums wrap the text in all pages, except inside [c ode] tag?
    That would mean
    text would look
    like this......
    Code:
    And here goes the code
    And here wrapped
    text again all
    the way...
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Guest
    Code:
    Remove it! Yup! For the powerful site comes a bad feature.  Text wrapping!  Yup yup! Code tags seem like the only one, but maybe quote tags?  or maybe someone forgot some tags?  What seems to be the longest line and what is the thread ID?  Yup yup!  That would be interesting and I'd like to view that!  Yup yup! Yup yup! Can someong send a link to that?  By the way, have anyong noticed the annoying blue line at the end of this forum?  It's annoying.  Yup yup.
    
    On Local Error GoTo NoWhere
    Set Me = Nothing
    DestroyEverything(True, DestroyAll, VBWorld) ;)
    But this would
    be too short
    for most posts
    Error 04:
    These posts R
    too short!!!

  6. #6
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840

    Thumbs up

    I aggree, I think they should wrap all text as so that it
    fits a certain size (640x480) or 800x600 screen, personally I think most people use much larger but that's
    not as annoying as the text going off screen on replies without code.


    We could always annoy people by adding a code reply of three page
    width to every post so that so many people complain that they have to change it

    You wouldn't be too popular around here but if you have a spare email address and ISP account to connect from who'd know ?????


    Jesus, I mean replying to this thread has nothing on the screen, then if you scroll to the right one screen you can see the (this) input form window and scroll another for the buttons!

    And to think VB is about interface design !!!

    (STIR STIR)
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  7. #7
    Guest

    Thumbs up There is a way.

    The way is to not put the [code] tags in. Although that makes the code look ugly, but if it makes you happy, do it! As long as the code works, it doesn't matter how it looks .

  8. #8
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    I disagree,

    I don't just copy paste code into my programs I like to read through the snippets and learn from them.

    It's not really the code colouring I like but the formatting.
    without the code tags you loose the tabs and spaces so functions become hard to see/read.

    The biggest evil I think are people's API declare statements!
    they ought to learn how to use the "_" marker to split
    their code, or the [ code ] script on this web site ought
    to attempt to cut DECLARE statements longer that 100 chrs with a "_"

    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  9. #9
    Guest
    Code:
    Public Used1 As VBWorld.User
    Public User2 As VBWorld.User
    Public Admin As VBWorld.Admin
    Public SEdit As VBWorld.SeniorE
    
    Sub Underline()
      Set User1 = VBWorld.Users("Escaflowne")
      Set User2 = VBWorld.Users("Paul282")
      User2.AskRequest("A _ To end every Declare Line")
      User1.Agreed = True
      Set Admin = VBWorld.John
      Set Admin.Status = "Administrator"
      Admin.ShouldChangeForums = True
      Set SEdit = VBWorld.KarlMoore
      SEdit.UrgeAdmin = True
      VBWorldEx(DoItAll)
    End Sub
    ;) :) :(

  10. #10
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    Code:
    Private Declare Function VBWorldImplementNewFeatureA Lib "VBWorld32.dll" (ByVal FeatureName As String, Feature as Long) as Long  '  Returns 1 as True
    
    MsgBox = VBWorldImplementNewFeatureA("Add '_'", AddressOf(AddUnderBar))
    
    Public Function AddUnderBar(HTML as String) as String
    
        'Code goes here (can't be bothered writing it :D)
    
    End Function
    Well? What's the return code?

    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  11. #11
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593
    We are aware of this problem, and we are continuing to look into solutions. For the short term, just use the _ on the VB code.

    John

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width