| Bug reports ¶ | |
| Are there any bugs? :-) | |
| Questions ¶ | |
| Hello i've 2 questions... ¿Wha are the limitations of this trial version ? ...and... ¿What happen when the eval time is over?(popup with pay message, label, text or some like that...) Thanks for your really great tools and great work. | |
| last |
| Re: Questions ¶ | |
| The main limitation is that you are not allowed to use the trial version except for testing purposes. :-) Another one is that it might crash Safari (this won't happen with the registered version). No, there will be no popups, nor will it suddenly stop working. You must purchase a license if you wish to use the product after the evaluation time. | |
| last |
| does it auto wrapped? ¶ | |
| if a got many tabs to show,say maybe 30,I tried /sample/jsapi/1.html,I copy and paste,made there 25 tabs,but I found it does not auto warraped. is there anything to config? | |
| last |
| Re: does it auto wrapped? ¶ | |
| At this time, there's no wrapping. This will be addressed in a future version. | |
| last |
| Rollovers contained in Table - IE only ¶ | |
| Tabs are not aligning in IE 6 when two or more are contained in a table. Works fine in Firefox. Here is a sample: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <html> <body onload="new DynarchRB('tabset1', { tabs:'top', fixedHeight:true, hideButtons:true, animation:false }); <table border="0" width="100%" height="100%"> <td width="30%"> | |
| last |
| Firefox redraw problems ¶ | |
| Very nice Dhtml component. contents of rollbar div has a div with contents.... And the rollbar in animated !! Try it | |
| last |
| Firefox redraw problems ¶ | |
| When the rollbar contents has a div inside it with overflow:scroll, there are redraw problems. | |
| last |
| Dynamically display a tab ¶ | |
| Hi there, While I am navigating somewhere on the page, I want to be able to display tab #3 instead of tab #2... Thks. | |
| last |
| Firefox problems with rollbar ¶ | |
| Hi, I noticed that my firefox (1.5.0.1) does not behave correctly when rendering the rollbar widget. I am not sure if this is related to the combination of the html code in the page (http://www.e-photodigital.gr/product_info.php?cPath=21_23_47&products_id=55). The site is in Greek but you should be able to see the leftovers on the right side of the widget when switching between panes. The behaviour is persistent on different machines so I guess it is not a vga drivers issue and also the problem occurs on linux firefox as well. Any suggestions? Regards, | |
| last |
| right to left ¶ | |
| ur RollBar when set to right to left (<html dir='rtl'>) | |
| last |
| Resize ¶ | |
| When resizing, only the tabs resize. I tried putting a tab roller inside this window, which is cool, but can't get it to resize correctly. There has not been an update to this thing (ever). Is it something that you will support? | |
| last |
| Re: Resize ¶ | |
| Hi Steven, Yes, it's a known bug that more customers reported. It's pretty difficult to fix, but hopefully not impossible. The idea is that the RollBar needs a fixed width in order to be able to produce animation so we would need to recompute this width and all tabs' widths each time the window is resized. I will work on it this week. I'm sorry for the slow upgrade path, I know we should have done more for the RollBar. All customers get free upgrades to the next version. ;-) Best regards, | |
| last |
| Rounding tab corner with Rico effects disables tab functionality ¶ | |
| Rollbar could be great if one can round rollbar corners just like tab can be rounded with png (in aqua skin...). OnPageLoad I do this: Does anyone have any suggestions how to round rollbar corners? | |
| last |
| Re: Rounding tab corner with Rico effects disables tab functiona ¶ | |
| I could REALLY use help with this too... It would be wonderful if someone who knows what the problem is (so I don't have to search for it) would quickly explain it. If such a person would be so kind, I could attempt to fix it myself... On the other hand, a patch or some example code which successfully integrates Rico (with Calendar in my case) would be even better ;) Thanks, | |
| last |
| Can you hide/show a tab? ¶ | |
| I have a rollbar with 3 tabs. guus | |
| last |
| Re: Can you hide/show a tab? ¶ | |
| Assuming you have kept a reference to the rollbar object: var rb = DynarchRB.setup(...); you can later access a few properties. Not sure if the "tabs" property is documented, but anyway, it keeps an array with references to each tab element. You should be able to hide a tab like this: rb.tabs[1].style.display = "hidden"; and later make it visible with: rb.tabs[1].style.display = ""; Note that the above will hide/show the second tab. As in any JavaScript array, indexes are zero-based—to hide/show the first tab you'd use rb.tabs[0]. Hope this helps. | |
| last |














