From: Jacob L. <jy...@mo...> - 2003-09-17 04:15:31
|
Hi I'm new here (but not new to JavaScript), I've been lurking here for a week or so, and I'm very impressed with DynAPI 3.0, especially the new widgets in the nightly snapshots. Just awesome. And the editor. And IOS. So much cool stuff. Let me tell you a bit about my plans, how I hope to use DynAPI 3.0: I am planning on generating dynamic pages containing DynAPI user interfaces from a httpd, so I'll probably be releasing a library for generating the pages as a separate project. Then, the pages will communicate via IOObjects or a simpler mechanism like jsrs (http://www.ashleyit.com/rs/jsrs/test.htm) with the server. That is, I intend to use the DynAPI user interface as a view on webapps running on my server. The server is tclhttpd (http://www.tcl.tk/software/tclhttpd/) and the programming language I intend to write the generator library in is Tcl. I have a demo of jsrs communicating with my server, running at http://mod3.net:8888/jsrs22/test.htm, so I have a proof of concept that this back-n-forth communication is possible. You can check it out, it just shows a bit of what can be done with this kind of setup. So given that scenario, I have a few questions: * Are the 3.0 APIs solidly defined enough for me to start writing the generation library? * I haven't figured out templates and couldnt find a lot of documentation. Do I need to worry about that or is that only for widget writers? * Also, I havent figured out the client-server communications via IOObject. I didnt find any server implementations in languages I understand (Tcl, PHP). If there's a PHP implementation perhaps I can snarf that and retrofit it for tclhttp. This is already too long so I'll stop now. I can write a lot more about my use scenario, if you ask :) --JYL |
From: Michael B. <mi...@mi...> - 2003-09-17 13:22:52
|
IOS 0.2 Release | Wednesday, September 17, 2003 Due to requests I=B9ve 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.onLoad =3D function() { IOS.loadWindowManager() // The rest of the code. } I have no online version right now but you can see a screen shoot. But you can download the new version http://www.michaelbystrom.com Due to the scrollbar (Mozilla and IE) clipping problem I think I will start to load IOS in a external window but shutting off the scrollbars. You can see this in the =B3ios/index.html=B2 test. I=B9ve also fixed some bug here and there. I=B9ve started to port the IOS and DynEditor to the DynAPI 3.x, this may time a little longer since there are A LOT of new things in the API. Michael |
From: Michael B. <mi...@mi...> - 2003-09-17 14:06:52
|
Let there be Lines | Wednesday, September 17, 2003 I forgot this one... This is a little project I worked on a while back, it=B9s 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=B9s images in the browser. I=B9t WAY COOL though, I has flash like features like rubber band snapping and you can move all the connected nodes so you can make 3d like dragable stuff...=20 Now I=B9ve tried to use SVG and Flash and then manipulate the pluggins, but there is that problem with pluggins and DynAPI. Well I=B9ve included some screen shots so you can see what it should look like, If you have a Macintosh just download the code and install Well you can do that anyway even if you have a Windows System. Line requires IOS 0.2 I was really happy when I got it working the way I wanted I had great plans for it like a graph bar system etc. I have I idea of how to fix this but it would include WAY to much work, so now I turn it over to you guys to see if you can come up with some Ideas Screen shoots and code http://www.michaelbystrom.com |
From: Raymond I. <xw...@ya...> - 2003-09-17 14:43:18
|
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 <mi...@mi...> wrote: > 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 WAY COOL though, I has flash like > features like rubber band > snapping and you can move all the connected nodes so > you can make 3d like > dragable stuff... > > Now I¹ve tried to use SVG and Flash and then > manipulate the pluggins, but > there is that problem with pluggins and DynAPI. > > Well I¹ve included some screen shots so you can see > what it should look > like, If you have a Macintosh just download the code > and install Well you > can do that anyway even if you have a Windows > System. > > Line requires IOS 0.2 > > I was really happy when I got it working the way I > wanted I had great plans > for it like a graph bar system etc. > > I have I idea of how to fix this but it would > include WAY to much work, so > now I turn it over to you guys to see if you can > come up with some Ideas > > Screen shoots and code http://www.michaelbystrom.com > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Michael B. <mi...@mi...> - 2003-09-18 07:13:21
|
Den 03-09-17 16.43, skrev "Raymond Irving" <xw...@ya...>: > > 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? No! I see no real world use for the DynAPI 3 Graphics Widget (don't work on IE5 Mac and is really really slow on Mozilla Mac) or my Line Class (unless Windows support) I think the best alternative if you want to use Graphics is SVG There should be a snap to make the DynEditor to output a SVG file I have had/have plans to include the line class and my bezier editor and a timeline animation console to the editor But first I will convert the IOS to 3.x Michael > Raymond Irving > > > --- Michael Bystrom <mi...@mi...> > wrote: >> 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 WAY COOL though, I has flash like >> features like rubber band >> snapping and you can move all the connected nodes so >> you can make 3d like >> dragable stuff... >> >> Now I?ve tried to use SVG and Flash and then >> manipulate the pluggins, but >> there is that problem with pluggins and DynAPI. >> >> Well I?ve included some screen shots so you can see >> what it should look >> like, If you have a Macintosh just download the code >> and install Well you >> can do that anyway even if you have a Windows >> System. >> >> Line requires IOS 0.2 >> >> I was really happy when I got it working the way I >> wanted I had great plans >> for it like a graph bar system etc. >> >> I have I idea of how to fix this but it would >> include WAY to much work, so >> now I turn it over to you guys to see if you can >> come up with some Ideas >> >> Screen shoots and code http://www.michaelbystrom.com |
From: Michael B. <mi...@mi...> - 2003-09-19 20:05:38
|
I off to Bulgaria for a week, see you later. Ohhh.. I just ported my Debugger to DynAPI 3 but there are some minor problems I need to fix. When it's working fine, the IOS and Editor port will be a snap (I live a die for my debugger) Stay warm and I see you in a week. :D Michael |
From: Raymond I. <xw...@ya...> - 2003-09-19 21:02:27
|
All the best and take good care. -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > I off to Bulgaria for a week, see you later. > > Ohhh.. > I just ported my Debugger to DynAPI 3 but there are > some minor problems I > need to fix. When it's working fine, the IOS and > Editor port will be a snap > (I live a die for my debugger) > > Stay warm and I see you in a week. > > :D > > Michael > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-09-20 11:51:06
|
See you then, and perhaps I'll be caught up on this and my other mailing lists by then. Been playing catch-up all week, and going to be away all day today. Take it easy. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Friday, September 19, 2003 5:02 PM Subject: Re: [Dynapi-Dev] I off to Bulgaria > > All the best and take good care. > > > -- > Raymond Irving > > > > --- Michael Bystrom <mi...@mi...> > wrote: > > I off to Bulgaria for a week, see you later. > > > > Ohhh.. > > I just ported my Debugger to DynAPI 3 but there are > > some minor problems I > > need to fix. When it's working fine, the IOS and > > Editor port will be a snap > > (I live a die for my debugger) > > > > Stay warm and I see you in a week. > > > > :D > > > > Michael > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-09-17 14:54:03
|
--- Jacob Levy <jy...@mo...> 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 couldnt find a > lot of documentation. > Do I need to worry about that or is that only for > widget writers? Templates are for everyone. You can see the examples in the examples/ folder > * Also, I havent figured out the client-server > communications via > IOObject. I didnt find any server implementations in > languages I > understand (Tcl, PHP). If there's a PHP > implementation perhaps I can snarf > that and retrofit it for tclhttp. IOElement Server-Side is currently available in VBScript, JScript, PHP and Perl. I even have a Visual Basic Module of IOElement Server-Side that I'm using inside a DLL program. With IOElement client-side scripts information is sent to the client as regular POST and GET methods. See docs/docs/quickref.ioelement-basics.html for more information. -- Raymond Irving > This is already too long so I'll stop now. I can > write a lot more about my > use scenario, if you ask :) > > --JYL > > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Jacob L. <jy...@mo...> - 2003-09-17 19:02:07
|
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 update the layout to the new template? Any other requirements so as not to leak memory (like destroying something before calling setHTML again)? Thanks! --JYL |
From: Raymond I. <xw...@ya...> - 2003-09-17 20:34:12
|
--- Jacob Levy <jy...@mo...> 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 memory (like destroying something > before calling setHTML > again)? Once you call setHTML() it will replace content of the Template those removeing the elements of the DynLayers, etc. For best use call clearTemplate() to deleteAllChildren from the template before changing the content. this will prevent memory leaks. > > Thanks! --JYL > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Jacob L. <jy...@mo...> - 2003-09-17 21:35:58
|
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 those children that will no longer be needed. --JYL > --- Jacob Levy <jy...@mo...> 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 memory (like destroying something >> before calling setHTML >> again)? > > Once you call setHTML() it will replace content of the > Template those removeing the elements of the > DynLayers, etc. For best use call clearTemplate() to > deleteAllChildren from the template before changing > the content. this will prevent memory leaks. > >> >> Thanks! --JYL >> >> >> >> >> >> > ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Dynapi-Dev mailing list >> Dyn...@li... >> > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-09-17 21:43:58
|
--- Jacob Levy <jy...@mo...> 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) if the template changed in a way that simply > moved some of the > existing elements to new locations. IMO you can create the objects, store them in an array then use removeAllChildren() to remove them from the template before you change the template with setHTML(). When they're need you can then add them to the template. -- Raymond Irving > With such an API I can write a loop that destroys > those children that will > no longer be needed. > > --JYL > > > --- Jacob Levy <jy...@mo...> 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 memory (like destroying something > >> before calling setHTML > >> again)? > > > > Once you call setHTML() it will replace content of > the > > Template those removeing the elements of the > > DynLayers, etc. For best use call clearTemplate() > to > > deleteAllChildren from the template before > changing > > the content. this will prevent memory leaks. > > > >> > >> Thanks! --JYL > >> > >> > >> > >> > >> > >> > > > ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> Dynapi-Dev mailing list > >> Dyn...@li... > >> > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > > http://sitebuilder.yahoo.com > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Jacob L. <jy...@mo...> - 2003-09-17 22:21:24
|
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 and add them both to an array and to the template. * ... * Step 3: RemoveAllChildren on the template * Step 4: setHTML on the template with the new HTML * Step 5: discover which widgets are still needed with getFieldNames * Step 6: Re-add those widgets that are needed, destroy the rest That seems water-tight as far as memory mgmt goes, right? --JYL > --- Jacob Levy <jy...@mo...> 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) if the template changed in a way that simply >> moved some of the >> existing elements to new locations. > > IMO you can create the objects, store them in an array > then use removeAllChildren() to remove them from the > template before you change the template with > setHTML(). When they're need you can then add them to > the template. > > -- > Raymond Irving >> With such an API I can write a loop that destroys >> those children that will >> no longer be needed. >> >> --JYL >> >> > --- Jacob Levy <jy...@mo...> 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 memory (like destroying something >> >> before calling setHTML >> >> again)? >> > >> > Once you call setHTML() it will replace content of >> the >> > Template those removeing the elements of the >> > DynLayers, etc. For best use call clearTemplate() >> to >> > deleteAllChildren from the template before >> changing >> > the content. this will prevent memory leaks. >> > >> >> >> >> Thanks! --JYL >> >> >> >> >> >> >> >> >> >> >> >> >> > >> > ------------------------------------------------------- >> >> This sf.net email is sponsored by:ThinkGeek >> >> Welcome to geek heaven. >> >> http://thinkgeek.com/sf >> >> _______________________________________________ >> >> Dynapi-Dev mailing list >> >> Dyn...@li... >> >> >> > >> > http://www.mail-archive.com/dyn...@li.../ >> > >> > >> > __________________________________ >> > Do you Yahoo!? >> > Yahoo! SiteBuilder - Free, easy-to-use web site >> design software >> > http://sitebuilder.yahoo.com >> > >> > >> > >> > ------------------------------------------------------- >> > This sf.net email is sponsored by:ThinkGeek >> > Welcome to geek heaven. >> > http://thinkgeek.com/sf >> > _______________________________________________ >> > Dynapi-Dev mailing list >> > Dyn...@li... >> > >> > http://www.mail-archive.com/dyn...@li.../ >> >> >> >> >> >> > ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> Dynapi-Dev mailing list >> Dyn...@li... >> > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-09-17 22:35:47
|
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 you've set the html of the template. When setHTML() is called it calls the generate() function to display the template's fields, etc so it would be best to add those widgets before setHTML is called. It's always good to know the name of the fields before hand. P.S. Maybe we can do something like clearTemplate(method) tp.clearTemplate('destroy') tp.clearTemplate('remove') tp.clearTemplate('reuse') -- Raymond Irving --- Jacob Levy <jy...@mo...> wrote: > 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 and add them both to > an array and to the > template. > * ... > * Step 3: RemoveAllChildren on the template > * Step 4: setHTML on the template with the new HTML > * Step 5: discover which widgets are still needed > with getFieldNames > * Step 6: Re-add those widgets that are needed, > destroy the rest > > That seems water-tight as far as memory mgmt goes, > right? > > --JYL > > > --- Jacob Levy <jy...@mo...> 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) if the template changed in a way that > simply > >> moved some of the > >> existing elements to new locations. > > > > IMO you can create the objects, store them in an > array > > then use removeAllChildren() to remove them from > the > > template before you change the template with > > setHTML(). When they're need you can then add them > to > > the template. > > > > -- > > Raymond Irving > >> With such an API I can write a loop that destroys > >> those children that will > >> no longer be needed. > >> > >> --JYL > >> > >> > --- Jacob Levy <jy...@mo...> 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 memory (like destroying > something > >> >> before calling setHTML > >> >> again)? > >> > > >> > Once you call setHTML() it will replace content > of > >> the > >> > Template those removeing the elements of the > >> > DynLayers, etc. For best use call > clearTemplate() > >> to > >> > deleteAllChildren from the template before > >> changing > >> > the content. this will prevent memory leaks. > >> > > >> >> > >> >> Thanks! --JYL > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> > >> > > >> > > > ------------------------------------------------------- > >> >> This sf.net email is sponsored by:ThinkGeek > >> >> Welcome to geek heaven. > >> >> http://thinkgeek.com/sf > >> >> > _______________________________________________ > >> >> Dynapi-Dev mailing list > >> >> Dyn...@li... > >> >> > >> > > >> > > > http://www.mail-archive.com/dyn...@li.../ > >> > > >> > > >> > __________________________________ > >> > Do you Yahoo!? > >> > Yahoo! SiteBuilder - Free, easy-to-use web site > >> design software > >> > http://sitebuilder.yahoo.com > >> > > >> > > >> > > >> > > > ------------------------------------------------------- > >> > This sf.net email is sponsored by:ThinkGeek > >> > Welcome to geek heaven. > >> > http://thinkgeek.com/sf > >> > _______________________________________________ > >> > Dynapi-Dev mailing list > >> > Dyn...@li... > >> > > >> > > > http://www.mail-archive.com/dyn...@li.../ > >> > >> > >> > >> > >> > >> > > > ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> Dynapi-Dev mailing list > >> Dyn...@li... > >> > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > > http://sitebuilder.yahoo.com > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Daniel T. <de...@ti...> - 2003-09-19 19:56:32
|
Hi! See the quickref: quickref.templatemanager.html Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Jacob Levy Sent: den 17 september 2003 21:02 To: dyn...@li... Subject: [Dynapi-Dev] Templates 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 update the layout to the new template? Any other requirements so as not to leak memory (like destroying something before calling setHTML again)? Thanks! --JYL ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |