Page 3 of 12 FirstFirst 123456 ... LastLast
Results 81 to 120 of 475

Thread: FORUM ISSUES: Report Upgraded Issues in this thread

  1. #81
    Loquacious User Shaggy Hiker's Avatar
    Join Date
    Aug 02
    Location
    Idaho
    Posts
    20,390

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    I seem to have given a lot of reps today, which just showed another oddity: When I give a rep, I get a message saying that I can't rep the same person twice for a given post. Perhaps my clicking the button comes with a stutter, but I really don't think so. I even got that message followed immediately by the message about "thanks for giving a rep...etc."
    My usual boring signature: Nothing

  2. #82
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,406

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Seems that the links in the emails following "This thread is located at" do not actually go to the NEWPOST of the thread.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  3. #83
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,134

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Main page at the bottom it says,...
    Most users ever online was 5,617, Today at 03:12 AM.

    Is that for real or due to the upgrade?

  4. #84
    PowerPoster techgnome's Avatar
    Join Date
    May 02
    Posts
    21,636

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by szlamany View Post
    Seems that the links in the emails following "This thread is located at" do not actually go to the NEWPOST of the thread.
    I think that's related to the similar issue of "go to last post" from the threads listings... of which the chief suspect is the in-progress indexing... guess only time will tell.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    *Proof positive that searching the forums does work: View Thread *
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
    * Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN

  5. #85
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,718

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by akhileshbc View Post
    It was showing "Database Error" for the last half hour when I try to access this page !
    I think then it would be acceptable to just email Brad.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  6. #86
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,134

    Unhappy View Single Post - Broken

    Not sure if this was mentioned but if you click on a link that targets a single post the whole page that the post is on loads instead of just the single post now.

    I guess its not that big of deal for a programmers forum since 99% of the content is text, but this would totally suck for forums where people post a lot of images in threads.

    It would be nice if you could get View Single Post working again, its faster and uses less bandwidth.

    Edit:
    Example, Forum running vBulletin v3.8.7
    View single post (some C++ code).
    http://forums.anandtech.com/showpost...2&postcount=39

    For now I'll just change my "Number of Posts to Show Per Page" from 60 to 10 or 20 I guess?
    Last edited by Edgemeal; Aug 2nd, 2012 at 03:34 PM. Reason: chnage title

  7. #87
    PowerPoster jcis's Avatar
    Join Date
    Jan 03
    Location
    Argentina
    Posts
    4,321

    Spell Check Button not working

    I've already installed ieSpell but the new Spell Check Button is still not working (the last button at right in the Quick Reply Toolbar). Anyway the spell check can still be lauched like in any other page on any site when using ieSpell by doing a simple right click anywhere, it also takes selected text, "Check Spelling" and "ieSpell Options" are present in the right click menu, it's just the new button in the message toolbar that's not working, it's doing nothing, at least in my case.

    I'm using IE8 under Windows XP

  8. #88
    Burning Member Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,094

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    The performance of the forums has improved a lot today, almost like normal. I still can't find the members list though and searching seems to only bring up empty results. I assume the latter is because of incomplete indexes.

    Also, anybody have any idea if and when they are going to fix the code/highlight tags ?
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  9. #89
    Burning Member Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,094

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    ooo I just discovered, you can rep in chit-chat now.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  10. #90
    Loquacious User Shaggy Hiker's Avatar
    Join Date
    Aug 02
    Location
    Idaho
    Posts
    20,390

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    THAT has to go away promptly. Many bad things would come of repping for insanity.
    My usual boring signature: Nothing

  11. #91
    Burning Member Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,094

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Oh the horror
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  12. #92
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,729

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Hello,

    The url for the memberlist is this:

    http://www.vbforums.com/memberlist.php

    However, when you try to access it, you get the warning:

    Sorry! The administrator has disabled the list of members.
    Is there a reason why this was done?

    Gary

  13. #93
    PowerPoster
    Join Date
    Jul 06
    Location
    Maldon, Essex. UK
    Posts
    5,122

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    I note that the "last edited by etc" text does not appear after editing a Post.

    EDIT: Belay that....... It does appear if you put a Reason for Editing in.
    Last edited by Doogle; Aug 2nd, 2012 at 03:08 AM. Reason: To Edit the original

  14. #94
    Burning Member Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,094

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by Doogle View Post
    I note that the "last edited by etc" text does not appear after editing a Post.

    EDIT: Belay that....... It does appear if you put a Reason for Editing in.
    If you edit a post multiple times within a minute it doesnt show the 'last edited' text unless you put a reason. That was always normal behaviour.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  15. #95
    .Net Member dday9's Avatar
    Join Date
    Mar 11
    Location
    South Louisiana
    Posts
    2,171

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Yep, I've edited my post like 4-5 times before teh update and it would never show the "last edited by" because I would do all of them in like a minute.

    Edit - A good example is of this edit because I noticed a typo.

  16. #96
    PowerPoster stanav's Avatar
    Join Date
    Jul 06
    Location
    Providence, RI - USA
    Posts
    9,167

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Performance is horrible again today compared to yesterday. Each and every page I visit takes at least 15 seconds to load.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  17. #97

  18. #98
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 08
    Location
    Trivandrum, Kerala, India
    Posts
    7,557

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    @All Admins: Have you blocked the "rate this post" option in Chit-Chat forum ? That should be done fast!


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater

    Social Group: VBForums - Developers from India

    Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...

  19. #99
    .Net Member dday9's Avatar
    Join Date
    Mar 11
    Location
    South Louisiana
    Posts
    2,171

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Something I noticed in this thread. The op still only has 1 post, even though he/she posted the origional thread and then responded. Is that normal?

  20. #100
    Loquacious User Shaggy Hiker's Avatar
    Join Date
    Aug 02
    Location
    Idaho
    Posts
    20,390

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Performance appears to have improved from earlier this morning.
    My usual boring signature: Nothing

  21. #101
    Frenzied Member
    Join Date
    Jul 06
    Location
    MI
    Posts
    1,520

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by Shaggy Hiker View Post
    Performance appears to have improved from earlier this morning.
    Definitely not for me. Performance is so bad that the site is basically useless. Have to wait 30-60 seconds for the site to respond to any clicks. 4 days of this is ridiculous ... maybe they should have beta tested before rolling out...

  22. #102
    Burning Member Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,094

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Id argue that this is the beta test. Its userbase, the beta testers
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  23. #103
    .Net Member dday9's Avatar
    Join Date
    Mar 11
    Location
    South Louisiana
    Posts
    2,171

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Performance for me is still very slow, however, from what I understand they did beta test on a few forums that had very low traffic for a while before updating the whole site.

  24. #104
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 05
    Location
    Lansing, MI; USA
    Posts
    3,786

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    http://www.vbforums.com/group.php results in a database error page showing.

    Also, I don't see a link in the navigation menu at the top to view the forum's member list so I manually navigated to http://www.vbforums.com/memberlist.php which displays a "Sorry! The administrator has disabled the list of members." message.
    Currently using: VS 2010 Ultimate on Win7 Ultimate x64.



    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  25. #105
    Administrator brad jones's Avatar
    Join Date
    Nov 02
    Location
    Indianapolis
    Posts
    5,541

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Everyone -
    The developers will be cranking through this thread again tonight and working to hammer on some of the issues.

    Also, the speed issue is noted. I forwarded a number of posts and messages to the techies to emphasize the speed issue. They are working to understand what is slowing things down so that we can fix it for the long term. They have some additional plans that might also help speed that things up that they will apply after they do direct forum fixes.

    Id argue that this is the beta test. Its userbase, the beta testers
    As to Niya's comments -- I blieve that companies today say they are "Agile." We are just being agile!

    In seriousness, we've migrated quite a few forums prior to this one. Most were smaller except for Codeguru. This forum, however, is one of the biggest as far as database size and such. As such, it is going to push things beyond what the other forums have.

    Changes are happening. It will get better. This was a really big internal change to the forum.

    Brad!

  26. #106
    Frenzied Member
    Join Date
    Jul 06
    Location
    MI
    Posts
    1,520

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Thanks for the update Brad. Cant wait until all the bugs are worked out & we can have our beloved forum back again!

  27. #107
    Burning Member Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,094

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    I've rummaged through the first page and filtered out all the actually issues from the general conversation if this helps:-

    Quote Originally Posted by KJJohnson_05 View Post
    All the code boxes used to be legible but the format of them has changed to being one line tall with a scroll bar...effectively making it impossible for me to get any perspective of what I'm looking at.
    Quote Originally Posted by make me rain View Post
    VB codes ( HIGHLIGHT ) blocks are become vary small
    please make it like previous
    for better visualization of the problem please visit this page where you can see cade block window is fixed for about 1Cm standard height
    Quote Originally Posted by rjv_rnjn View Post
    I miss that we don't get the navigation path towards the end of the page. You could read the last post and then you didn't have to scroll all the way back up to go back to the forum; the forum navigation tool bar was just there. eg. at the top we see VBForums->Community -> Forum Feedback -> FORUM ISSUES: Report Upgraded Issues in this thread. This was also present towards the end of the page.
    Quote Originally Posted by techgnome View Post
    OK, things that aren't working for me (in no particular order and nothing of a major concern):
    A couple times I've used the Quick Reply... I get prompted if I want to Leave the Page or Stay on the page.... and then it seems to hang.
    While typing in a reply when I hit the far right side, the quick reply, rather than breaking on a word and wrapping, as I would expect.... broke it in the middle of a word. It posted OK, but caused confusion on my part.

    The text look
    ed like this. it
    was unexpect
    ed.

    There was a third item.... only now I've forgotten it. I see broken images all over the place, but I suspect that will be corrected in due time.

    Oh, the third item... it used to be that when I hit the tab button from the quick reply window, it would go to the "submit" button for the quick reply... it no longer does. Once I'm in the quick reply, the tab doesn't do anything. USed to be nice to type in the reply, hit tab, then space and it would post.

    -tg
    Quote Originally Posted by Niya View Post
    Couple issues, code tags do word wrapping which makes code blocks with long lines of code look unruly. Its difficult to read. Highlight tags have a tiny code box which I'm sure is some kind of error. I'm also getting server errors trying to access certain pages(even when trying to make this post, it timed out). When typing in a reply, the box no longer wraps a word to the next line when it passes the right side, I can learn to live with this though.

    I'm willing to give this a shot but to be perfectly honest, I wish they never upgraded. The forums were fine before. On the plus side, I'm glad they didn't add that annoying side panel you see at CodeGuru so all is not lost. There are obviously kinks in this upgrade(like the highlight issue I mentioned above) so I'm gonna take a week off from here to give the guys a chance to fix all the little issues with the forums. These little annoyances make this upgrade unusable to me. Its really aching to wonder if clicking the next link would return some kind of 'server error' and any one who knows me here knows how much I love highlight tags

    I'll check in on this thread from time to time to see how the admins are coming along with dealing with the issues. Cya in week guys
    Quote Originally Posted by techgnome View Post
    Minor irritant: The "Quick Links" menu option comes and goes... the "Quick Links" menu doesn't show up when I view New Posts (which is what I use more often than not) ... but Mark Forum Read is always there, which doesn't make sense if I'm viewing a search result.... ????


    -tg
    Quote Originally Posted by JuggaloBrotha View Post
    Another vb.net programming forum I'm apart of upgraded to vbulletin v4x about a year ago and they had all kinds of issues with the CODE and HIGHLIGHT tags right after the upgrade. They did eventually fixed them but they also installed a different tagging thing called XCODE. You can use [XCODE=vb][/XCODE] to denote vb.net syntax and all that, it displays much nicer than the [HIGHLIGHT=vb][/HIGHLIGHT] does.
    xcode:
    Attachment 89977

    highlight:
    vb Code:
    1. Private Sub MySub
    2.     Dim X As Integer = 0
    3. End Sub

    Which brings me to a bug I just found, in FF 10 on Win7 x64 I click the attach file and select an image file on my computer and when I click the Upload file button it does nothing, it just sits there and I can't find any other way to upload a file to attach to a post.

    Edit:
    I was able to attach the image using the Image button on the quick post box, the attachments window off the advanced editor still does nothing.
    Quote Originally Posted by dday9 View Post
    Something I noticed today is this:
    Attachment 89983

    Something small, prob just a sizing issue.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  28. #108
    Burning Member Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,094

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Issues from page 2:-

    Quote Originally Posted by Niya View Post
    Sorting in the member's list page returns a server error.
    Quote Originally Posted by JuggaloBrotha View Post
    This is probably already on the list to eventually be addressed, but the "Mark Thread Resolved" on the thread tools menu is missing.
    Quote Originally Posted by techgnome View Post
    The trend I'm noticing is that newer threads tend to be more responsive than ones that existed prior to the conversion... it wouldn't surprise me to to discover that the indexing process is what's interfering with things.

    -tg
    Quote Originally Posted by .paul. View Post
    i did notice all or most of these issues throughout the day, but most seem to be getting better now. 1 thing i did notice is there's no code/vbcode buttons in the quick reply window...
    Quote Originally Posted by Shaggy Hiker View Post
    Yes it did. I was about to post the same thing that .Paul just posted, but now I can just add another request to get those back. I almost never used anything OTHER than the quick reply window since it had all I needed. It had the code buttons, the quote button (which is still there), and a few others. The only thing I ever needed to Go Advanced for was the smileys, and I don't use many of those.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  29. #109
    Burning Member Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,094

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    The performance issue is universal and well known by now so I didn't bother to quote anyone talking about it.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  30. #110
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,729

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Thanks for doing the summary niya, much appreciated!

    Gary

  31. #111
    Administrator brad jones's Avatar
    Join Date
    Nov 02
    Location
    Indianapolis
    Posts
    5,541

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Originally Posted by KJJohnson_05
    All the code boxes used to be legible but the format of them has changed to being one line tall with a scroll bar...effectively making it impossible for me to get any perspective of what I'm looking at.
    Originally Posted by make me rain
    VB codes ( HIGHLIGHT ) blocks are become vary small
    please make it like previous
    for better visualization of the problem please visit this page where you can see cade block window is fixed for about 1Cm standard height
    I was told these items were fixed.

  32. #112
    Administrator brad jones's Avatar
    Join Date
    Nov 02
    Location
    Indianapolis
    Posts
    5,541

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Database error -

    This was an issue with a side table. I've been told this was fixed. If you still get a database error, plesae let me know what you were doing and report it.

    Thanks!

  33. #113
    Administrator brad jones's Avatar
    Join Date
    Nov 02
    Location
    Indianapolis
    Posts
    5,541

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    I was told that the mark thread resolved option which was missing is also resolved.

  34. #114
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,134

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by brad jones View Post
    I was told that the mark thread resolved option which was missing is also resolved.
    Yeah!!! It Works!

  35. #115
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,134

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    VB codes ( HIGHLIGHT ) blocks are become vary small
    Almost fixed?

    I don't see all the line numbers on the left...

    http://www.vbforums.com/showthread.p...*-SmartTextBox
    Attached Images Attached Images  

  36. #116

  37. #117
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,465

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    I see the rate this post icons. they are changed in this version to a "sunburst" icon.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  38. #118

  39. #119
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,465

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    By vB forum software they are not shown on your own posts now.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  40. #120

Page 3 of 12 FirstFirst 123456 ... LastLast

Posting Permissions

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