[Dynapi-Dev] WYSIWYG editor for the DynAPI

2003-09-10 Thread Michael Bystrom
I decided to release the DynEditor. The DynEditor is a WYSIWYG editor for the DynAPI library. For more info go http://www.michaelbystrom.com Please let me know what you think Enjoy Michael --- This sf.net email is sponsored by:ThinkGeek Welc

Re: [Dynapi-Dev] WYSIWYG editor for the DynAPI

2003-09-10 Thread Raymond Irving
Absolutely wonderful! It just works like a charm! Is this a dream? Michael, I think your editor is a big plus to the DynAPI community. Sometime ago some users started the DynAPI IDE (http://sourceforge.net/projects/dynapyide/) which has not been active for sometime now. This is best that I've s

Re: [Dynapi-Dev] Hello List

2003-09-10 Thread Leif W
Hello ListHi, Overall everything looks really cool so far. I like the "shadow" effect when moving or resizing a DynAPI window. This is exactly what I need to implement a suggested enhancement to my SnapX class in DynAPI3. But I think a more general solution would be to have a "shadow" effect cl

[Dynapi-Dev] My Pledge - DynAPI

2003-09-10 Thread Raymond Irving
Hi All, After looking at what Michael has done with the editor and what DynAPI 3.0 has to offer I think I'm going to spend a lot more time in trying to get the best out of the API. I think it can help me to create some really good looking web apps within a few minutes. No more trial and error st

Re: [Dynapi-Dev] My Pledge - DynAPI

2003-09-10 Thread Leif W
All the way man. Not sure how much I can contribute in raw code, but I can do stuff like the QA (still working on Michael's stuff) and hack code and occasionally submit some code. QA is maybe the least liked job... it's tedious, and it makes you unpopular with developers by pointing out all their

Re: [Dynapi-Dev] DynAPI webteam - site structure draft

2003-09-10 Thread Joy Ride
Hello, Here is a PDF version of the file. - Juho Risku / Helmi Staff http://www.visualway.com/helmi From: Benoit Marchant <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] DynAPI webteam - site structure draft Date: Tue, 2 Sep 2003 09:46:52 -0700 Hi

[Dynapi-Dev] Standardizing on the basic wigdet set

2003-09-10 Thread Raymond Irving
Hi Everyone, I think we need to standardize on a basic widget format. Should we stick to the old method, use a new theme-able or skin-able method or use StyleManager's approach? Need some feedback -- Raymond Irving __ Do you Yahoo!? Yahoo! SiteBuilder - Free, e

[Dynapi-Dev] IO Element and Images

2003-09-10 Thread Daniel Tiru
Hi! I just have a bit of advice for everyone using IO-Element. If you wish to create content with images from the answer file, always use: io.execInParent(function(){ ImgTrans=dynapi.functions.getImage('/images/trans.gif',1,1); //code for showing the images }) I mean all images,

RE: [Dynapi-Dev] Standardizing on the basic wigdet set

2003-09-10 Thread Daniel Tiru
Hi Raymond! For me it dont really matter, but we need some kind of blueprint, and aswell some kind of documentation on "how to build widgets", regarding the StyleManager's features, i think its good, however i have not looked into that one yet. Best Regards Daniel -Original Message- Fr

[Dynapi-Dev] Problems with Frame, GroupManager & setAutoSize

2003-09-10 Thread mlist
I have an app that stores a Template in a Frame, and has the whole thing in a GroupManager with a bunch of other objects. The text of the template is selectable. With the latest CVS code, I have an infinite recusion problem when I set the size of the template.. The template is resized, then the

Re: [Dynapi-Dev] IO Element and Images

2003-09-10 Thread Raymond Irving
This is a problem with IE. It fails to load the inside html after a page load or during an ioelement (iframe) call. In the future we'll find a way to preload images from a string. Hint: var html = 'ddew' dynapi.functions.preLoadImages(html) // ^ loads both m.gif and a.gif or var imgAr=['m.gif

[Dynapi-Dev] Unload problem with latest CVS code

2003-09-10 Thread mlist
#0: function anonymous() in line 57 #1: function anonymous() in line 145 #2: function anonymous() in line 102 #3: function

Re: [Dynapi-Dev] Animated GIF Swirly thing logo #28

2003-09-10 Thread Raymond Irving
Looks cool! -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > Just playing around with some GIF animation > software. > > May I upload these into the logos dir? > > On to more important things now. :) > > Leif > > ATTACHMENT part 2 image/gif name=28-spinny-final.gif > ATTACHMENT

Re: [Dynapi-Dev] WYSIWYG editor for the DynAPI

2003-09-10 Thread Michael Bystrom
Raymond, > What are your plans for the WYSIWYG editor? What are > your plans for DynAPI? Will you be contributing some > of your enhancements (debugger, etc) to DynAPI 3.0? I think the DynAPI is a fantastic building block. Like most of you I've built my own api versions that incorporate most of t

Re: [Dynapi-Dev] Hello List

2003-09-10 Thread Leif W
Hello ListHere's my long-awaited QA review of all the "demo" pages. Again, I wouldn't have spent about 12 hours today doing this if I didn't think it was worthwhile for the IOS and the DynAPI in general. So keep that in mind as you get all these critiques. I don't think I missed anything. ;-)