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
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
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
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
Has anyone been able to prevent form fields from
showing through CoreSkinWindow in Netscape.
greg
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
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
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
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
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
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
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
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
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
>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
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
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
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
18 matches
Mail list logo