Custom Scrollbar *** UPDATED Dec-09-2012 ***

In this section you can announce self-made paid extensions.
*** THIS SECTION CONTAINS PAID EXTENSIONS ONLY ***
Post Reply
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

;)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

thank you for your post and your interest in this extension.
you can change borders and individual colors for each scrollbar element.
images for the tracker are not supported in this version for free.
for further customization options, you can contact here: www.magnawebstudio.com
with kind regards
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

i cannot understand what you are trying to do.
please tell me step by step how to reproduce your problem or, better, post a sample project to see what your issue is.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

ok, thanks for your sample project.
please note that this doesn't mean that the extension doesn't work; due to technical reasons, not always you can directly hide an extension. in that case, put the extension into an independent [and transparent] layer and show/hide it; this way you can accomplish what you are asking for.
with regards
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

ok, it's up to you. just remember this case if you plan to make some changes in your project.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

apologies for the inconvenience and thank you for your encouraging feedback.
i have no timeframe for a soon update; but there are good news.
1. add an html box
2. set type -> between <head></head> tags
3. in the html entry add the following:

Code: Select all

<style type="text/css">
 .ui-tabs .ui-tabs-hide
 {
    display: inline !important;
    visibility: hidden !important;
 }
</style>
i'm sure your [now solved] issue will be for the benefit of all!
thank your for your patience
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

kernelus wrote:Hi,
I can't download the extension, i think links are dead.
the links are working fine for me
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

Dart wrote:How do I get the scroll bars download.
Dart wrote:You self important aren't you, OK cry baby no problem don't need it. Life carry's on no big loss.
lol - you're funny and contradictory
i have no time for so stupid and childish things like this
good luck on your own - and you are 100%, you are not a big loss nor a loss at all
:lol:
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

there is nothing i can do without seeing what you did
please post a sample project with your issue
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

the scrollbar must be over the layer that points to in the z-order
use the object manager panel to move the scrollbar to the front of the layer

(btw, please always read the topic where you post your questions because it has useful information, this question was already answered)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

good!
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

in run-time mode the scrollbar is always visible
(fyi, next version will have more improvements; however, it will be visible or not according to the contents and not related to the object manager status - among other new features)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

using javascript:
document.getElementById('your_scrollbar_id_goes_here').style.visibility = 'hidden'
or
document.getElementById('your_scrollbar_id_goes_here').style.visibility = 'visible'

or you can put the scrollbar into a layer and hide/show the layer according to your scheme using your desired events
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

good to know that all is working as expected
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Custom Scrollbar *** UPDATED Dec-09-2012 ***

Post by [RZ] »

yes that's right
besides this, in your sample, you didn't add content to the layer yet...
thank you for your feedback!
Post Reply