RE: [Dynapi-Dev] Label Selection

2001-01-01 Thread Pascal
someone commented out the javascript:null bugfix I included for IE5.5 (DS commented it out.. stands for ? :) uncomment that line again, and it should work (in the createelement of the dynlayer) cya and happy new year everyone, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon

RE: [Dynapi-Dev] Snapshot broken

2001-01-03 Thread Pascal
could find information about this in the f.a.q: http://www.dynamic-core.net/core/files/faq.dynapi2.html in the Using CVS part. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van:

RE: [Dynapi-Dev] Snapshot broken

2001-01-03 Thread Pascal
that will get it and want to use it in projects, and start complaining about all the bugs in it, so that's why theres a difference between an "official" version and a snapshot which is developers code (and beta/testing code) and is in a lot of cases stable and working great, but is n

RE: [Dynapi-Dev] loadpanel troubles...

2001-01-03 Thread Pascal
but why not just listen for the onload event which is being triggered at the end of the loading (when it's finished :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAI

RE: [Dynapi-Dev] Snapshot broken

2001-01-04 Thread Pascal
I posted a fix a few days ago for the inline creation, making it work under IE5+ and Mozilla.. haven't tested IE4. If you want I can post it again when I get home. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oib

RE: [Dynapi-Dev] onmouseover problem

2001-01-08 Thread Pascal
oying, but for help you should use the dynapi-help mailinglist and not the developers list.. ) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PRO

RE: [Dynapi-Dev] onmouseover problem

2001-01-08 Thread Pascal
null;' so it should look like this: if (dlyr.html!=null) s+=dlyr.html else if (is.ie55 && dlyr.bgImage==null) s+=' background-image:javascript:null;' I can't test it here (don't have ie5.5) but I think that should fix it. cya,

RE: [Dynapi-Dev] Latest Issues

2001-01-08 Thread Pascal
the IE event problem is because of the child-layers not getting the bgImage fix that is done in the parent layers.. I'll try to fix this (haven't found a fix yet) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://ww

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

2001-01-09 Thread Pascal
small request, but if you submit a bug could you atleast specify your name somewhere, if your not loged on to sourceforge, please type it in the description or something. thanks, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com

RE: [Dynapi-Dev] Latest Issues

2001-01-09 Thread Pascal
them at once.. that would be impressive! :-) but your right, it's strange. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.s

RE: [Dynapi-Dev] Issues, remaining

2001-01-09 Thread Pascal
event issue only happening in IE5.5 4) no clue. cya, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Raymond Smith > Verzonden:

RE: [Dynapi-Dev] New OOJS

2001-01-09 Thread Pascal
ral code for all widgets, but since I can think of alot of widgets that are not using "general" GUI ideas the TComponent would add functionality that the widget wouldn't use. So please show me some of your ideas in code, and tell me what the advantages are (not the differences, but

RE: [Dynapi-Dev] Issues, remaining

2001-01-10 Thread Pascal
ke widget creation is such a simple task you only need the idea (see any GUI for ideas) and basic knowledge of DynAPI/javascript (see tutorials). cya (and have fun :), Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oor

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

2001-01-10 Thread Pascal
t) else this.canvas.setHTML(html,noevt); }; MyWidget.prototype.MyWidgetgetHTML=DynLayer.prototype.getHTML MyWidget.prototype.getHTML=function(html,noevt) { if (!this.created) return this.MyWidgetgetHTML() else return this.canvas.getHTML(); }; Pascal Bestebroer ([EMAIL PROTE

RE: [Dynapi-Dev] Issues, remaining

2001-01-10 Thread Pascal
so.. what's your age then :-) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Raymond Smith > Verzonden: woensdag 10 j

RE: [Dynapi-Dev] Getting into it [ prologue ]

2001-01-10 Thread Pascal
possible a > lightning should fry me dead. Hmm, I've tested with a small parent-child-child-child thingie, and the events triggered correctly (under IE5.0) maybe the code likes me more.. strange :-) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesy

RE: [Dynapi-Dev] slide extension

2001-01-10 Thread Pascal
normally (if I'm not mistaking) Javascript will call the toString() of an object in this case of the setInterval(). The DynLayer object contains this method toString() which sort of identifies the object itself to Javascript.. that's why it works correctly. I think.. :) Pascal

RE: Re[2]: [Dynapi-Dev] Making progress on a Java gui tool

2001-01-10 Thread Pascal
hm, please drop the Master.. cya, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Raymond Smith > Verzonden: donderdag 11 j

RE: Re[2]: [Dynapi-Dev] Making progress on a Java gui tool

2001-01-11 Thread Pascal
uhm.. Pascal would be fine.. thanks :) read ya Friday. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Raymond Smith &g

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

2001-01-11 Thread Pascal
balance of > "your day" in > peace. I think a few hours of sleep to recharge the Brain > Calories is in > order. Tomorrow I have to tackle Pascal "my mother named me after a > computer language" Bestebroer's dynamic skinwindow and > hopefully figu

RE: [Dynapi-Dev] [Bug #128263] PathAnimation.stopAnimation() bug (& patch)

2001-01-11 Thread Pascal
.. and maybe add an onfinalise event to the function-widget or something. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens

RE: [Dynapi-Dev] CVS updated

2001-01-11 Thread Pascal
ALL child layers and itself in one single document write. because of some browser checking for the precreation (to make the correct strings) in the dynlayer, the browser file must be included before the dynlayer. l8r, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon

RE: Re[2]: [Dynapi-Dev] Making progress on a Java gui tool

2001-01-11 Thread Pascal
ner ..it's hard to explain, so probably harder to understand, but do some tests with multiple-inheriting and you'll notice the eventlistener problems. l8r, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oors

[Dynapi-Dev] new f.a.q.

2001-01-11 Thread Pascal
Just uploaded a new modified f.a.q. (see http://www.dynamic-core.net/core/files/faq.dynapi2.html) did some quick editing and added a few new topics. I'll upload it to CVS tonight. Planning on adding more to section 6 about working with the DynAPI.. so any questions I should add? cya, P

RE: [Dynapi-Dev] Events. not a bug, just a suggestion

2001-01-11 Thread Pascal
It can be merged into one.. see Dynacore for examples on this.. DynLayer and DynDocument can use the exact same methods for event handling.   But again, I think we should wait with these things until we have the current code as a stable release.   Pascal Bestebroer ([EMAIL PROTECTED

RE: [Dynapi-Dev] Document resize event

2001-01-18 Thread Pascal
Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens > GORTSILAS ANDREAS > Verzonden: donderdag 18 januari 2001 13:18

RE: [Dynapi-Dev] Document resize event

2001-01-18 Thread Pascal
ent.. :-) I'll look into the onmouseup problem.. but seeing as Jordi is doing (has done) a lot of event code updating it will most likely be fixed. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk ber

RE: [Dynapi-Dev] Document resize event

2001-01-18 Thread Pascal
onUnload is the last one (basically all window events) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens > GORTS

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Pascal
ne on this list would mail in their own language :-) iets wat ik dus nooit doe cya, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECT

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Pascal
ing across the surface of the ocean..which mean you might need a few years to hit me and by that time I might have moved somewhere else, meaning you would have to change course and start all over again. basically, I don't recommend it :-) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontw

RE: [Dynapi-Dev] RV: corePopUp & Frames (forgot the attach in previous mail)

2001-01-19 Thread Pascal
have you tried the idea I posted a few days ago (I seem to recall you also posted this on the help list.. I think I answered it there) using an onblur event (or onunload) on the framed pages, to call a de-initialise function to physically remove the layers from the parent Pascal Bestebroer

RE: [Dynapi-Dev] Oversight

2001-01-22 Thread Pascal
ng is including a better object watcher to Oversight.. like the one found in Delph, Visual basic ,etc.. a window showing all properties and values, make them editable and you have easy access to every object, making the Dump Object obsolete. cya, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontw

RE: [Dynapi-Dev] Oversight (Code generation)

2001-01-22 Thread Pascal
code.   I also want these modules not extending the DynLayer or other DynAPI objects, but rather have there own functions to handle these things..   cya, Pascal Bestebroer ([EMAIL PROTECTED])Software ontwikkelaarOberon Informatiesystemen b.v.http://www.oibv.com -Oorspronkelijk beric

RE: [Dynapi-Dev] ...

2001-01-24 Thread Pascal
in the ocean? that might then be followed by a sound of some one drowning... Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namen

RE: [Dynapi-Dev] Release

2001-01-24 Thread Pascal
no strange fixes are included that might brake other stuff.. one person should be able to controll it better. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] >

RE: [Dynapi-Dev] Oversight (Code generation)

2001-01-25 Thread Pascal
cript? Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Arnold Meenhorst > Verzonden: donderdag 25 januari 2001 7:23 > A

RE: [Dynapi-Dev] getDocument

2001-01-25 Thread Pascal
but I think some small bugs for document-events are still happening). any ideas, comments,rocks? Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[E

RE: [Dynapi-Dev] Works For Me

2001-01-26 Thread Pascal
full controll over the deletion/creation/modification in CVS for -should be- obvious reasons) everyone IS capable of getting the full code and fixing bugs them selves.. the way Robert is handling everything works for me. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar O

RE: [Dynapi-Dev] Next Generation

2001-01-29 Thread Pascal
mplemented to the DynLayer and DynDocument objects (see Dynacore on howto). Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Eytan > He

[Dynapi-Dev] Loosing mail

2001-01-29 Thread Pascal
list? Has my email been hit by rocks or something? Anyone else has this problem? (not the rock problem, but email problem) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com ___ Dynapi-Dev ma

RE: [Dynapi-Dev] Next Generation part II

2001-01-30 Thread Pascal
ing a DynBuilder type thing working instead of a new DynAPI generation, this would give such a boost to the user-base of the DynAPI, and might actually make the DynAPI competing with things as Flash. Let's just finish this one up getting it to run cross-browser (and if possible cross-platform

RE: [Dynapi-Dev] Loosing mail

2001-01-30 Thread Pascal
I don't think email really cares about timezones :p there might be a problem with the list server I guess (to many persons on the list ? :-) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht---

RE: [Dynapi-Dev] Loosing mail

2001-01-30 Thread Pascal
Nah, got that one.. just ignored it :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Raymond Smith > Verzonden: dinsda

RE: [Dynapi-Dev] Next Generation part II

2001-01-30 Thread Pascal
s not dynamic anyway). So, what extra functionality (which is not possible with the current model) could we achieve by changing to a new structure ? Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht---

RE: [Dynapi-Dev] Why, What Where and when

2001-01-30 Thread Pascal
ble to compete with other DHTML api's for web-applications. and uhm, IE6 is already on its way, within a year, we're probably at IE7 and AOL10 or something, so you'll be at the same position you'r now: patching in extra code to support those browsers. > I can see that mos

RE: SV: [Dynapi-Dev] Next Generation 9

2001-01-31 Thread Pascal
just a thought. ps. I'm actually starting to think that making an official release version was a bad idea Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com ___ Dynapi-Dev maili

RE: [Dynapi-Dev] IE 5.5 Bug... Mixed Mode Security alert (SSL problem)

2001-02-01 Thread Pascal
dlyr.html==null) dlyr.setBgImage('empty.gif'); where empty.gif is a simple transparent gif image.. this will make sure all widgets and other code will keep working. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oors

RE: Re[2]: [Dynapi-Dev] mulfiple events in ns5

2001-02-05 Thread Pascal
your post but I think this should somehow answer it Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Michael Bürge > Verzonden: ma

RE: [Dynapi-Dev] My ImageSet object

2001-02-05 Thread Pascal
Speaking of the faq.. updated it yesterday with a few known bugs http://www.dynamic-core.net/core/files/faq.dynapi2.html any bugs I missed? Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- &g

RE: [Dynapi-Dev] Problems with findLayers

2001-02-05 Thread Pascal
see the tutorial(s) for more info, they explain how inline layers work Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Richar

[Dynapi-Dev] Netscape 6 discussion

2001-02-06 Thread Pascal
work. Leading to my real question: should DynAPI keep supporting "old" 4.x browsers? is there any need for it? Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com ___ Dynapi-Dev maili

RE: [Dynapi-Dev] Netscape 6 discussion

2001-02-06 Thread Pascal
rs that can show all websites because they are IE compatible. How long would we keep support for these older browsers in the DynAPI, and shouldn't we be looking forward. We might actually be making things worse by giving people a reason to not upgrade to a "better" browser.

RE: [Dynapi-Dev] TCanvas

2001-02-06 Thread Pascal
I'm just not seeing the bigger changes and ideas behind this, and you did ask for "anything else" :-) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED]

RE: [Dynapi-Dev] Netscape 6 discussion

2001-02-06 Thread Pascal
isteners).. (btw. : with this discussion I'm trying to figure out a few things about browser support and possibilities for the DynAPI) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [

RE: [Dynapi-Dev] Added methods for DynDocument and DynLayer

2001-02-06 Thread Pascal
eople need. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Michael > Pemberton > Verzonden: woensdag 7 februari 2001 2:58 >

RE: [Dynapi-Dev] Widget Initializers

2001-02-06 Thread Pascal
list widget as well. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Robert Rainwater > Verzonden: woensdag 7 februari 2001 8

RE: [Dynapi-Dev] Create a form which "grows" as user needs

2001-02-07 Thread Pascal
cant you just dynamically populate a selection form object? just adding items to it (as far as I'm aware it's a array that can be modified) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk beric

RE: Antwort: RE: [Dynapi-Dev] Create a form which "grows" as user needs

2001-02-07 Thread Pascal
has nothing to do with DynAPI.. no special feature is availabe for it.. just normal javascript/html Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mail

RE: [Dynapi-Dev] TCanvas

2001-02-07 Thread Pascal
but what if you start adding extra functionality (which will eventually be needed) * changing inline layers into dynlayers * resize,onload,onunload handlers * etc..etc.. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com

RE: [Dynapi-Dev] Added methods for DynDocument and DynLayer

2001-02-07 Thread Pascal
, but only included for those who really need it. Normal websites might always use simple layer movement and placement not having to find out where the right or bottom edge of a layer is. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com

RE: [Dynapi-Dev] hi

2001-02-07 Thread Pascal
help of everyone here. Note that releasing a DynAPI2 package containing so many different widgets, might make some people drop the API because of so many code coming at them that they don't know what to use. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen

RE: [Dynapi-Dev] TCanvas

2001-02-08 Thread Pascal
But that's what we are also doing with DynAPI.. we have extension files for extra functionality, and widgets that are based on the dynlayer.. all DHTML bugs are now also in the DynLayer only.. not the dynapi/dyndocument objects.. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar O

RE: [Dynapi-Dev] Oversight (was: a couple of tools)

2001-02-11 Thread Pascal
nice wallpaper...uhm background) Maybe I'll try to change the background or layout of the modules, so that they are less confusing on top of icons :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk

RE: Re[2]: [Dynapi-Dev] buttons bug??

2001-02-12 Thread Pascal
se you would need to be able to switch.. making people get used to including files will then be easier for them. Also, why so "secretive" about your things.. if you fix something try posting information or better post a patch.. this could help speed the DynAPI development. If you fix t

RE: [Dynapi-Dev] IS DynAPI II compliant with W3C DOM?

2001-02-12 Thread Pascal
apshot version, file bugreport here: http://sourceforge.net/bugs/index.php Cheers, Richard Bennett" cya, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto

RE: [Dynapi-Dev] All this "Konqueror" discussion...

2001-02-12 Thread Pascal
there's widget, chat, .. you can find them on sourceforge under the lists part you see.. all this rock throwing is good for something! I knew it! let's konquer the world with rock-throwing! Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen

RE: [Dynapi-Dev] All this "Konqueror" discussion...

2001-02-12 Thread Pascal
to do this. > AFAIK "dynapi-dev" is "DynAPI development mail list" Your sure? hmm.. sounds logicall yes. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com

RE: [Dynapi-Dev] Stability

2001-02-12 Thread Pascal
but not the memory problem) hope this clarifies things, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Eytan > Heidingsfeld

RE: [Dynapi-Dev] All this "Konqueror" discussion...

2001-02-12 Thread Pascal
n rock-throwing) yet you seem not to be able to describe it.. this smells like an illegal move into rock-throwing! Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTEC

RE: [Dynapi-Dev] IS DynAPI II compliant with W3C DOM?

2001-02-12 Thread Pascal
NS6 seems to have a bug and you have to work around it. Again, it's not a DynAPI bug :) cya! Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

RE: [Dynapi-Dev] All this "Konqueror" discussion...

2001-02-12 Thread Pascal
yeah, yeah, sorry for replying to this thread.. it should have been on the rock thread. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTE

RE: [Dynapi-Dev] Re: [Dynapi-Help] Sequence (slide questions)

2001-02-13 Thread Pascal
hmm.. yes, you might want to flag something to not get it in a loop or remove the evenlistener in the first onslideend() event. still not sure if that was what was requested though :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com

RE: [Dynapi-Dev] How to write quotes

2001-02-13 Thread Pascal
try ... ah.. never mind   Pascal Bestebroer ([EMAIL PROTECTED])Software ontwikkelaarOberon Informatiesystemen b.v.http://www.oibv.com -Oorspronkelijk bericht-Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Eytan HeidingsfeldVerzonden: dinsdag 13 februari 2001

RE: [Dynapi-Dev] serious, ... really!

2001-02-13 Thread Pascal
ut it can do alot with relative ease.. hmm...so.. you'r turning to the logical side of things..amazing! Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mail

RE: [Dynapi-Dev] Jordi Ilmaestro

2001-02-13 Thread Pascal
He IS Ilmaestro you know :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Raymond Smith > Verzonden: woensdag 14 februa

[Dynapi-Dev] Mac status?

2001-02-14 Thread Pascal
Just wondering, we had some Mac developers roaming the lists a few days (weeks?) ago.. any progress on Mac support? Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com ___ Dynapi-Dev

RE: [Dynapi-Dev] A handy DEBUG method

2001-02-15 Thread Pascal
I'll see if I can implement this error handling into the DynAPI. does it work crossbrowser? (ie4+ and NS4+) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED

RE: [Dynapi-Dev] Screenshot of the new WebOS API

2001-02-15 Thread Pascal
t, or don't want to mention this I totally understand.. but just wondering :) any tech paper about it openly available Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED]

RE: [Dynapi-Dev] TCanvas vs. DynLayer

2001-02-16 Thread Pascal
rs in your test, this code is still called (function calls). This could be made faster in dynlayer, but for now is more readable for developers. Do another test with layers containing a large amount child layers.. Dynlayer's precreation will probably be faster. shreded enough? ;) Pascal

RE: [Dynapi-Dev] TCanvas vs. DynLayer

2001-02-16 Thread Pascal
(dynlayer+dyndocument both inheriting from dyndocument) cya, Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Jordi - > IlMaestro &

RE: [Dynapi-Dev] TCanvas vs. DynLayer

2001-02-16 Thread Pascal
developing things easier (having one object that contains the code, others simply use it) it looks like its working great (the release has been out for a while now, haven't heard of big problems or found myself.. all Dynapi examples work correctly with dynacore) Pascal Bestebroer ([

RE: [Dynapi-Dev] mousedown in ns4 /mac

2001-02-16 Thread Pascal
Mac people test ! I'll add it to the cvs tonight or this weekend. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens

RE: [Dynapi-Dev] DynAPI 2 Scroll - update # 6

2001-02-19 Thread Pascal
complain mode:   please use the widgetlist for this.. scroll is still a widget :)   Pascal Bestebroer ([EMAIL PROTECTED])Software ontwikkelaarOberon Informatiesystemen b.v.http://www.oibv.com -Oorspronkelijk bericht-Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens

RE: [Dynapi-Dev] errorHandler

2001-02-19 Thread Pascal
just another example to not work with CVS code :-)     Pascal Bestebroer ([EMAIL PROTECTED])Software ontwikkelaarOberon Informatiesystemen b.v.http://www.oibv.com -Oorspronkelijk bericht-Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Namens Doug MelvinVerzonden: dinsdag

RE: [Dynapi-Dev] getParent()

2001-02-20 Thread Pascal
w other methods that should be possible to be removed, or atleast simplified). Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Ric

RE: [Dynapi-Dev] Freeing Memory

2001-02-20 Thread Pascal
he code and optimise it. I for one will keep working on THIS version of the API and know it can be cleaned up, and make it work on any other future browsers coming our way. let the flaming begin. Pascal Bestebroer ([EMAIL PROTECTED]) Software ont

RE: [Dynapi-Dev] Freeing Memory

2001-02-21 Thread Pascal
ips blow torch in the air and extends the hand towards the rest of you all." lets see who will reach towards it then, just don't get disillusioned again... Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelij

RE: [Dynapi-Dev] Event Code Separation

2001-02-21 Thread Pascal
uhm.. no comment ;) I'll give it a look tonight (unless Jordi wants to take this one.. with his event war et al :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAI

RE: [Dynapi-Dev] Continuing Freeing memory

2001-02-21 Thread Pascal
e care of deletion of all objects referred to. I'll see if I can come up with anything.. and if it actually frees any memory at all. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com _

RE: [Dynapi-Dev] Continuing Freeing memory

2001-02-21 Thread Pascal
so: myLayer = new DynLayer delete myLayer destroys it completely? (or do we have to delete every object created within the dynlayer object ?) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk beri

RE: [Dynapi-Dev] Continuing Freeing memory

2001-02-21 Thread Pascal
One of the main changes to DynAPI would then be making the DynDocument's child objects of the DynAPI.. then you can destroy the complete DynAPI tree using: destroy(DynAPI) add that to the onunload handler (can it be all that easy!?) Pascal Bestebroer ([EMAIL PROTECTED]) Sof

[Dynapi-Dev] DynAPI current things

2001-02-22 Thread Pascal
ease don't make this a long discussion thread.. if some one doesn't like it we can discuss it, but otherwise I'll start on it this weekend (unless some one else does it before that :) Pascal Bestebroer ([EMAIL PROTECTED]) Softwar

RE: [Dynapi-Dev] Dynamic Content Loading (IT WORKS)

2001-02-22 Thread Pascal
yes there is.. servertasks was an example of it you can use a hidden frame or ilayer or whatever, that loads in an ASP page specifying parameters in the location.. (for one example, there might be other ways) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen

RE: [Dynapi-Dev] Hunting the memoryhole with a shutgun

2001-02-22 Thread Pascal
problem with javascript objects having a reference to real html objects (layers) and that reference is still valid (so the GC won't destroy the objects).. Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk

RE: [Dynapi-Dev] Advanced include method

2001-02-23 Thread Pascal
what exactly is the idea behind it? (can't figure it out :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Michae

RE: [Dynapi-Dev] Images and events

2001-02-25 Thread Pascal
that .lyrobj code is back in (did it yesterday) so images should trigger the events normally again. (CVS code) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] >

RE: [Dynapi-Dev] (may be) typo in DynLayer

2001-02-26 Thread Pascal
it will either use your own ID specified, or a JSDynLayerXX ID (which adds a number to be unique) If you would add the unique ID to the specified ID users will get confused, the layer the named MyLayer would suddenly be MyLayer1 Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar

RE: [Dynapi-Dev] External loading trick - advanced -

2001-02-26 Thread Pascal
and it works crossbrowser? (have to ask >:) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Jordi - > IlMaestr

RE: [Dynapi-Dev] More minor glitches

2001-02-26 Thread Pascal
pturing, or for loadpanels or something. Can't remember who ever added it, but my guess is Dan (usually these things are his :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL P

RE: [Dynapi-Dev] External loading trick - advanced -

2001-02-27 Thread Pascal
great, I was in need of a loadpanel working in NS6 :) Pascal Bestebroer ([EMAIL PROTECTED]) Software ontwikkelaar Oberon Informatiesystemen b.v. http://www.oibv.com > -Oorspronkelijk bericht- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Namens Cameron Hart &g

  1   2   3   4   >