Bug reports
2005/07/22 11:07
Viewed 18154 times
Replies: 12/22

Are there any bugs? :-)

Questions
2005/07/22 17:55
Viewed 11097 times
Replies: 1/1

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
2005/07/22 17:59
Viewed 14005 times
Replies: 0/0

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?
2005/07/25 12:15
Viewed 11214 times
Replies: 1/1
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?
2005/07/25 13:35
Viewed 14359 times
Replies: 0/0

At this time, there's no wrapping. This will be addressed in a future version.

last
Rollovers contained in Table - IE only
2005/07/30 02:39
Viewed 11145 times
Replies: 0/0

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"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<title>Test</title>
<link rel="stylesheet" type="text/css"
href="rollbar/rollbar.css" media="all" />
<script type="text/javascript"
src="rollbar/rollbar.js"></script>

<script type="text/javascript"
src="rollbar/rollbar.js"></script>
</head>

<body onload="new DynarchRB('tabset1', { tabs:'top', fixedHeight:true, hideButtons:true, animation:false });
new DynarchRB('tabset2', { tabs: 'top', fixedHeight:true, hideButtons:true, animation:false });">

<table border="0" width="100%" height="100%">
<tr>
<td>
<div id="tabset1">
<div title="Tab 1">
<table border="0" id="test1" width="100%" height="100%" cellpadding="0" cellspacing="1" >
<tr>
<td>&nbsp;</td>
</tr>
</table>
</div>
<div title="Tab 2">
<table id="test2" border="0" width="100%" height="100%">
<tr>
<td>&nbsp;</td>
</tr>
</table>
</div>
</div>
</td>

<td width="30%">
<div id="tabset2">
<div title="tab 3">
<table id="test3" width="100%" cellspacing="0" height="100%" >
<tr>
<td>&nbsp;</td>
</tr>
</table>
</div>
<div title="tab 4">
<table id="test4" width="100%" cellspacing="0" cellpadding="0" height="100%">
<tr">
<td>&nbsp;</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>

last
Firefox redraw problems
2005/11/02 17:27
Viewed 10632 times
Replies: 0/0
Very nice Dhtml component. contents of rollbar div has a div with
contents....
And the rollbar in animated !! Try it
last
Firefox redraw problems
2005/11/02 17:29
Viewed 10712 times
Replies: 0/0

When the rollbar contents has a div inside it with overflow:scroll, there are redraw problems.

last
Dynamically display a tab
2005/11/17 22:35
Viewed 10384 times
Replies: 0/0

Hi there,
I wanna know if one of us found a way to trigger the display of another tab :

While I am navigating somewhere on the page, I want to be able to display tab #3 instead of tab #2...
Something like : <a href='javascript:showTab("TabName")'>ShowTab</a>

Thks.

last
Firefox problems with rollbar
2006/02/08 04:25
Viewed 9388 times
Replies: 0/0

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,
Nikolaos

last
right to left
2006/03/01 13:16
Viewed 9279 times
Replies: 0/0

ur RollBar when set to right to left (<html dir='rtl'>)
in firefix currently work
but in ie have bugs

last
Resize
2006/04/11 06:04
Viewed 8757 times
Replies: 1/3

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
2006/04/11 09:29
Viewed 11441 times
Replies: 2/2

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,
—Mihai

last
» Re[2]: Resize, by sroussey [ quick view ]
» Re[2]: Resize, by psarin [ quick view ]
Rounding tab corner with Rico effects disables tab functionality
2006/04/25 04:00
Viewed 9897 times
Replies: 2/3

Rollbar could be great if one can round rollbar corners just like tab can be rounded with png (in aqua skin...).
Rico effects enables rounding of (divs) rollbar corners, but disables tab functionality(!).
This is link for good Rico effects: http://openrico.org/rico/demos.page?demo=rico_corner

OnPageLoad I do this:
DynarchRB.setup('tabControl', { tabs: 'top', animation:false, hideButtons:true, changeLocation:true, fixedHeight:true })
new Rico.Effect.Round('div','dynarch-rollbar', {border:'#4c657c'}); // unfortunately rounding tab corner disables tab functionality :(

Does anyone have any suggestions how to round rollbar corners?

last
Re: Rounding tab corner with Rico effects disables tab functiona
2006/05/06 03:19
Viewed 11914 times
Replies: 0/0

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,
-vsaiyan

last
Can you hide/show a tab?
2006/06/08 12:56
Viewed 9365 times
Replies: 1/2

I have a rollbar with 3 tabs.
I want to hide/show tab 2 and 3 at runtime.
Is this possible?

guus

last
Re: Can you hide/show a tab?
2006/06/08 13:03
Viewed 12723 times
Replies: 1/1

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
Google