You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(75) |
Nov
(252) |
Dec
(418) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(659) |
Feb
(1039) |
Mar
(870) |
Apr
(235) |
May
(329) |
Jun
(251) |
Jul
(123) |
Aug
(119) |
Sep
(67) |
Oct
(194) |
Nov
(535) |
Dec
(133) |
2002 |
Jan
(122) |
Feb
(24) |
Mar
(29) |
Apr
(28) |
May
(16) |
Jun
(20) |
Jul
(11) |
Aug
(12) |
Sep
(13) |
Oct
(14) |
Nov
(23) |
Dec
(19) |
2003 |
Jan
(28) |
Feb
(170) |
Mar
(288) |
Apr
(211) |
May
(126) |
Jun
(166) |
Jul
(131) |
Aug
(102) |
Sep
(211) |
Oct
(301) |
Nov
(22) |
Dec
(6) |
2004 |
Jan
(14) |
Feb
(16) |
Mar
(7) |
Apr
|
May
(8) |
Jun
(25) |
Jul
(21) |
Aug
(2) |
Sep
(7) |
Oct
|
Nov
(2) |
Dec
(1) |
2005 |
Jan
(4) |
Feb
(2) |
Mar
(14) |
Apr
(24) |
May
(3) |
Jun
(7) |
Jul
(30) |
Aug
(5) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
|
From: <ml...@id...> - 2003-09-10 23:58:47
|
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 Frame is resized, then a Highlighter [where it comes from I don't know] is resized, then the Frame is resized, then the Highlighter and so on. Each time, the Frame size is reduced by 4 == the border width I specified. |
From: Daniel T. <de...@ti...> - 2003-09-10 23:47:03
|
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----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 11 september 2003 01:36 To: DynAPI-Dev Subject: [Dynapi-Dev] Standardizing on the basic wigdet set 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, 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: Daniel T. <de...@ti...> - 2003-09-10 23:43:52
|
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, including transparent gifs, everything... This means that when using the io-element, the <img> tag will become banned, and i will explain why this is. If you forget say one <img> tag, the rest of the images, will not be loaded properly. About 10% of the images will load and display properly, the rest wont. I dont have a clue how to solve this in any other way, but one idee would be to remove all <img> tags in the io.execInParent function maybee and replace them with the dynapi getImage function. I dont know if this is efficient, probably not.. But its the only idee i have :) Feedback is appreciated. Best Regards Daniel Tiru |
From: Raymond I. <xw...@ya...> - 2003-09-10 23:35:58
|
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, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-09-10 19:42:41
|
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 shortcomings. But if something is worthwhile, it's meaningful to examine it closely for flaws, in the hopes of making it more robust and usable. Also, I don't subscribe to the typical QA doctrine I've seen at some companies, where QA people are not supposed to know about anything technical, as it makes them impartial viewers. I on the other hand believe a technically oriented QA person can note a problem, and at the same time look under the hood and offer any starter ideas about problem solution or feature development. But when in QA mode, I restrict comments to that of an impartial viewer, and not so much a developer. Later on, I can put my hacker or developer hat on and help out. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Wednesday, September 10, 2003 11:57 AM Subject: [Dynapi-Dev] My Pledge - DynAPI > 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 stuff. > > I pledge to offer full support (including more time in > development) for DynAPI. > > Anyone feeling the same way? > > Come on let us blow the roof off this thing! > > DynAPI Forever! > > -- > Raymond Irving > > > __________________________________ > 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-10 17:18:23
|
Looks cool! -- Raymond Irving --- Leif W <war...@us...> 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 part 3 image/gif name=28-solo-final.gif __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-09-10 15:57:52
|
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 stuff. I pledge to offer full support (including more time in development) for DynAPI. Anyone feeling the same way? Come on let us blow the roof off this thing! DynAPI Forever! -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-09-10 15:24:23
|
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 class, and enable it with a flag, so other classes (like my SnapX) could use the shadow, but other classes could either use it or not. Not sure how you've implemented it in DynAPI 2.5.5, maybe I'll take a look. Right now I'm doing a more comprehensive QA-type test on Win2k with Mozilla 1.5 beta, IE 6, Mozilla Firebird 0.6.1, and Opera 7.11 [non-java], where I'll just try all the demos and comment on anything that could be a problem, either programmatically or in terms of user interface or features. Again I strongly hope that you port all this stuff over to DynAPI3. After that, then maybe you could work on enhancements to the DynAPI3 version. Leif ----- Original Message ----- From: Michael Bystrom To: dyn...@li... Sent: Monday, September 08, 2003 9:48 AM Subject: [Dynapi-Dev] Hello List Hi there dynapi folks I just signed on and wanted to let you guys know that I've been playing around with dynapi for a while now and the result is IOS (internet operating system) IOS is a virtual OS. It creates a virtual desktop in your browser window. You can drag, drop, move, open, close, type and more I'm using a older version 2.55 ( I now see that you have a version 3 :) nice ) that has been modified for the Macintosh platform, the dynapi is NOT Mac friendly. I only using the dynapi for object creation and events I've written a written a bunch of new widgets that works fine on the Macintosh and windows for that matter.... :) I've just released the first version and would like you guys to help out with some debugging, code suggestions, new widgets etc... I got some cool ideas for IOS in the future and would like to see it grow. Go to http://www.michaelbystrom.com download and play I could say a million more things but I'll save it for a another day. Nice day... Michael |
From: Raymond I. <xw...@ya...> - 2003-09-10 15:07:44
|
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 seen so far. The Debugger (with color coding!), the Editor is just absolutely amazing! In DynAPI 3.0 we have a debugger library that I think is similar to what you have done (but without the color code and stuff. 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 have a few suggestions for the editor but those will come in time. My dream is to one day help to create a Visual DynAPI Editor :) What do you think? The editor surely makes creating DynAPI objects a snap! I'm beginning to as it I can create anything in less than a few minutes! Ok. Let's take me not get excited here. Michael, where do we go from here with this amazing tool? -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > 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 > 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-10 13:17:57
|
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 |
From: Leif W <war...@us...> - 2003-09-09 22:46:30
|
Just playing around with some GIF animation software. May I upload these into the logos dir? On to more important things now. :) Leif |
From: <ml...@id...> - 2003-09-09 21:49:43
|
The latest update has broken my application. I have been using the GroupManager to group a set of widgets. I am now getting 'to much recursion' errors. #0: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 290 #1: function anonymous() in <dynapi3x/src/api/event.js> line 335 #2: function anonymous(w=integer:718, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #3: function anonymous(w=integer:718, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #4: function anonymous(w=integer:718) in <dynapi3x/src/api/dynlayer_base.js> line 309 #5: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #6: function anonymous(w=integer:718, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #7: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #8: function anonymous() in <dynapi3x/src/api/event.js> line 335 #9: function anonymous(w=integer:722, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #10: function anonymous(w=integer:722, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #11: function anonymous(w=integer:722) in <dynapi3x/src/api/dynlayer_base.js> line 309 #12: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #13: function anonymous(w=integer:722, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #14: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #15: function anonymous() in <dynapi3x/src/api/event.js> line 335 #16: function anonymous(w=integer:726, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #17: function anonymous(w=integer:726, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #18: function anonymous(w=integer:726) in <dynapi3x/src/api/dynlayer_base.js> line 309 #19: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #20: function anonymous(w=integer:726, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #21: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #22: function anonymous() in <dynapi3x/src/api/event.js> line 335 #23: function anonymous(w=integer:730, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #24: function anonymous(w=integer:730, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #25: function anonymous(w=integer:730) in <dynapi3x/src/api/dynlayer_base.js> line 309 #26: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #27: function anonymous(w=integer:730, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #28: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #29: function anonymous() in <dynapi3x/src/api/event.js> line 335 #30: function anonymous(w=integer:734, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #31: function anonymous(w=integer:734, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #32: function anonymous(w=integer:734) in <dynapi3x/src/api/dynlayer_base.js> line 309 #33: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #34: function anonymous(w=integer:734, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #35: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #36: function anonymous() in <dynapi3x/src/api/event.js> line 335 #37: function anonymous(w=integer:738, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #38: function anonymous(w=integer:738, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #39: function anonymous(w=integer:738) in <dynapi3x/src/api/dynlayer_base.js> line 309 #40: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #41: function anonymous(w=integer:738, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #42: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #43: function anonymous() in <dynapi3x/src/api/event.js> line 335 #44: function anonymous(w=integer:742, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #45: function anonymous(w=integer:742, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #46: function anonymous(w=integer:742) in <dynapi3x/src/api/dynlayer_base.js> line 309 #47: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #48: function anonymous(w=integer:742, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #49: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #50: function anonymous() in <dynapi3x/src/api/event.js> line 335 #51: function anonymous(w=integer:746, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #52: function anonymous(w=integer:746, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #53: function anonymous(w=integer:746) in <dynapi3x/src/api/dynlayer_base.js> line 309 #54: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #55: function anonymous(w=integer:746, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #56: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #57: function anonymous() in <dynapi3x/src/api/event.js> line 335 #58: function anonymous(w=integer:750, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #59: function anonymous(w=integer:750, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #60: function anonymous(w=integer:750) in <dynapi3x/src/api/dynlayer_base.js> line 309 #61: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #62: function anonymous(w=integer:750, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #63: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #64: function anonymous() in <dynapi3x/src/api/event.js> line 335 #65: function anonymous(w=integer:754, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #66: function anonymous(w=integer:754, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #67: function anonymous(w=integer:754) in <dynapi3x/src/api/dynlayer_base.js> line 309 #68: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #69: function anonymous(w=integer:754, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #70: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #71: function anonymous() in <dynapi3x/src/api/event.js> line 335 #72: function anonymous(w=integer:758, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #73: function anonymous(w=integer:758, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #74: function anonymous(w=integer:758) in <dynapi3x/src/api/dynlayer_base.js> line 309 #75: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #76: function anonymous(w=integer:758, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #77: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #78: function anonymous() in <dynapi3x/src/api/event.js> line 335 #79: function anonymous(w=integer:762, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #80: function anonymous(w=integer:762, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #81: function anonymous(w=integer:762) in <dynapi3x/src/api/dynlayer_base.js> line 309 #82: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #83: function anonymous(w=integer:762, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #84: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #85: function anonymous() in <dynapi3x/src/api/event.js> line 335 #86: function anonymous(w=integer:766, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #87: function anonymous(w=integer:766, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #88: function anonymous(w=integer:766) in <dynapi3x/src/api/dynlayer_base.js> line 309 #89: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #90: function anonymous(w=integer:766, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #91: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #92: function anonymous() in <dynapi3x/src/api/event.js> line 335 #93: function anonymous(w=integer:770, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #94: function anonymous(w=integer:770, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #95: function anonymous(w=integer:770) in <dynapi3x/src/api/dynlayer_base.js> line 309 #96: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #97: function anonymous(w=integer:770, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #98: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #99: function anonymous() in <dynapi3x/src/api/event.js> line 335 #100: function anonymous(w=integer:774, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #101: function anonymous(w=integer:774, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #102: function anonymous(w=integer:774) in <dynapi3x/src/api/dynlayer_base.js> line 309 #103: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #104: function anonymous(w=integer:774, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #105: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #106: function anonymous() in <dynapi3x/src/api/event.js> line 335 #107: function anonymous(w=integer:778, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #108: function anonymous(w=integer:778, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #109: function anonymous(w=integer:778) in <dynapi3x/src/api/dynlayer_base.js> line 309 #110: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #111: function anonymous(w=integer:778, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #112: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #113: function anonymous() in <dynapi3x/src/api/event.js> line 335 #114: function anonymous(w=integer:782, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #115: function anonymous(w=integer:782, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #116: function anonymous(w=integer:782) in <dynapi3x/src/api/dynlayer_base.js> line 309 #117: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #118: function anonymous(w=integer:782, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #119: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #120: function anonymous() in <dynapi3x/src/api/event.js> line 335 #121: function anonymous(w=integer:786, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #122: function anonymous(w=integer:786, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #123: function anonymous(w=integer:786) in <dynapi3x/src/api/dynlayer_base.js> line 309 #124: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #125: function anonymous(w=integer:786, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #126: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #127: function anonymous() in <dynapi3x/src/api/event.js> line 335 #128: function anonymous(w=integer:790, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #129: function anonymous(w=integer:790, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #130: function anonymous(w=integer:790) in <dynapi3x/src/api/dynlayer_base.js> line 309 #131: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #132: function anonymous(w=integer:790, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #133: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #134: function anonymous() in <dynapi3x/src/api/event.js> line 335 #135: function anonymous(w=integer:794, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #136: function anonymous(w=integer:794, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #137: function anonymous(w=integer:794) in <dynapi3x/src/api/dynlayer_base.js> line 309 #138: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #139: function anonymous(w=integer:794, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #140: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #141: function anonymous() in <dynapi3x/src/api/event.js> line 335 #142: function anonymous(w=integer:798, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #143: function anonymous(w=integer:798, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #144: function anonymous(w=integer:798) in <dynapi3x/src/api/dynlayer_base.js> line 309 #145: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #146: function anonymous(w=integer:798, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #147: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #148: function anonymous() in <dynapi3x/src/api/event.js> line 335 #149: function anonymous(w=integer:802, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #150: function anonymous(w=integer:802, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #151: function anonymous(w=integer:802) in <dynapi3x/src/api/dynlayer_base.js> line 309 #152: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #153: function anonymous(w=integer:802, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #154: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #155: function anonymous() in <dynapi3x/src/api/event.js> line 335 #156: function anonymous(w=integer:806, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #157: function anonymous(w=integer:806, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #158: function anonymous(w=integer:806) in <dynapi3x/src/api/dynlayer_base.js> line 309 #159: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #160: function anonymous(w=integer:806, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #161: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #162: function anonymous() in <dynapi3x/src/api/event.js> line 335 #163: function anonymous(w=integer:810, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #164: function anonymous(w=integer:810, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #165: function anonymous(w=integer:810) in <dynapi3x/src/api/dynlayer_base.js> line 309 #166: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #167: function anonymous(w=integer:810, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #168: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #169: function anonymous() in <dynapi3x/src/api/event.js> line 335 #170: function anonymous(w=integer:814, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #171: function anonymous(w=integer:814, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #172: function anonymous(w=integer:814) in <dynapi3x/src/api/dynlayer_base.js> line 309 #173: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #174: function anonymous(w=integer:814, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #175: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #176: function anonymous() in <dynapi3x/src/api/event.js> line 335 #177: function anonymous(w=integer:818, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #178: function anonymous(w=integer:818, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #179: function anonymous(w=integer:818) in <dynapi3x/src/api/dynlayer_base.js> line 309 #180: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #181: function anonymous(w=integer:818, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #182: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #183: function anonymous() in <dynapi3x/src/api/event.js> line 335 #184: function anonymous(w=integer:822, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #185: function anonymous(w=integer:822, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #186: function anonymous(w=integer:822) in <dynapi3x/src/api/dynlayer_base.js> line 309 #187: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #188: function anonymous(w=integer:822, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #189: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #190: function anonymous() in <dynapi3x/src/api/event.js> line 335 #191: function anonymous(w=integer:826, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #192: function anonymous(w=integer:826, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #193: function anonymous(w=integer:826) in <dynapi3x/src/api/dynlayer_base.js> line 309 #194: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #195: function anonymous(w=integer:826, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #196: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #197: function anonymous() in <dynapi3x/src/api/event.js> line 335 #198: function anonymous(w=integer:830, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #199: function anonymous(w=integer:830, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #200: function anonymous(w=integer:830) in <dynapi3x/src/api/dynlayer_base.js> line 309 #201: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #202: function anonymous(w=integer:830, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #203: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #204: function anonymous() in <dynapi3x/src/api/event.js> line 335 #205: function anonymous(w=integer:834, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #206: function anonymous(w=integer:834, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #207: function anonymous(w=integer:834) in <dynapi3x/src/api/dynlayer_base.js> line 309 #208: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #209: function anonymous(w=integer:834, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #210: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #211: function anonymous() in <dynapi3x/src/api/event.js> line 335 #212: function anonymous(w=integer:838, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #213: function anonymous(w=integer:838, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #214: function anonymous(w=integer:838) in <dynapi3x/src/api/dynlayer_base.js> line 309 #215: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #216: function anonymous(w=integer:838, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #217: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #218: function anonymous() in <dynapi3x/src/api/event.js> line 335 #219: function anonymous(w=integer:842, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #220: function anonymous(w=integer:842, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #221: function anonymous(w=integer:842) in <dynapi3x/src/api/dynlayer_base.js> line 309 #222: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #223: function anonymous(w=integer:842, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #224: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #225: function anonymous() in <dynapi3x/src/api/event.js> line 335 #226: function anonymous(w=integer:846, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #227: function anonymous(w=integer:846, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #228: function anonymous(w=integer:846) in <dynapi3x/src/api/dynlayer_base.js> line 309 #229: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #230: function anonymous(w=integer:846, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #231: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #232: function anonymous() in <dynapi3x/src/api/event.js> line 335 #233: function anonymous(w=integer:850, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #234: function anonymous(w=integer:850, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #235: function anonymous(w=integer:850) in <dynapi3x/src/api/dynlayer_base.js> line 309 #236: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #237: function anonymous(w=integer:850, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #238: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #239: function anonymous() in <dynapi3x/src/api/event.js> line 335 #240: function anonymous(w=integer:854, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #241: function anonymous(w=integer:854, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #242: function anonymous(w=integer:854) in <dynapi3x/src/api/dynlayer_base.js> line 309 #243: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #244: function anonymous(w=integer:854, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #245: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #246: function anonymous() in <dynapi3x/src/api/event.js> line 335 #247: function anonymous(w=integer:858, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #248: function anonymous(w=integer:858, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #249: function anonymous(w=integer:858) in <dynapi3x/src/api/dynlayer_base.js> line 309 #250: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #251: function anonymous(w=integer:858, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #252: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #253: function anonymous() in <dynapi3x/src/api/event.js> line 335 #254: function anonymous(w=integer:862, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #255: function anonymous(w=integer:862, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #256: function anonymous(w=integer:862) in <dynapi3x/src/api/dynlayer_base.js> line 309 #257: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #258: function anonymous(w=integer:862, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #259: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #260: function anonymous() in <dynapi3x/src/api/event.js> line 335 #261: function anonymous(w=integer:866, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #262: function anonymous(w=integer:866, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #263: function anonymous(w=integer:866) in <dynapi3x/src/api/dynlayer_base.js> line 309 #264: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #265: function anonymous(w=integer:866, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #266: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #267: function anonymous() in <dynapi3x/src/api/event.js> line 335 #268: function anonymous(w=integer:870, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #269: function anonymous(w=integer:870, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #270: function anonymous(w=integer:870) in <dynapi3x/src/api/dynlayer_base.js> line 309 #271: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #272: function anonymous(w=integer:870, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #273: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #274: function anonymous() in <dynapi3x/src/api/event.js> line 335 #275: function anonymous(w=integer:874, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #276: function anonymous(w=integer:874, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #277: function anonymous(w=integer:874) in <dynapi3x/src/api/dynlayer_base.js> line 309 #278: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #279: function anonymous(w=integer:874, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #280: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #281: function anonymous() in <dynapi3x/src/api/event.js> line 335 #282: function anonymous(w=integer:878, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #283: function anonymous(w=integer:878, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #284: function anonymous(w=integer:878) in <dynapi3x/src/api/dynlayer_base.js> line 309 #285: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #286: function anonymous(w=integer:878, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #287: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #288: function anonymous() in <dynapi3x/src/api/event.js> line 335 #289: function anonymous(w=integer:882, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #290: function anonymous(w=integer:882, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #291: function anonymous(w=integer:882) in <dynapi3x/src/api/dynlayer_base.js> line 309 #292: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #293: function anonymous(w=integer:882, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #294: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #295: function anonymous() in <dynapi3x/src/api/event.js> line 335 #296: function anonymous(w=integer:886, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #297: function anonymous(w=integer:886, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #298: function anonymous(w=integer:886) in <dynapi3x/src/api/dynlayer_base.js> line 309 #299: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #300: function anonymous(w=integer:886, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #301: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #302: function anonymous() in <dynapi3x/src/api/event.js> line 335 #303: function anonymous(w=integer:890, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #304: function anonymous(w=integer:890, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #305: function anonymous(w=integer:890) in <dynapi3x/src/api/dynlayer_base.js> line 309 #306: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #307: function anonymous(w=integer:890, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #308: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #309: function anonymous() in <dynapi3x/src/api/event.js> line 335 #310: function anonymous(w=integer:894, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #311: function anonymous(w=integer:894, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #312: function anonymous(w=integer:894) in <dynapi3x/src/api/dynlayer_base.js> line 309 #313: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #314: function anonymous(w=integer:894, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #315: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #316: function anonymous() in <dynapi3x/src/api/event.js> line 335 #317: function anonymous(w=integer:898, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #318: function anonymous(w=integer:898, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #319: function anonymous(w=integer:898) in <dynapi3x/src/api/dynlayer_base.js> line 309 #320: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #321: function anonymous(w=integer:898, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #322: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #323: function anonymous() in <dynapi3x/src/api/event.js> line 335 #324: function anonymous(w=integer:902, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #325: function anonymous(w=integer:902, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #326: function anonymous(w=integer:902) in <dynapi3x/src/api/dynlayer_base.js> line 309 #327: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #328: function anonymous(w=integer:902, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #329: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #330: function anonymous() in <dynapi3x/src/api/event.js> line 335 #331: function anonymous(w=integer:906, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #332: function anonymous(w=integer:906, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #333: function anonymous(w=integer:906) in <dynapi3x/src/api/dynlayer_base.js> line 309 #334: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #335: function anonymous(w=integer:906, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #336: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #337: function anonymous() in <dynapi3x/src/api/event.js> line 335 #338: function anonymous(w=integer:910, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #339: function anonymous(w=integer:910, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #340: function anonymous(w=integer:910) in <dynapi3x/src/api/dynlayer_base.js> line 309 #341: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #342: function anonymous(w=integer:910, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #343: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #344: function anonymous() in <dynapi3x/src/api/event.js> line 335 #345: function anonymous(w=integer:914, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #346: function anonymous(w=integer:914, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #347: function anonymous(w=integer:914) in <dynapi3x/src/api/dynlayer_base.js> line 309 #348: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #349: function anonymous(w=integer:914, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #350: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #351: function anonymous() in <dynapi3x/src/api/event.js> line 335 #352: function anonymous(w=integer:918, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #353: function anonymous(w=integer:918, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #354: function anonymous(w=integer:918) in <dynapi3x/src/api/dynlayer_base.js> line 309 #355: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #356: function anonymous(w=integer:918, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #357: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #358: function anonymous() in <dynapi3x/src/api/event.js> line 335 #359: function anonymous(w=integer:922, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #360: function anonymous(w=integer:922, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #361: function anonymous(w=integer:922) in <dynapi3x/src/api/dynlayer_base.js> line 309 #362: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #363: function anonymous(w=integer:922, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #364: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #365: function anonymous() in <dynapi3x/src/api/event.js> line 335 #366: function anonymous(w=integer:926, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #367: function anonymous(w=integer:926, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #368: function anonymous(w=integer:926) in <dynapi3x/src/api/dynlayer_base.js> line 309 #369: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #370: function anonymous(w=integer:926, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #371: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #372: function anonymous() in <dynapi3x/src/api/event.js> line 335 #373: function anonymous(w=integer:930, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #374: function anonymous(w=integer:930, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #375: function anonymous(w=integer:930) in <dynapi3x/src/api/dynlayer_base.js> line 309 #376: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #377: function anonymous(w=integer:930, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #378: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #379: function anonymous() in <dynapi3x/src/api/event.js> line 335 #380: function anonymous(w=integer:934, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #381: function anonymous(w=integer:934, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #382: function anonymous(w=integer:934) in <dynapi3x/src/api/dynlayer_base.js> line 309 #383: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #384: function anonymous(w=integer:934, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #385: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #386: function anonymous() in <dynapi3x/src/api/event.js> line 335 #387: function anonymous(w=integer:938, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #388: function anonymous(w=integer:938, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #389: function anonymous(w=integer:938) in <dynapi3x/src/api/dynlayer_base.js> line 309 #390: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #391: function anonymous(w=integer:938, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #392: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #393: function anonymous() in <dynapi3x/src/api/event.js> line 335 #394: function anonymous(w=integer:942, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #395: function anonymous(w=integer:942, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #396: function anonymous(w=integer:942) in <dynapi3x/src/api/dynlayer_base.js> line 309 #397: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #398: function anonymous(w=integer:942, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #399: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #400: function anonymous() in <dynapi3x/src/api/event.js> line 335 #401: function anonymous(w=integer:946, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #402: function anonymous(w=integer:946, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #403: function anonymous(w=integer:946) in <dynapi3x/src/api/dynlayer_base.js> line 309 #404: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #405: function anonymous(w=integer:946, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #406: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #407: function anonymous() in <dynapi3x/src/api/event.js> line 335 #408: function anonymous(w=integer:950, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #409: function anonymous(w=integer:950, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #410: function anonymous(w=integer:950) in <dynapi3x/src/api/dynlayer_base.js> line 309 #411: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #412: function anonymous(w=integer:950, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #413: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #414: function anonymous() in <dynapi3x/src/api/event.js> line 335 #415: function anonymous(w=integer:954, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #416: function anonymous(w=integer:954, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #417: function anonymous(w=integer:954) in <dynapi3x/src/api/dynlayer_base.js> line 309 #418: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #419: function anonymous(w=integer:954, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #420: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #421: function anonymous() in <dynapi3x/src/api/event.js> line 335 #422: function anonymous(w=integer:958, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #423: function anonymous(w=integer:958, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #424: function anonymous(w=integer:958) in <dynapi3x/src/api/dynlayer_base.js> line 309 #425: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #426: function anonymous(w=integer:958, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #427: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #428: function anonymous() in <dynapi3x/src/api/event.js> line 335 #429: function anonymous(w=integer:962, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #430: function anonymous(w=integer:962, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #431: function anonymous(w=integer:962) in <dynapi3x/src/api/dynlayer_base.js> line 309 #432: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #433: function anonymous(w=integer:962, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #434: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #435: function anonymous() in <dynapi3x/src/api/event.js> line 335 #436: function anonymous(w=integer:966, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #437: function anonymous(w=integer:966, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #438: function anonymous(w=integer:966) in <dynapi3x/src/api/dynlayer_base.js> line 309 #439: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #440: function anonymous(w=integer:966, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #441: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #442: function anonymous() in <dynapi3x/src/api/event.js> line 335 #443: function anonymous(w=integer:970, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #444: function anonymous(w=integer:970, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #445: function anonymous(w=integer:970) in <dynapi3x/src/api/dynlayer_base.js> line 309 #446: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #447: function anonymous(w=integer:970, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #448: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #449: function anonymous() in <dynapi3x/src/api/event.js> line 335 #450: function anonymous(w=integer:974, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #451: function anonymous(w=integer:974, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #452: function anonymous(w=integer:974) in <dynapi3x/src/api/dynlayer_base.js> line 309 #453: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #454: function anonymous(w=integer:974, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #455: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #456: function anonymous() in <dynapi3x/src/api/event.js> line 335 #457: function anonymous(w=integer:978, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #458: function anonymous(w=integer:978, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #459: function anonymous(w=integer:978) in <dynapi3x/src/api/dynlayer_base.js> line 309 #460: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #461: function anonymous(w=integer:978, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #462: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #463: function anonymous() in <dynapi3x/src/api/event.js> line 335 #464: function anonymous(w=integer:982, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #465: function anonymous(w=integer:982, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #466: function anonymous(w=integer:982) in <dynapi3x/src/api/dynlayer_base.js> line 309 #467: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #468: function anonymous(w=integer:982, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #469: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #470: function anonymous() in <dynapi3x/src/api/event.js> line 335 #471: function anonymous(w=integer:986, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #472: function anonymous(w=integer:986, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #473: function anonymous(w=integer:986) in <dynapi3x/src/api/dynlayer_base.js> line 309 #474: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #475: function anonymous(w=integer:986, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #476: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #477: function anonymous() in <dynapi3x/src/api/event.js> line 335 #478: function anonymous(w=integer:990, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #479: function anonymous(w=integer:990, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #480: function anonymous(w=integer:990) in <dynapi3x/src/api/dynlayer_base.js> line 309 #481: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #482: function anonymous(w=integer:990, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #483: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #484: function anonymous() in <dynapi3x/src/api/event.js> line 335 #485: function anonymous(w=integer:994, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #486: function anonymous(w=integer:994, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #487: function anonymous(w=integer:994) in <dynapi3x/src/api/dynlayer_base.js> line 309 #488: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #489: function anonymous(w=integer:994, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #490: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #491: function anonymous() in <dynapi3x/src/api/event.js> line 335 #492: function anonymous(w=integer:998, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #493: function anonymous(w=integer:998, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #494: function anonymous(w=integer:998) in <dynapi3x/src/api/dynlayer_base.js> line 309 #495: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #496: function anonymous(w=integer:998, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #497: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #498: function anonymous() in <dynapi3x/src/api/event.js> line 335 #499: function anonymous(w=integer:1002, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #500: function anonymous(w=integer:1002, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #501: function anonymous(w=integer:1002) in <dynapi3x/src/api/dynlayer_base.js> line 309 #502: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #503: function anonymous(w=integer:1002, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #504: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #505: function anonymous() in <dynapi3x/src/api/event.js> line 335 #506: function anonymous(w=integer:1006, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #507: function anonymous(w=integer:1006, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #508: function anonymous(w=integer:1006) in <dynapi3x/src/api/dynlayer_base.js> line 309 #509: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #510: function anonymous(w=integer:1006, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #511: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #512: function anonymous() in <dynapi3x/src/api/event.js> line 335 #513: function anonymous(w=integer:1010, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #514: function anonymous(w=integer:1010, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #515: function anonymous(w=integer:1010) in <dynapi3x/src/api/dynlayer_base.js> line 309 #516: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #517: function anonymous(w=integer:1010, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #518: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #519: function anonymous() in <dynapi3x/src/api/event.js> line 335 #520: function anonymous(w=integer:1014, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #521: function anonymous(w=integer:1014, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #522: function anonymous(w=integer:1014) in <dynapi3x/src/api/dynlayer_base.js> line 309 #523: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #524: function anonymous(w=integer:1014, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #525: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #526: function anonymous() in <dynapi3x/src/api/event.js> line 335 #527: function anonymous(w=integer:1018, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #528: function anonymous(w=integer:1018, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #529: function anonymous(w=integer:1018) in <dynapi3x/src/api/dynlayer_base.js> line 309 #530: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #531: function anonymous(w=integer:1018, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #532: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #533: function anonymous() in <dynapi3x/src/api/event.js> line 335 #534: function anonymous(w=integer:1022, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #535: function anonymous(w=integer:1022, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #536: function anonymous(w=integer:1022) in <dynapi3x/src/api/dynlayer_base.js> line 309 #537: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #538: function anonymous(w=integer:1022, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #539: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #540: function anonymous() in <dynapi3x/src/api/event.js> line 335 #541: function anonymous(w=integer:1026, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #542: function anonymous(w=integer:1026, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #543: function anonymous(w=integer:1026) in <dynapi3x/src/api/dynlayer_base.js> line 309 #544: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #545: function anonymous(w=integer:1026, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #546: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #547: function anonymous() in <dynapi3x/src/api/event.js> line 335 #548: function anonymous(w=integer:1030, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #549: function anonymous(w=integer:1030, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #550: function anonymous(w=integer:1030) in <dynapi3x/src/api/dynlayer_base.js> line 309 #551: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #552: function anonymous(w=integer:1030, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #553: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #554: function anonymous() in <dynapi3x/src/api/event.js> line 335 #555: function anonymous(w=integer:1034, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #556: function anonymous(w=integer:1034, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #557: function anonymous(w=integer:1034) in <dynapi3x/src/api/dynlayer_base.js> line 309 #558: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #559: function anonymous(w=integer:1034, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #560: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #561: function anonymous() in <dynapi3x/src/api/event.js> line 335 #562: function anonymous(w=integer:1038, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #563: function anonymous(w=integer:1038, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #564: function anonymous(w=integer:1038) in <dynapi3x/src/api/dynlayer_base.js> line 309 #565: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #566: function anonymous(w=integer:1038, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #567: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #568: function anonymous() in <dynapi3x/src/api/event.js> line 335 #569: function anonymous(w=integer:1042, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #570: function anonymous(w=integer:1042, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #571: function anonymous(w=integer:1042) in <dynapi3x/src/api/dynlayer_base.js> line 309 #572: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #573: function anonymous(w=integer:1042, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #574: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #575: function anonymous() in <dynapi3x/src/api/event.js> line 335 #576: function anonymous(w=integer:1046, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #577: function anonymous(w=integer:1046, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #578: function anonymous(w=integer:1046) in <dynapi3x/src/api/dynlayer_base.js> line 309 #579: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #580: function anonymous(w=integer:1046, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #581: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #582: function anonymous() in <dynapi3x/src/api/event.js> line 335 #583: function anonymous(w=integer:1050, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #584: function anonymous(w=integer:1050, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #585: function anonymous(w=integer:1050) in <dynapi3x/src/api/dynlayer_base.js> line 309 #586: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #587: function anonymous(w=integer:1050, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #588: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #589: function anonymous() in <dynapi3x/src/api/event.js> line 335 #590: function anonymous(w=integer:1054, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #591: function anonymous(w=integer:1054, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #592: function anonymous(w=integer:1054) in <dynapi3x/src/api/dynlayer_base.js> line 309 #593: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #594: function anonymous(w=integer:1054, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #595: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #596: function anonymous() in <dynapi3x/src/api/event.js> line 335 #597: function anonymous(w=integer:1058, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #598: function anonymous(w=integer:1058, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #599: function anonymous(w=integer:1058) in <dynapi3x/src/api/dynlayer_base.js> line 309 #600: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #601: function anonymous(w=integer:1058, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #602: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #603: function anonymous() in <dynapi3x/src/api/event.js> line 335 #604: function anonymous(w=integer:1062, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #605: function anonymous(w=integer:1062, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #606: function anonymous(w=integer:1062) in <dynapi3x/src/api/dynlayer_base.js> line 309 #607: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #608: function anonymous(w=integer:1062, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #609: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #610: function anonymous() in <dynapi3x/src/api/event.js> line 335 #611: function anonymous(w=integer:1066, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #612: function anonymous(w=integer:1066, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #613: function anonymous(w=integer:1066) in <dynapi3x/src/api/dynlayer_base.js> line 309 #614: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #615: function anonymous(w=integer:1066, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #616: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #617: function anonymous() in <dynapi3x/src/api/event.js> line 335 #618: function anonymous(w=integer:1070, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #619: function anonymous(w=integer:1070, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #620: function anonymous(w=integer:1070) in <dynapi3x/src/api/dynlayer_base.js> line 309 #621: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #622: function anonymous(w=integer:1070, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #623: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #624: function anonymous() in <dynapi3x/src/api/event.js> line 335 #625: function anonymous(w=integer:1074, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #626: function anonymous(w=integer:1074, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #627: function anonymous(w=integer:1074) in <dynapi3x/src/api/dynlayer_base.js> line 309 #628: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #629: function anonymous(w=integer:1074, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #630: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #631: function anonymous() in <dynapi3x/src/api/event.js> line 335 #632: function anonymous(w=integer:1078, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #633: function anonymous(w=integer:1078, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #634: function anonymous(w=integer:1078) in <dynapi3x/src/api/dynlayer_base.js> line 309 #635: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #636: function anonymous(w=integer:1078, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #637: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #638: function anonymous() in <dynapi3x/src/api/event.js> line 335 #639: function anonymous(w=integer:1082, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #640: function anonymous(w=integer:1082, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #641: function anonymous(w=integer:1082) in <dynapi3x/src/api/dynlayer_base.js> line 309 #642: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #643: function anonymous(w=integer:1082, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #644: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #645: function anonymous() in <dynapi3x/src/api/event.js> line 335 #646: function anonymous(w=integer:1086, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #647: function anonymous(w=integer:1086, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #648: function anonymous(w=integer:1086) in <dynapi3x/src/api/dynlayer_base.js> line 309 #649: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #650: function anonymous(w=integer:1086, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #651: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #652: function anonymous() in <dynapi3x/src/api/event.js> line 335 #653: function anonymous(w=integer:1090, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #654: function anonymous(w=integer:1090, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #655: function anonymous(w=integer:1090) in <dynapi3x/src/api/dynlayer_base.js> line 309 #656: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #657: function anonymous(w=integer:1090, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #658: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #659: function anonymous() in <dynapi3x/src/api/event.js> line 335 #660: function anonymous(w=integer:1094, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #661: function anonymous(w=integer:1094, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #662: function anonymous(w=integer:1094) in <dynapi3x/src/api/dynlayer_base.js> line 309 #663: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #664: function anonymous(w=integer:1094, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #665: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #666: function anonymous() in <dynapi3x/src/api/event.js> line 335 #667: function anonymous(w=integer:1098, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #668: function anonymous(w=integer:1098, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #669: function anonymous(w=integer:1098) in <dynapi3x/src/api/dynlayer_base.js> line 309 #670: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #671: function anonymous(w=integer:1098, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #672: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #673: function anonymous() in <dynapi3x/src/api/event.js> line 335 #674: function anonymous(w=integer:1102, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #675: function anonymous(w=integer:1102, h=null:null) in <dynapi3x/src/gui/groupmanager.js> line 20 #676: function anonymous(w=integer:1102) in <dynapi3x/src/api/dynlayer_base.js> line 309 #677: function anonymous() in <dynapi3x/src/api/dynlayer_base.js> line 64 #678: function anonymous(w=integer:1102, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 224 #679: function anonymous(id=string:"DynObject101") in <dynapi3x/src/api/event.js> line 328 #680: function anonymous() in <dynapi3x/src/api/event.js> line 335 #681: function anonymous(w=integer:1106, h=null:null) in <dynapi3x/src/api/dynlayer_base.js> line 217 #682: function anonymous(w=integer:1106, h=null:null) in <dynapi3x/src/gui... [truncated message content] |
From: Joy R. <joy...@ho...> - 2003-09-09 16:23:46
|
Hello, Here is a PDF version of the file. - Juho Risku / Helmi Staff http://www.visualway.com/helmi >From: Benoit Marchant <mar...@ma...> >Reply-To: dyn...@li... >To: dyn...@li... >Subject: Re: [Dynapi-Dev] DynAPI webteam - site structure draft >Date: Tue, 2 Sep 2003 09:46:52 -0700 > >Hi > >I couldn't find a reader for Mac OS X ? >That could be a problem ! > >Thanks, > >Benoit > >On Monday, September 1, 2003, at 05:21 AM, Joy Ride wrote: > >>Hello, >> >>I finally managed to find out some time to put in to DynAPI project. As a >>result here is a dynapi site structure draft. All the comments are very >>wellcome. :-) Attached file is created with the MindManager 2002 software, >>free viewer (and some other downloads) is available at: >>http://www.mindjet.com/eu/support/sup_download.php >> >>- Juho Risku / Helmi Staff >> http://www.visualway.com/helmi >> >>_________________________________________________________________ >>MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. >>http://join.msn.com/?page=features/virus >><DynAPI site structure - 1.9.2003.mmp> > > > >------------------------------------------------------- >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.../ _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 |
From: Joy R. <joy...@ho...> - 2003-09-09 16:13:57
|
Hello, >One question still remains.. Who's going to pay for >the domain name every year? Can we find a sponser? Yes you can. I'm prepared to pay for the domain. It's not a such a big money afterall. - Juho Risku / Helmi Staff http://www.visualway.com/helmi >From: Raymond Irving <xw...@ya...> >Reply-To: dyn...@li... >To: dyn...@li... >Subject: Re: [Dynapi-Dev] JavaScript Scripting Resources >Date: Thu, 4 Sep 2003 20:24:21 -0700 (PDT) > > >One question still remains.. Who's going to pay for >the domain name every year? Can we find a sponser? > >-- >Raymond Irving > >--- Leif W <war...@us...> wrote: > > > ----- Original Message ----- > > > From: "C Kissinger" <cki...@ne...> > > > To: <dyn...@li...> > > > Sent: Thursday, September 04, 2003 7:57 PM > > > Subject: RE: [Dynapi-Dev] JavaScript Scripting > > Resources > > > > > > OK, I get the point. > > > The idea is to just redo the SF site. > > > > > > I thought it would help PR if we had dynapi.com > > > or somesuch domain as the "public access" or > > > slick "final release" site and concentrate on > > > the SF site as dev site. > > > > Maybe it would be simpler to stay focussed on the > > site redesign (which isn't > > done yet) before switching ISPs. This way we don't > > have to juggle two major > > changes at once. But I wouldn't dismiss or devalue > > the discussion about > > other hosting options if that would be agreeable and > > beneficial to the > > group. Always nice to have options. > > > > One point that really sticks out though, we really > > should have the DNS > > cleaned up so that they all point to the new > > (primary?) site, wether it's on > > SF or elsewhere. Dan Steinman is the inventor and > > reinventor of the DynAPI, > > has been the cornerstone since its inception. But > > where has he been lately? > > He doesn't post, so I don't know if he reads or > > cares about the project or > > is just to darn busy with all the other things that > > come up in life. > > > > Anyways, the point I'm trying to make, is this > > project also has a lot of new > > talent who have put a lot of work into this DynAPI > > 3.x, so it's maybe not > > just Dan's private little project anymore. Again, I > > hate to sound like I'm > > trying to take something away (i.e. pry the DNS out > > of his hands), but maybe > > more than one person (some voted DNS group) could > > have access to the DNS > > stuff so it could be more easily changed in the > > future (i.e. not having to > > wait if he's on vacation, if other mail is taking > > priority, etc.). And not > > just one person controlling it who could shoot down > > any plans to change > > simply by saying "no, it's mine and I don't want to > > do it, or I'm too busy > > to bother right now". That's my only concern. > > > > Leif > > > > > Christopher Kissinger > > > Web Development Consultant > > > > > > Net Industries, Inc. > > > www.netindustries.net > > > > > > > > > >>> -----Original Message----- > > > >>> From: dyn...@li... > > > >>> > > [mailto:dyn...@li...] On > > Behalf > > > >>> Of Raymond Irving > > > >>> Sent: Thursday, September 04, 2003 9:51 AM > > > >>> To: dyn...@li... > > > >>> Subject: RE: [Dynapi-Dev] JavaScript > > Scripting Resources > > > >>> > > > >>> > > > >>> Hi Chris, > > > >>> > > > >>> Please see below: > > > >>> > > > >>> --- C Kissinger > > <cki...@ne...> wrote: > > > >>> > OK, so if Dan has any input soon or if we > > could > > > >>> > contact him, we ask him if he's willing to > > point > > > >>> > his DNS at our IPs? Prefer .com, .org, or > > .net? > > > >>> > > > >>> Ok. Are we planning on moving the DynAPI > > website from > > > >>> SF to another ISP? > > > >>> > > > >>> > Like I said, I would be willing to put up > > the web > > > >>> > space, unless someone else has a better > > deal > > > >>> > (static IP with in-house server and OC3 > > maybe?). > > > >>> > > > >>> Hmmm.. This is something that the webteam > > will have to > > > >>> agree on. Keeping the website on SF would > > make it > > > >>> accessible to all would be sf developers. The > > other > > > >>> things that comes to mind when moving to > > another ISP > > > >>> is the ability of the propiety ISP to provide > > backups, > > > >>> 24x7 support, etc > > > >>> > > > >>> > > > >>> > As for PR, you're right Leif. We should > > compile a > > > >>> > comprehensive list for release all at once, > > slightly > > > >>> > before launch. > > > >>> > > > >>> I also like this PR idea. I think it's well > > needed. > > > >>> > > > >>> -- > > > >>> Raymond Irving > > > >>> > > > >>> > Christopher D. Kissinger > > > >>> > > > > >>> > >>> -----Original Message----- > > > >>> > >>> From: > > dyn...@li... > > > >>> > [mailto:dynapi-dev- > > > >>> > >>> ad...@li...] On Behalf > > Of Leif > > > >>> > W > > > >>> > >>> Sent: Wednesday, September 03, 2003 > > 10:53 AM > > > >>> > >>> To: dyn...@li... > > > >>> > >>> Subject: Re: [Dynapi-Dev] JavaScript > > Scripting > > > >>> > Resources > > > >>> > >>> > > > >>> > >>> Doing a comprehensive check (DNS, web, > > mail), > > > >>> > >>> > > > >>> > >>> Also checked dynapi.net and > > dynapi.org, and Dan > > > >>> > Steinman has both of > > > >>> > >>> those > > > >>> > >>> also. All three domains are using > > DynDNS for > > > >>> > their DNS, so they would > > > >>> > >>> need > > > >>> > >>> to be updated (i.e. to a static dns > > within > > > >>> > DynDNS) or changed to a > > > >>> > >>> different > > > >>> > >>> DNS provider. dynapi.org and > > dynapi.net both > > > >>> > point to the same RCN > > > >>> > >>> cable > > > >>> > >>> account while dynapi.com doesn't have > > an IP. > > > >>> > dynapi.com, .net, and > > > >>> > >>> .org all > > > >>> > >>> don't hit a standard web server (i.e. > > port 80.) > > > >>> > This would need > > > >>> > >>> changing to > > > >>> > >>> hit the webservers. www.dynapi.org > > redirects > > > >>> > to > > > >>> > >>> http://dynapi.sourceforge.net/dynapi/, > > > >>> > www.dynapi.net redirects to > > > >>> > >>> dynapi.net:82. These would need to > > point to > > > >>> > the new IP. dynapi.net > > > >>> > >>> has an > > > >>> > >>> MX record pointing to dynapi.net with > > a mail > > > >>> > server listening, while > > > >>> > >>> dynapi.com and dynapi.org have no MX > > records. > > > >>> > If we're going to set up > > > >>> > >>> mail > > > >>> > >>> capabilities (accounts or simply > > forwards) on a > > > >>> > new server, MX records > > > >>> > >>> would > > > >>> > >>> also have to be added/updated. > > > >>> > >>> > > > >>> > >>> As far as the advertisement aspect > > goes, I'd > > > >>> > volunteer as the primary > > > >>> > >>> contact, and if anyone has suggestions > > or > > > >>> > instructions about where to > > > >>> > >>> go, > > > >>> > >>> who to contact, how to make > > submissions >=== message truncated === > > >__________________________________ >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.../ _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Raymond I. <xw...@ya...> - 2003-09-09 15:40:12
|
Hello Everyone, I've managed to finally upload the components that I have been working on. They're currently in the alpha stage so don't expect them to work flawlessly accross browsers. Please have a thorough look at them along with the other changes like getContentWidth/Height etc and let us know what we should or should not do. Please look at the new StyleManager approach to creating components and let us have a discussion on this. Can we come up with other means of doing the same thing or is the StyleManager way ok? Here's some info from the quickrefs about the StyleManager Library: StyleManager makes it possible to change the look-and-feel of any DynLayer component by just simply changing the style of the component. Styles can also be used to change or enhance the behavior of a component without having to create or load a different class or library. For example: The Button component provides a set of basic input/output functions which in and of themselves do not generate any user interface. For the Button to be of any use to the user a style must be applied that will render a user interface. In times past if the user wants to use a FlatButton, an ImageButton and a normal PushButton, he/she would have to load and create three different objects: var btn1 = new FlatButton(); var btn2 = new ImageButton(); var btn3 = new PushButton(); With Style Manager only one Button Class is required and the necessary styles: var btn1 = new Button(null,10,10,100,100); var btn2 = new Button(null,110,10,100,100,'ButtonFlat'); var btn3 = newButton(null,220,10,100,100,'ButtonImage'); Changes ------------- [*] Update quickrefs (See docs/docs/quickref.html) [+] Added new examples (See examples/dynapi.gui.*.html) [+] Add Explorer Component [+] Add Button Component [+] Add CheckBox Component [+] Add RadioButton Component [+] Add Knob Component [+] Add ListBox Component [+] Add ViewPane Component [+] Add ScrollBar Component [+] Add Marquee Component [+] Add ProgressBar Component [+] Add StyleManager Library [+] Add PoolManager Library [+] Add setOpacity() and getOpacity() to Fader Library [-] Fix HTMLListbox getItem() bug [*] Rename dynapi.util.ioelement-sync.html to dynapi.util.ioelement-soda.sync.html [*] Remove dynapi.util.ioelement-soda-nsync.html example [-] Fix text column bug in HTMLTextArea [+] Add "event" argument to HTMLComponent inline events [*] Modify getContentWidth/Height for all browsers [*] Call adjustSize whenever a layer is removed. [*] Move component images from ext/images to gui/images [+] Add setAutoSize() to DynLayer [+] Add getBlueBrint() to DynLayerInline -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Michael B. <mi...@mi...> - 2003-09-09 07:06:12
|
My version of the 2.55 is fairly modified and I will not port it over to 2.5.7 but I just downloaded the 3x version and will start to play with it, there are some mac problems here to but I don't think there will be a problem. Cool it can create layers before load WAY cool!! I see what I can do Michael > Hello ListHi Michael. > > It's cool to have new enthusiastic developers. :) I'm looking over the > site with what browsers I have available (Internet Explorer 6, Mozilla 1.5, > Mozilla Firebird 0.6.1, Opera 7.11), all on win32 platform. I'd strongly > suggest you do one (or maybe both) of these things... either post your > patches against the "newest" 2.5.7 build (which I'm not too familiar with, > and there's someone else on the list whose company has patches to 2.5.7), or > better, focus on the new 3.0.x library, find and fix bugs there, port apps > over to that. > > Unfortunately I must sleep now, so I can't do an exhaustive look. > > Leif > Hi there dynapi folks > > I just signed on and wanted to let you guys know that I've been playing > around with dynapi for a while now and the result is IOS (internet operating > system) > > IOS is a virtual OS. It creates a virtual desktop in your browser window. > You can drag, drop, move, open, close, type and more > > I'm using a older version 2.55 ( I now see that you have a version 3 :) > nice ) that has been modified for the Macintosh platform, the dynapi is NOT > Mac friendly. > > I only using the dynapi for object creation and events > > I've written a written a bunch of new widgets that works fine on the > Macintosh and windows for that matter.... :) > > I've just released the first version and would like you guys to help out > with some debugging, code suggestions, new widgets etc... > > I got some cool ideas for IOS in the future and would like to see it grow. > > Go to http://www.michaelbystrom.com download and play > > I could say a million more things but I'll save it for a another day. > > Nice day... > Michael |
From: Michael B. <mi...@mi...> - 2003-09-09 06:54:28
|
Raymond, Yes I'm downloading it now and will take a look at it. I'm glad you like it :) There are some cool stuff you can do with it Michael > Hi Michael, > > Wow! Awesome! > > The demo is look really nice (very nice). > > You've got to look into DynAPI 3.0 as it has a lot of > new features that will help you to create more complex > component. > > Check out the lastest snapshot here: > > http://dynapi.sourceforge.net/doccenter/index.php?Snapshots > Keep up the good work. > > > -- > Raymond Irving > --- Michael Bystrom <mi...@mi...> > wrote: >> Hi there dynapi folks >> >> I just signed on and wanted to let you guys know >> that I?ve been playing >> around with dynapi for a while now and the result is >> IOS (internet operating >> system) >> >> IOS is a virtual OS. It creates a virtual desktop in >> your browser window. >> You can drag, drop, move, open, close, type and more >> >> I?m using a older version 2.55 ( I now see that you >> have a version 3 :) nice >> ) that has been modified for the Macintosh >> platform, the dynapi is NOT Mac >> friendly. >> >> I only using the dynapi for object creation and >> events >> >> I?ve written a written a bunch of new widgets that >> works fine on the >> Macintosh and windows for that matter.... :) >> >> I?ve just released the first version and would like >> you guys to help out >> with some debugging, code suggestions, new widgets >> etc... >> >> I got some cool ideas for IOS in the future and >> would like to see it grow. >> >> Go to http://www.michaelbystrom.com download and >> play >> >> I could say a million more things but I?ll save it >> for a another day. >> >> Nice day... >> Michael |
From: Raymond I. <xw...@ya...> - 2003-09-09 04:05:56
|
Hi, Is this list working? -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-09-09 03:39:15
|
Hi Michael, Wow! Awesome! The demo is look really nice (very nice). You've got to look into DynAPI 3.0 as it has a lot of new features that will help you to create more complex component. Check out the lastest snapshot here: http://dynapi.sourceforge.net/doccenter/index.php?Snapshots PS. You need to suncribe to the mailing list with using mi...@mi.... http://dynapi.sourceforge.net/doccenter/index.php?MailingLists Keep up the good work. -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > Hi there dynapi folks > > I just signed on and wanted to let you guys know > that I¹ve been playing > around with dynapi for a while now and the result is > IOS (internet operating > system) > > IOS is a virtual OS. It creates a virtual desktop in > your browser window. > You can drag, drop, move, open, close, type and more > > I¹m using a older version 2.55 ( I now see that you > have a version 3 :) nice > ) that has been modified for the Macintosh > platform, the dynapi is NOT Mac > friendly. > > I only using the dynapi for object creation and > events > > I¹ve written a written a bunch of new widgets that > works fine on the > Macintosh and windows for that matter.... :) > > I¹ve just released the first version and would like > you guys to help out > with some debugging, code suggestions, new widgets > etc... > > I got some cool ideas for IOS in the future and > would like to see it grow. > > Go to http://www.michaelbystrom.com download and > play > > I could say a million more things but I¹ll save it > for a another day. > > Nice day... > Michael > > > > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-09-09 03:29:37
|
Hello ListHi Michael. It's cool to have new enthusiastic developers. :) I'm looking over the site with what browsers I have available (Internet Explorer 6, Mozilla 1.5, Mozilla Firebird 0.6.1, Opera 7.11), all on win32 platform. I'd strongly suggest you do one (or maybe both) of these things... either post your patches against the "newest" 2.5.7 build (which I'm not too familiar with, and there's someone else on the list whose company has patches to 2.5.7), or better, focus on the new 3.0.x library, find and fix bugs there, port apps over to that. Unfortunately I must sleep now, so I can't do an exhaustive look. Leif ----- Original Message ----- From: Michael Bystrom To: dyn...@li... Sent: Monday, September 08, 2003 9:48 AM Subject: [Dynapi-Dev] Hello List Hi there dynapi folks I just signed on and wanted to let you guys know that I've been playing around with dynapi for a while now and the result is IOS (internet operating system) IOS is a virtual OS. It creates a virtual desktop in your browser window. You can drag, drop, move, open, close, type and more I'm using a older version 2.55 ( I now see that you have a version 3 :) nice ) that has been modified for the Macintosh platform, the dynapi is NOT Mac friendly. I only using the dynapi for object creation and events I've written a written a bunch of new widgets that works fine on the Macintosh and windows for that matter.... :) I've just released the first version and would like you guys to help out with some debugging, code suggestions, new widgets etc... I got some cool ideas for IOS in the future and would like to see it grow. Go to http://www.michaelbystrom.com download and play I could say a million more things but I'll save it for a another day. Nice day... Michael |
From: Michael B. <mi...@mi...> - 2003-09-09 00:43:10
|
Hi there dynapi folks I just signed on and wanted to let you guys know that I=B9ve been playing around with dynapi for a while now and the result is IOS (internet operatin= g system) IOS is a virtual OS. It creates a virtual desktop in your browser window. You can drag, drop, move, open, close, type and more I=B9m using a older version 2.55 ( I now see that you have a version 3 :) nic= e ) that has been modified for the Macintosh platform, the dynapi is NOT Mac friendly.=20 I only using the dynapi for object creation and events I=B9ve written a written a bunch of new widgets that works fine on the Macintosh and windows for that matter.... :) I=B9ve just released the first version and would like you guys to help out with some debugging, code suggestions, new widgets etc... I got some cool ideas for IOS in the future and would like to see it grow. Go to http://www.michaelbystrom.com download and play I could say a million more things but I=B9ll save it for a another day. Nice day... Michael |
From: C K. <cki...@ne...> - 2003-09-08 04:23:31
|
000 seems the cleanest and most discernable from arm's length @ 1600x1200. Logos are always good! I used to know what browser verions/platforms support them, I think it's IE5, NS6, Mozilla 1.0 in Win, not sure about Mac or *nix/nux anymore. =20 Christopher Kissinger >>> -----Original Message----- >>> From: dyn...@li...=20 >>> [mailto:dyn...@li...] On Behalf Of Leif W >>> Sent: Sunday, September 07, 2003 8:03 PM >>> To: DynAPI-Dev >>> Subject: [Dynapi-Dev] DynAPI custom favicon frippery. >>> =20 >>> =20 >>> Hello, >>> =20 >>> I noticed in my own weblogs that sometimes browsers=20 >>> request the favicon.ico, >>> and I've been noticing more sites have them now (like=20 http://sf.net/ ), and notice most broswers support them to some extent, and was just playing around with making icons on my own. Here's a few with various DynAPI colors, trying to incorporate the 7-point spinny star thingy from some months ago. Any thoughts / preferences? Yes I have too much free time = this weekend. ;-) Leif |
From: Leif W <war...@us...> - 2003-09-08 01:03:22
|
Hello, I noticed in my own weblogs that sometimes browsers request the favicon.ico, and I've been noticing more sites have them now (like http://sf.net/ ), and notice most broswers support them to some extent, and was just playing around with making icons on my own. Here's a few with various DynAPI colors, trying to incorporate the 7-point spinny star thingy from some months ago. Any thoughts / preferences? Yes I have too much free time this weekend. ;-) Leif |
From: Raymond I. <xw...@ya...> - 2003-09-07 13:42:33
|
In most cases we would assume correct parameters. For example we will not convert an agrument to an integer using parseInt() if an integer value is expected. This reduces coding and IMO at time is much faster. In other cases we normally check for missing arguments etc. The getItem error will be fixed in my next upload to cvs. PS. It is always good to mention a problem that you've noticed in the API. -- Raymond Irving --- Leif W <war...@us...> wrote: > I've noticed the same thing before but never > mentioned it. Most if not all > functions I've seen assume correct parameters. This > was probably done for > efficiency sake (I am guessing), so to save CPU time > by having less code. > But I was wondering if this makes it more difficult > to track down errors in > complex web apps. Anyone else care to elaborate on > the pros/cons of error > checking in terms of execution time vs. code > robustness and debugging? > > Leif > > ----- Original Message ----- > From: <ml...@id...> > To: <dyn...@li...> > Sent: Friday, September 05, 2003 10:43 PM > Subject: Re: [Dynapi-Dev] Index out of bound in > htmltextbox getItem > > > > > > I guess this is part of a larger design question. > > > > Should the Dynapi code check for invalid arguments > to calls? > > > > Having the no property error error appear is > functionally a thrown > > error. > > > > > > > > > Not sure if I understand. Is this a request to > change something? I'm > not > > > too familiar with this portion of the API, and > not sure how this might > > > affect other code, but see my proposed changes > below (expanded for ease > of > > > readability). > > > > > > The line 99: > > > > > > if(typeof(index)=='number') return > > > {text:o[index].text,value:o[index].value}; > > > > > > Is proposed to be changed to something like > this? > > > > > > 96 | p.getItem = function( index ) > > > 97 | { > > > 98 | if ( this.getElm() ) > > > 99 | { > > > 100 | var o = this.elm.options; > > > 101 | > > > 102 | if ( typeof( index ) == 'number' > && ( index >= 0 || index > < > > > o.length) > > > 103 | { > > > 104 | return { text:o[index].text, > value:o[index].value }; > > > 105 | } > > > 106 | else if ( typeof( index ) == > 'undefined' ) > > > 107 | { > > > 108 | return( null ); > > > 109 | } > > > 110 | else > > > 111 | { > > > 112 | for( var i = 0; i < o.length; > i++ ) > > > 113 | { > > > 114 | if ( index == o[i].value ) > > > 115 | { > > > 116 | return { > text:o[i].text, value:o[i].value }; > > > 117 | } > > > 118 | } > > > 119 | } > > > 120 | } > > > 121 | }; > > > > > > Leif > > > > > > ----- Original Message ----- > > > From: <ml...@id...> > > > To: <dyn...@li...> > > > Sent: Friday, September 05, 2003 12:22 AM > > > Subject: [Dynapi-Dev] Index out of bound in > htmltextbox getItem > > > > > > > > > > > > > > What is the correct thing to do here? > > > > > > > > The simple thing would be to return null if > o[index] is not a valid > > > > option. > > > > > > > > Test choices: > > > > if index < 0 || index >= o.length > > > > o[index] === undefined > > > > > > > > > > > > > > > > Error: o[index] has no properties > > > > Source File: dynapi3x/src/gui/htmllistbox.js > > > > Line: 99 > > > > > > > > 96 p.getItem = function(index){ > > > > 97 if(this.getElm()) { > > > > 98 var o = this.elm.options; > > > > 99 if(typeof(index)=='number') return > > > {text:o[index].text,value:o[index].value}; > > > > else { > > > > for(var i=0;i<o.length;i++) > if(index==o[i].value) return { > > > > text:o[i].text, > > > > value:o[i].value > > > > } > > > > } > > > > } > > > > }; > > > > > > > > > > > > > ------------------------------------------------------- > > > > 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.../ > > > > > > > > > > ------------------------------------------------------- > > 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-06 15:00:03
|
Hi folks! As we have seen in the previus posts, i dont think there will be a isp change and therefor no question about what language we should use. Best regards Daniel Tiru |