You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
I think that Aslan is referring to the fact that as you are scrolling down a long thread using your mouse wheel that when it encounters a code listing that the code listing itself will start to scroll (rather than continuing to scroll down the web page). This can be irritating but I have programmed myself to scroll the threads with my mouse cursor as far right as I can as not to have it trip on any of these embedded code text boxes.
IMO, it would be nice if the code listing could be expandable/collapsable (I think that such functionality exists for VBulletin and others have raised this before).
Paul Squires
FireFly Visual Designer (for PowerBASIC Windows 10+)
Version 3 now available. http://www.planetsquires.com
Thanks Paul, that makes sense and I can see where this can be a problem. This would require hacking the scripts to change this and this is not something we are going to do at this time.
The code window width in vBulletin is set with a with an absolute pixel width or auto, but using an auto width causes IE to set the width of the code box to the longest line.
From the vBulletin settings page: "This value controls the width of [code], [php] and [html] bbcode blocks. You may set this value to 'auto', but if you do, Internet Explorer will stretch the width of the block rather than inserting a scrollbar."
This can be overcome by modifying the scripts, but again this is not something we want to do at this time. I am actually hoping that vBulletin will fix this in an upcoming update. The hard part about this is finding the time needed to make the changes and testing them. There are other issues with a higher priority, but in time either we or vBulletin will fix this.
IMO, it would be nice if the code listing could be expandable/collapsable (I think that such functionality exists for VBulletin and others have raised this before).
Paul, just a tip: if you use the Firefox web browser, you can easily implement this yourself using an addon like Stylish https://addons.mozilla.org/en-US/firefox/addon/2108. I do not know if there is a similar addon for IE or not, but it works great with FF.
As Paul has mentioned, the trick is quite easy (with Firefox, don't know for other browsers): just move your mouse cursor out of the code window. FF than continues to scroll the threads, not the code.
My touchpad has the option of scrolling the current window or what the mouse is over. A regular mouse may not have this, but if it is done right it will. I have mine set to scroll what is under the mouse, so like Paul I've just trained myself to have the mouse where I want to scroll. I did see tooltips mentioned above. That is one other thing I saw not working. When they display they sometimes don't go away...even between pages.
sigpic
Mobile Solutions
Sys Analyst and Development
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment