| Re: Resizing ¶ | |
| Yes, I am having the same issue. Any solutions? Thanks & great job!!! Cage | |
| last |
| Re: Resizing ¶ | |
| the best cross browser way to do this is simply add onResize="window.location.href = window.location.href;" to your body tag. dont use it in a function. | |
| last |
| Q: howto reuse the buttons? ¶ | |
| Hello, I want to reuse the rollover button code. It looks nice and it displays the accesskey correctly. | |
| last |
| Rollbar in combination with TinyMCE 2.0.1 ¶ | |
| I have bought the Rollbar, and am using it in my web site. It normally works great, except for the following problem. Using TinyMCE 2.0.1 (http://tinymce.moxiecode.com/) in combination with Dynarch Rollbar 1.0 on Firefox does NOT work (MSIE works fine). What happens is that TinyMCE does not initialize correctly: the editor part turns gray and it is not usable. In the JavaScript console the following message appears: Error: [JavaScript Error: "this.getDoc() has no properties" {file: "/scripts/tiny_mce/tiny_mce.js" line: 3}] It seems to me like the problem is in TinyMCE (FCKEditor works for example, but I prefer TinyMCE). Is there a known workaround? The problem is illustrated on this page: http://www.cygno.com/tinymce-rollbar-bug.html | |
| last |
| Adding tabs dynamically instead of replacement of DIV's ¶ | |
| Rollbar works nicely by converting DIV's after onload, but there is one big disadvantage to this approach: the page has to load first and then the tabs get created. From the user's perspective, this results in "flasing interfaces", especially when using larger pages. My users are complaining because of this behavior; they start scrolling down in an partially layout-ed page and suddenly everything gets rendered again. Ideally there would be an additional way of creating tabs, something like: <script> that already creates the actual tab. This is just an idea: what I am trying to achieve is fast rendering without "flashing". I've also considered using IFRAME's as tab content (keeping the actual page as small as possible, speeding up the rerendering process), but this is not an option at this moment because the rollbar cannot be forced to occupy the page. This causes me to force an IFRAME height, and that really gets messy (you'd have to take into account user window dimensions etc., and I'm not even talking about the fact that the rollbar content doesn't resize on browser resize). Anybody has any ideas or suggestions? | |
| last |
| Re: Adding tabs dynamically instead of replacement of DIV's ¶ | |
| I've noticed the same issue in IE for my website. I've contacted the owner of the product here at this site and hopefully will get a response with a solution. I can't have that happen on my webpage as it looks entirely too unprofessional. | |
| last |
| Vertical scrolling inside the rollbar panes ¶ | |
| Hi all, I am trying to limit the height of my panes. More specifically I want all the panes to have as a maximum size the size needed for displaying the contents of the first pane. The site is an eshop and on the second, third panes I display related products which can easily be 50-60 items. As a result the first pane which has only the tech specs of the item to be on a huge pane that is not very good looking not to mention the negative effect on the whole page. It would be nice for the authors of this widget to expose an interface so the user of the widget can specify the size of the whole widget both statically and relating to a specific pane. Even more to a percantage of the average of the height of all the panes (although this would require the panes to be relatively same size). The rest of the panes can be of <div style="overflow: auto"> which gives a much nicer look Any suggestions comments workarounds are welcome. Please help :-| Nikolaos | |
| last |
| Re: Vertical scrolling inside the rollbar panes ¶ | |
| hi thanx | |
| last |
| IE 6 tabs align ¶ | |
| Ie 6 seems to not align the tabs properly when called from the style tag as stated in the documentation. any ideas what can be done? | |
| last |
| Re: IE 6 tabs align ¶ | |
| I have encountered the same issue. Are there any suggestions about this? | |
| last |
| Is ther an Easy way to Change the color of the tabs? ¶ | |
| I want to change the color to correspond with my website color for the slides example. Is there an easy way to do this because I mess it up in Photoshop and may as well just make my own at that point. Thanks | |
| last |
| Re: Is ther an Easy way to Change the color of the tabs? ¶ | |
| Yes, changing colors is pretty easy. You need to customize the CSS file--see the “skin-*.css” files in the package. | |
| last |
| Need Help Implementing Roll Bar for the first time... ¶ | |
| I have a sample of how far along I am at http://www.samwhereovertherainbow.com/index-1Tab2.html and need to get the Pane 0, Pane 1 to look like Weights at the end. I copied and pasted the html from weights into the other panes and they don't show the ID properly. I need to then find out how to change the Blue Border to the Green that I made the TABS into. and just wonder if there is a way to make the bottom border sync back up to the bottom tray so that the gray bar is flush with the links on the bottom. Thanks for your time and consideration towards my project... | |
| last |
| Re: Need Help Implementing Roll Bar for the first time... ¶ | |
| Hi, I have a sample of how far along I am at http://www.samwhereovertherainbow.com/index-1Tab2.html and need to get the Pane 0, Pane 1 to look like Weights at the end. I copied and pasted the html from weights into the other panes and they don't show the ID properly. Could you please explain this better? I'm not sure I understand what you require... I need to then find out how to change the Blue Border to the Green that I made the TABS into. This is quite easy. You need to alter some CSS rules in skin-aqua.css: div.dynarch-rollbar { border-color: #53a1fb; }Just edit skin-aqua.css and change the colors in the above lines to the ones you desire. If for some reason you fail that, please let me know and I'll create a sample with colors that match your green theme ;-) (note that it'll take some time though). and just wonder if there is a way to make the bottom border sync back up to the bottom tray so that the gray bar is flush with the links on the bottom. It looks like you pasted all the HTML from our sample (including the <body> tag which has height: 100%). You just need to include the RollBar toplevel DIV. Please look into our documentation and samples for more info. | |
| last |














