In reply to this widget question and also to the one about the documentation
being buggy:
I found the src/lib/gui to be the best examples of widgets like the button.
Really the best way to understand widgets was just to understand inheritance
using the constructor function and the prototype function because that's all
widgets are inheriting from DynLayer.  I never got onprecreate to work just
create although there is code there; precreate is supposed to cache up or
buffer up all the creates into one call or something.

Has anyone inherited several levels down from this one? (say inheriting from
the button or label class?)
Also...Is there a class for reading/writing data as files to and from the
server? I know there is loading data cross browser I think in DynDuo using a
great trick in Netscape. How about saving the same data using some kind of
server library calls (PHP or perl?) using post or something? I'd like to be
able to load/save a user's state or session data.
Todd.

----- Original Message -----
From: "+ + sh0rtie + +" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 02, 2001 12:00 PM
Subject: Re: [Dynapi-Help] Where are the widgets?


> Richard has a extensive collection of widgets at
> http://www.richardinfo.f2s.com/dynapi/php/examples.html
>
> maybe thats what you missed ;)
>
>
>
> ----- Original Message -----
> From: "Cameron Childress" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, November 02, 2001 3:16 PM
> Subject: [Dynapi-Help] Where are the widgets?
>
>
> > I have used DynAPI version 1 in the past and loved the quick
availability
> of
> > widget examples that I could easily adapt to use in my applications.
Menu
> > examples that I could adapt with minimal time and just use, no hassle,
no
> > fuss, and I was done and off to work on my next project.
> >
> > While I understand the advantages to using DynAPI2, the distribution
seems
> > to be only a foundation, where the old one was both the foundation and
the
> > house.  I don't see any useable sample widgets with this codebase at
all.
> > Is there perhaps a separate library of sample widgets (menus etc..)
> > somewhere that I can download and use?  Perhaps I am just missing
> something?
> >
> > -Cameron
> >
> > --------------------
> > Cameron Childress
> > elliptIQ Inc.
> > p.770.460.1035.232
> > f.770.460.0963
> > --
> > http://www.neighborware.com
> > America's Leading Community Network Software
> >
> >
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/dynapi-help
> >
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dynapi-help
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to