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: Leif W <war...@us...> - 2003-09-29 17:55:28
|
Gotta love my ISP. My messages are coming to the list out of sequence. ^^ I sent this one about 15-20 minutes earlier than the last message. Leif ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Monday, September 29, 2003 11:49 AM Subject: Re: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php > Sorry, still behind on messages. Just sort of picking messages at random to > reply to. :D > > I'll compare this PHP code to what's in CVS and play with it. AFAIK, the > PHP version was working for GET and POST, at least for the simple example > page. But I remember there was a lot of robustness testing (i.e. for all > the various data types) that needed to be done, so maybe something was > indeed broken. I don't have any access to a ASP (JScript/VBScript) > environment, so I can't test that. > > Leif > > ----- Original Message ----- > From: "Kevin" <ke...@ke...> > To: "Dynapi-Dev" <Dyn...@li...> > Sent: Tuesday, September 23, 2003 2:42 PM > Subject: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php > > > > Hi, > > > > dynapi.util.ioelement-post.html > > > > I posted before that the get option of the above asp example doesn't work. > > > > I had a look at the php version and neither get or post worked. I had a > look > > and attached a fix. I'm not familiar with vb so could someone help with > the > > asp implementation. > > > > Sorry I'm not up on patching or write access to cvs hence the attachment. > > > > - > > Kevin > > > > > > > ------------------------------------------------------- > 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: Leif W <war...@us...> - 2003-09-29 16:47:42
|
Sorry, still behind on messages. Just sort of picking messages at random to reply to. :D I'll compare this PHP code to what's in CVS and play with it. AFAIK, the PHP version was working for GET and POST, at least for the simple example page. But I remember there was a lot of robustness testing (i.e. for all the various data types) that needed to be done, so maybe something was indeed broken. I don't have any access to a ASP (JScript/VBScript) environment, so I can't test that. Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> Sent: Tuesday, September 23, 2003 2:42 PM Subject: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php > Hi, > > dynapi.util.ioelement-post.html > > I posted before that the get option of the above asp example doesn't work. > > I had a look at the php version and neither get or post worked. I had a look > and attached a fix. I'm not familiar with vb so could someone help with the > asp implementation. > > Sorry I'm not up on patching or write access to cvs hence the attachment. > > - > Kevin > |
From: Leif W <war...@us...> - 2003-09-29 16:43:59
|
Can I ask for more details, please? Which version of PHP were you using? Which global settings were modified (if any) from the default -dist or -recommended .ini files. In what way weren't the scripts working? What was the test case where the code failed? i.e. what input data were you giving the scripts. Was it data from an example page, or your own page? If your own page, could you please include that? I was using a recent version of PHP (4.3 something), and the manual suggested the new method of retrieving variables from $_GET and $_POST and $_FILES over the older 4.1.0 method of using HTTP_[GET|POST]_VARS and $HTTP_POST_FILES, which seems to be the majority of the changes you've made. Clearly some changes need to be made to the PHP code to detect PHP version, and use version-specific coding practices. With the arrival of PHP 5, I'm sure other things will also change, and some people may also be stuck on archaic PHP3 systems (which I'm not too familiar with). Thankfully the PHP documentation project people have taken great care to document most if not all of these differences side by side so it shouldn't be too hard to find. Thanks, Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> Sent: Tuesday, September 23, 2003 2:42 PM Subject: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php > Hi, > > dynapi.util.ioelement-post.html > > I posted before that the get option of the above asp example doesn't work. > > I had a look at the php version and neither get or post worked. I had a look > and attached a fix. I'm not familiar with vb so could someone help with the > asp implementation. > > Sorry I'm not up on patching or write access to cvs hence the attachment. > > - > Kevin > |
From: Leif W <war...@us...> - 2003-09-26 19:44:12
|
Forgot to mention before. Also of note: in Opera 7.11, when scrolling horizontally or especially vertically, the click and drag triggers a text select, even when the mouse has not been let up. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Friday, September 26, 2003 12:39 PM Subject: Re: [Dynapi-Dev] Viewpane scrolling problem in Mozilla and Firebird > > --- Leif W <war...@us...> wrote: > > Check out the examples/dynapi.gui.viewpane.html in > > Mozilla 1.4 or 1.5 beta > > and/or Mozilla Firebird 0.6.1. The horizontal > > scrollbar doesn't appear at > > the bottom, in any of the three content pages (it > > should appear in content 1 > > and 3, as it does in IE6 and Opera 7.11). > > Strange! Might have something to do with autosizing? > > > Also note, for the case of example content 2, where > > the content is narrower > > than the viewpane, this looks odd in the example > > page, and at first I'd > > expect the scrollbar to have shrunk to fit nicely > > around the smaller > > content. Then I realize, the viewpane size is > > static, and the content is > > just falling short. But what about minor rendering > > glitches of a pixel here > > or there? Think this could be added as an option, > > to have a "shrink-wrap" > > or "collapsible" viewpane? > > Well you could create a new ViewPaneStyle to support > the Collapse feature but in most cases (I think) the > user would not want the ViewPane's "viewing area" to > be changed. > > -- > Raymond Irving > > > Leif > > > > P.S. Let me know if more info is needed, or > > screenshots. I'll take a look > > at the code as well, but at a quick glance I have no > > idea why the Mozilla > > code isn't working. > > > > > > > > > > > ------------------------------------------------------- > > 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 > > > ------------------------------------------------------- > 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-26 16:40:12
|
--- Leif W <war...@us...> wrote: > Check out the examples/dynapi.gui.viewpane.html in > Mozilla 1.4 or 1.5 beta > and/or Mozilla Firebird 0.6.1. The horizontal > scrollbar doesn't appear at > the bottom, in any of the three content pages (it > should appear in content 1 > and 3, as it does in IE6 and Opera 7.11). Strange! Might have something to do with autosizing? > Also note, for the case of example content 2, where > the content is narrower > than the viewpane, this looks odd in the example > page, and at first I'd > expect the scrollbar to have shrunk to fit nicely > around the smaller > content. Then I realize, the viewpane size is > static, and the content is > just falling short. But what about minor rendering > glitches of a pixel here > or there? Think this could be added as an option, > to have a "shrink-wrap" > or "collapsible" viewpane? Well you could create a new ViewPaneStyle to support the Collapse feature but in most cases (I think) the user would not want the ViewPane's "viewing area" to be changed. -- Raymond Irving > Leif > > P.S. Let me know if more info is needed, or > screenshots. I'll take a look > at the code as well, but at a quick glance I have no > idea why the Mozilla > code isn't working. > > > > > ------------------------------------------------------- > 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: Raymond I. <xw...@ya...> - 2003-09-26 16:35:19
|
--- Kevin <ke...@ke...> wrote: > Hi, > > Raymond wrote: > > > See docs/docs/quickref.stylemanager.html > > Nice tutorial. I tried to cut and paste the full > example to > see it work :( > > So attached update. Thanks for the updates will add them to cvs later. > Don't know if I have added the > Button.listener correctly. I think it sould be added > on > create (ie. to a rendered element) though it seems > to > work if added directly in the constructor? Will laso look into this. > Also I had a feeling the (on)PreCreate should be on > the > prototype i.e to specifically act on the button > instance? > (hence the 2 button example). Though it works either > way so I'm confused. > > > Lots of stuff as "arrived" that needs explaination > on how > it works Styles Cells etc.. I started to look at the > new > Explorer / Viewpane and got lost. How about an > implementation guide? I'm working on a new Widget model that would incorporate the StyleManager and a ThemeManager. This would then be the base object for all Widgets. When I'm done I'll provide some examples and some docs on how it works. -- Raymond Irving > - > Kevin > > > -- > > Raymond Irving > > > > --- Daniel Tiru <de...@ti...> wrote: > > > Hi Raymond! > > > > > > I think this looks good, but i still dont > understand > > > how the > > > stylemanager works really... It might help me > > > understand the > > > themes/styles a bit better, and the posibility > to > > > have a oppinion :) > > > > > > Is there some documentation how it works, i > havent > > > found any but maybee > > > i havent been looking that hard? Or maybee some > step > > > by step example? > > > > > > Regards > > > Daniel > > > > > > -----Original Message----- > > > From: dyn...@li... > > > [mailto:dyn...@li...] > On > > > Behalf Of Raymond > > > Irving > > > Sent: den 22 september 2003 01:56 > > > To: dyn...@li... > > > Subject: Re: [Dynapi-Dev] Widget Howto > > > > > > > > > > > > You're correct Daniel. > > > > > > I've converted the "how to create a widget" from > the > > > dynapi set > http://dynapi.sourceforge.net/doccenter/ > > > to > > > DynAPI 3.0 format. See the Tips & Tricks > section. > > > > > > I think we need a Standard Widget Model that > > > supports > > > the following: > > > > > > 1) Inheritance > > > 2) Themes/Skins > > > > > > Is it possible for all the developers to come > > > together > > > and let's come up with a design model that can > > > support > > > the above features and others if needed? > > > > > > What ideas do you have in mind? > > > > > > -- > > > Raymond Irving > > > > > > > > > --- Daniel Tiru <de...@ti...> wrote: > > > > Hi! > > > > > > > > If someone that have good insight into the > widget > > > > creation and how they > > > > should be build please write a documentation > or a > > > > step by step > > > > instruction on how we should continue to build > the > > > > widgets? > > > > > > > > I think this is quite important as I think > most of > > > > us are atleast > > > > thinking on making a own widget to deliver to > the > > > > DYNapi project. So its > > > > best for us all if the widget are build in > some > > > > specialway we all > > > > follows. > > > > > > > > Best 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!? > > 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 > > _______________________________________________ > === message truncated === > ATTACHMENT part 2 application/x-zip-compressed name=tip.createwidget1.zip __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Leif W <war...@us...> - 2003-09-25 20:23:20
|
Check out the examples/dynapi.gui.viewpane.html in Mozilla 1.4 or 1.5 beta and/or Mozilla Firebird 0.6.1. The horizontal scrollbar doesn't appear at the bottom, in any of the three content pages (it should appear in content 1 and 3, as it does in IE6 and Opera 7.11). Also note, for the case of example content 2, where the content is narrower than the viewpane, this looks odd in the example page, and at first I'd expect the scrollbar to have shrunk to fit nicely around the smaller content. Then I realize, the viewpane size is static, and the content is just falling short. But what about minor rendering glitches of a pixel here or there? Think this could be added as an option, to have a "shrink-wrap" or "collapsible" viewpane? Leif P.S. Let me know if more info is needed, or screenshots. I'll take a look at the code as well, but at a quick glance I have no idea why the Mozilla code isn't working. |
From: Kevin <ke...@ke...> - 2003-09-25 18:19:59
|
"Kevin" wrote: > Hi, > > Raymond wrote: > > > See docs/docs/quickref.stylemanager.html Sorry I was refering to the tip.createwidget.html - Kevin > Nice tutorial. I tried to cut and paste the full example to > see it work :( > > So attached update. Don't know if I have added the > Button.listener correctly. I think it sould be added on > create (ie. to a rendered element) though it seems to > work if added directly in the constructor? > > Also I had a feeling the (on)PreCreate should be on the > prototype i.e to specifically act on the button instance? > (hence the 2 button example). Though it works either > way so I'm confused. > > > We could also look into stylemanager's approach as a > > standard or come up with another. > > Lots of stuff as "arrived" that needs explaination on how > it works Styles Cells etc.. I started to look at the new > Explorer / Viewpane and got lost. How about an > implementation guide? > > - > Kevin > > > -- > > Raymond Irving > > > > --- Daniel Tiru <de...@ti...> wrote: > > > Hi Raymond! > > > > > > I think this looks good, but i still dont understand > > > how the > > > stylemanager works really... It might help me > > > understand the > > > themes/styles a bit better, and the posibility to > > > have a oppinion :) > > > > > > Is there some documentation how it works, i havent > > > found any but maybee > > > i havent been looking that hard? Or maybee some step > > > by step example? > > > > > > Regards > > > Daniel > > > > > > -----Original Message----- > > > From: dyn...@li... > > > [mailto:dyn...@li...] On > > > Behalf Of Raymond > > > Irving > > > Sent: den 22 september 2003 01:56 > > > To: dyn...@li... > > > Subject: Re: [Dynapi-Dev] Widget Howto > > > > > > > > > > > > You're correct Daniel. > > > > > > I've converted the "how to create a widget" from the > > > dynapi set http://dynapi.sourceforge.net/doccenter/ > > > to > > > DynAPI 3.0 format. See the Tips & Tricks section. > > > > > > I think we need a Standard Widget Model that > > > supports > > > the following: > > > > > > 1) Inheritance > > > 2) Themes/Skins > > > > > > Is it possible for all the developers to come > > > together > > > and let's come up with a design model that can > > > support > > > the above features and others if needed? > > > > > > What ideas do you have in mind? > > > > > > -- > > > Raymond Irving > > > > > > > > > --- Daniel Tiru <de...@ti...> wrote: > > > > Hi! > > > > > > > > If someone that have good insight into the widget > > > > creation and how they > > > > should be build please write a documentation or a > > > > step by step > > > > instruction on how we should continue to build the > > > > widgets? > > > > > > > > I think this is quite important as I think most of > > > > us are atleast > > > > thinking on making a own widget to deliver to the > > > > DYNapi project. So its > > > > best for us all if the widget are build in some > > > > specialway we all > > > > follows. > > > > > > > > Best 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!? > > 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: Kevin <ke...@ke...> - 2003-09-25 17:54:46
|
Hi, Raymond wrote: > See docs/docs/quickref.stylemanager.html Nice tutorial. I tried to cut and paste the full example to see it work :( So attached update. Don't know if I have added the Button.listener correctly. I think it sould be added on create (ie. to a rendered element) though it seems to work if added directly in the constructor? Also I had a feeling the (on)PreCreate should be on the prototype i.e to specifically act on the button instance? (hence the 2 button example). Though it works either way so I'm confused. > We could also look into stylemanager's approach as a > standard or come up with another. Lots of stuff as "arrived" that needs explaination on how it works Styles Cells etc.. I started to look at the new Explorer / Viewpane and got lost. How about an implementation guide? - Kevin > -- > Raymond Irving > > --- Daniel Tiru <de...@ti...> wrote: > > Hi Raymond! > > > > I think this looks good, but i still dont understand > > how the > > stylemanager works really... It might help me > > understand the > > themes/styles a bit better, and the posibility to > > have a oppinion :) > > > > Is there some documentation how it works, i havent > > found any but maybee > > i havent been looking that hard? Or maybee some step > > by step example? > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On > > Behalf Of Raymond > > Irving > > Sent: den 22 september 2003 01:56 > > To: dyn...@li... > > Subject: Re: [Dynapi-Dev] Widget Howto > > > > > > > > You're correct Daniel. > > > > I've converted the "how to create a widget" from the > > dynapi set http://dynapi.sourceforge.net/doccenter/ > > to > > DynAPI 3.0 format. See the Tips & Tricks section. > > > > I think we need a Standard Widget Model that > > supports > > the following: > > > > 1) Inheritance > > 2) Themes/Skins > > > > Is it possible for all the developers to come > > together > > and let's come up with a design model that can > > support > > the above features and others if needed? > > > > What ideas do you have in mind? > > > > -- > > Raymond Irving > > > > > > --- Daniel Tiru <de...@ti...> wrote: > > > Hi! > > > > > > If someone that have good insight into the widget > > > creation and how they > > > should be build please write a documentation or a > > > step by step > > > instruction on how we should continue to build the > > > widgets? > > > > > > I think this is quite important as I think most of > > > us are atleast > > > thinking on making a own widget to deliver to the > > > DYNapi project. So its > > > best for us all if the widget are build in some > > > specialway we all > > > follows. > > > > > > Best 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!? > 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: Peter R. <ant...@gm...> - 2003-09-25 15:49:58
|
Hi, it doesn't work on ie5 and ie5.5 SP2. BTW: I've set up VirtualPC with the two browsers (that makes testing really easy - a developer's dream!) ;) Regards, Peter Raymond Irving wrote: > This might also be a bug in ie5? > > The cursor property should be available on the style > object. > > When I get ie5 up and running I'll look some more into > the problem; > > > -- > Raymond Irving > > --- Peter Romianowski <ant...@gm...> wrote: > >>Hi, >> >>using a custom cursor results in a js-error. I >>isolated the line in dynlayer_ie.js >>It's line 33: >> >>elm.style.cursor=(this._cursor||'auto'); >> >>The browser says "property not defined: cursor" >>(translated from german ;) >>Because that "crashed" my whole page (no js executed >>anymore) I changed that >>part of the code to: >> >>if (elm.style.cursor) { >> elm.style.cursor=(this._cursor||'auto'); >>} >> >>Now the site works (without the custom cursor which >>is ok for me). I do not >>propose this as a solution to the problem - it's >>just a workaround and I am >>too lazy to hunt the problem down ;) >>Generally it is possible to change the cursor shape >>in ie5+ according to >>http://www.webreference.com/js/tips/991129.html >>(tested it) >> >>Greetz, >> >>Peter >> >>..: BTW: When will there be the next release of >>dynapi3x? >> >> >> >> > > ------------------------------------------------------- > >>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 > > > ------------------------------------------------------- > 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-25 13:05:45
|
This might also be a bug in ie5? The cursor property should be available on the style object. When I get ie5 up and running I'll look some more into the problem; -- Raymond Irving --- Peter Romianowski <ant...@gm...> wrote: > Hi, > > using a custom cursor results in a js-error. I > isolated the line in dynlayer_ie.js > It's line 33: > > elm.style.cursor=(this._cursor||'auto'); > > The browser says "property not defined: cursor" > (translated from german ;) > Because that "crashed" my whole page (no js executed > anymore) I changed that > part of the code to: > > if (elm.style.cursor) { > elm.style.cursor=(this._cursor||'auto'); > } > > Now the site works (without the custom cursor which > is ok for me). I do not > propose this as a solution to the problem - it's > just a workaround and I am > too lazy to hunt the problem down ;) > Generally it is possible to change the cursor shape > in ie5+ according to > http://www.webreference.com/js/tips/991129.html > (tested it) > > Greetz, > > Peter > > ..: BTW: When will there be the next release of > dynapi3x? > > > > ------------------------------------------------------- > 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: Peter R. <pet...@co...> - 2003-09-24 20:24:48
|
Hi, I just realized that my "fix" also stops custom cursors on ie6 (mozilla's still working - by far the better browser btw ;) So that "fix" ain't even a workaround - so help is appreciated! Regards, Peter Peter Romianowski wrote: > Hi, > > using a custom cursor results in a js-error. I isolated the line in > dynlayer_ie.js > It's line 33: > > elm.style.cursor=(this._cursor||'auto'); > > The browser says "property not defined: cursor" (translated from german ;) > Because that "crashed" my whole page (no js executed anymore) I changed > that > part of the code to: > > if (elm.style.cursor) { > elm.style.cursor=(this._cursor||'auto'); > } > > Now the site works (without the custom cursor which is ok for me). I do not > propose this as a solution to the problem - it's just a workaround and I am > too lazy to hunt the problem down ;) > Generally it is possible to change the cursor shape in ie5+ according to > http://www.webreference.com/js/tips/991129.html (tested it) > > Greetz, > > Peter > > ..: BTW: When will there be the next release of dynapi3x? > > > > ------------------------------------------------------- > 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.../ > > -- Peter Romianowski coreg Brunnenstraße 153 10115 Berlin Telefon: 030 / 41 72 42 31 Fax: 030 / 41 72 42 39 Email: mailto:rom...@co... Website: http://www.coreg.de |
From: Peter R. <ant...@gm...> - 2003-09-24 19:38:10
|
Hi, using a custom cursor results in a js-error. I isolated the line in dynlayer_ie.js It's line 33: elm.style.cursor=(this._cursor||'auto'); The browser says "property not defined: cursor" (translated from german ;) Because that "crashed" my whole page (no js executed anymore) I changed that part of the code to: if (elm.style.cursor) { elm.style.cursor=(this._cursor||'auto'); } Now the site works (without the custom cursor which is ok for me). I do not propose this as a solution to the problem - it's just a workaround and I am too lazy to hunt the problem down ;) Generally it is possible to change the cursor shape in ie5+ according to http://www.webreference.com/js/tips/991129.html (tested it) Greetz, Peter ..: BTW: When will there be the next release of dynapi3x? |
From: Raymond I. <xw...@ya...> - 2003-09-24 17:32:29
|
I should think so. -- Raymond Irving --- Leif W <war...@us...> wrote: > All I want is the functionality of the browser > detection code for an example > page, to key off of, to choose if I should run code > block {A} or {B}. Is it > considered good form to use something like this? > > var my_ua = new _UserAgent(); > > I ask, because the underscore at the beginning > usually indicates something > is intended to be private or something, and since > there's no real > encapsulation enforcement in JavaScript, it'd > technically let me do it > wether it was intended by design or not. :) > > Leif > > > > > ------------------------------------------------------- > 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-09-24 17:04:43
|
All I want is the functionality of the browser detection code for an example page, to key off of, to choose if I should run code block {A} or {B}. Is it considered good form to use something like this? var my_ua = new _UserAgent(); I ask, because the underscore at the beginning usually indicates something is intended to be private or something, and since there's no real encapsulation enforcement in JavaScript, it'd technically let me do it wether it was intended by design or not. :) Leif |
From: Raymond I. <xw...@ya...> - 2003-09-24 02:57:05
|
Thanks for the update on the php. I had the asp bug on my to-do list :) -- Raymond Irving --- Kevin <ke...@ke...> wrote: > Hi, > > dynapi.util.ioelement-post.html > > I posted before that the get option of the above asp > example doesn't work. > > I had a look at the php version and neither get or > post worked. I had a look > and attached a fix. I'm not familiar with vb so > could someone help with the > asp implementation. > > Sorry I'm not up on patching or write access to cvs > hence the attachment. > > - > Kevin > > ATTACHMENT part 2 application/x-zip-compressed name=ioelmsrv-update1.zip __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Daniel T. <de...@ti...> - 2003-09-23 20:23:20
|
Hi, The layoutmanager i have made currently supports layers to be placed and hold position to eatchother either verticaly or horisontal with x space between them. So far the layers X and Y positions are not locked so you can get a diagonal placement of the layers. This will be fixed before cvs upload. You will be able to set the spacing between them, remove and add more layers to the manager. Any more idees is very well apreciated but what i have seen right now the groupmanager will be left alone as i cant see the usefullnes with adding this functionality to that one, and as stated under here, the focusmanager deals with z-index. So i think more "uniteractive" events and stuff should be in this one. Things that is more static like menues and windows and sutch, but can change size. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Kevin Sent: den 23 september 2003 20:57 To: dyn...@li... Subject: Re: [Dynapi-Dev] LayoutManager Hi, FocusManager deals with z-index issues. - Kevin "Jacob Levy" <jy...@mo...> wrote: > Sounds to me like the LayoutManager and GroupManager are performing > similar or related functions. Should they be merged into one entity > that implements their summed functions? > > I don't know the answer myself to those questions I asked, I just > wanted to see what you thought is reasonable. Do you think that this > is what everyone will want? If not, perhaps make the behavior > customizable? > > In summary, instead of a GroupManager and LayoutManager, I think what > would be nice is a LayerManager that implements both and is > customizable. > > --JYL > > > Hi Jacob > > > > In what way do you mean react? If you mean that all layers should > > move, thats already included into the groupmanager. How do you mean > > "and when they are hidden, the Z-order changes" If they are hidden > > they should be overseen i think, and when they are made visible > > again, then they should invoke a redraw of the layer positions. > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On Behalf Of Jacob > > Levy > > Sent: den 22 september 2003 16:48 > > To: dyn...@li... > > Cc: de...@ti... > > Subject: Re: [Dynapi-Dev] LayoutManager > > > > > > Well, the next thing you'll want would be to react to when one of > > the layers moves, you want to move the other ones in concert, and > > when they are hidden, the Z-order changes, and so on. Sounds like a > > window manager to me, before too long :) > > > > --JYL > > > >> Hi! > >> > >> I had a big problem and that was i had 3 layers that i needed to > >> have exacly 10 pixels vertical from eachother. The problem was not > >> to place > > > >> them but to keep the distance when they resized. I have now made a > >> function for that, that triggers on "onresize" but its just for the > >> vertical bit. > >> > >> I will however make one for horizontal resize and both vertical and > >> horizontal aswell, and now i wonder if there is something else that > >> needs to be added to this manager, so if you have any idees please > >> send them to 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.../ > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Kevin <ke...@ke...> - 2003-09-23 18:56:56
|
Hi, FocusManager deals with z-index issues. - Kevin "Jacob Levy" <jy...@mo...> wrote: > Sounds to me like the LayoutManager and GroupManager are performing > similar or related functions. Should they be merged into one entity that > implements their summed functions? > > I don't know the answer myself to those questions I asked, I just wanted > to see what you thought is reasonable. Do you think that this is what > everyone will want? If not, perhaps make the behavior customizable? > > In summary, instead of a GroupManager and LayoutManager, I think what > would be nice is a LayerManager that implements both and is customizable. > > --JYL > > > Hi Jacob > > > > In what way do you mean react? If you mean that all layers should move, > > thats already included into the groupmanager. How do you mean "and when > > they are hidden, the Z-order changes" If they are hidden they should be > > overseen i think, and when they are made visible again, then they should > > invoke a redraw of the layer positions. > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On Behalf Of Jacob Levy > > Sent: den 22 september 2003 16:48 > > To: dyn...@li... > > Cc: de...@ti... > > Subject: Re: [Dynapi-Dev] LayoutManager > > > > > > Well, the next thing you'll want would be to react to when one of the > > layers moves, you want to move the other ones in concert, and when they > > are hidden, the Z-order changes, and so on. Sounds like a window manager > > to me, before too long :) > > > > --JYL > > > >> Hi! > >> > >> I had a big problem and that was i had 3 layers that i needed to have > >> exacly 10 pixels vertical from eachother. The problem was not to place > > > >> them but to keep the distance when they resized. I have now made a > >> function for that, that triggers on "onresize" but its just for the > >> vertical bit. > >> > >> I will however make one for horizontal resize and both vertical and > >> horizontal aswell, and now i wonder if there is something else that > >> needs to be added to this manager, so if you have any idees please > >> send them to 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.../ > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Kevin <ke...@ke...> - 2003-09-23 18:42:07
|
Hi, dynapi.util.ioelement-post.html I posted before that the get option of the above asp example doesn't work. I had a look at the php version and neither get or post worked. I had a look and attached a fix. I'm not familiar with vb so could someone help with the asp implementation. Sorry I'm not up on patching or write access to cvs hence the attachment. - Kevin |
From: Jacob L. <jy...@mo...> - 2003-09-23 14:37:37
|
Sounds to me like the LayoutManager and GroupManager are performing similar or related functions. Should they be merged into one entity that implements their summed functions? I don't know the answer myself to those questions I asked, I just wanted to see what you thought is reasonable. Do you think that this is what everyone will want? If not, perhaps make the behavior customizable? In summary, instead of a GroupManager and LayoutManager, I think what would be nice is a LayerManager that implements both and is customizable. --JYL > Hi Jacob > > In what way do you mean react? If you mean that all layers should move, > thats already included into the groupmanager. How do you mean "and when > they are hidden, the Z-order changes" If they are hidden they should be > overseen i think, and when they are made visible again, then they should > invoke a redraw of the layer positions. > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Jacob Levy > Sent: den 22 september 2003 16:48 > To: dyn...@li... > Cc: de...@ti... > Subject: Re: [Dynapi-Dev] LayoutManager > > > Well, the next thing you'll want would be to react to when one of the > layers moves, you want to move the other ones in concert, and when they > are hidden, the Z-order changes, and so on. Sounds like a window manager > to me, before too long :) > > --JYL > >> Hi! >> >> I had a big problem and that was i had 3 layers that i needed to have >> exacly 10 pixels vertical from eachother. The problem was not to place > >> them but to keep the distance when they resized. I have now made a >> function for that, that triggers on "onresize" but its just for the >> vertical bit. >> >> I will however make one for horizontal resize and both vertical and >> horizontal aswell, and now i wonder if there is something else that >> needs to be added to this manager, so if you have any idees please >> send them to 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.../ > > > > > > ------------------------------------------------------- > 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.../ |
From: Jesse V. <je...@6t...> - 2003-09-23 13:58:56
|
If you have long term plans of doing away with the javascript version, then why implement the missing semi-colon logic in javascript? If you have ideas and just give me some pseudo, I can whip something up in Java and add it in. Jesse Raymond Irving wrote: > Ok I'll try to implement such a featrure into to JScript version > (beacause I'm not that verse at Java) and then you can implement it > into the Java version. > > Once we have a gui interface I think we can then do away with the > JScript version. > > __ > Raymond Irving > > */Jesse Vitrone <je...@6t...>/* wrote: > > Raymond, > Unfortunately, no. I've been using it all the time, but just from > the command line. I'd love to be able to put more time in it, but > I've > been busy with other stuff :( > If there was time to work on it, I think it might be better spent > trying to add logic to determine where missing semi-colons are and > where > it's safe to add them in. > > Jesse > > Raymond Irving wrote: > > >Hi Jesse, > > > >Any word on the Visual side of the Java Compressor for > >DynAPI? > > > > > >-- > >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 > <http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com> - > Free, easy-to-use web site design software |
From: Raymond I. <xw...@ya...> - 2003-09-23 13:51:07
|
Ok I'll try to implement such a featrure into to JScript version (beacause I'm not that verse at Java) and then you can implement it into the Java version. Once we have a gui interface I think we can then do away with the JScript version. __ Raymond Irving Jesse Vitrone <je...@6t...> wrote: Raymond, Unfortunately, no. I've been using it all the time, but just from the command line. I'd love to be able to put more time in it, but I've been busy with other stuff :( If there was time to work on it, I think it might be better spent trying to add logic to determine where missing semi-colons are and where it's safe to add them in. Jesse Raymond Irving wrote: >Hi Jesse, > >Any word on the Visual side of the Java Compressor for >DynAPI? > > >-- >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 |
From: Jesse V. <je...@6t...> - 2003-09-23 13:35:46
|
Raymond, Unfortunately, no. I've been using it all the time, but just from the command line. I'd love to be able to put more time in it, but I've been busy with other stuff :( If there was time to work on it, I think it might be better spent trying to add logic to determine where missing semi-colons are and where it's safe to add them in. Jesse Raymond Irving wrote: >Hi Jesse, > >Any word on the Visual side of the Java Compressor for >DynAPI? > > >-- >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-23 13:09:14
|
Hi Jesse, Any word on the Visual side of the Java Compressor for DynAPI? -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-09-23 12:58:34
|
Hi, How's the documentation coming on? Anyone at work on this? How about you Dan Willemsen? Are you still working on the docs? -- Raymond Irving __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |