[Dynapi-Help] NetScrap JS debug console

2001-01-05 Thread Doug Melvin
Is there any way to write to the js debug console in NS? This would be way better than havving to click on 50 Alert dialogs..   Doug Melvin

Re: [Dynapi-Help] Testing in IE 4...

2001-01-05 Thread Jordi \"ilMaestro\" Ministral
If you have IE4 installed in your machine, when you install IE5, under the 'Advanced' tab, there is a 'Keep older version' checkbox which will alllow you to have both browsers in the same machine. If you installed Win2000 or so and i just comes with the IE5 I don't know what to do appart from blam

Re: [Dynapi-Help] File Upload

2001-01-05 Thread Max Campsell
Thanks Henrik,   When your desperate we all will try anywhere. But I take your point. Thanks Max - Original Message - From: Henrik Våglin To: [EMAIL PROTECTED] Sent: Friday, January 05, 2001 5:43 PM Subject: Re: [Dynapi-Help] File Upload You can't do it

RE: [Dynapi-Help] [Dynapi-Help]

2001-01-05 Thread Brandon Myers
Nope it's a problem with both browsers actually.   The only other way would be to completely replace the form elements with Widget counterparts. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gregory DonovanSent: Friday, January 05, 2001 1

[Dynapi-Help] [Dynapi-Help]

2001-01-05 Thread Gregory Donovan
Has anyone been able to prevent form fields from showing through CoreSkinWindow in Netscape.    greg

Re: [Dynapi-Help] Accessing Inline content?

2001-01-05 Thread Scott Andrew LePera
Try using DynLayers instead of regular layers. Netscape offers no way to grab the HTML inside a layer like IE does. Use DynLayers fake it by storing HTML as a property, but that's only if you use setHTML to insert the contents. -- scott andrew lepera --- web stu

RE: [Dynapi-Help] Making progress

2001-01-05 Thread Christopher Go
I saw something strange w/c is maybe what you are referring to.  When the page loads, the "controls" show up briefly on the screen (while the images are loading and the object is "painting"), and then moves up to the upper left hand corner.    Maybe you could move the objects off the scree

RE: [Dynapi-Help] Accessing Inline content?

2001-01-05 Thread Christopher Go
Here's my two cents... may be totally unrelated but started typing already... Does this work? childAuthorDiv.getHTML(); If you used normal divs (and not dynlayers), you may need to figure out how Netscape does it's weird "document.divName" counter. But generally, you should be able to get the t

RE: [Dynapi-Help] DynBuilder proposal

2001-01-05 Thread Matthew Alan Shirey
I am fairly sure that you cannot use ActiveX within Java.  ActiveX is M$ only and therefore not included in the concept that is Java.  I could be wrong but I don't think so.   M. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Doug MelvinS

RE: [Dynapi-Help] combination loadpanel-scrollpane-div

2001-01-05 Thread Chris Simon
Thanks... I appreciate the reply. This code does work for external HTML placed in a scrollpane, however it will not insert into a DIV tag with relative positioning. So... here is my question?? Are the scrollpane and loadpanel constructed to work are absolute position dynlayers only... or is there

[Dynapi-Help] DynBuilder proposal

2001-01-05 Thread Doug Melvin
It would seem that I have started no small thing with just an innocent comment. I have watched the list these past few days and have read many valid comments and opinions on the topic. I guess it's time I put my two cents in, eh?   1) DynAPI based IDE: A good idea in itself, but I can guaran

Re: [Dynapi-Help] File Upload

2001-01-05 Thread Ivo Stefanov
ASP will do it... I have done it before, but you need IIS :-) Other then that just do a search on ASP Upload and you will find a lot of ASP files that will do it... :-) >From: Henrik Våglin <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: [Dynapi-Help] Fil

RE: [Dynapi-Help] HELP: CoreSkinWindow size cutting off child layer

2001-01-05 Thread Jack_Speranza
Howdy --     Don't know if this is what you're looking for, but I'm attaching a work in progress -- two new classes (filecabinet and litelist), heavily borrowed from existing widgets ;-)  Filecabinet will give you the option of placing tabbed "Folders" across the top of your screen, or down

RE: [Dynapi-Help] return from ASP

2001-01-05 Thread Nuno Ferreira
Well, you can pass a hidden variable along with the submit by using a inside the form, with the return page url or something so you can go back to it afterwards.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Max CampsellSent: quinta

RE: [Dynapi-Help] DynBuilder proposal

2001-01-05 Thread Nuno Ferreira
>I am worried that if the limited mind-share of the development group gets >dispersed to take on the huge issue of an IDE, then this toolkit will never >live up to its potential. It's going to take a big effort to wring out the >remaining bugs and inconsistencies. G

RE: [Dynapi-Help] DynImage-question

2001-01-05 Thread Pascal
that code was written around the Milestone16/17 release.. those releases didn't tirgger the image.completed variable.. so I disabled the code, and never tested on the latest mozilla releases or netscape. if it works ok in NS6, it can simply be removed. Pascal Bestebroer ([EMAIL PROTECTED]) Softw

[Dynapi-Help] DynImage-question

2001-01-05 Thread martin ström
why is ns6 excluded from the DynImage.loadercheck() method? if (is.ns5) { if (DynImage.onLoaderDone) DynImage.onLoaderDone(); } else { i've tried ns6 using the "normal" loadercheck-code and it works fine without errors. shouldn't we remove the is.ns5-check? maybe this was added when ns

[Dynapi-Help] Accessing Inline content?

2001-01-05 Thread Angelo Tata
I'm building a layout similar to a small window with fields to be filled (all DynLayers). That's meant to present information coming from a database. Since it's not a lot of info, the query is done once and the fields' content are created as normal DIVs, and hidden. Now, to fill the DynLayers I