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: Gavin O' G. <gav...@ma...> - 2003-09-09 16:05:54
|
> -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...]On Behalf Of Raymond > Irving > Sent: 09 September 2003 16:40 > To: DynAPI-Dev; DynApi-Help > Subject: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > > > 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. Great, I'm eager to test them out. I'm unable to log in via anonymous cvs however. Anyone else having any trouble ? The snapshot won't update til later. (When I'm home without internet access !) --[gavin]@:{~} >cvs -d:pserver:ano...@cv...:/cvsroot/dynapi login 16:59:11 Tue 9 Logging in to :pserver:ano...@cv...:2401/cvsroot/dynapi CVS password: cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 failed: Connection refused -- Cheers, Gav |
From: Dan W. <dy...@da...> - 2003-09-09 19:56:56
|
On Tue, 2003-09-09 at 11:07, Gavin O' Gorman wrote: > I'm eager to test them out. I'm unable to log in via anonymous cvs however. > Anyone else having any trouble ? The snapshot won't update til later. (When > I'm home without internet access !) > > --[gavin]@:{~} >cvs -d:pserver:ano...@cv...:/cvsroot/dynapi > login 16:59:11 > Tue 9 > Logging in to :pserver:ano...@cv...:2401/cvsroot/dynapi > CVS password: > cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 > failed: Connection refused > -- Yes, I even consider this 'normal' with the sourceforge cvs servers lately. The public anonymous ones are at least a day old, and often do not connect, like you had above, your best bet is to get the snapshot, or find a developer willing to mail/etc. it to you. Dan Willemsen -- Dan Willemsen <dy...@da...> |
From: Leif W <war...@us...> - 2003-09-09 18:48:32
|
Gavin, I keep a personal coy of the CVS which I update manually every few days. I just made sure I had a clean CVS after updating, and made a zip archive with date and time in the filename. If your need is great and the SourceForge site isn't working for you for some reason (although it just worked for me as a developer), you can try and get my copy. I've got a virus scanner running, so I am at least 99.9% sure the code won't be contaminated. URL: http://dynapi.kicks-ass.net/ The site may go down at any moment, as I am in the process of working out some hardware issues with my firewall (at least 1 stick of bad RAM, but which stick, and how many if more than one?). But everything is up most of the time otherwise. Leif ----- Original Message ----- From: "Gavin O' Gorman" <gav...@ma...> To: <dyn...@li...> Sent: Tuesday, September 09, 2003 12:07 PM Subject: RE: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...]On Behalf Of Raymond > > Irving > > Sent: 09 September 2003 16:40 > > To: DynAPI-Dev; DynApi-Help > > Subject: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > > > > > > 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. > > Great, > > I'm eager to test them out. I'm unable to log in via anonymous cvs however. > Anyone else having any trouble ? The snapshot won't update til later. (When > I'm home without internet access !) > > --[gavin]@:{~} >cvs -d:pserver:ano...@cv...:/cvsroot/dynapi > login 16:59:11 > Tue 9 > Logging in to :pserver:ano...@cv...:2401/cvsroot/dynapi > CVS password: > cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 > failed: Connection refused > -- > > Cheers, > Gav > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Leif W <war...@us...> - 2003-09-09 23:38:32
|
If you notice the difference between the timestamp on this message (1442) and the time it arrives (1925), you'll see there's nearly a 5 hour lag time between when I sent it and when it arrived. Must be a problem with my ISP again. Well at least it's still better than snailmail, right? Leif P.S. Since there seems to be so much problems with SF public CVS server (and the lag time of one day before it's a zip archive), I'll volunteer to put a zip up either on my home or on my ISP's webspace (MUCH faster connection) for those who can't wait. P.P.S. I'll also look into automating this process, but don't hold your breath. :o (could set up a cron job in Linux to run cvs update, zip the snapshot, and run an ftp session if I put the zip elsewhere). P.P.P.S. On second thought, automating this by doing frequent CVS updates (i.e. every 15 min) might be a bad idea, overworking their servers and possibly clobbering any of my ongoing work. But I can still put up a zip within the first minutes to be used for the first few days until SF's CVS catches up. ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Tuesday, September 09, 2003 2:42 PM Subject: Re: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > Gavin, I keep a personal coy of the CVS which I update manually every few > days. I just made sure I had a clean CVS after updating, and made a zip > archive with date and time in the filename. If your need is great and the > SourceForge site isn't working for you for some reason (although it just > worked for me as a developer), you can try and get my copy. I've got a > virus scanner running, so I am at least 99.9% sure the code won't be > contaminated. URL: http://dynapi.kicks-ass.net/ The site may go down at > any moment, as I am in the process of working out some hardware issues with > my firewall (at least 1 stick of bad RAM, but which stick, and how many if > more than one?). But everything is up most of the time otherwise. > > Leif > > ----- Original Message ----- > From: "Gavin O' Gorman" <gav...@ma...> > To: <dyn...@li...> > Sent: Tuesday, September 09, 2003 12:07 PM > Subject: RE: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > > > > > -----Original Message----- > > > From: dyn...@li... > > > [mailto:dyn...@li...]On Behalf Of Raymond > > > Irving > > > Sent: 09 September 2003 16:40 > > > To: DynAPI-Dev; DynApi-Help > > > Subject: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > > > > > > > > > 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. > > > > Great, > > > > I'm eager to test them out. I'm unable to log in via anonymous cvs > however. > > Anyone else having any trouble ? The snapshot won't update til later. > (When > > I'm home without internet access !) > > > > --[gavin]@:{~} > >cvs -d:pserver:ano...@cv...:/cvsroot/dynapi > > login > 16:59:11 > > Tue 9 > > Logging in to :pserver:ano...@cv...:2401/cvsroot/dynapi > > CVS password: > > cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 > > failed: Connection refused > > -- > > > > Cheers, > > Gav > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Doug M. <do...@cr...> - 2003-09-29 21:05:07
|
still cleaing out my in box.. Comment: check your time zone.. I was noticing a time lag in all my msgs until I notieced I had wrong time zone set.. ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Tuesday, September 09, 2003 7:38 PM Subject: Re: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > If you notice the difference between the timestamp on this message (1442) > and the time it arrives (1925), you'll see there's nearly a 5 hour lag time > between when I sent it and when it arrived. Must be a problem with my ISP > again. Well at least it's still better than snailmail, right? > > Leif > > P.S. Since there seems to be so much problems with SF public CVS server (and > the lag time of one day before it's a zip archive), I'll volunteer to put a > zip up either on my home or on my ISP's webspace (MUCH faster connection) > for those who can't wait. > > P.P.S. I'll also look into automating this process, but don't hold your > breath. :o (could set up a cron job in Linux to run cvs update, zip the > snapshot, and run an ftp session if I put the zip elsewhere). > > P.P.P.S. On second thought, automating this by doing frequent CVS updates > (i.e. every 15 min) might be a bad idea, overworking their servers and > possibly clobbering any of my ongoing work. But I can still put up a zip > within the first minutes to be used for the first few days until SF's CVS > catches up. > > ----- Original Message ----- > From: "Leif W" <war...@us...> > To: <dyn...@li...> > Sent: Tuesday, September 09, 2003 2:42 PM > Subject: Re: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > > > > Gavin, I keep a personal coy of the CVS which I update manually every few > > days. I just made sure I had a clean CVS after updating, and made a zip > > archive with date and time in the filename. If your need is great and the > > SourceForge site isn't working for you for some reason (although it just > > worked for me as a developer), you can try and get my copy. I've got a > > virus scanner running, so I am at least 99.9% sure the code won't be > > contaminated. URL: http://dynapi.kicks-ass.net/ The site may go down at > > any moment, as I am in the process of working out some hardware issues > with > > my firewall (at least 1 stick of bad RAM, but which stick, and how many if > > more than one?). But everything is up most of the time otherwise. > > > > Leif > > > > ----- Original Message ----- > > From: "Gavin O' Gorman" <gav...@ma...> > > To: <dyn...@li...> > > Sent: Tuesday, September 09, 2003 12:07 PM > > Subject: RE: [Dynapi-Help] The New DynAPI Components are Here! Check out > CVS > > > > > > > > -----Original Message----- > > > > From: dyn...@li... > > > > [mailto:dyn...@li...]On Behalf Of Raymond > > > > Irving > > > > Sent: 09 September 2003 16:40 > > > > To: DynAPI-Dev; DynApi-Help > > > > Subject: [Dynapi-Help] The New DynAPI Components are Here! Check out > CVS > > > > > > > > > > > > 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. > > > > > > Great, > > > > > > I'm eager to test them out. I'm unable to log in via anonymous cvs > > however. > > > Anyone else having any trouble ? The snapshot won't update til later. > > (When > > > I'm home without internet access !) > > > > > > --[gavin]@:{~} > > >cvs -d:pserver:ano...@cv...:/cvsroot/dynapi > > > login > > 16:59:11 > > > Tue 9 > > > Logging in to :pserver:ano...@cv...:2401/cvsroot/dynapi > > > CVS password: > > > cvs [login aborted]: connect to cvs.sourceforge.net(66.35.250.207):2401 > > > failed: Connection refused > > > -- > > > > > > Cheers, > > > Gav > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Dynapi-Help mailing list > > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/03 |
From: Gavin O' G. <gav...@ma...> - 2003-09-10 08:17:28
|
> my firewall (at least 1 stick of bad RAM, but which stick, and how many if > more than one?). But everything is up most of the time otherwise. > > Leif Leif, Thanks very much for that, I appreciate the effort ! I ended up just downloading it this morning from the daily snapshot folder which seems to have been updated properly. Thanks again, Gavin |
From: Daniel T. <de...@ti...> - 2003-09-10 12:57:01
Attachments:
tm_clip.zip
|
Hi! I have found a problem with the templatemanager and setting a clip on a layer added to the templatemanager,maybee i am doing something wrong, but the layer in the template dont get clipped. Attatched is my examplepage. Best regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Gavin O' Gorman Sent: den 10 september 2003 10:14 To: dyn...@li... Subject: RE: [Dynapi-Help] The New DynAPI Components are Here! Check out CVS > my firewall (at least 1 stick of bad RAM, but which stick, and how > many if more than one?). But everything is up most of the time > otherwise. > > Leif Leif, Thanks very much for that, I appreciate the effort ! I ended up just downloading it this morning from the daily snapshot folder which seems to have been updated properly. Thanks again, Gavin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Help mailing list Dyn...@li... https://lists.sourceforge.net/lists/listinfo/dynapi-help |
From: Raymond I. <xw...@ya...> - 2003-09-10 16:48:11
|
Hi, It would appear to me that you can't clip relatively positioned layers: <div style="position:relative;clip:rect(0px,50px,50px,0px); width:100;height:100;background-color:yellow"> Some Text Here sf f af eq f eqf e qf eqf eqfffffffeqfeqf eq f eqf eqf</div> <div style="position:absolute;clip:rect(0px,50px,50px,0px); left:150px;top:150px;width:100;height:100;background-color:green"> Some Text Here sf f af eq f eqf e qf eqf eqfffffffeqfeqf eq f eqf eqf</div> -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi! > > I have found a problem with the templatemanager and > setting a clip on a > layer added to the templatemanager,maybee i am doing > something wrong, > but the layer in the template dont get clipped. > > Attatched is my examplepage. > > Best regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Gavin O' > Gorman > Sent: den 10 september 2003 10:14 > To: dyn...@li... > Subject: RE: [Dynapi-Help] The New DynAPI Components > are Here! Check out > CVS > > > > my firewall (at least 1 stick of bad RAM, but > which stick, and how > > many if more than one?). But everything is up > most of the time > > otherwise. > > > > Leif > > Leif, > Thanks very much for that, I appreciate the effort ! > I ended up just > downloading it this morning from the daily snapshot > folder which seems > to have been updated properly. > > Thanks again, > Gavin > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > ATTACHMENT part 2 application/octet-stream name=tm_clip.zip __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Leif W <war...@us...> - 2003-09-17 00:27:27
|
Hi I've taken the snippet of code, wrapped it in a basic HTML page, and opened it in 4 browsers all next to each other, and took a screenshot. http://dynapi.kicks-ass.net/DynAPI_CVSROOT/test/div_clip_test/div_clip_test.gif (45kb, 1600x1200). Clockwise from top-left corner is Mozilla 1.5 beta, Mozilla Firebird 0.6.1, Opera 7.11, Internet Explorer 6). Both Mozillas don't clip the first, and both clip the second, so they're acting the same, which is little surprise. Opera 7.11 clips the text but displays the <div> as if the text were still there. (HUH? WTF?) Internet Explorer 6 doesn't seem to clip anything, it merely "shrink-wraps" the <div> to the text. So the trick then becomes, when doing things with CSS in the API, (either as API developers or API users) what else can we do to make things look as much the same as possible? This would seem to be a big problem to handle, but maybe there's some simple ways to work around it. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, September 10, 2003 12:48 PM Subject: Re: [Dynapi-Help] Problem with setClip > > Hi, > > It would appear to me that you can't clip relatively > positioned layers: > > <div > style="position:relative;clip:rect(0px,50px,50px,0px); > width:100;height:100;background-color:yellow"> Some > Text Here sf f af eq f eqf e qf eqf eqfffffffeqfeqf > eq f eqf eqf</div> > <div > style="position:absolute;clip:rect(0px,50px,50px,0px); > left:150px;top:150px;width:100;height:100;background-color:green"> > Some Text Here sf f af eq f eqf e qf eqf > eqfffffffeqfeqf eq f eqf eqf</div> > > > -- > Raymond Irving > > --- Daniel Tiru <de...@ti...> wrote: > > Hi! > > > > I have found a problem with the templatemanager and > > setting a clip on a > > layer added to the templatemanager,maybee i am doing > > something wrong, > > but the layer in the template dont get clipped. > > > > Attatched is my examplepage. > > > > Best regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On > > Behalf Of Gavin O' > > Gorman > > Sent: den 10 september 2003 10:14 > > To: dyn...@li... > > Subject: RE: [Dynapi-Help] The New DynAPI Components > > are Here! Check out > > CVS > > > > > > > my firewall (at least 1 stick of bad RAM, but > > which stick, and how > > > many if more than one?). But everything is up > > most of the time > > > otherwise. > > > > > > Leif > > > > Leif, > > Thanks very much for that, I appreciate the effort ! > > I ended up just > > downloading it this morning from the daily snapshot > > folder which seems > > to have been updated properly. > > > > Thanks again, > > Gavin > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > ATTACHMENT part 2 application/octet-stream > name=tm_clip.zip > > > > __________________________________ > 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-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |