RE: [Dynapi-Dev] Panelbar ,stacker and layer relative positioning

2003-10-13 Thread Daniel Tiru
Hi! I dont think that is possible, i think you will have to use template manager for that. You will have to try but i dont think thats possible. What you can try is to add one stacker, then add 2 more stacker in that stacker and set another spacing on the main stacker. Regards Daniel -Origin

Re: [Dynapi-Dev] Panelbar ,stacker and layer relative positioning

2003-10-13 Thread Raymond Irving
Create the layers as you normally would then use the dynapi.document.insertChild() function to insert the relative layers See the inline examples inside the examples/ folder -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > > I have a little problem. > I have example these c

RE: [Dynapi-Dev] Layers and text

2003-10-13 Thread Raymond Irving
This is a bug in IE. In order for the top layer to listen to onmousemove events you will have to add content to the layer or set a background image We might have to log this inside the knowledge-base section of the troubleshooting docs. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrot

RE: [Dynapi-Dev] Change ondrop to ondragdrop

2003-10-13 Thread Raymond Irving
Well for the record we will just use ondrop since that's the one I started using inside the demos. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Not a bad solution. > > I think tought, that it would be called > ondragdroped? > Atleast we should use ondragdrop, as you when > p

Re: [Dynapi-Dev] Panelbar ,stacker and layer relative positioning

2003-10-13 Thread Raymond Irving
See also: dynapi.api.dynlayer-relative.html -- Raymond Irving --- Raymond Irving <[EMAIL PROTECTED]> wrote: > > Create the layers as you normally would then use the > dynapi.document.insertChild() function to insert the > relative layers > > See the inline examples inside the examples/ folder

RE: [Dynapi-Dev] Layers and text

2003-10-13 Thread Jacob Levy
Raymond This is easy to fix, then. All you have to do is to make the default background image a 1x1 GIF, for every layer. So if the user does not add content or provide her own background image, the layer will still be able to get events. I don't have the code ready to show how to do this but it

RE: [Dynapi-Dev] Layers and text

2003-10-13 Thread Raymond Irving
True but remember that IE always reloads background images wheever the layer is dragged. -- Raymond Irving --- Jacob Levy <[EMAIL PROTECTED]> wrote: > Raymond > > This is easy to fix, then. All you have to do is to > make the default > background image a 1x1 GIF, for every layer. So if > the us

RE: [Dynapi-Dev] Layers and text - (The solution)

2003-10-13 Thread Raymond Irving
Hi All, Got this information from http://dhtmlnirvana.com/oldalchemy/dragfix.htm ...[snip]... Part of being a developer is to find workarounds to existing problems. One long time bugbear has been the highlighting of content when using a drag scroller dhtml technique. Fortunately, such a workaro

RE: [Dynapi-Dev] Layers and text - (The solution)

2003-10-13 Thread Raymond Irving
Ok, Can we say that if a layer does _hasMouseEvents but does not have bgcolor or bgimage or html then we set a default transparent gif for the bgimage of the layer for MacIE and WinIE? -- Raymond Irving --- Raymond Irving <[EMAIL PROTECTED]> wrote: > Hi All, > > Got this information from > h

[Dynapi-Dev] Dragging and Text Selecting

2003-10-13 Thread Raymond Irving
Hi, I think we can use this solution along with setTextSelectable() to prevent text and images from being selected during a drag, agree? for example: var l = new DynLayer('',0,0,100,100,'yellow'); l.setDragEnabled(true); // user can drag layer but text will not // be selected during drag l.setTe

Re: [Dynapi-Dev] Dragging and Text Selecting

2003-10-13 Thread Jacob Levy
Yes, very good. --JYL > Hi, > > I think we can use this solution along with > setTextSelectable() to prevent text and images from > being selected during a drag, agree? > > for example: > > var l = new DynLayer('',0,0,100,100,'yellow'); > l.setDragEnabled(true); > // user can drag layer but text