[Dynapi-Dev] IOS 0.2 Release

2003-09-17 Thread Michael Bystrom
IOS 0.2 Release | Wednesday, September 17, 2003 Due to requests I¹ve added a Window Manager to the IOS. This will let you grab you windows in a menu bar. New script to add: dynapi.include("bystrom.ios.windowmanager.js") You load this feature by simply adding this code inside the onload function:

[Dynapi-Dev] Let there be Lines

2003-09-17 Thread Michael Bystrom
Let there be Lines | Wednesday, September 17, 2003 I forgot this one... This is a little project I worked on a while back, it¹s sorta a vector drawing app. And it works perfectly fine, but ONLY on Macintosh... I has something to do with the way that windows renders it¹s images in the browser. I¹t

Re: [Dynapi-Dev] Let there be Lines

2003-09-17 Thread Raymond Irving
In DynAPI 3.0 there is a Graphics Widget. I think the these feature could be added to the Graphics Widget. Any plans on doing so or are you going to create a new widget? -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > Let there be Lines | Wednesday, September 17, 2003 > > I

Re: [Dynapi-Dev] RE-intro (apologies for earlier empty message)

2003-09-17 Thread Raymond Irving
--- Jacob Levy <[EMAIL PROTECTED]> wrote: > * Are the 3.0 APIs solidly defined enough for me to > start writing the > generation library? IMO I would say yes. There might be one and two minor changes but those IMO should not affect your application. > * I haven't figured out templates and coul

Re: [Dynapi-Dev] How to add a Configuration file to your web apps

2003-09-17 Thread Aaron Shafovaloff
Can you include this within the documentation? --- Raymond Irving <[EMAIL PROTECTED]> wrote: > > With DynAPI 3.0 it's now very easy to add a > configuration file to your web apps. > > By using the IOElementSoda Class you can easily > convert a JavaScript Object into and xml document as > shown b

Re: [Dynapi-Dev] How to add a Configuration file to your web apps

2003-09-17 Thread Raymond Irving
Sure -- Raymond Irving --- Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > Can you include this within the documentation? > > --- Raymond Irving <[EMAIL PROTECTED]> wrote: > > > > With DynAPI 3.0 it's now very easy to add a > > configuration file to your web apps. > > > > By using the IOElemen

Re: [Dynapi-Dev] The New DynAPI Components are Here! Check out CVS

2003-09-17 Thread Raymond Irving
Well I think we need to test all the examples in DynAPI to make sure that they work. -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > Hi, > > I was just going to try and go through the NEW > examples pages and try and > fix small problems and point out problems I can't > fix... but the

[Dynapi-Dev] Where are the server-side implementations for SODA?

2003-09-17 Thread Jacob Levy
Stupid question -- I got the latest nightly snapshot and searched for the various server-side implementations, couldn't find anything. Can someone provide a pointer for that? Thanks! --JYL --- This sf.net email is sponsored by:ThinkGeek Welc

[Dynapi-Dev] Templates

2003-09-17 Thread Jacob Levy
OK, so templates are like mega-widgets, grouping together a bunch of DynAPI widgets. Cool, and very impressive example with the calendar. Is it possible to update the template after its set? That is, let's say I get another template from the server and then do tmpl.setHTML(newHTML), will that upda

Re: [Dynapi-Dev] Where are the server-side implementations for SODA?

2003-09-17 Thread Leif W
I believe those are in the examples/ioelmsrv.soda.* files, which also require the ioelmsrv.* (where .* is your language). ASP JScript and VBScript are the only complete implementations as of yet. I'm working on the Perl and PHP versions, my copies are up to date with the CVS, but the PHP SODA isn

Re: [Dynapi-Dev] Templates

2003-09-17 Thread Raymond Irving
--- Jacob Levy <[EMAIL PROTECTED]> wrote: > Is it possible to update the template after its set? Yes > That is, let's say I > get another template from the server and then do > tmpl.setHTML(newHTML), > will that update the layout to the new template? Any > other requirements so > as not to leak

Re: [Dynapi-Dev] Templates

2003-09-17 Thread Jacob Levy
Is there a way to find out what named javascript objects a template will need? Itd be nice to keep those around (rather than having to recreate them) if the template changed in a way that simply moved some of the existing elements to new locations. With such an API I can write a loop that destroys

Re: [Dynapi-Dev] Templates

2003-09-17 Thread Raymond Irving
--- Jacob Levy <[EMAIL PROTECTED]> wrote: > Is there a way to find out what named javascript > objects a template will > need? I think such a feature would be useful. I think I can add something like getFieldNames(). > Itd be nice to keep those around (rather than > having to recreate > them) i

Re: [Dynapi-Dev] Templates

2003-09-17 Thread Jacob Levy
Sorry, my feature request was not well thought-out. By the time you let the template parse the HTML it's going to already need the widgets. Better to do what I think you're implying: * Step 1: create the template with an HTML string or setHTML on an existing template * Step 2: create your widgets

Re: [Dynapi-Dev] Templates

2003-09-17 Thread Raymond Irving
correct but I would change the steps a little: * Step 3: RemoveAllChildren on the template * Step 5: Re-add those widgets that are needed, destroy the rest * Step 6: setHTML on the template with the new HTML Otherwise you would have to call generate() for after you've added the new widgets after

[Dynapi-Dev] keyup / keydown confusion

2003-09-17 Thread Andrew Gillett
Hi, From the latest snapshot, the files: htmlfile.js, line 45 htmltextarea.js, line 30 htmltextbox.js, line 25 all contain the same error: +' onkeydown="return htc._e(\'keyup\',this,event);" ' which should be: +' onkeydown="return htc._e(\'keydown\',this,event);" ' regards, Andrew Gillett -

[Dynapi-Dev] How to add a Configuration file to your web apps

2003-09-17 Thread Raymond Irving
With DynAPI 3.0 it's now very easy to add a configuration file to your web apps. By using the IOElementSoda Class you can easily convert a JavaScript Object into and xml document as shown below: var ini = { usecart:false, color:'red', timeout:5 }; dynapi.debug.print(IOEl

[Dynapi-Dev] Getting Templates from the Server

2003-09-17 Thread Raymond Irving
TemplateManager makes it eaiser for us to add both text and DynLayers to an HTML document, but downloading the HTML document for the most part requires a sever-side script to open and send the resulting HTML back to the client as a JavaScript string (when using IOElement). The FileReader class ma

[Dynapi-Dev] Fw: action week against EU software patent plans

2003-09-17 Thread Leif W
Here's something that may be of interest especially to the European contributors interested in the continuation of free software projects such as the DynAPI. At the very least, go sign this protest petition, regardless of nationality. Protest against Software Patents at following URL : http:/