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: <bo...@co...> - 2003-10-19 21:40:54
|
Hi! I see the drag event (the patched version) and I modify a little: in onmousemove function: if(ic && o._useDragIcon) { ic._dragOrg = o; ic.setLocation(o.getPageX(),o.getPageY()); ic.setSize(o.w,o.h); // if icon is fixed width then center at pointer if(ic.w!=o.w||ic.h!=o.h) ic.setLocation(e.getPageX()-(ic.w/2),e.getPageY()- (ic.h/2)); I change the setLocation, setSize and the if to: ic.setLocation(e.getPageX()-(ic.w/2),e.getPageY()-(ic.h/2)); It's work correctily (I think) all system. If not, the icon location is bad. (In Mozilla). Cow |
From: <bo...@co...> - 2003-10-19 20:15:58
|
2003. okt=F3ber 19. 21.33 d=E1tummal Kevin ezt =EDrta: > "H=E1ber J=E1nos" <bo...@co...> wrote: > > Hi! > > Anybody can modify the DynLayer element for resizing a percentage of > > parent widget. example: setSize("20%","40%"); > > Should be easy enough. Or write an override for your own DynLayer. yepp! I try, but it's not work. I overwrite the setSize function (first , I compare the width and height is= =20 string or not (typeof)) After that I calculate the width/height from parent= =20 width/height. Because I replace the input value because it's not work. Cow |
From: Kevin <ke...@ke...> - 2003-10-19 20:06:10
|
"Háber János" <bo...@co...> wrote: > Hi! > Anybody can modify the DynLayer element for resizing a percentage of parent > widget. example: setSize("20%","40%"); Should be easy enough. Or write an override for your own DynLayer. - Kevin |
From: <bo...@co...> - 2003-10-19 17:28:44
|
Hi! Why don't work the getContentWidth/Height on my child layer? Cow |
From: <bo...@co...> - 2003-10-19 17:04:20
|
Hi! Anybody can modify the DynLayer element for resizing a percentage of parent widget. example: setSize("20%","40%"); Cow |
From: <bo...@co...> - 2003-10-19 15:07:38
|
Hi! I send 2 mail into the list because it's not arrived in the list (not arrived my mailadress from list) so this is a test... Cow |
From: Kevin <ke...@ke...> - 2003-10-19 13:44:27
|
Hi Raymond, Quite like Button widget. Though I forget my dynapi basics. How does this work? btn.onbuttonclick = function(e){ window.status = cnt++; } I found: o.invokeEvent('buttonclick'); in ButtonStyle.js on a mouseup. OK but I was expecting: btn.addEventListener({ onbuttonclick : function(e) {window.status = cnt++;} }); is this the same thing? I need to re-learn the core dynapi :( I believe you are going back to a traditional widget model will interface and events stay the same? - Kevin |
From: Raymond I. <xw...@ya...> - 2003-10-19 12:11:53
|
I've already posted a DragEvent fix to the group. Did you see my email about DragEvents? I'll try to update this into cvs by now and Monday -- Raymond Irving --- Háber János <bo...@co...> wrote: > Hi! > > I have a litle problem. If I enabled the DragEvent > in the Tree element items, > and I click to the element, the element will be > dragged. I think the drag > started when I clicked and MOVED). The Tree Items > (List items) can be > selected. Please modify the Dragging , the drag > started when the moduse down > and mouse moved, not only the mouse down. (I think > on mouse down set a flag > for dragpossible in Drag event, and the onmousemove > is create the dragicon > layer, make a startDrag event etc. if the > dragpossible is enabled and the > onmouseup set the flag dragpossible to false) > > Cow > > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux > Forum Conference & Expo > The Event For Linux Datacenter Solutions & > Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in > the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > 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: <bo...@co...> - 2003-10-19 08:29:11
|
Hi! I updated the Tree element with autoResize(bool,bool). Another thing. I tested the Raymond patch (send into the maillist) for DragEvent and it's fixed the Tree item select/drag patch. Another thing. Anybody can make a patch for DynLayer for not static width and height (I need set percentage of the parent). Cow ps: Yesterday I send this message, but I think it's not arrived |
From: Raymond I. <xw...@ya...> - 2003-10-19 04:09:13
|
Yep with little sleep and lots and lots of hard work we should be able to roll by New Year :) -- Raymond Irving --- Leif W <war...@us...> wrote: > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Friday, October 17, 2003 5:43 PM > Subject: Re: [Dynapi-Dev] Release-Plan and Todos > > > > > > --- Peter Romianowski <ant...@gm...> wrote: > > > Hi, > > > > > > is there something like an release-plan > available? > > > > Well we made mention oh November but that's yet to > be > > decided as we need to iron out a bugs and such. > > November seemed so far away back then ... now I'd > say no way by then. ;-) > Maybe Christmas or New Years if we all really made a > effort with long nights > and little sleep. :-) > > > > When will > > > there be the next release (beta or rc)? The > > > RoadMap-Page says > > > that the missing step for releasing 3.0 is "Fine > > > Tune & > > > Test Libraries". > > > > This roadmap will have to be updated > > > > > So what are the open points for 3.0? If possible > I'd > > > like to > > > work on something that brings the release of 3.0 > > > closer ;) > > > > I think we need more documentation for the library > and > > testers to test and note the various features. > This > > should also include making notes about possible > > browser work around, etc. > > I've been hesitant to jump into the testing and > stuff, as things are still > in a state of changing. If I go spend a lot of time > identifying some > problems and trying to fix, and then everything > changes with that widget, > it's time not well spent. So we'd need to have some > sort of freeze state. > But since there's been so much new activity with > people creating new things, > I've been hesitant to call for a freeze. Maybe a > compromise is to have a > list of things which are in a freeze state (while > allowing others to be > developped a bit more), add no new features, just do > some testing, > documentation, bug fixes, and set it aside until > release, putting any new > ideas into a TODO list. Then when the freeze list > is empty, go back and > freeze the remaining parts one by one or a few at a > time. How does this > sound? > > Leif > > > -- > > Raymond Irving > > > > > > > Regards, > > > Peter > > > > > > ..: Keep up the good work - DynAPI 3 really, > really > > > rocks! > > > ..: I hope you don't feel "pushed" or anything - > > > really not my > > > intention! > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > 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 > > > > > > > ------------------------------------------------------- > > This SF.net email sponsored by: Enterprise Linux > Forum Conference & Expo > > The Event For Linux Datacenter Solutions & > Strategies in The Enterprise > > Linux in the Boardroom; in the Front Office; & in > the Server Room > > http://www.enterpriselinuxforum.com > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux > Forum Conference & Expo > The Event For Linux Datacenter Solutions & > Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in > the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > 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: <bo...@co...> - 2003-10-18 21:51:42
|
Hi! I updated the Tree element with autoResize(bool,bool). Another thing. I tested the Raymond patch (send into the maillist) for DragEvent and it's fixed the Tree item select/drag patch. Another thing. Anybody can make a patch for DynLayer for not static width and height (I need set percentage of the parent). Cow |
From: <bo...@co...> - 2003-10-18 21:11:18
|
Hi! I updated the Tree element with autoResize(bool,bool). Another thing. I tested the Raymond patch (send into the maillist) for DragEvent and it's fixed the Tree item select/drag patch. Another thing. Anybody can make a patch for DynLayer for not static width and height (I need set percentage of the parent). Cow |
From: Leif W <war...@us...> - 2003-10-18 17:30:24
|
----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Friday, October 17, 2003 5:43 PM Subject: Re: [Dynapi-Dev] Release-Plan and Todos > > --- Peter Romianowski <ant...@gm...> wrote: > > Hi, > > > > is there something like an release-plan available? > > Well we made mention oh November but that's yet to be > decided as we need to iron out a bugs and such. November seemed so far away back then ... now I'd say no way by then. ;-) Maybe Christmas or New Years if we all really made a effort with long nights and little sleep. :-) > > When will > > there be the next release (beta or rc)? The > > RoadMap-Page says > > that the missing step for releasing 3.0 is "Fine > > Tune & > > Test Libraries". > > This roadmap will have to be updated > > > So what are the open points for 3.0? If possible I'd > > like to > > work on something that brings the release of 3.0 > > closer ;) > > I think we need more documentation for the library and > testers to test and note the various features. This > should also include making notes about possible > browser work around, etc. I've been hesitant to jump into the testing and stuff, as things are still in a state of changing. If I go spend a lot of time identifying some problems and trying to fix, and then everything changes with that widget, it's time not well spent. So we'd need to have some sort of freeze state. But since there's been so much new activity with people creating new things, I've been hesitant to call for a freeze. Maybe a compromise is to have a list of things which are in a freeze state (while allowing others to be developped a bit more), add no new features, just do some testing, documentation, bug fixes, and set it aside until release, putting any new ideas into a TODO list. Then when the freeze list is empty, go back and freeze the remaining parts one by one or a few at a time. How does this sound? Leif > -- > Raymond Irving > > > > Regards, > > Peter > > > > ..: Keep up the good work - DynAPI 3 really, really > > rocks! > > ..: I hope you don't feel "pushed" or anything - > > really not my > > intention! > > > > > > > > > > > > > ------------------------------------------------------- > > 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 > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Leif W <war...@us...> - 2003-10-18 17:16:12
|
In Perl and PHP, there are no date objects, at least by default. They could of course be written for use by the IO Element files. In those languages, I'm just leaving them as a plain string in whatever format they were received. In Perl and PHP, time is usually handled in the standard UNIX way as the number of seconds since January 1, 1970 00:00:00, and usually local time, not GMT. In order to create the number of seconds of the UNIX / C style date/time struct, a POSIX style string is usually sent to a special function. For instance, mktime (or gmmktime) in PHP. int mktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]]) So in these languages, the raw string argument passed by the JavaScript IOElement client to the IOElement server script must be processed to break up the string into the appropriate parameters. So, as long as we use a 4-digit year we should be able to accept any format, and figure out which order the string is in, be it yyyy/mm/dd or mm/dd/yyyy. But I really hope to avoid the two and three digit years representative as the "number of years since 1900" as they are problematic. Anything from 1900-1909 is a 1 digit year, 1910-1999 is a 2-digit year, anything from 2000-2999 is a three-digit year. What if you wanted something before 1900? The UNIX timestamp is probably even worse. It's only valid from 1970. On today's predominantly 32-bit processors, which means 32-bit integers, the timestamp can only record the number of seconds through 2037 or 2038, I forget the exact date. (That is likely to be a bigger problem than y2k with archaic embedded systems. ^^ ) Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Friday, October 17, 2003 2:56 PM Subject: Re: Fw: [Dynapi-Dev] IOElement SODA date format > > Well if this format "2001/05/15 09:30:45" works then I > think we should use it. I don't remember why I used > mm/dd/yyyy. I thought I had use yyy/mm/dd before but > had to resort to mm/dd/yyyy. Can't remember why. > > More testing might have to be done with yyyy/mm/dd and > javascript and other server-side languages > > -- > Raymond Irving > > --- Leif W <war...@us...> wrote: > > Hi, > > > > I would break up the mm/dd/yyyy hh:nn:ss into the > > Date( yy, mm, dd, hh, nn, > > ss ) format, but I am not sure about the y2k > > compatibility of the year > > format where it only uses 2 digits, not all four. > > But in the example it > > also shows the other date format Date("December 17, > > 1995 03:24:00") with the > > 4-digit date format which is ok. So I don't know if > > it's just a > > documentation shortcoming, or something in the > > browser. It'll be easy > > enough to create a date test page with various > > formats passed to the > > constructor. > > > > (some time passes) > > > > > http://dynapi.kicks-ass.net/DynAPI_CVSROOT/test/date_format/date_format.html > > > > These four formats I tried all work in IE 6, Opera > > 7.11, Netscape 4.79, > > Mozilla 1.5, and Mozilla Firebird 0.6.1. Try > > testing these and other > > formats in these and other browsers. > > > > 05/15/2001 09:30:45 > > 2001/05/15 09:30:45 > > 2001,04,15,09,30,45 > > May 15, 2001 09:30:45 > > > > Personally I prefer the second format, putting > > everything in a more logical > > order, greatest to least "yyyy/mm/dd hh:nn:ss". The > > third format is also > > logical, but might require further processing (note > > the month is 0-11, not > > 1-12). The fourth format is probably the least > > desireable, converting a > > number to a month string. But maybe we could just > > write code to handle all > > four formats, as JavaScript does? That might make > > it more flexible for the > > coders. Or too confusing? What do you think? > > > > Leif > > > > ----- Original Message ----- > > From: "Raymond Irving" <xw...@ya...> > > To: <dyn...@li...> > > Sent: Friday, October 17, 2003 10:30 AM > > Subject: Re: Fw: [Dynapi-Dev] IOElement SODA date > > format > > > > > > > > > > Thanks Leif. > > > > > > I think the date format "mm/dd/yy hh:nn:ss" works > > in > > > ns4 and others or should we break it up to use the > > > "Date(95,11,17,3,24,0)" format? > > > > > > -- > > > Raymond Irving > > > > > > --- Leif W <war...@us...> wrote: > > > > Here's a message you may hve missed. > > > > > > > > ----- Original Message ----- > > > > From: "Leif W" <war...@us...> > > > > To: "DynAPI-Dev" > > <dyn...@li...> > > > > Sent: Thursday, October 16, 2003 6:56 PM > > > > Subject: [Dynapi-Dev] IOElement SODA date format > > > > > > > > > > > > > Hi, > > > > > > > > > > In the docs (quickref.soda) and the code, the > > date > > > > format I've seen > > > > > mentioned or handled is "mm/dd/yyyy hh:nn:ss" > > but > > > > I've just come to a > > > > point > > > > > in the code in ioelmsrv.soda in ws__SODA2Var > > under > > > > 'else if ( tagType == > > > > > "d" )', where in the JScript version of the > > ASP, > > > > it passes this format > > > > > string to the JScript Date() object as a > > > > constructor argument. > > > > > > > > > > But looking through the most recent (ok maybe > > this > > > > is outdated) JS > > > > reference > > > > > manual I could find (Netscape's Core Reference > > JS > > > > 1.5), I only found these > > > > > date formats, not the one being used. Am I > > > > missing something? > > > > > > > > > > today = new Date() > > > > > birthday = new Date("December 17, 1995 > > 03:24:00") > > > > > birthday = new Date(95,11,17) > > > > > birthday = new Date(95,11,17,3,24,0) > > > > > > > > > > Leif > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > 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 > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email sponsored by: Enterprise Linux > > Forum Conference & Expo > > > The Event For Linux Datacenter Solutions & > > Strategies in The Enterprise > > > Linux in the Boardroom; in the Front Office; & in > > the Server Room > > > http://www.enterpriselinuxforum.com > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email sponsored by: Enterprise Linux > > Forum Conference & Expo > > The Event For Linux Datacenter Solutions & > > Strategies in The Enterprise > > Linux in the Boardroom; in the Front Office; & in > > the Server Room > > http://www.enterpriselinuxforum.com > > _______________________________________________ > > 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 > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Kevin <ke...@ke...> - 2003-10-18 17:14:24
|
Hi, Thought I'd pick on a widget and give it a go. So I tried the gui.List component. Can we have packages.js dependency on NodeItem? Is it not possible to add a link as list item content? In example: list.add("<a href=\"javascript:alert('hi')\">Item Two</a>",2); Is the correct way to do this to add onclick handler to list then getSelectedIndex and a switch statement? Are border/padding calculations inner or outer? Like some left padding if possible. Selecting last item removes bottom border in IE unless border is 3. No problems using Mozilla and NS4 on Linux. - Kevin |
From: <bo...@co...> - 2003-10-18 09:15:31
|
Hi! I have a litle problem. If I enabled the DragEvent in the Tree element items, and I click to the element, the element will be dragged. I think the drag started when I clicked and MOVED). The Tree Items (List items) can be selected. Please modify the Dragging , the drag started when the moduse down and mouse moved, not only the mouse down. (I think on mouse down set a flag for dragpossible in Drag event, and the onmousemove is create the dragicon layer, make a startDrag event etc. if the dragpossible is enabled and the onmouseup set the flag dragpossible to false) Cow |
From: Doug M. <do...@cr...> - 2003-10-18 01:28:28
|
That was interesting.. I only sent this once.. and it's blank.. go figure.. Anyways------ I was wondering if we could get all of the bugs and feature requests into the bug tracker.. This would make it easier to keep track of them, and to varify the bugs/fixes before each release.. Later ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Friday, October 17, 2003 4:00 PM Subject: Re: [Dynapi-Dev] Release-Plan and Todos > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/03 > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/03 |
From: Kevin <ke...@ke...> - 2003-10-17 22:06:41
|
Sorry if I've missed anything my ISP has a huge backlog of emails. Date format 2001/05/15 09:30:45 looks ok. - Kevin "Raymond Irving" wrote: > Well if this format "2001/05/15 09:30:45" works then I > think we should use it. I don't remember why I used > mm/dd/yyyy. I thought I had use yyy/mm/dd before but > had to resort to mm/dd/yyyy. Can't remember why. > > More testing might have to be done with yyyy/mm/dd and > javascript and other server-side languages > > -- > Raymond Irving > > --- Leif W <war...@us...> wrote: > > Hi, > > > > I would break up the mm/dd/yyyy hh:nn:ss into the > > Date( yy, mm, dd, hh, nn, > > ss ) format, but I am not sure about the y2k > > compatibility of the year > > format where it only uses 2 digits, not all four. > > But in the example it > > also shows the other date format Date("December 17, > > 1995 03:24:00") with the > > 4-digit date format which is ok. So I don't know if > > it's just a > > documentation shortcoming, or something in the > > browser. It'll be easy > > enough to create a date test page with various > > formats passed to the > > constructor. > > > > (some time passes) > > > > > http://dynapi.kicks-ass.net/DynAPI_CVSROOT/test/date_format/date_format.html > > > > These four formats I tried all work in IE 6, Opera > > 7.11, Netscape 4.79, > > Mozilla 1.5, and Mozilla Firebird 0.6.1. Try > > testing these and other > > formats in these and other browsers. > > > > 05/15/2001 09:30:45 > > 2001/05/15 09:30:45 > > 2001,04,15,09,30,45 > > May 15, 2001 09:30:45 > > > > Personally I prefer the second format, putting > > everything in a more logical > > order, greatest to least "yyyy/mm/dd hh:nn:ss". The > > third format is also > > logical, but might require further processing (note > > the month is 0-11, not > > 1-12). The fourth format is probably the least > > desireable, converting a > > number to a month string. But maybe we could just > > write code to handle all > > four formats, as JavaScript does? That might make > > it more flexible for the > > coders. Or too confusing? What do you think? > > > > Leif > > > > ----- Original Message ----- > > From: "Raymond Irving" <xw...@ya...> > > To: <dyn...@li...> > > Sent: Friday, October 17, 2003 10:30 AM > > Subject: Re: Fw: [Dynapi-Dev] IOElement SODA date > > format > > > > > > > > > > Thanks Leif. > > > > > > I think the date format "mm/dd/yy hh:nn:ss" works > > in > > > ns4 and others or should we break it up to use the > > > "Date(95,11,17,3,24,0)" format? > > > > > > -- > > > Raymond Irving > > > > > > --- Leif W <war...@us...> wrote: > > > > Here's a message you may hve missed. > > > > > > > > ----- Original Message ----- > > > > From: "Leif W" <war...@us...> > > > > To: "DynAPI-Dev" > > <dyn...@li...> > > > > Sent: Thursday, October 16, 2003 6:56 PM > > > > Subject: [Dynapi-Dev] IOElement SODA date format > > > > > > > > > > > > > Hi, > > > > > > > > > > In the docs (quickref.soda) and the code, the > > date > > > > format I've seen > > > > > mentioned or handled is "mm/dd/yyyy hh:nn:ss" > > but > > > > I've just come to a > > > > point > > > > > in the code in ioelmsrv.soda in ws__SODA2Var > > under > > > > 'else if ( tagType == > > > > > "d" )', where in the JScript version of the > > ASP, > > > > it passes this format > > > > > string to the JScript Date() object as a > > > > constructor argument. > > > > > > > > > > But looking through the most recent (ok maybe > > this > > > > is outdated) JS > > > > reference > > > > > manual I could find (Netscape's Core Reference > > JS > > > > 1.5), I only found these > > > > > date formats, not the one being used. Am I > > > > missing something? > > > > > > > > > > today = new Date() > > > > > birthday = new Date("December 17, 1995 > > 03:24:00") > > > > > birthday = new Date(95,11,17) > > > > > birthday = new Date(95,11,17,3,24,0) > > > > > > > > > > Leif > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > 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 > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email sponsored by: Enterprise Linux > > Forum Conference & Expo > > > The Event For Linux Datacenter Solutions & > > Strategies in The Enterprise > > > Linux in the Boardroom; in the Front Office; & in > > the Server Room > > > http://www.enterpriselinuxforum.com > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email sponsored by: Enterprise Linux > > Forum Conference & Expo > > The Event For Linux Datacenter Solutions & > > Strategies in The Enterprise > > Linux in the Boardroom; in the Front Office; & in > > the Server Room > > http://www.enterpriselinuxforum.com > > _______________________________________________ > > 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 > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Kevin <ke...@ke...> - 2003-10-17 22:00:43
|
"Raymond Irving" <xw...@ya...> wrote: > Hello Everyone, > > Ever wanted to search files without using server-side > coding? Well now you can with the new FileReader Class > library. > > Please see attached zip file. It contains the updated > FileReader and the demo.filesearch.html demo file > > Have fun!!! > > Any comments? Not sure what it does. Get the search layer and type in "dynapi" the browser's vertical scroll bar appears. That's it. Nothing happens in NS4. No search layer appears in Mozilla. - Kevin > > -- > Raymond Irving > > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com |
From: <bo...@co...> - 2003-10-17 21:59:13
|
Hi! I modified the tree element for dynamic loading (Raymod idea). And I rewrited the PanelBar. because I have a problem. If I iconify the item is work normaly. I maximize the item, it's make a bad table (in relative positioning). Anybody have an ide please tell me or patch the code. (I very-very need correct relative positioning for panelBar element) I sent an example (tested mozilla) for look my problem (Try to iconify maximize the right element or the left elements). Cow ps: My PanelBar element can use normal text or DynLayer to input for menu and content, |
From: Raymond I. <xw...@ya...> - 2003-10-17 21:45:48
|
--- Peter Romianowski <ant...@gm...> wrote: > Hi, > > is there something like an release-plan available? Well we made mention oh November but that's yet to be decided as we need to iron out a bugs and such. > When will > there be the next release (beta or rc)? The > RoadMap-Page says > that the missing step for releasing 3.0 is "Fine > Tune & > Test Libraries". This roadmap will have to be updated > So what are the open points for 3.0? If possible I'd > like to > work on something that brings the release of 3.0 > closer ;) I think we need more documentation for the library and testers to test and note the various features. This should also include making notes about possible browser work around, etc. -- Raymond Irving > Regards, > Peter > > ..: Keep up the good work - DynAPI 3 really, really > rocks! > ..: I hope you don't feel "pushed" or anything - > really not my > intention! > > > > > > ------------------------------------------------------- > 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: Raymond I. <xw...@ya...> - 2003-10-17 21:39:28
|
Well we could do that also. -- Raymond Irving --- Doug Melvin <do...@cr...> wrote: > That was interesting.. > I only sent this once.. and it's blank.. go figure.. > > Anyways------ > > I was wondering if we could get all of the bugs and > feature requests into > the bug tracker.. > This would make it easier to keep track of them, and > to varify the > bugs/fixes before each release.. > > Later > > __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Doug M. <do...@cr...> - 2003-10-17 21:14:54
|
That was interesting.. I only sent this once.. and it's blank.. go figure.. Anyways------ I was wondering if we could get all of the bugs and feature requests into the bug tracker.. This would make it easier to keep track of them, and to varify the bugs/fixes before each release.. Later ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Friday, October 17, 2003 4:00 PM Subject: Re: [Dynapi-Dev] Release-Plan and Todos > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/03 > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/03 |
From: Doug M. <do...@cr...> - 2003-10-17 20:52:32
|
That was interesting.. I only sent this once.. and it's blank.. go figure.. Anyways------ I was wondering if we could get all of the bugs and feature requests into the bug tracker.. This would make it easier to keep track of them, and to varify the bugs/fixes before each release.. Later ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Friday, October 17, 2003 4:00 PM Subject: Re: [Dynapi-Dev] Release-Plan and Todos > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/03 > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/03 |
From: Doug M. <do...@cr...> - 2003-10-17 20:44:15
|
That was interesting.. I only sent this once.. and it's blank.. go figure.. Anyways------ I was wondering if we could get all of the bugs and feature requests into the bug tracker.. This would make it easier to keep track of them, and to varify the bugs/fixes before each release.. Later ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Friday, October 17, 2003 4:00 PM Subject: Re: [Dynapi-Dev] Release-Plan and Todos > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/03 > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/03 |