Placing content over Rollbars
2006/03/08 19:09
Viewed 4354 times
Replies: 1/1
by cfg

I'm testing the rollbars with a lightbox form (http://particletree.com/features/lightbox-gone-wild/) and having some trouble getting content over the tabs. Is there a trick to placing content over the rollbars? z-index seems to be higher, and if I edit the live CSS and change the z-index of my overlay div to 99 it displays properly, but it doesn't work when the page is loaded.

last
Re: Placing content over Rollbars
2006/03/09 18:32
Viewed 5687 times
Replies: 0/0
by cfg

OK, it's something with my HTML and the parent container, not the RollBar itself. I tried it in a simplified page and the lightbox displays over the tabs fine.

last
how to call the function DynarchRB.setup other than body load
2006/03/24 06:15
Viewed 4436 times
Replies: 1/1

hi
i am using the rollbar in a backbase application in dotnet where the body on load property is not supported . is there any alternate way to call the DynarchRB.setup() function similar to calling on body load. i need a immediate help plz.

thanks in advance
prasanth

last
Re: how to call the function DynarchRB.setup other than body loa
2006/08/01 16:36
Viewed 5912 times
Replies: 0/0

prasanth,
try to put call the function before the </body> tag

last
altering the images in tabs
2006/03/24 06:18
Viewed 4048 times
Replies: 0/0

hi
is there any way to alter the images in tab to differentiate selected and deselected tabs using two images. isthere any function to do that?. where to use and how? immediate help plz

thanx in advance
prasanth

last
is there any way to hide intermediate tabs contents
2006/03/24 06:24
Viewed 4026 times
Replies: 0/0

hi
is there any way to hide intermediate tabs contents while passing between two tabs. for ex if we hav 7 tabs when we move from 1 to 7 i want to hide tabs 2-6 contents i dont want them to be scrolled in between shift from 1st tab to 7th tab. is there any way . iam using javascript function to hide the inbetween divs contents but its getting slower on deployment . any alternate way. immediate help plz
thanx
prasanth

last
how to specify the height and width of the widget
2006/03/24 06:28
Viewed 4254 times
Replies: 0/0

hi
how to specify the height and width of the widget in percentage so that it fixes all screen resolution. i am unable to specify the height and width in percentage so iam specifying it in pixels , it doesent fixes in other screen resolutions .any idea pls. i need immediate help plz.
thanx
prasanth

last
images used in tabs gets loaded slowly
2006/03/24 07:05
Viewed 4099 times
Replies: 0/0

hi
i amusing two images for each tab to differentiate selected and deselected tabs, but on loading the images gets loaded slowly and at first the effect of selected and deselected doesent appears , after one r two minutes it gets working properly
is there any way to preload all the images used in rollbar to get downloaded earlier before loading page.

thanx in advance
prasanth

last
Resizing revisited
2006/04/11 06:11
Viewed 3891 times
Replies: 0/0

I noticed that there was a discussion a little bit earlier about resizing the Rollbar. It seemed that there is no solution available for this when the browser window is resized - please correct me if I'm wrong.

I came across this issue because I'm trying to resize a div that contains the Rollbar dynamically on the page. This Rollbar contains tabs and the tabs have no problem resizing to the correct with of the new parent container. However, the actual content part itself does not resize. Is there any way to get this to resize correctly? Is there a function (or could there be a function) built in so that we can have the Rollbar "flush" (resize) itself when a certain event is triggered?

last
Tab panes height equal to tab panes content?
2006/05/08 17:33
Viewed 3791 times
Replies: 1/2

It seems that tab control calculate maximal height of all tab panes, and set height of all tab panes to maximal value. It looks ugly if one tab's pane has big content (in height) and other tab pane doesn't.

Is there any way that every tab pane content has its own height (actually height of pane, independent of other tab's panes height) without resizing to maximal possible value?
I am using fixedHeight: false.
DynarchRB.setup('tabControl', { tabs: 'top', animation: false, hideButtons: true, fixedHeight: false, changeLocation: true })

last
Re: Tab panes height equal to tab panes content?
2006/05/08 17:57
Viewed 5481 times
Replies: 1/1

Actually, rollbar control height is set to maximal height and depends on maximal height of all rollbar panes which is bad.
Is there any code that I could put on rollbar's onChange event or something like that to disable this functionality.
Any suggestions?

last
rollbar display problem
2006/05/22 17:42
Viewed 3605 times
Replies: 2/3

I'm testing this widget and created a test at http://www.rldev.net:8180/cgnauth/login.jsp (user/pwd = cgn/test)

If you login you see for a short time all the output from all tabs.
Is anyone familiar with this and can I solve this in my code?

guus

last
Re: rollbar display problem
2006/05/29 06:33
Viewed 5034 times
Replies: 0/0

Hello,

Could someone please look at my problem?

Or is there an alternative tabbed navigation tool that doesn't have this problem?

Guus

last
Re: rollbar display problem
2006/05/29 12:24
Viewed 5191 times
Replies: 1/1

Try adding style="display: none" on the DIV who's ID you pass to DynarchRB.setup.

Hope this helps.

last
Unexpected results using IE 7.0
2006/05/28 05:15
Viewed 3437 times
Replies: 0/0

I'm receiving unexpected results when using Internet Explorer 7.0 beta (i.e., tables and controls are not aligned and the page looks chaotic) whereas it looked ok using the 6.0 version. What would the fix be for this?

last
Can Not Load
2006/06/06 04:14
Viewed 3475 times
Replies: 1/1

I have unziped the DEMO version and placed it on my HOST in the root directory of my testing site (HTML) so the path is now html > rollbar. Nothing has been touched under that. I created the test.html file, uploaded it to the html directory of the host and went into Firefox to bring up the test.html page and all i got was three lines that said :
Contents Of tab One
Contents of Tab Two
Contents of Tab Three

See it at http://www.splitlightdesigns.com/perks/test.html

What am I doing wrong.

Thanks

last
Re: Can Not Load
2006/06/06 23:51
Viewed 5424 times
Replies: 0/0

Your code tries to load RollBar JS file at this address: http://www.splitlightdesigns.com/rollbar/rollbar.js — however, your server responds with a “404 not found”.

Same happens with the CSS file.

If you correct this problem you should be fine.

last
Google