[Dynapi-Dev] Prerelease version of DynEditor (Java IDE)

2001-01-12 Thread Dan Steinman
Available here with a screenshot: http://fury161.dyndns.org/dyneditor/ This is merely the ground work for a visual DynAPI editor written in Java. You'll need JDK 1.2 or later to try it out. It doesn't yet output or input any code. All it does is draw rectangles (DynLayers). I'm releasing t

[Dynapi-Dev] Mailing lists

2001-01-12 Thread Pascal Bestebroer
To keep things a bit more ordened, please use the correct mailing lists. this DEV list is for the developers/development.. this means ideas, bugs, etc.. there's a special HELP list for people who need help with something (even if your developing something but need help, then please use the HELP l

[Dynapi-Dev] Weird Highlight in NS 6 and IE 5

2001-01-12 Thread Raible, Matt
I don't know if this is a bug or not, but when I drag and drop layers in the page below - after 4 or 5, IE will start to highlight entire words on top of the divs, and every-so-often, the div will stick to the mouse cursor, and I can drag the div without holding any mouse buttons down. How do I g

RE: [Dynapi-Dev] Tutorial Needed

2001-01-12 Thread Raible, Matt
I'm trying to use the new code to make the following page work: http://raible.corp.edeploy.com/dynacore/DynLayers.html This page was written with an old API. Matt -Original Message- From: Pascal Bestebroer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 12:09 PM To:

RE: [Dynapi-Dev] Inline Layers

2001-01-12 Thread Pascal Bestebroer
problem was only in latest Dynacore release. Fixed now, will upload new version tomorow (I think). Pascal Bestebroer [EMAIL PROTECTED] http://www.dynamic-core.net > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Raible, Matt > Verzonden: vrijdag 12 j

[Dynapi-Dev] [Bug #123612] No mouseEvents in Mac IE5 in layers w/ images

2001-01-12 Thread noreply
Bug #123612, was updated on 2000-Nov-27 10:14 Here is a current snapshot of the bug. Project: DynAPI 2 Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: jhancik Assigned to : nobody Summary: No mouseEvents in Mac IE5 in layers w/ images Details: Using the exa

[Dynapi-Dev] [Bug #126296] Multiple layers do not display in MAC IE 5

2001-01-12 Thread noreply
Bug #126296, was updated on 2000-Dec-19 02:15 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Closed Resolution: Wont Fix Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: Multiple layers do not display in MAC IE 5 De

[Dynapi-Dev] [Bug #126673] IE 4 & 5 Macintosh

2001-01-12 Thread noreply
Bug #126673, was updated on 2000-Dec-22 03:23 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: IE 4 & 5 Macintosh Details: DynLayer doesn't work p

[Dynapi-Dev] [Bug #128146] netscape addChild() bug

2001-01-12 Thread noreply
Bug #128146, was updated on 2001-Jan-09 00:50 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: Works For Me Bug Group: None Priority: 5 Submitted by: nobody Assigned to : dcpascal Summary: netscape addChild() bug Details: this basic code: D

[Dynapi-Dev] [Bug #128155] Overriding setHTML method in sub class of DynLayer problem

2001-01-12 Thread noreply
Bug #128155, was updated on 2001-Jan-09 03:49 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: Wont Fix Bug Group: None Priority: 5 Submitted by: camhart Assigned to : dcpascal Summary: Overriding setHTML method in sub class of DynLayer proble

[Dynapi-Dev] [Bug #128575] Mac a Doctype Bug

2001-01-12 Thread noreply
Bug #128575, was updated on 2001-Jan-12 10:20 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Closed Resolution: Wont Fix Bug Group: None Priority: 5 Submitted by: mortendk Assigned to : nobody Summary: Mac a Doctype Bug Details: kinda strange bu

RE: [Dynapi-Dev] Tutorial Needed

2001-01-12 Thread Pascal Bestebroer
what is a "target" ? Pascal Bestebroer [EMAIL PROTECTED] http://www.dynamic-core.net > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Raible, Matt > Verzonden: vrijdag 12 januari 2001 17:31 > Aan: [EMAIL PROTECTED] > Onderwerp: [Dynapi-Dev] Tutorial

[Dynapi-Dev] [Bug #128575] Mac a Doctype Bug

2001-01-12 Thread noreply
Bug #128575, was updated on 2001-Jan-12 10:20 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: mortendk Assigned to : nobody Summary: Mac a Doctype Bug Details: kinda strange bug this

[Dynapi-Dev] Inline Layers

2001-01-12 Thread Raible, Matt
I modified the inline layers code that came with the tutorial, but for some reason, the following code does not work - any ideas? You can also view this file at http://raible.corp.edeploy.com/edeploy_virtual/layers.html Inline layers DynAPI.setLibraryPath('javascript/lib/') DynAPI.inclu

[Dynapi-Dev] Tutorial Needed

2001-01-12 Thread Raible, Matt
Does anyone have a tutorial (or instructions) on how to manipulate layers when they hit a target? Do you use parent's and children, or is it possible to have separate targets that are just divs themselves. Thanks, Matt ___ Dynapi-Dev mailing list [EM

Re: [Dynapi-Dev] Still talking to myself....

2001-01-12 Thread Peter Luxmore
Hi Cameron It was me. http://www.builder.com/Programming/Scripter/071299/ Regards Peter Cameron Hart wrote: > I found a few documents on talking to java using js in > ie, but they're all on my computer in another office. > have you seen the ticker thing on builder.com? it was > using jscript

Re: [Dynapi-Dev] DynAPI Reference...

2001-01-12 Thread Richard :o
Hi, >But I still have some problems with the > recursive function that I use to build the tree. I will be working on it... In case it can be of aid, I'll just explain how I build the tree from php: I cut out all the code which checks file-dates etc, just left ideas for building the tree: //e

[Dynapi-Dev] more loadpanel

2001-01-12 Thread Cameron Hart
Hi, I just noticed some redundancy in LoadPanel. If you look at the following code, you will see that the onload event handler is set and removed twice on two different objects. I tried commenting out both of them, and found one of them didn't get fired at all. I've commented out the redundant on

RE: [Dynapi-Dev] DynAPI Reference...

2001-01-12 Thread Nuno Ferreira
Hi Richard, >But that's not the case, either you didn't read the documentation properly, >or I didn't explain it very well. Nahhh, just my lazy side showing :) Seriously, I didn't read it carefully enough. Thanks for explaining it clearly. I'm rewriting it now. >Another

[Dynapi-Dev] BUG in DragEvents using NS

2001-01-12 Thread Oscar Cortés
This happened to me using Netscape 4.52, when I added the drag event to a layer, it stopped recieving any other events, which causes links to not function. The code works fine in IE 5.5. I'm working with the last version of DynAPI2 of the CVS. -BEGIN PGP PUBLIC KEY BLOCK- Version: PGPfree

Re: [Dynapi-Dev] Dynamic Form Object

2001-01-12 Thread Raides J.
Michael Pemberton wrote: (snip) > Also, does anyone know how to get a file prompt to open. The file input > tag has no way that I can see of forcing the dialog to appear. > > -- > Michael Pemberton > [EMAIL PROTECTED] > ICQ: 12107010 (snip) Just in IE: Suppose an HTML file like this: