Results 1 to 11 of 11

Thread: Forum Errors

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,802

    Forum Errors

    Getting errors when trying to paste a bulleted list to a post.

    Paste a bulleted list
    Try to Save Changes gives 403 Forbidden error

    Paste a bulleted list
    Try to Preview gives 403 Forbidden error

    Paste a bulleted list
    Try to go into WYSIWYG mode - contents of post are deleted.

    ****

    Just tried pasting a bulleted list at the end of this post. Pressed Switch Editor to WYSIWYG button and post was cleared to blank.


    ****
    Tried posting a bulleted list I successfully posted to VBForums a couple of days ago. Now gives the same errors.

    Tried posting bulleted lists copied from Github and from Discord - both give same error.

    Tried copying and pasting the bullet list from here:
    https://www.vbforums.com/showthread....=1#post5667992
    Same issues.
    Last edited by VB6 Programming; Feb 19th, 2025 at 01:11 PM.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,802

    Re: Forum Errors

    Bulleted list pasted here...

    Caused 403 Forbidden error

  3. #3
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Clearwater, FL.
    Posts
    2,345

    Re: Forum Errors

    Changelog
    IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
    KNOWN ISSUE: UserControls from the ACTIVE project will not appear correctly in the form designer in this release (they are purposely disabled until next release). Packaged controls, such as VBCCR will work.
    KNOWN ISSUE: Menus currently not appearing in MDI Forms (broken in this build)
    KNOWN ISSUE: 'Scale*' properties are often not settable in the IDE property sheet (broken in this build)

  4. #4
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Clearwater, FL.
    Posts
    2,345

    Re: Forum Errors

    Changelog


    IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
    KNOWN ISSUE: UserControls from the ACTIVE project will not appear correctly in the form designer in this release (they are purposely disabled until next release). Packaged controls, such as VBCCR will work.
    KNOWN ISSUE: Menus currently not appearing in MDI Forms (broken in this build)
    KNOWN ISSUE: 'Scale*' properties are often not settable in the IDE property sheet (broken in this build)
    KNOWN ISSUE: Setting Width/Height via the property sheet often does not work correctly (broken in this build)

  5. #5
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Clearwater, FL.
    Posts
    2,345

    Re: Forum Errors

    I was able to recreate the error and Report It to the IT Guys upstairs.

    They had just finished fixing the same error but in a different area of the site that I had reported.

    VBF and the ten other sister sites were moved behind a different "firewall service."

  6. #6
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Clearwater, FL.
    Posts
    2,345

    Re: Forum Errors

    The IT Guys have been able to replicate the error. They are/will be working on a solution.

  7. #7
    Administrator
    Join Date
    Jun 2020
    Posts
    2

    Re: Forum Errors

    • It works again
    • It is working...
    • Yes, it's working!

  8. #8
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Clearwater, FL.
    Posts
    2,345

    Re: Forum Errors

    Changelog
    IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
    KNOWN ISSUE: UserControls from the ACTIVE project will not appear correctly in the form designer in this release (they are purposely disabled until next release). Packaged controls, such as VBCCR will work.
    KNOWN ISSUE: Menus currently not appearing in MDI Forms (broken in this build)
    KNOWN ISSUE: 'Scale*' properties are often not settable in the IDE property sheet (broken in this build)

  9. #9
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Clearwater, FL.
    Posts
    2,345

    Re: Forum Errors

    Quote Originally Posted by ta_devops View Post
    • It works again
    • It is working...
    • Yes, it's working!
    Agreed. THANK YOU.


    ALL Members are encouraged to try and find other sections of the site that don't work as expected.

  10. #10

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2015
    Posts
    1,802

    Re: Forum Errors

    Yes, it works now....


    BETA 686 of the twinBASIC programming IDE is now available...



    Download from here... https://github.com/twinbasic/twinbasic/releases


    Click on "Assets" for the latest release
    Download and Extract the ZIP file into a local folder
    Then run the twinBASIC.exe from that local folder
    IMPORTANT: Extract the zip file cleanly into a new location. Do not extract the IDE zip file content over an old version of the IDE.


    How to install https://nolongerset.com/how-to-install-twinbasic/


    If you have difficulties finding the download try here https://github.com/twinbasic/twinbasic/tags

    Changelog


    • IMPORTANT: This is an interim/experimental release. It includes significant changes, so some instability is to be expected.
    • KNOWN ISSUE: UserControls from the ACTIVE project will not appear correctly in the form designer in this release (they are purposely disabled until next release). Packaged controls, such as VBCCR will work.
    • KNOWN ISSUE: Menus currently not appearing in MDI Forms (broken in this build)
    • KNOWN ISSUE: 'Scale*' properties are often not settable in the IDE property sheet (broken in this build)
    • KNOWN ISSUE: Setting Width/Height via the property sheet often does not work correctly (broken in this build)
    • KNOWN ISSUE: Controls are not being destroyed properly by the form designer, causing big memory leaks (broken in this build)
    • TIP: To download the release, expand the 'Assets' link below and download the 'twinBASIC_IDE_BETA_XYZ.zip' file
    • WARNING: there are known memory leaks in this version, so memory usage will be higher than normal
    • added: IDE setting IDE: Show mini-toolbar in the form designer (for in-place editing) (default TRUE) [ Brooks, discord ]
    • added: IDE commands tbFormDesigner_TurnInPlaceEditingToolbarOn, tbFormDesigner_TurnInPlaceEditingToolbarOff, tbFormDesigner_ToggleInPlaceEditingToolbar available for keyboard shortcut assignments [ Brooks, discord ]
    • fixed: menu bar flashing when toggling Menu.Visible property at runtime [ XYplorer, discord ]
    • fixed: (IDE) in single row of tabs mode, long document titles could be rendered incorrectly in the tab caption
    Last edited by VB6 Programming; Feb 19th, 2025 at 03:54 PM. Reason: Yes, it works!

  11. #11
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2012
    Location
    Clearwater, FL.
    Posts
    2,345

    Re: Forum Errors

    Last edited by VB6 Programming; Today at 03:54 PM. Reason: Yes, it works!
    Great!!

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