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-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: 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-11 01:16:28
|
Raymond, > 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 think the DynAPI is a fantastic building block. Like most of you I've built my own api versions that incorporate most of the things that the DynAPI does but what I fell for in the DynAPI was the event handling. It's real easy to create layers, but to connect them all and make sense of them is an art... This applies to all programs languishes :) The DynAPI Event class made this possible. I could not have written IOS or DynEditor without the brilliant construction of the event handle. Kudos to you all or the one who wrote it :) As for version 3 I just started to look at it, there are many changes and a lot to look at. But what I like most right now is the before onload thing.... Brilliant. Yes! I think will port all my work over to 3x version, I will also help in the development of the Macintosh side of it. > 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? I'm a 100% sure that this will happen. The DynEditor was a easy to create compare to the IOS. The inheritance problems I had and to build a new tree pane, list pane AND to be able to move ALL folders between the desktop and other folder was a times confusing state of mind... And is still :P > 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! Yes a offline/online Macromedia dreamweaver DynAPI. > Ok. Let's take me not get excited here. Michael, where > do we go from here with this amazing tool? Well first of I would like the DynAPI Community to help with it, I wrote this application for the DynAPI as a tool to create websites fast and easy. To get Widget and Events included is not easy BUT it is doable... I know we can create FLASH like web sites online fast and on the GO (on your laptop in an airport) for that meeting later that afternoon. How's that for a start :) Michael > --- 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 |
From: Raymond I. <xw...@ya...> - 2003-09-11 05:01:50
|
--- Michael Bystrom <mi...@mi...> wrote: > > Well first of I would like the DynAPI Community to > help with it, Great! Do you plan on: 1) Keeping the source on your website? Or 2) Starting a new SourceForge Project or similar? Or 3) Have us create a CVS module (similat to the logo module/directory) on the DynAPI Project for the source? I prefer #3 as dynapi developers will not have to join Yet-Another-Project to help out with the development of the editor. Would could all decide what we want to do right here. Changes made to the DynAPI can be easily reflected inside the editor. >... I wrote > this application for the DynAPI as a tool to create > websites fast and easy. I think it will certainly make life easier for some. > To get Widget and Events included is not easy BUT it > is doable... I think I can find a way how to get the events to be linked to the layers, but first I'm looking at how to make a properies window to edit the properties of the layer. >...I know we > can create FLASH like web sites online fast and on > the GO (on your laptop in > an airport) for that meeting later that afternoon. > How's that for a start :) Yea, the editor is a sure start for some "create your own Dyn(API)amic web site online" -- Raymond Irving > Michael > > > --- 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-13 07:40:53
|
Raymond, >> Well first of I would like the DynAPI Community to >> help with it, > Great! Do you plan on: > > 1) Keeping the source on your website? Or > 2) Starting a new SourceForge Project or similar? Or > 3) Have us create a CVS module (similat to the logo > module/directory) on the DynAPI Project for the > source? > I prefer #3 as dynapi developers will not have to join > Yet-Another-Project to help out with the development > of the editor. Would could all decide what we want to > do right here. Changes made to the DynAPI can be > easily reflected inside the editor. #3 I want this to evolve, I will always keep a "stabile" version on my site so we can point to that. I want this will be it's home. But for the development I agree with you, let everybody mess with it. :) I've never had to use a CVS dunno how it works! so can you set it up? Or.. I guess I have to learn now :) Raymond! Are you the admin if so, how many subscriber do we have to this list, I have a surprisingly low download count. IOS: 11 Dyneditor: 19 How many are developing for the api Where are you guys located! I just moved back from Los Angels after 12 years to Sweden. Michael >>>> 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: Raymond I. <xw...@ya...> - 2003-09-14 14:02:25
|
--- Michael Bystrom <mi...@mi...> wrote: > > 3) Have us create a CVS module (similat to the > logo > > module/directory) on the DynAPI Project for the > > source? > ...... > ....... > > #3 I want this to evolve, I will always keep a > "stabile" version on my site > so we can point to that. I want this will be it's > home. But for the > development I agree with you, let everybody mess > with it. :) > > I've never had to use a CVS dunno how it works! so > can you set it up? Or.. > I guess I have to learn now :) Well I can create a module (directory) on CVS for the editor so you just check it out the same way you would with dynapi3x. Is everyone in a greement with this? Another thing I think we should first do is to convert the editor to work with 3.0 Btw can we call it Visual DynAPI Editor (VDE) as the "visual" tells the user exactly what it does? > Raymond! Are you the admin if so, how many > subscriber do we have to this > list, Yes. I'm one of the developers the DynAPI project with administrator priviledges. Can't say for sure how many subscribers we have. But I do know that a lot of users are subscribed to the list. Some are only watching and waiting to see what will become of 3.0 You can look at the polls on the dynapi website dynapi.sf.net to see users feedback. For more publicity I would suggest you post a news article on the DynAPI website. > I have a surprisingly low download count. > IOS: 11 > Dyneditor: 19 > > How many are developing for the api > > Where are you guys located! We are all developers who are located all over the world. The DynAPI project is hosted on SourceForge wih I think is located in the US. -- Raymond Irving > I just moved back from Los Angels after 12 years to > Sweden. > > Michael > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Kevin <ke...@ke...> - 2003-09-14 19:06:04
|
See below, "Raymond Irving" <xw...@ya...> wrote: > --- Michael Bystrom <mi...@mi...> > wrote: > > > 3) Have us create a CVS module (similat to the > > logo > > > module/directory) on the DynAPI Project for the > > > source? > > ...... > > ....... > > > > #3 I want this to evolve, I will always keep a > > "stabile" version on my site > > so we can point to that. I want this will be it's > > home. But for the > > development I agree with you, let everybody mess > > with it. :) > > > > I've never had to use a CVS dunno how it works! so > > can you set it up? Or.. > > I guess I have to learn now :) > > Well I can create a module (directory) on CVS for the > editor so you just check it out the same way you would > with dynapi3x. Is everyone in a greement with this? > > Another thing I think we should first do is to convert > the editor to work with 3.0 That would be good. > Btw can we call it Visual DynAPI Editor (VDE) as the > "visual" tells the user exactly what it does? > > > Raymond! Are you the admin if so, how many > > subscriber do we have to this > > list, > > Yes. I'm one of the developers the DynAPI project > with administrator priviledges. > > Can't say for sure how many subscribers we have. But I > do know that a lot of users are subscribed to the > list. Some are only watching and waiting to see what > will become of 3.0 I have done some bits and pieces for the projct but have been watching recently. > You can look at the polls on the dynapi website > dynapi.sf.net to see users feedback. For more > publicity I would suggest you post a news article on > the DynAPI website. > > > I have a surprisingly low download count. > > IOS: 11 > > Dyneditor: 19 Probably the same for the manual too. Can I drop the later version of IOS over the Dyneditor's IOS. > > > > How many are developing for the api > > > > Where are you guys located! I am in London England. - Kevin > We are all developers who are located all over the > world. The DynAPI project is hosted on SourceForge wih > I think is located in the US. > > -- > Raymond Irving > > > > I just moved back from Los Angels after 12 years to > > Sweden. > > > > Michael > > > > > __________________________________ > 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-16 07:50:07
|
Hi! I have lost the thred during the last messages and wonder if someone could just tell me quickly what will be done with the editor? Will it be upgraded to 3x for example? Please just write a few lines and tell me. Regards Daniel |
From: Raymond I. <xw...@ya...> - 2003-09-16 15:30:49
|
We're planning on having the development as a branch of the dynapi cvs. I think it will be upgraded to support dynapi 3.0 -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi! > > I have lost the thred during the last messages and > wonder if someone > could just tell me quickly what will be done with > the editor? Will it be > upgraded to 3x for example? > > Please just write a few lines and tell me. > > Regards > Daniel > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-10-07 18:06:01
|
Looking at the CVS repository, I didn't see a new module for this project. http://cvs.sourceforge.net/viewcvs.py/dynapi/ Is it still planned to get it into CVS? Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Tuesday, September 16, 2003 11:30 AM Subject: Re: [Dynapi-Dev] WYSIWYG editor for the DynAPI > > We're planning on having the development as a branch > of the dynapi cvs. > > I think it will be upgraded to support dynapi 3.0 > > -- > Raymond Irving > > > --- Daniel Tiru <de...@ti...> wrote: > > Hi! > > > > I have lost the thred during the last messages and > > wonder if someone > > could just tell me quickly what will be done with > > the editor? Will it be > > upgraded to 3x for example? > > > > Please just write a few lines and tell me. > > > > Regards > > Daniel > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-10-08 14:08:48
|
Well, once it's converted to DynAPI 3 then I'll create the module -- Raymond Irving --- Leif W <war...@us...> wrote: > Looking at the CVS repository, I didn't see a new > module for this project. > > http://cvs.sourceforge.net/viewcvs.py/dynapi/ > > Is it still planned to get it into CVS? > > Leif > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Tuesday, September 16, 2003 11:30 AM > Subject: Re: [Dynapi-Dev] WYSIWYG editor for the > DynAPI > > > > > > We're planning on having the development as a > branch > > of the dynapi cvs. > > > > I think it will be upgraded to support dynapi 3.0 > > > > -- > > Raymond Irving > > > > > > --- Daniel Tiru <de...@ti...> wrote: > > > Hi! > > > > > > I have lost the thred during the last messages > and > > > wonder if someone > > > could just tell me quickly what will be done > with > > > the editor? Will it be > > > upgraded to 3x for example? > > > > > > Please just write a few lines and tell me. > > > > > > Regards > > > Daniel > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! SiteBuilder - Free, easy-to-use web site > design software > > http://sitebuilder.yahoo.com > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Michael B. <mi...@mi...> - 2003-10-09 07:11:28
|
I'm soon there I'm doing some rewrites to IOS while I port Michael > Well, once it's converted to DynAPI 3 then I'll create > the module > > -- > Raymond Irving > > --- Leif W <war...@us...> wrote: >> Looking at the CVS repository, I didn't see a new >> module for this project. >> >> http://cvs.sourceforge.net/viewcvs.py/dynapi/ >> >> Is it still planned to get it into CVS? >> >> Leif |
From: Michael B. <mi...@mi...> - 2003-10-09 07:17:21
|
Why is there so much span mail going through this dynapi list server ??? Michal |
From: Daniel T. <de...@ti...> - 2003-10-09 08:57:31
|
Hi Michael! I havent got any spam trought the list for ages.. /Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 9 oktober 2003 09:17 To: dyn...@li... Subject: [Dynapi-Dev] E mail system Why is there so much span mail going through this dynapi list server ??? Michal ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Michael B. <mi...@mi...> - 2003-10-09 10:00:28
|
Well I double checked it's not going to [Dynapi-Dev] It's going through [Dynapi-Widgetdev] Michael > Hi Michael! > > I havent got any spam trought the list for ages.. > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 9 oktober 2003 09:17 > To: dyn...@li... > Subject: [Dynapi-Dev] E mail system > > > Why is there so much span mail going through this dynapi list server ??? > > Michal > |
From: Daniel T. <de...@ti...> - 2003-10-09 10:04:31
|
Okey, well i am not in that list... Is it any activity there except spam? :) /Danel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 9 oktober 2003 12:00 To: dyn...@li... Subject: Re: [Dynapi-Dev] E mail system Well I double checked it's not going to [Dynapi-Dev] It's going through [Dynapi-Widgetdev] Michael > Hi Michael! > > I havent got any spam trought the list for ages.. > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 9 oktober 2003 09:17 > To: dyn...@li... > Subject: [Dynapi-Dev] E mail system > > > Why is there so much span mail going through this dynapi list server > ??? > > Michal > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Michael B. <mi...@mi...> - 2003-10-09 10:09:05
|
Nej :P hehe Den 03-10-09 12.04, skrev "Daniel Tiru" <de...@ti...>: > Okey, well i am not in that list... Is it any activity there except > spam? :) > > /Danel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 9 oktober 2003 12:00 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] E mail system > > > > Well I double checked it's not going to [Dynapi-Dev] > It's going through [Dynapi-Widgetdev] > > Michael > > >> Hi Michael! >> >> I havent got any spam trought the list for ages.. >> >> /Daniel >> >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...] On Behalf Of Michael >> Bystrom >> Sent: den 9 oktober 2003 09:17 >> To: dyn...@li... >> Subject: [Dynapi-Dev] E mail system >> >> >> Why is there so much span mail going through this dynapi list server >> ??? >> >> Michal |
From: Leif W <war...@us...> - 2003-10-09 16:06:28
|
I remember all the lists were getting a lot of spam. I haven't been getting much spam of any kind at all, thanks to my email provider's Brightmail spam filter. :-) But then someone changed the settings for the Help and Dev lists so only people subscribed to the list could post. But apparently since noone posts on the other lists like widgetdev, it was overlooked I guess. Leif ----- Original Message ----- From: "Michael Bystrom" <mi...@mi...> To: <dyn...@li...> Sent: Thursday, October 09, 2003 6:09 AM Subject: Re: [Dynapi-Dev] E mail system > Nej :P hehe > > > Den 03-10-09 12.04, skrev "Daniel Tiru" <de...@ti...>: > > Okey, well i am not in that list... Is it any activity there except > > spam? :) > > > > /Danel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On Behalf Of Michael > > Bystrom > > Sent: den 9 oktober 2003 12:00 > > To: dyn...@li... > > Subject: Re: [Dynapi-Dev] E mail system > > > > > > > > Well I double checked it's not going to [Dynapi-Dev] > > It's going through [Dynapi-Widgetdev] > > > > Michael > > > > > >> Hi Michael! > >> > >> I havent got any spam trought the list for ages.. > >> > >> /Daniel > >> > >> -----Original Message----- > >> From: dyn...@li... > >> [mailto:dyn...@li...] On Behalf Of Michael > >> Bystrom > >> Sent: den 9 oktober 2003 09:17 > >> To: dyn...@li... > >> Subject: [Dynapi-Dev] E mail system > >> > >> > >> Why is there so much span mail going through this dynapi list server > >> ??? > >> > >> Michal > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-10-09 16:50:54
|
See below: --- Leif W <war...@us...> wrote: > I remember all the lists were getting a lot of spam. > I haven't been getting > much spam of any kind at all, thanks to my email > provider's Brightmail spam > filter. :-) But then someone changed the settings > for the Help and Dev > lists so only people subscribed to the list could > post. But apparently > since noone posts on the other lists like widgetdev, > it was overlooked I > guess. That's correct. I don't know if I can append a meesage to out going emails about unsubsribe info but this is where you can go to unsubsribe: http://sourceforge.net/mail/?group_id=5757 -- Raymond Irving > Leif > > ----- Original Message ----- > From: "Michael Bystrom" <mi...@mi...> > To: <dyn...@li...> > Sent: Thursday, October 09, 2003 6:09 AM > Subject: Re: [Dynapi-Dev] E mail system > > > > Nej :P hehe > > > > > > Den 03-10-09 12.04, skrev "Daniel Tiru" > <de...@ti...>: > > > Okey, well i am not in that list... Is it any > activity there except > > > spam? :) > > > > > > /Danel > > > > > > -----Original Message----- > > > From: dyn...@li... > > > [mailto:dyn...@li...] > On Behalf Of Michael > > > Bystrom > > > Sent: den 9 oktober 2003 12:00 > > > To: dyn...@li... > > > Subject: Re: [Dynapi-Dev] E mail system > > > > > > > > > > > > Well I double checked it's not going to > [Dynapi-Dev] > > > It's going through [Dynapi-Widgetdev] > > > > > > Michael > > > > > > > > >> Hi Michael! > > >> > > >> I havent got any spam trought the list for > ages.. > > >> > > >> /Daniel > > >> > > >> -----Original Message----- > > >> From: dyn...@li... > > >> [mailto:dyn...@li...] > On Behalf Of Michael > > >> Bystrom > > >> Sent: den 9 oktober 2003 09:17 > > >> To: dyn...@li... > > >> Subject: [Dynapi-Dev] E mail system > > >> > > >> > > >> Why is there so much span mail going through > this dynapi list server > > >> ??? > > >> > > >> Michal > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > Program. > > SourceForge.net hosts over 70,000 Open Source > Projects. > > See the people who have HELPED US provide better > services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Kevin <ke...@ke...> - 2003-10-09 17:20:44
|
I used to get spam on the Dynapi-Help list and others. So only on the Dynapi-Dev one now which seems spam free. Perhaps some nice person is cleaning it up for us? - Kevin ----- Original Message ----- From: "Michael Bystrom" <mi...@mi...> To: <dyn...@li...> Sent: Thursday, October 09, 2003 11:00 AM Subject: Re: [Dynapi-Dev] E mail system > > Well I double checked it's not going to [Dynapi-Dev] > It's going through [Dynapi-Widgetdev] > > Michael > > > > Hi Michael! > > > > I havent got any spam trought the list for ages.. > > > > /Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On Behalf Of Michael > > Bystrom > > Sent: den 9 oktober 2003 09:17 > > To: dyn...@li... > > Subject: [Dynapi-Dev] E mail system > > > > > > Why is there so much span mail going through this dynapi list server ??? > > > > Michal > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-09 17:32:49
|
--- Kevin <ke...@ke...> wrote: > I used to get spam on the Dynapi-Help list and > others. So > only on the Dynapi-Dev one now which seems spam > free. > Perhaps some nice person is cleaning it up for us? All spams now goes to the admin section before for review. The aministrator will then have to handle all the spams. Robert was the one who got the spam filter thing working. Many thanks to Robert for helping us out -- Raymond Irving > - > Kevin > > ----- Original Message ----- > From: "Michael Bystrom" <mi...@mi...> > To: <dyn...@li...> > Sent: Thursday, October 09, 2003 11:00 AM > Subject: Re: [Dynapi-Dev] E mail system > > > > > > Well I double checked it's not going to > [Dynapi-Dev] > > It's going through [Dynapi-Widgetdev] > > > > Michael > > > > > > > Hi Michael! > > > > > > I havent got any spam trought the list for > ages.. > > > > > > /Daniel > > > > > > -----Original Message----- > > > From: dyn...@li... > > > [mailto:dyn...@li...] > On Behalf Of Michael > > > Bystrom > > > Sent: den 9 oktober 2003 09:17 > > > To: dyn...@li... > > > Subject: [Dynapi-Dev] E mail system > > > > > > > > > Why is there so much span mail going through > this dynapi list server ??? > > > > > > Michal > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > Program. > > SourceForge.net hosts over 70,000 Open Source > Projects. > > See the people who have HELPED US provide better > services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Leif W <war...@us...> - 2003-09-16 22:46:49
|
Hi, I was just going to try and go through the NEW examples pages and try and fix small problems and point out problems I can't fix... but there's so many pages, and some of the older pages maybe haven't been looked at in a while, so how about I go through all of them? Or do you have specific files you'd want me to poke through? I'll need to play with StyleManager a bit more to be able to contribute to that discussion. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...>; "DynApi-Help" <dyn...@li...> Sent: Tuesday, September 09, 2003 11:40 AM Subject: [Dynapi-Dev] The New DynAPI Components are Here! Check out CVS [snip] > 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 > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-09-17 15:23:53
|
Well I think we need to test all the examples in DynAPI to make sure that they work. -- Raymond Irving --- Leif W <war...@us...> wrote: > Hi, > > I was just going to try and go through the NEW > examples pages and try and > fix small problems and point out problems I can't > fix... but there's so many > pages, and some of the older pages maybe haven't > been looked at in a while, > so how about I go through all of them? Or do you > have specific files you'd > want me to poke through? I'll need to play with > StyleManager a bit more to > be able to contribute to that discussion. > > Leif > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: "DynAPI-Dev" <dyn...@li...>; > "DynApi-Help" > <dyn...@li...> > Sent: Tuesday, September 09, 2003 11:40 AM > Subject: [Dynapi-Dev] The New DynAPI Components are > Here! Check out CVS > > [snip] > > > 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 > > > > > > > ------------------------------------------------------- > > 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 |