Showing and scrolling layers *** UPDATED Aug-26-2012 ***

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

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

i edited my post while you posted...
i think is preferable to add a new extension (is i told you in my previous post) instead to overcomplicate the existing ones.

(i meant the custom code to copy, paste, and modify)
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by supersonictt »

mmm, I didn't get you! Do you mean that you updated the first post with the new features and options?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

advanced -> custom start
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by supersonictt »

By the way this is what I asked you about the first time! But then, you added that extra option in ocpn extension (which says: "Go to on open"), and at that time, I believed that "Custom start" does what I wanted!
Ok, so now in the pagination extension (in my design it is named "Extension2"), I should add this before </head>:

Code: Select all

<script type="text/javascript">var Extension2_default_layer=1;</script>
Am I right?
I know am bothering you so much! Am really sorry for that man!
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

this code is right.
the difference with "go to on open" is: each time you open after you close, goes to the specific layer.
the custom code is "one-time" only...
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by supersonictt »

Yes, but even this code is not working for me! I replaced the default layer "1" with "3" but it is still showing layer 1 as the first time I open the extension! Strange, but never mind :)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

the zip you download from the first post, has a sample project.
open it and take a look into the optional html boxes...
or
you can enter you desired layer number in the go to on open property.
you can choose the first element, the last viewed one, or type in the number you want.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by supersonictt »

Yes, I got exactly what you mean, and yes it is working.
When you added the new option in ocpn, this option always shows the first layer as the extension opens, and this is the exact code:

Code: Select all

Extension2_open_fixed(); if (1){Extension2_curr_layer = 1;}
But I don't think it will be valid for the pagination (not this exact code, I mean the idea), and this is because the pagination is ALWAYS shown, so there is no way to go to the first layer (it doesn't close to open again with the first layer shown).
Well, in the demo site you have, the PANEL C has a pagination extension inside a layer, now if I click on the pagination and go to the second item, then I clcik on PANEL A (which will close PANEL C and open PANEL A), then I open PANEL C again, the pagination will still be on the second item. In order to make the pagination go to the first item, this can be done by javascript goto(1) for the pagination extension, I tried it in my case and it worked well, and that will be valid because the script will be attached to the Text Link... But what about if I want the button do this? Would it be doable?

*****EDIT*****
OH! I think it is doable, I am trying it now :)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

next version will have user events as the button/peel extensions have, so you can add what you want and add more control on these ones. (i need to double-check it because we don't want any conflict...)
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by supersonictt »

[RZ], I did that.
I added:

Code: Select all

Extension2_goto(1);
to the button that opens the extension containing the layer that has the pagination extension.
Well, I was looking at the code in the html file... Man, you are UNBELIEVABLY GENIUS!
And from now, thanks a million for whatever you are going to do regarding this extension! I am building my whole site using the geniality of your extensions :)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

Well, I was looking at the code in the html file... Man, you are UNBELIEVABLY GENIUS!
yes, i'm aware of this, unfortunately there is nothing we can do about it.
:lol: just kidding!! :lol:
thanks for your kind words and for find this extensions set useful.
User avatar
docdoc
 
 
Posts: 55
Joined: Sun Jul 18, 2010 9:34 am

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by docdoc »

@chicguy1
I have the strange feeling that you are just SPAMMING here!
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

@docdoc
just feeling?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

fix available here. [*** link removed, the fix is obsolete and is no longer available ***]
Last edited by [RZ] on Sat Apr 07, 2012 9:22 pm, edited 1 time in total.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by supersonictt »

[RZ]
Thanks man :)

By the way, just a question. I have a flash photo slider that lets me specify links for each image, the links are stored in the generated .xml files between <link></linl>, can I transfer these links to an event? I mean, clicking one image will open a layer (just like text event: onclick-->javascript-->Extension7_open();). Are events acceptable in the .xml file?
Thanks.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by [RZ] »

i'm sorry, i'm not familiar with the photoslider extension.
please give it a try and tell me.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED MAR-25-2012 ***

Post by supersonictt »

The extension is called Bcastr Slideshow (viewtopic.php?t=13803)
It is working fine with the layers extensions. In the extension, all you need to do is to add the images, and the links these images will take you to when you click on them (the links will not work in the preview mode, the page should be published to the server in order for these links to work). Upon publish the page to the hard drive, two files related to the extensions are generated (bcastr.swf and bcastr.xml). Inside bcastr.xml, there is this code:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<data>
	
	<channel>
      
<item>
<link>http://www.wysiwygwebbuilder.com</link>
<image>Website.jpg</image>
<title> </title>
</item>
<item>
<link>http://www.wysiwygwebbuilder.com</link>
<image>Network.jpg</image>
<title> </title>
</item>
<item>
<link>http://www.wysiwygwebbuilder.com</link>
<image>Computer.jpg</image>
<title> </title>
</item>
<item>
<link>http://www.wysiwygwebbuilder.com</link>
<image>Smartphone.jpg</image>
<title> </title>
</item>

	</channel>

<config>
		<isShowTitle>false</isShowTitle>
    <titleBgColor>0x000000</titleBgColor>
    <titleTextColor>0xFFFFFF</titleTextColor>
    <titleBgAlpha>0.75</titleBgAlpha>
    <titleMoveDuration>1</titleMoveDuration>
    <titleFont>Arial</titleFont>
		<roundCorner>4</roundCorner>
    <isShowBtn>false</isShowBtn>
		<btnDefaultColor>0x000000</btnDefaultColor>
		<btnHoverColor>0x666666</btnHoverColor>
		<btnTextColor>0xFFFFFF</btnTextColor>
		<btnFocusColor>0x666666</btnFocusColor>
		<btnAlpha>0.7</btnAlpha>
		<transDuration>1</transDuration>
		<transform>breathe</transform>
		<blendMode>normal</blendMode>
		<scaleMode>exactFit</scaleMode>
		<btnSetMargin>auto 5 5 auto</btnSetMargin>
		<btnDistance>20</btnDistance>
    <autoPlayTime>4</autoPlayTime>
    <changImageMode>click</changImageMode>
    <windowOpen>_blank</windowOpen>
    <isHeightQuality>true</isHeightQuality>
    <isShowAbout>true</isShowAbout>
	</config>
</data>
As you can see, the <link> tag has the a URL, is it possible to change it to an event? (such as onclick="Extension7_goto(2);"). I searched google, but couldn't find it exactly as I want!
[RZ], I will search more about that, if it is possible to have events in xml file, so please don't waste your time on this thing :)
Thanks a lot.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED Apr-08-2012 ***

Post by [RZ] »

Hello; an update is available to download.

* NEW in version v1.4.1:

Hover event fixed (minor visual issue when other jQuery objects are present in the same page).
User-events support added.
Automatic/manual start-up property deprecated (improved start-up process).

Enjoy!
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED Apr-08-2012 ***

Post by supersonictt »

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

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

Hello; an update is available to download (please see the first post).

* NEW in version v1.5:

Hover event fixed (minor visual issue when other jQuery objects are present in the same page).
User-events support added.
Automatic/manual start-up property deprecated (improved start-up process).
(lib-1) and (lib-2) extensions were deprecated and excluded, now centralized in one "lib" extension.
Images preloading for smoother navigation.
The extensions with go-previous and go-next features, now include the onfirst and onlast behavior; i.e: on first, go last or stay on first; on last, go first or stay on last.
New extension was added: "loop".

Once again, thank you all for all these downloads.
Enjoy!
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by supersonictt »

Thanks a lot for the update :) The project am working on is all built on your extensions, and replaced the old ones with those new ones, works perfectly.
The site will be published very soon, so I really would like you to see what your extensions added to my website :) so, THANKS A MILLION :)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

thanks again for your kind words (as usual).
glad to know that all is working fine and hope to see your site online soon.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

thank you saer for your kind and encouraging words!
feedback is always highly appreciated.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

* NEW in this Pre-release:

New behavior in Open/Close synchronized layers:
- open on hover: triggers the open sequence when the mouse is over the open icon; no click required.
- deactivate close: this option implies that the only way to close the current opened layer is opening another synchronized layer.
Now the scrolling layers may act as a sophisticated menu!

DOWNLOAD AVAILABLE HERE (*** link removed - this update is obsolete ***)

(at this stage I must thank to supersonictt and bendigo, for their patience and their fresh and advanced ideas that contributed to make these extensions set what they are today; please forgive me if forgot to mention someone else that for sure in a way has contributed as well.)
Last edited by [RZ] on Thu May 10, 2012 8:06 pm, edited 1 time in total.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by supersonictt »

[RZ],
Thank you very much for your time in updating and improving this extension :) I simply LOVE IT.
Thanks a lot for your kind words, I am always ready to try and give my feedback in order to improve your extensions and other members' extensions.
And as I said before, my whole site is built on your extension... I went through three designs before, and when this extension showed up I decided to change everything in the past designs and implement your extension... The feedback from everybody around me (especially my graphic designer friends) was like "WOW!!". The site now is in its final graphical touches phase, and I cannot wait to show you what your extension made to my site :)
Concerning the pre-release, I will -for sure- try the new features and give my feedback as soon as am done publishing my site.

By the way, by trying the extensions you made, and those other great extensions other members' made, you all gave me the courage to start building some useful extensions though am not talented as you guys, but I will try and give it a shot :)

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

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

gzagone wrote:Hello, congratulations and many thanks for your excellent work. I am a good web designer, but a bad programmer! In your beautiful example "scrolling layers" I saw that to open the layers do not use only the "icons" but the text line. How can I do this? Where do I write the functions? Could you post an example of using the text function? Thank you very much for the answer you could give.
Congratulations again for your wonderful work!
thank you for your kind words; your feedback is highly appreciated.
well, the info file lets you know about it.
anyhow, here are a few simple steps:
1. type in your text as you usually do in a standard text object.
2. mark a link as you usually do.
3. select the events tag.
4. add an event, onclick -> javascript
5. now the "heavy part": write the ID you entered for the extension that manages the layers you want to open or close, let's say "MyObject", so, the method to open/close is: MyObject_switch();
simple right?
now for your info, MyObject_open(); starts the open sequence, MyObject_close(); starts the close sequence, but you have a simpler way: MyObject_switch(); that automatically closes if opened or opens if closed.
hope this helps.
let me know if you need further assistance.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by supersonictt »

[RZ] is my teacher :) he helped me a lot with this extension, so I might be able to help you as well.
Whet is the specific extension you are using?
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by supersonictt »

Your welcome :)
So is it the open/close extension? or opern/close/default? ...
Which is the exact one you are using?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

to open and close synchronously, use OC2 instead of OC, the properties are the same, only one concept was added, "group" -> don't synchronize or belongs to all groups.
1. don't synchronize: open and close individually
2. belongs to all groups: close all and open the selected layers

if you need to refine this, you can type in the group name instead of select "don't" or "belongs to all".
let's say, "panel_1" is the group name.
all the layers belonging to "panel_1" will be closed and then the open sequence is triggered for the selected layers.

hope this helps and THANKS for your kind words.
also THANKS to supersonictt for the help on this topic.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by supersonictt »

So I understand from you that you are using more than one open/close extension on the same page, right?

*****EDIT*****
[RZ] is faster then me ;)
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by supersonictt »

Try the onLoad event for the page, and set the javascript function as [RZ] mentioned in his last post.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

use the visibility property.
read the properties descriptions... this is also helpful.
hidden: the layers are closed when the page loads.
visible: the layers are automatically opened when the page loads.


(@supersonictt: mmm... dont need onload events... i mean dont need to add code.)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

sorry for repost, but seems to me that events in this case are not needed.
the startup process does it for you.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by supersonictt »

[RZ] wrote:use the visibility property.
read the properties descriptions... this is also helpful.
hidden: the layers are closed when the page loads.
visible: the layers are automatically opened when the page loads.


(@supersonictt: mmm... dont need onload events... i mean dont need to add code.)
I totally agree, but what if someone wants the layer (oc2 extension) to open after 5 seconds from page load? I think it needs the code you gave me before about timed events, right?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by [RZ] »

I totally agree, but what if someone wants the layer (oc2 extension) to open after 5 seconds from page load? I think it needs the code you gave me before about timed events, right?
100%
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-01-2012 ***

Post by supersonictt »

I tried it with times events in my project, works like a charm :)
Thanks a lot [RZ] :)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by [RZ] »

* NEW in version 1.6.0:

New behavior in Open/Close synchronized layers:
- open on hover: triggers the open sequence when the mouse is over the open icon; no click required.
- deactivate close: this option implies that the only way to close the current opened layer is opening another synchronized layer.
Now the scrolling layers may act as a sophisticated menu!

New easing effect (with 30 variations) added in each extension for visual bouncing/elastic movements.
The following chart may be useful to understand these variations: http://jqueryui.com/demos/effect/easing.html

Please see the first post for download links.
Thank you all!
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by supersonictt »

Hello [RZ]

There is something weird happened to my saved project!
After updating the software to version 8.1.5, the layers no longer open in synchronize mode (I mean synchronized layers)!
Just wanted to point this out for you to know :)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by [RZ] »

the demo that is online, is working fine for me.
are you using other code? other extensions?
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by supersonictt »

In which WWB version did you use for the demo?
My project works fine with WWb 8.1, but I updated WWB to version 8.1.5 (the latest which was released a few hours ago) and the synchronized layers are not working anymore!
Let me double check that and get back to you.

Thanks a lot [RZ] for your quick reply.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by [RZ] »

i tried the last version 8.1.5
it seems there is an issue loading the new jquery version... but not in all projects!
i tested locally the demo online and is working fine.
i will see to make a workaround for this as soon as i can. please note that the issue is not a my end.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by supersonictt »

Well, I am very sure that the issue is not with your extension. I also get a missed stuff showing in timed event script you provided me earlier with this version.
I posted these issue in the "General" section for Pablo to know, and here is the link if you are interested to know what Pablo would say about it:
viewtopic.php?f=5&t=47807
And please [RZ] don't waste your time to make workarounds for this issue, especially for ME, I can live with version 8.1.0 until Pablo finds out the fix for this issue.

Again, thank you so much for clarifying things :)
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by [RZ] »

well, i have a fix in my hand, but there is a minor minor really minor issue in the generated code by 8.1.5
post a workaround, then re-post a rollback will be time wasting.
i think pablo will fix it really soon.
there are a lot of extensions that depend on this.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by supersonictt »

Thanks [RZ].

I read your post in the thread I provided. So yes, no need for the workaround at all :) will be waiting for Pablo to make this fix :)

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

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by [RZ] »

i think pablo is working on the reported issue.
anyhow, i did a temporary fix for the mean time.
just download the fix here: (***link removed*** the fix is now obsolete)
install it, and drag and drop it as a normal extension, once the issue is solved, you can remove it from your page, uninstall and delete it.
best regards to you all.
this fix may also be a temporary solution for all my extensions (if you are experiencing troubles).

*** EDIT ***
good news!
fortunately, i've read the issue was already fixed by pablo.
anyhow, once i receive feedback that all is working normally, i will be removing the fix as it will become obsolete.

*** EDIT #2 ***
link removed, now it is obsolete and all is working fine!
just be sure you redownloaded the *last* version.
Last edited by [RZ] on Mon May 14, 2012 10:20 am, edited 1 time in total.
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by supersonictt »

Hello [RZ],

I didn't download the fix you mentioned, but installed WWB 8.1.5 after I read your post in the thread there where you mentioned that Pablo fixed the issue, and YES, everything is working as before :)

Thanks a lot for helping and giving some of your time to discover the issue and come up with a temporary solution :)
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by supersonictt »

Hello [RZ], am back :)

Just wanted to inform you about something (I don't know if it is an issue or this is how this thing works) which was there from early versions of your extension.
I have "oc" extension with a base layer, and the main layer is transparent. Now inside this transparent layer, there are two layers on top of each other which are connected to the "pagination" extension.
If I drag a text as an example inside one of those two layers (basically the one on top) the text gets separated from its border, and this happens to any other objects I try to drag inside the layer.
I am currently on version 8.1.5 of WWB and 1.6.0 of layers extensions. (The above issue also happened with older versions of WWB and layers extensions).
I attached a ready-to-test sample, all you need to do is to drag the "DRAG ME...." text object inside the green layer and see what happens.

Thanks :)

*****EDIT*****
Well, I know this has nothing to do with your extension, as I tried something without your extension; it seems nesting 3 or more layers inside each others generates this issue!
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by [RZ] »

i didn't download yet your project file, i will see at it, nesting layers in edit mode, you may get strange behaviors, this is well explained by pablo.
anyhow, you can deep nest layers with my extensions, but be extremely careful on how you edit your project, nest them visually only, but hide the base layer while you are positioning the layers that will be over the container in order to not nest them. layers are a concept in wb, are objects containers, not simple divs...
i will be back in two hours with an answer about your posted project.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by [RZ] »

if you want to nest layers, lets say because you have visual structures that want to hide/show simultaneously, don't worry, move these layers to be nested to a masterpage, and include this masterpage into the layer container.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: Showing and scrolling layers *** UPDATED May-10-2012 ***

Post by [RZ] »

i looked at your project, it has a visually issue, but behaves well in run time.
this is because of the layers nesting, but as i told you this is well explained by pablo.
move the layers to blank pages and include them as masterpages, this will solve all of these issues.
and know that the project you posted is working really fine, as expected.
Post Reply