Re: [Dynapi-Dev] Frames too

2001-05-04 Thread Richard Bennett
Excellent examples of using DynAPI in framesets. Very simple, and easy to understand. I added them here: http://www.richardinfo.f2s.com/dynapi/php/examples.html (scroll down to ../Eytan_Heidingsfeld_Examples) The only working examples of dynAPI and frame-sets I have!. Cheers, Richard Bennett [E

RE: [Dynapi-Dev] Meet the enemy

2001-05-04 Thread Digital Strider
I'm compelled to respond. Not that this is meant to "stir-the-pot" of debate as much as share some of my thoughts on tools and tool users. We're all "here" for a reason; I think the right reasons. Not that long ago (a year) I evaluated where I wanted to go personally and what path would best se

Re: [Dynapi-Dev] Meet the enemy

2001-05-04 Thread Jordi - IlMaestro - Ministral
Well needless to say my point was not leaving DHTML and adopting Flash, and I'm not starting yet another sterile argument here. I was just explaining what I've seen. Ark wrote: > Good point. Flash makes some things easy not having to write any code, but > you can't get all its power without wri

RE: [Dynapi-Dev] Meet the enemy

2001-05-04 Thread Ark
Good point. Flash makes some things easy not having to write any code, but you can't get all its power without writing a single line (I'm talking about Flash 5). At last, you end having a movie with only one or two frames in the timeline and a bunch of code in the actions panel. The guys of Macro

[Dynapi-Dev] [ dynapi-Patches-421325 ] Viewport content width patch

2001-05-04 Thread noreply
Patches item #421325, was updated on 2001-05-04 05:24 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=305757&aid=421325&group_id=5757 Category: DynAPI 2 Layer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Brent Plump (brentplump) Assigned to: N

[Dynapi-Dev] Meet the enemy

2001-05-04 Thread Jordi - IlMaestro - Ministral
The Online Flash Film Festival is currently being held in Barcelona. World wide recognized Flash gurus show their works, give some speaks and share their thoughts about the future of web designing and where are things going. I'm attending some of the events ( hey, company is paying and I got a coo

RE: [Dynapi-Dev] NN6 and getContentwidth

2001-05-04 Thread Sloey, James
IE5.5 also. Pack changes only the height when you change the text in a label. -Original Message- From: Eytan Heidingsfeld [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 5:23 PM To: Dynapi-Dev Subject: [Dynapi-Dev] NN6 and getContentwidth What about getting this function working

RE: [Dynapi-Dev] Widgets use lots of child layers

2001-05-04 Thread martin ström
i think it was removed in order to speed things up. why don't you just create your own function to this? function addChildren() { for (var i=0; imailto:[EMAIL PROTECTED]] On Behalf Of Steve Carroll Sent: den 4 maj 2001 03:53 To: [EMAIL PROTECTED] Subject: [Dynapi-Dev] Widgets use lots of chil

[Dynapi-Dev] Widgets use lots of child layers

2001-05-04 Thread Steve Carroll
What happend to addChild accepting multiple arguments? Gee, that'd be nice to have back, w/out it my code doubles in lines of source for making advanced widgets! Grrr.