From: Pascal B. <pb...@oi...> - 2000-11-20 10:34:52
|
what version of the DynAPI are you using? As far as I know this was already fixed a few weeks ago. So see for the latest release at http://dynapi.sourceforge.net greets, Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Roger Johansson Verzonden: maandag 20 november 2000 11:24 Aan: dyn...@li... Onderwerp: [Dynapi-Help] Images in a draggable layer = no drag? Hi. I just found Dynapi 2 last week, and it looks very useful. There is one thing that I can't figure out however, and that is why an image that completely fills a dynlayer makes the layer non-draggable. If all other parameters are left the same, and I change the content to just text, or nothing at all, the layer is draggable as expected. However, if the content is an image, no drag. Is this a feature or a bug ;)? And is there a way to get around this? /R -- Roger Johansson Framfab, Lilla Torget 6, SE-403 17 Gothenburg, Sweden Phone +46 31 13 34 44 http://www.framfab.com/ -- _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Pascal B. <pb...@oi...> - 2000-11-21 09:20:02
|
hehe, you just tested in the one browser AND platform that is almost not being tested on :-) Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Roger Johansson Verzonden: dinsdag 21 november 2000 10:18 Aan: dyn...@li... Onderwerp: Re: [Dynapi-Help] Images in a draggable layer = no drag? on 00-11-20 18.55, Pascal Bestebroer at pa...@dy... wrote: > Hmm, just checked the dragging, and it seems to work fine. > > what browser are you using? and which platform? (windows, mac,linux) > I tried it in Netscape 6 on a Mac. I'll check more browsers/platforms. /R -- Roger Johansson Framfab, Lilla Torget 6, SE-403 17 Gothenburg, Sweden Phone +46 31 13 34 44 http://www.framfab.com/ -- _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: SReindl <SR...@la...> - 2000-11-21 13:00:45
|
Just a question: the IBS Button contains a second layer "cover". could this solve the problem, make a sandwich div .. img .. div ? Stephan |
From: Pascal B. <pb...@oi...> - 2000-11-21 14:08:57
|
that's the trick we used so far, the cover layer catches the events (you could also call it an event layer) Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens SReindl Verzonden: dinsdag 21 november 2000 15:03 Aan: dyn...@li... Onderwerp: AW: [Dynapi-Help] Images in a draggable layer = no drag? Just a question: the IBS Button contains a second layer "cover". could this solve the problem, make a sandwich div .. img .. div ? Stephan _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |
From: Roger J. <rog...@fr...> - 2000-11-23 08:25:02
|
As was suggested here, I added a "cover layer" to catch the drag event to make my image covered layer draggable, and it works :) I have tested in Netscape 4.75, 6.0 and IE 5 on the Mac. I did discover one thing/bug/issue though: To make dragging work properly in Netscape 4.x/Mac, i had to change line 41 in inc/js/lib/dynapi/api/dragevent.js from e.setBubble(true) to e.setBubble(false). This will disable the "click-and-hold contextual menu" that otherwise will appear. What else will this affect? /R -- Roger Johansson Framfab, Lilla Torget 6, SE-403 17 Gothenburg, Sweden Phone +46 31 13 34 44 http://www.framfab.com/ -- |
From: Roger J. <rog...@fr...> - 2000-11-20 10:56:10
|
on 00-11-20 11.34, Pascal Bestebroer at pb...@oi... wrote: > what version of the DynAPI are you using? > > As far as I know this was already fixed a few weeks ago. > So see for the latest release at http://dynapi.sourceforge.net > I'm using the latest release (2000.11.07). /R -- Roger Johansson Framfab, Lilla Torget 6, SE-403 17 Gothenburg, Sweden Phone +46 31 13 34 44 http://www.framfab.com/ -- |
From: Pascal B. <pa...@dy...> - 2000-11-20 17:52:24
|
Hmm, just checked the dragging, and it seems to work fine. what browser are you using? and which platform? (windows, mac,linux) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Roger Johansson > Verzonden: maandag 20 november 2000 11:58 > Aan: dyn...@li... > Onderwerp: Re: [Dynapi-Help] Images in a draggable layer = no drag? > > > on 00-11-20 11.34, Pascal Bestebroer at pb...@oi... wrote: > > > what version of the DynAPI are you using? > > > > As far as I know this was already fixed a few weeks ago. > > So see for the latest release at http://dynapi.sourceforge.net > > > > I'm using the latest release (2000.11.07). > > /R > -- > Roger Johansson > Framfab, Lilla Torget 6, SE-403 17 Gothenburg, Sweden > Phone +46 31 13 34 44 > http://www.framfab.com/ > -- > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |
From: Roger J. <rog...@fr...> - 2000-11-21 08:45:25
|
on 00-11-20 18.55, Pascal Bestebroer at pa...@dy... wrote: > Hmm, just checked the dragging, and it seems to work fine. > > what browser are you using? and which platform? (windows, mac,linux) > I tried it in Netscape 6 on a Mac. I'll check more browsers/platforms. /R -- Roger Johansson Framfab, Lilla Torget 6, SE-403 17 Gothenburg, Sweden Phone +46 31 13 34 44 http://www.framfab.com/ -- |