I have a theme system that I like allot in the IOS library, it uses a
dynapi.theme = {}
object as the main theme holder, then for each new theme that is loaded it
get it's own namespace
dynapi.theme.button = {}
The first time the button is called it creates the theme and then for each
new call
Cool. I think I'll try to implement something that's
very simple as well.
--
Raymond Irving
--- Michael Bystrom <[EMAIL PROTECTED]>
wrote:
> I have a theme system that I like allot in the IOS
> library, it uses a
>
> dynapi.theme = {}
>
> object as the main theme holder, then for each new
> t
In response to dragging layers that are children of
other layers the DragEvent class will add two new
functions to the DynLayer class:
setDragEnabled(b,useIcon)
setDragIcon(html,w,h,color,image)
The drag icon is simply another dynlayer that the
system will add to the document. This layer can act
> Do you think this will solve the problem?
Yes it's solve the problem :))
Cow
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Dynapi-Dev mailing li
Title: Message
Hi
folks!
In the middle of
everything, I thought even if there is no "project" right now... we still
continue to develop things for dynapi, fixing bugs and even making new additions
to DynAPI.
So what i thought of
was that everyone involved int he project and that is maki
Title: Message
Hi
folks!
In the middle of
everything, I thought even if there is no "project" right now... we still
continue to develop things for dynapi, fixing bugs and even making new
additions to DynAPI.
So what i thought
of was that everyone involved int he p
Ok here's what I had in mind
The once with the "+" I've done so far. Feel free to
pick and create a few of the widgets and let's create
a cool widget pack.
+ Button
+ CheckBox
+ RadioButton
+ ScrollBar
+ ImageClip
+ Explorer
+ Marquee
+ ViewPane
+ ListBox
+ ProgessBar
DropDownContainer
Com
MessageI'm playing catch-up on my emails still. :-) I've regained control
of my Inbox by reading 7 days worth of mails in one day, for the two other
lists I am on. So now I'll be able to concentrate on replying to the DynAPI
developments over the past month, before the discussion becomes any mor
It's been a while but as I remember the library I wrote keeps a global list of objects:
dynapi.library._objects['Button']
That contains the other information like the path of the file required etc. When you
have conflicting names one will be overwritten. It's a bit of a design flaw, it
should
It seems the only occurance of _objects is in dynapi.js, and excluding
initial variable declaration, it's only modified in p.add and p._queue where
p is DynObject.prototype, and only in like two or three places in total, so
it shouldn't be too difficult to modify. But what else refers to the
_obje
Hi!
I separate the List and their items. the old ListItem is renamed and separated
to dynapi.gui.NodeItem.
I started to work Grid and Tree api, and use NodeItem to items.
Cow
dynapi.zip
Description: Zip archive
11 matches
Mail list logo