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: Raymond I. <xw...@ya...> - 2003-10-13 14:34:18
|
This is a bug in IE. In order for the top layer to listen to onmousemove events you will have to add content to the layer or set a background image We might have to log this inside the knowledge-base section of the troubleshooting docs. -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hehe, kul att det blev bra :) > > Well.. I must have support... And have used some in > very sharp > enviorments like http://spinn.svt.se which uses the > html menu, it works > very nice... Just this one that got a problem... But > its "fixed" now. > But i dont know if this fix can be used for > permanent solutions... > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Michael > Bystrom > Sent: den 11 oktober 2003 02:00 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > > Nä jag har köpt Ekeskog soffan (den Stora) och > Barkaby fåtöljen alla i > Sand Färg mmmm mycket fint :) > > Yepp trans gif works fine, > > When I think of it I did the same when I wrote my > first api (dhtmlapi). > Then I had the same problem with my list widget. > > Now days I stopped all GUI design for the Mac IE5, > there is no more hope > for it and Mozilla and Safari is SOOOOOOO much > faster. > > For IOS I've dropped support for the tree list > widget no match for it... > > Hmmm sad really nice html browser fast really fast. > Microsoft works in mysterious ways... > > Oh jag köpte Skyar lampan okså hehe > > Michael > > > > Hi! > > > > Did you buy a "klippan"-sofa? =) > > > > Well.. Can you check the example again? I have > "fixed" the glitch... > > Temporary... And you will see what i mean with > "temporary" and "fix" > > :) > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On > Behalf Of Michael > > Bystrom > > Sent: den 11 oktober 2003 01:39 > > To: dyn...@li... > > Subject: Re: [Dynapi-Dev] Layers and text > > > > > > Sorry for the late response I had to go to IKEA > and buy extra sofa :) > > > > Ohh I see what you mean, That IE5 mac will not > fire it's events over > > the html elements. Yep aware this, It refuses to > bubble the event down > > > it just sees the html elm and stops. > > > > I've tired and have no fix for this, it's the same > for my button > > widget (and > > others) I don't think this is a problem with the > api because the api > > 2.5+ has the same problem. > > > > I will not go into this here but Mac IE5 has MAJOR > quirks concerning > > events and InsertAdjacentHTML and createElement > when html elements are > > > involved. > > > > If this is something that you REALY need I would > use something like > > this. And use it for Mac IE5 specific only. > > > > dynapi.document.onmousemove = function(e){ > > > > var o = lyrWinIETop > > if( e.getPageX()>o.getPageX() > > && e.getPageX()<o.getPageX()+o.getWidth() > > && e.getPageY()>o.getPageY() > > && e.getPageY()<o.getPageY()+o.getHeight() ) { > > > o.setBgColor(dynapi.functions.getRandomColor()); > > } > > } > > > > This will create the effect I think you where > after. > > > > Michael > > > > > > > >> Hi Michael! > >> > >> Check out http://www.tiru.se/mobug.html > >> > >> What I get wierd is when using setBgColor() i > think :) > >> > >> Check the example and you will c :) > >> > >> /Daniel > >> > >> -----Original Message----- > >> From: dyn...@li... > >> [mailto:dyn...@li...] > On Behalf Of Michael > >> Bystrom > >> Sent: den 10 oktober 2003 08:15 > >> To: dyn...@li... > >> Subject: Re: [Dynapi-Dev] Layers and text > >> > >> > >> Show me with code what you mean! > >> > >> obj = dynapi.document.addChild( new DynLayer() ) > >> Etc... > >> > >> > >> I usually can fix mac things > >> Michael > >> > >> > >> > >> Den 03-10-10 08.05, skrev "Daniel Tiru" > <de...@ti...>: > >> > >>> Hello developers! > >>> > >>> I would need yor expertice right now... > >>> > >>> I have found something, maybee its by design in > some way, but i > >>> doubt > > > >>> it. > >>> > >>> If you add text to a layer, and add a event > listner to the layer, > >>> say > > > >>> on mouseover and you change layer no2 bgcolor. > >>> > >>> If you add a layer over the textlayer, make it > transparant and > >>> change > > > >>> the event listner to listen to mouseover on the > new layer you will > >>> notice that when you move your mouse over the > text of the > >>> bottomlayer > > > >>> no onmouseover event will be sent. However if > you move your mose > >>> outside the text it will. This is fixed by set > the top layer to show > > >>> a > >> > >>> color, thought... the problem is then that you > wont see the text :) > >>> So > >> > >>> you have to add a transparent gif. > >>> > >>> So now you will tell me, skip the top layer and > it will work fine!? > >>> Yepp, if using windows and ie (havent tried alot > so far) its working > > >>> fine. If using IE on Mac it dont. :( The default > for === message truncated === __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-13 14:29:10
|
Create the layers as you normally would then use the dynapi.document.insertChild() function to insert the relative layers See the inline examples inside the examples/ folder -- Raymond Irving --- Háber János <bo...@co...> wrote: > Hi! > > I have a little problem. > I have example these code: > <table border=0 celladding=0 cellspacing=0 > align="center" width="80%"> > <tr> > <td align="left"> > <!-- need stacker one to here --> > </td> > <td align="right"> > <!-- and stacker two to here --> > </td> > </tr> > </table> > > And I want to drop 2 stacker with panelbars into the > 2 row. How Can I do that? > (So no absolute , only relative positioning) > It's possible? > And If I want to do this for normal layer (example: > drop into a table)? > > Cow > > > > ------------------------------------------------------- > 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: Daniel T. <de...@ti...> - 2003-10-13 13:42:23
|
Hi! I dont think that is possible, i think you will have to use template manager for that. You will have to try but i dont think thats possible. What you can try is to add one stacker, then add 2 more stacker in that stacker and set another spacing on the main stacker. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of H=E1ber = J=E1nos Sent: den 13 oktober 2003 00:40 To: dyn...@li... Subject: [Dynapi-Dev] Panelbar ,stacker and layer relative positioning Hi! I have a little problem. I have example these code: <table border=3D0 celladding=3D0 cellspacing=3D0 align=3D"center" width=3D"80%"> <tr> <td align=3D"left"> <!-- need stacker one to here --> </td> <td align=3D"right"> <!-- and stacker two to here --> </td> </tr> </table> And I want to drop 2 stacker with panelbars into the 2 row. How Can I do that? (So no absolute , only relative positioning) It's possible? And If I want to do this for normal layer (example: drop into a table)? Cow ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: <bo...@co...> - 2003-10-12 22:40:27
|
Hi! I have a little problem. I have example these code: <table border=0 celladding=0 cellspacing=0 align="center" width="80%"> <tr> <td align="left"> <!-- need stacker one to here --> </td> <td align="right"> <!-- and stacker two to here --> </td> </tr> </table> And I want to drop 2 stacker with panelbars into the 2 row. How Can I do that? (So no absolute , only relative positioning) It's possible? And If I want to do this for normal layer (example: drop into a table)? Cow |
From: SourceForge.net <no...@so...> - 2003-10-12 20:03:23
|
Patches item #822341, was opened at 2003-10-12 20:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305757&aid=822341&group_id=5757 Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Raymond Irving (xwisdom) Assigned to: Nobody/Anonymous (nobody) Summary: Core API updates Initial Comment: [*] Updated Documentation & Examples [*] Update quickrefs (See docs/docs/quickref.html) [+] Added new examples [+] Add DragIcon feature to DragEvent [*] Modify DragDrop() events to use mouse pointer or layer's width/height [*] Move Frame Class from BorderManager into frame.js file - dynapi.gui.Frame [+] Add setBorder(w,c,style) to BorderManager - see dynapi.gui.bordermanager-boxfix.html [-] Add box fix model to dynlayers (requires BorderManager). Changes are now inside CVS or you can download the latest snapshot ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305757&aid=822341&group_id=5757 |
From: <bo...@co...> - 2003-10-12 16:41:29
|
Hi! I try to "load" a remote url into the LoadPanel widget, but it's not work. (I see the code , it's use a iframe, and it's src, I don't know why not work). Tested on Linux: Mozilla, MozillaFirebird Cow |
From: Kevin <ke...@ke...> - 2003-10-12 14:57:20
|
Thanks Leif. - Kevin ----- Original Message ----- From: "Leif W" <war...@us...> To: <dyn...@li...> Sent: Sunday, October 12, 2003 3:01 PM Subject: Re: [Dynapi-Dev] snapshot > I forget all the time too, but by going to http://dynapi.sf.net/ and going > to "Mailing Lists" and then "archives2" and search for "nightly snapshot" > results in plenty of hits. > > http://dynapi.sourceforge.net/snapshot/?N=D > > Leif > > ----- Original Message ----- > From: "Kevin" <ke...@ke...> > To: "Dynapi-Dev" <Dyn...@li...> > Sent: Sunday, October 12, 2003 9:19 AM > Subject: [Dynapi-Dev] snapshot > > > > Hi, > > > > I haven't been able to get into cvs for a while. Can someone remind > > me where the nightly ftp snapshot can be found? > > > > I get an error using the new gui.tree.html example in IE6 so I probably > > need to drop it on the latest snapshot. > > > > - > > Kevin > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback Program. > > SourceForge.net hosts over 70,000 Open Source Projects. > > See the people who have HELPED US provide better services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2003-10-12 14:55:25
|
I just tried this, and the anonymous login fails (with password anonymous= ), but proceeding to the checkout command, it ran fine. I used WinCVS which uses a cvs.exe in windows. I also use TortiseCVS. Leif ----- Original Message -----=20 From: "H=E1ber J=E1nos" <bo...@co...> To: <dyn...@li...> Sent: Sunday, October 12, 2003 7:31 AM Subject: [Dynapi-Dev] anonymous CVS > Hi! > > I can't get the CVS tree for anonymous login. > > bash-2.05b$ cvs -d:pserver:ano...@cv...:/cvsroot/dynap= i login > Logging in to :pserver:ano...@cv...:2401/cvsroot/dynap= i > CVS password: > cvs [login aborted]: end of file from server (consult above messages if any) > > I press [enter] to password. > Can anybody help me? > > Cow > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Leif W <war...@us...> - 2003-10-12 14:07:46
|
I forget all the time too, but by going to http://dynapi.sf.net/ and going to "Mailing Lists" and then "archives2" and search for "nightly snapshot" results in plenty of hits. http://dynapi.sourceforge.net/snapshot/?N=D Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> Sent: Sunday, October 12, 2003 9:19 AM Subject: [Dynapi-Dev] snapshot > Hi, > > I haven't been able to get into cvs for a while. Can someone remind > me where the nightly ftp snapshot can be found? > > I get an error using the new gui.tree.html example in IE6 so I probably > need to drop it on the latest snapshot. > > - > Kevin > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Kevin <ke...@ke...> - 2003-10-12 13:18:31
|
Hi, I haven't been able to get into cvs for a while. Can someone remind me where the nightly ftp snapshot can be found? I get an error using the new gui.tree.html example in IE6 so I probably need to drop it on the latest snapshot. - Kevin |
From: Kevin <ke...@ke...> - 2003-10-12 12:21:56
|
Yes maybe cvs problem? My command is: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/dynapi co dynapi3x Error: cvs [checkout aborted]: recv() from server cvs.sourceforge.net: EOF - Kevin "Háber János" <bo...@co...> wrote: > I can't get the CVS tree for anonymous login. > > bash-2.05b$ cvs -d:pserver:ano...@cv...:/cvsroot/dynapi login > Logging in to :pserver:ano...@cv...:2401/cvsroot/dynapi > CVS password: > cvs [login aborted]: end of file from server (consult above messages if any) > > I press [enter] to password. > Can anybody help me? > > Cow > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: <bo...@co...> - 2003-10-12 11:32:05
|
Hi! I can't get the CVS tree for anonymous login. bash-2.05b$ cvs -d:pserver:ano...@cv...:/cvsroot/dynapi login Logging in to :pserver:ano...@cv...:2401/cvsroot/dynapi CVS password: cvs [login aborted]: end of file from server (consult above messages if any) I press [enter] to password. Can anybody help me? Cow |
From: Kevin <ke...@ke...> - 2003-10-11 16:12:34
|
Hi, I like the idea. Maybe the return value could be a numerical constant: $WS_NUMBER=0 $WS_STRING=1 etc quicker than string compares PHP refererence I think is: function ws__typeof ( &$v ) - Kevin "Leif W" <war...@us...> wrote: > Hi! > > I'm having some difficulty with the PHP and Perl translations when it comes > to the simple "typeof" feature found in most other languages. Ok, it's > maybe something I dislike about both these languages but please don't bash > them. :-) They have no typeof feature. They are both very much > "roll-your-own" philosophy about some things like this. Perl much more so > than PHP, but PHP is a bit more accomodating with several is_type($var) > functions. There's even a gettype, but its use is highly discouraged as the > strings returned are likely to change and it's slow. (But I wonder about > the logic behind this, if everyone has to write their own typeof). > > Anyways, how about the addition of a ws__typeof function, and if your > language has a typeof, then it's just a simple wrapper. But also, to have a > more unified mechanism for possible input and output types... > > Here's some Perl and PHP code I am working on. Any thoughts of suggestions > on how to approach the problem and get a more unified interface across the > different languages? > > Leif > > ======================== > Perl > ======================== > # ws__typeof - used to estimate the data type > # > # Input Data Types (language specific): > # SCALAR (number, string), ARRAY, HASH, or CODE > # > # Output Data Types (JavaScript / generic): > # number, boolean, function, string, object, array, date, default > # > # Takes a reference as input, determines type of reference, > # if SCALAR, dereferences and determines format of data > # > sub ws__typeof > { > # my $self = shift; # for OO, disregard for now > my $ref = shift || carp "Not enough args (0 of 1) sent to ws__typeof: > $!"; > > if ( $ref =~ /^SCALAR/ ) > { > if ( $$ref =~ /^\d+$/ ) > { > return( "number" ); > } > elsif ( $$ref =~ m/\d{2}\/\d{2}\/\d{4} \d{2}:\d{2}:\d{2}/ ) > { > return( "date" ); > } > elsif ( $$ref =~ /^[\d\s\w]+([\d\s\w])*$/ ) # not binary string > friendly > { > return( "string" ); > } > else > { > return( "unknown" ); > } > } > elsif ( $ref =~ /^ARRAY/ ) > { > return( "array" ); > } > elsif ( $ref =~ /^HASH/ ) > { > return( "object" ); > } > elsif ( $ref =~ /^CODE/ ) > { > return( "code" ); > } > else > { > return( "unknown" ); > } > } > > ======================== > PHP > ======================== > /* > * ws__typeof - used to estimate the data type > * > * Input Data Types (language specific): > * boolean, array, object, null > * scalar (numeric {integer, float}, string) > * > * Output Data Types (JavaScript / generic): > * number, boolean, function, string, object, array, date, default > * > * Takes a reference as input, determines type of reference, > * if SCALAR, dereferences and determines format of data > */ > > function ws__typeof ( $v ) > { > if ( is_bool( $v ) ) > { > return "boolean"; > } > else if ( is_scalar( $v ) ) > { > if ( is_numeric( $v ) ) > { > if ( is_integer( $v ) ) > { > return "integer"; > } > else if ( is_float( $v ) ) > { > return "float"; > } > else // imaginary? ;-) > { > return "unknown number"; > } > } > else if ( is_string( $v ) ) > { > if ( preg_match( "/\d{2}\/\d{2}\/\d{4} \d{2}:\d{2}:\d{2}/", > $v ) ) > { > return "date"; > } > else if ( preg_match( "/^\w+([\w\d])*$/", $v ) ) > { > return "string"; > } > else > { > return "unknown string"; > } > } > else > { > return "unknown scalar"; > } > } > else if ( is_array( $v ) ) > { > return "array"; > } > else if ( is_object( $v ) ) > { > return "object"; > } > else if ( is_null( $v ) ) > { > return "null"; > } > else > { > return "unknown"; > } > } > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2003-10-11 15:40:38
|
Hi! I'm having some difficulty with the PHP and Perl translations when it comes to the simple "typeof" feature found in most other languages. Ok, it's maybe something I dislike about both these languages but please don't bash them. :-) They have no typeof feature. They are both very much "roll-your-own" philosophy about some things like this. Perl much more so than PHP, but PHP is a bit more accomodating with several is_type($var) functions. There's even a gettype, but its use is highly discouraged as the strings returned are likely to change and it's slow. (But I wonder about the logic behind this, if everyone has to write their own typeof). Anyways, how about the addition of a ws__typeof function, and if your language has a typeof, then it's just a simple wrapper. But also, to have a more unified mechanism for possible input and output types... Here's some Perl and PHP code I am working on. Any thoughts of suggestions on how to approach the problem and get a more unified interface across the different languages? Leif ======================== Perl ======================== # ws__typeof - used to estimate the data type # # Input Data Types (language specific): # SCALAR (number, string), ARRAY, HASH, or CODE # # Output Data Types (JavaScript / generic): # number, boolean, function, string, object, array, date, default # # Takes a reference as input, determines type of reference, # if SCALAR, dereferences and determines format of data # sub ws__typeof { # my $self = shift; # for OO, disregard for now my $ref = shift || carp "Not enough args (0 of 1) sent to ws__typeof: $!"; if ( $ref =~ /^SCALAR/ ) { if ( $$ref =~ /^\d+$/ ) { return( "number" ); } elsif ( $$ref =~ m/\d{2}\/\d{2}\/\d{4} \d{2}:\d{2}:\d{2}/ ) { return( "date" ); } elsif ( $$ref =~ /^[\d\s\w]+([\d\s\w])*$/ ) # not binary string friendly { return( "string" ); } else { return( "unknown" ); } } elsif ( $ref =~ /^ARRAY/ ) { return( "array" ); } elsif ( $ref =~ /^HASH/ ) { return( "object" ); } elsif ( $ref =~ /^CODE/ ) { return( "code" ); } else { return( "unknown" ); } } ======================== PHP ======================== /* * ws__typeof - used to estimate the data type * * Input Data Types (language specific): * boolean, array, object, null * scalar (numeric {integer, float}, string) * * Output Data Types (JavaScript / generic): * number, boolean, function, string, object, array, date, default * * Takes a reference as input, determines type of reference, * if SCALAR, dereferences and determines format of data */ function ws__typeof ( $v ) { if ( is_bool( $v ) ) { return "boolean"; } else if ( is_scalar( $v ) ) { if ( is_numeric( $v ) ) { if ( is_integer( $v ) ) { return "integer"; } else if ( is_float( $v ) ) { return "float"; } else // imaginary? ;-) { return "unknown number"; } } else if ( is_string( $v ) ) { if ( preg_match( "/\d{2}\/\d{2}\/\d{4} \d{2}:\d{2}:\d{2}/", $v ) ) { return "date"; } else if ( preg_match( "/^\w+([\w\d])*$/", $v ) ) { return "string"; } else { return "unknown string"; } } else { return "unknown scalar"; } } else if ( is_array( $v ) ) { return "array"; } else if ( is_object( $v ) ) { return "object"; } else if ( is_null( $v ) ) { return "null"; } else { return "unknown"; } } |
From: Daniel T. <de...@ti...> - 2003-10-11 15:02:12
|
Yeah -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Leif W Sent: den 11 oktober 2003 16:54 To: dyn...@li... Subject: Re: [Dynapi-Dev] latest cvs Should that also be changed to "PanelBar and Stacker"? Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> Sent: Saturday, October 11, 2003 10:30 AM Subject: [Dynapi-Dev] latest cvs > Typo > > dynapi.gui.panelbar-stacker.html > > Is not called from the "Window and Stacker" > link in the examples.html file. > > - > Kevin > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See the people > who have HELPED US provide better services: Click here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Leif W <war...@us...> - 2003-10-11 14:54:05
|
Should that also be changed to "PanelBar and Stacker"? Leif ----- Original Message ----- From: "Kevin" <ke...@ke...> To: "Dynapi-Dev" <Dyn...@li...> Sent: Saturday, October 11, 2003 10:30 AM Subject: [Dynapi-Dev] latest cvs > Typo > > dynapi.gui.panelbar-stacker.html > > Is not called from the "Window and Stacker" > link in the examples.html file. > > - > Kevin > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Daniel T. <de...@ti...> - 2003-10-11 14:51:01
|
Hi! Sorry about that, It should be: dynapi.gui.panelbar-stacker.html instad, will change that. /Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Kevin Sent: den 11 oktober 2003 16:30 To: Dynapi-Dev Subject: [Dynapi-Dev] latest cvs Typo dynapi.gui.panelbar-stacker.html Is not called from the "Window and Stacker" link in the examples.html file. - Kevin ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Kevin <ke...@ke...> - 2003-10-11 14:28:59
|
Typo dynapi.gui.panelbar-stacker.html Is not called from the "Window and Stacker" link in the examples.html file. - Kevin |
From: <bo...@co...> - 2003-10-11 09:06:45
|
Hi! > Tree and dragIcon thing does not work in Mac IE5 (I have no time to debug > so don't even think of asking, Sorry! I I'm in hell with the IOS and > foldermanager.js port. Damn things changed here). List widgets works fine. > > Mozilla mac, tree and list works fine but tree needs node height > adjustments. > > I use X&Y mouse pointers for ALL my folder events when moving the folders > in IOS (except for a small part of folderpane will rewrite later). I think > all OS's works this way. > Uhh, I can't test in Mac, because if you have a patch please send to me. Why needed node height adjusment? Can you send a screenshoot to me? (Mac IE/ Mozilla) Cow |
From: Jacob L. <jy...@mo...> - 2003-10-11 00:19:49
|
Daniel (On my work computer, Win98, IE5.5) All three squares now respond to the mouseover events and the text stays visible. I think you mean its a temporary fix because it flashes a lot (A LOT) and is ugly :) --JYL > Hi! > > Did you buy a "klippan"-sofa? =) > > Well.. Can you check the example again? I have "fixed" the glitch... > Temporary... And you will see what i mean with "temporary" and "fix" :) > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 11 oktober 2003 01:39 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > Sorry for the late response I had to go to IKEA and buy extra sofa :) > > Ohh I see what you mean, That IE5 mac will not fire it's events over the > html elements. Yep aware this, It refuses to bubble the event down it > just sees the html elm and stops. > > I've tired and have no fix for this, it's the same for my button widget > (and > others) I don't think this is a problem with the api because the api > 2.5+ has the same problem. > > I will not go into this here but Mac IE5 has MAJOR quirks concerning > events and InsertAdjacentHTML and createElement when html elements are > involved. > > If this is something that you REALY need I would use something like > this. And use it for Mac IE5 specific only. > > dynapi.document.onmousemove = function(e){ > > var o = lyrWinIETop > if( e.getPageX()>o.getPageX() > && e.getPageX()<o.getPageX()+o.getWidth() > && e.getPageY()>o.getPageY() > && e.getPageY()<o.getPageY()+o.getHeight() ) { > o.setBgColor(dynapi.functions.getRandomColor()); > } > } > > This will create the effect I think you where after. > > Michael > > > >> Hi Michael! >> >> Check out http://www.tiru.se/mobug.html >> >> What I get wierd is when using setBgColor() i think :) >> >> Check the example and you will c :) >> >> /Daniel >> >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...] On Behalf Of Michael >> Bystrom >> Sent: den 10 oktober 2003 08:15 >> To: dyn...@li... >> Subject: Re: [Dynapi-Dev] Layers and text >> >> >> Show me with code what you mean! >> >> obj = dynapi.document.addChild( new DynLayer() ) >> Etc... >> >> >> I usually can fix mac things >> Michael >> >> >> >> Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: >> >>> Hello developers! >>> >>> I would need yor expertice right now... >>> >>> I have found something, maybee its by design in some way, but i doubt > >>> it. >>> >>> If you add text to a layer, and add a event listner to the layer, say > >>> on mouseover and you change layer no2 bgcolor. >>> >>> If you add a layer over the textlayer, make it transparant and change > >>> the event listner to listen to mouseover on the new layer you will >>> notice that when you move your mouse over the text of the bottomlayer > >>> no onmouseover event will be sent. However if you move your mose >>> outside the text it will. This is fixed by set the top layer to show >>> a >> >>> color, thought... the problem is then that you wont see the text :) >>> So >> >>> you have to add a transparent gif. >>> >>> So now you will tell me, skip the top layer and it will work fine!? >>> Yepp, if using windows and ie (havent tried alot so far) its working >>> fine. If using IE on Mac it dont. :( The default for mac is to add >>> layer and add text, the text dont_inherit_the_properties of the >>> layer, >> >>> but making a "Mac-text-layer" or something so it wont work in the >>> first case. >>> >>> Do anyone have a solution to implent into the dynlayer.js that will >>> solve this? >>> >>> Regards >>> Daniel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See the people > who have HELPED US provide better services: Click here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Daniel T. <de...@ti...> - 2003-10-11 00:11:42
|
Hehe, kul att det blev bra :) Well.. I must have support... And have used some in very sharp enviorments like http://spinn.svt.se which uses the html menu, it works very nice... Just this one that got a problem... But its "fixed" now. But i dont know if this fix can be used for permanent solutions... Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 11 oktober 2003 02:00 To: dyn...@li... Subject: Re: [Dynapi-Dev] Layers and text N=E4 jag har k=F6pt Ekeskog soffan (den Stora) och Barkaby f=E5t=F6ljen = alla i Sand F=E4rg mmmm mycket fint :) Yepp trans gif works fine, When I think of it I did the same when I wrote my first api (dhtmlapi). Then I had the same problem with my list widget. Now days I stopped all GUI design for the Mac IE5, there is no more hope for it and Mozilla and Safari is SOOOOOOO much faster. For IOS I've dropped support for the tree list widget no match for it... Hmmm sad really nice html browser fast really fast. Microsoft works in mysterious ways... Oh jag k=F6pte Skyar lampan oks=E5 hehe Michael=20 > Hi! >=20 > Did you buy a "klippan"-sofa? =3D) >=20 > Well.. Can you check the example again? I have "fixed" the glitch...=20 > Temporary... And you will see what i mean with "temporary" and "fix"=20 > :) >=20 > Regards > Daniel >=20 > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael=20 > Bystrom > Sent: den 11 oktober 2003 01:39 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text >=20 >=20 > Sorry for the late response I had to go to IKEA and buy extra sofa :) >=20 > Ohh I see what you mean, That IE5 mac will not fire it's events over=20 > the html elements. Yep aware this, It refuses to bubble the event down > it just sees the html elm and stops. >=20 > I've tired and have no fix for this, it's the same for my button=20 > widget (and > others) I don't think this is a problem with the api because the api=20 > 2.5+ has the same problem. >=20 > I will not go into this here but Mac IE5 has MAJOR quirks concerning=20 > events and InsertAdjacentHTML and createElement when html elements are > involved. >=20 > If this is something that you REALY need I would use something like=20 > this. And use it for Mac IE5 specific only. >=20 > dynapi.document.onmousemove =3D function(e){ >=20 > var o =3D lyrWinIETop > if( e.getPageX()>o.getPageX() > && e.getPageX()<o.getPageX()+o.getWidth() > && e.getPageY()>o.getPageY() > && e.getPageY()<o.getPageY()+o.getHeight() ) { > o.setBgColor(dynapi.functions.getRandomColor()); > } > } >=20 > This will create the effect I think you where after. >=20 > Michael >=20 >=20 >=20 >> Hi Michael! >>=20 >> Check out http://www.tiru.se/mobug.html >>=20 >> What I get wierd is when using setBgColor() i think :) >>=20 >> Check the example and you will c :) >>=20 >> /Daniel >>=20 >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...] On Behalf Of Michael=20 >> Bystrom >> Sent: den 10 oktober 2003 08:15 >> To: dyn...@li... >> Subject: Re: [Dynapi-Dev] Layers and text >>=20 >>=20 >> Show me with code what you mean! >>=20 >> obj =3D dynapi.document.addChild( new DynLayer() ) >> Etc... >>=20 >>=20 >> I usually can fix mac things >> Michael >>=20 >>=20 >>=20 >> Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: >>=20 >>> Hello developers! >>>=20 >>> I would need yor expertice right now... >>>=20 >>> I have found something, maybee its by design in some way, but i=20 >>> doubt >=20 >>> it. >>>=20 >>> If you add text to a layer, and add a event listner to the layer,=20 >>> say >=20 >>> on mouseover and you change layer no2 bgcolor. >>>=20 >>> If you add a layer over the textlayer, make it transparant and=20 >>> change >=20 >>> the event listner to listen to mouseover on the new layer you will=20 >>> notice that when you move your mouse over the text of the=20 >>> bottomlayer >=20 >>> no onmouseover event will be sent. However if you move your mose=20 >>> outside the text it will. This is fixed by set the top layer to show >>> a >>=20 >>> color, thought... the problem is then that you wont see the text :)=20 >>> So >>=20 >>> you have to add a transparent gif. >>>=20 >>> So now you will tell me, skip the top layer and it will work fine!?=20 >>> Yepp, if using windows and ie (havent tried alot so far) its working >>> fine. If using IE on Mac it dont. :( The default for mac is to add=20 >>> layer and add text, the text dont_inherit_the_properties of the=20 >>> layer, >>=20 >>> but making a "Mac-text-layer" or something so it wont work in the=20 >>> first case. >>>=20 >>> Do anyone have a solution to implent into the dynlayer.js that will=20 >>> solve this? >>>=20 >>> Regards >>> Daniel ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Michael B. <mi...@mi...> - 2003-10-11 00:00:07
|
N=E4 jag har k=F6pt Ekeskog soffan (den Stora) och Barkaby f=E5t=F6ljen alla i Sand F=E4rg mmmm mycket fint :) Yepp trans gif works fine, When I think of it I did the same when I wrote my first api (dhtmlapi). The= n I had the same problem with my list widget. Now days I stopped all GUI design for the Mac IE5, there is no more hope fo= r it and Mozilla and Safari is SOOOOOOO much faster. For IOS I've dropped support for the tree list widget no match for it... Hmmm sad really nice html browser fast really fast. Microsoft works in mysterious ways... Oh jag k=F6pte Skyar lampan oks=E5 hehe Michael=20 > Hi! >=20 > Did you buy a "klippan"-sofa? =3D) >=20 > Well.. Can you check the example again? I have "fixed" the glitch... > Temporary... And you will see what i mean with "temporary" and "fix" :) >=20 > Regards > Daniel >=20 > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 11 oktober 2003 01:39 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text >=20 >=20 > Sorry for the late response I had to go to IKEA and buy extra sofa :) >=20 > Ohh I see what you mean, That IE5 mac will not fire it's events over the > html elements. Yep aware this, It refuses to bubble the event down it > just sees the html elm and stops. >=20 > I've tired and have no fix for this, it's the same for my button widget > (and > others) I don't think this is a problem with the api because the api > 2.5+ has the same problem. >=20 > I will not go into this here but Mac IE5 has MAJOR quirks concerning > events and InsertAdjacentHTML and createElement when html elements are > involved. >=20 > If this is something that you REALY need I would use something like > this. And use it for Mac IE5 specific only. >=20 > dynapi.document.onmousemove =3D function(e){ >=20 > var o =3D lyrWinIETop > if( e.getPageX()>o.getPageX() > && e.getPageX()<o.getPageX()+o.getWidth() > && e.getPageY()>o.getPageY() > && e.getPageY()<o.getPageY()+o.getHeight() ) { > o.setBgColor(dynapi.functions.getRandomColor()); > } > } >=20 > This will create the effect I think you where after. >=20 > Michael >=20 >=20 >=20 >> Hi Michael! >>=20 >> Check out http://www.tiru.se/mobug.html >>=20 >> What I get wierd is when using setBgColor() i think :) >>=20 >> Check the example and you will c :) >>=20 >> /Daniel >>=20 >> -----Original Message----- >> From: dyn...@li... >> [mailto:dyn...@li...] On Behalf Of Michael >> Bystrom >> Sent: den 10 oktober 2003 08:15 >> To: dyn...@li... >> Subject: Re: [Dynapi-Dev] Layers and text >>=20 >>=20 >> Show me with code what you mean! >>=20 >> obj =3D dynapi.document.addChild( new DynLayer() ) >> Etc... >>=20 >>=20 >> I usually can fix mac things >> Michael >>=20 >>=20 >>=20 >> Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: >>=20 >>> Hello developers! >>>=20 >>> I would need yor expertice right now... >>>=20 >>> I have found something, maybee its by design in some way, but i doubt >=20 >>> it. >>>=20 >>> If you add text to a layer, and add a event listner to the layer, say >=20 >>> on mouseover and you change layer no2 bgcolor. >>>=20 >>> If you add a layer over the textlayer, make it transparant and change >=20 >>> the event listner to listen to mouseover on the new layer you will >>> notice that when you move your mouse over the text of the bottomlayer >=20 >>> no onmouseover event will be sent. However if you move your mose >>> outside the text it will. This is fixed by set the top layer to show >>> a >>=20 >>> color, thought... the problem is then that you wont see the text :) >>> So >>=20 >>> you have to add a transparent gif. >>>=20 >>> So now you will tell me, skip the top layer and it will work fine!? >>> Yepp, if using windows and ie (havent tried alot so far) its working >>> fine. If using IE on Mac it dont. :( The default for mac is to add >>> layer and add text, the text dont_inherit_the_properties of the >>> layer, >>=20 >>> but making a "Mac-text-layer" or something so it wont work in the >>> first case. >>>=20 >>> Do anyone have a solution to implent into the dynlayer.js that will >>> solve this? >>>=20 >>> Regards >>> Daniel |
From: Daniel T. <de...@ti...> - 2003-10-10 23:43:47
|
Hi! Did you buy a "klippan"-sofa? =) Well.. Can you check the example again? I have "fixed" the glitch... Temporary... And you will see what i mean with "temporary" and "fix" :) Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Michael Bystrom Sent: den 11 oktober 2003 01:39 To: dyn...@li... Subject: Re: [Dynapi-Dev] Layers and text Sorry for the late response I had to go to IKEA and buy extra sofa :) Ohh I see what you mean, That IE5 mac will not fire it's events over the html elements. Yep aware this, It refuses to bubble the event down it just sees the html elm and stops. I've tired and have no fix for this, it's the same for my button widget (and others) I don't think this is a problem with the api because the api 2.5+ has the same problem. I will not go into this here but Mac IE5 has MAJOR quirks concerning events and InsertAdjacentHTML and createElement when html elements are involved. If this is something that you REALY need I would use something like this. And use it for Mac IE5 specific only. dynapi.document.onmousemove = function(e){ var o = lyrWinIETop if( e.getPageX()>o.getPageX() && e.getPageX()<o.getPageX()+o.getWidth() && e.getPageY()>o.getPageY() && e.getPageY()<o.getPageY()+o.getHeight() ) { o.setBgColor(dynapi.functions.getRandomColor()); } } This will create the effect I think you where after. Michael > Hi Michael! > > Check out http://www.tiru.se/mobug.html > > What I get wierd is when using setBgColor() i think :) > > Check the example and you will c :) > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Michael > Bystrom > Sent: den 10 oktober 2003 08:15 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] Layers and text > > > Show me with code what you mean! > > obj = dynapi.document.addChild( new DynLayer() ) > Etc... > > > I usually can fix mac things > Michael > > > > Den 03-10-10 08.05, skrev "Daniel Tiru" <de...@ti...>: > >> Hello developers! >> >> I would need yor expertice right now... >> >> I have found something, maybee its by design in some way, but i doubt >> it. >> >> If you add text to a layer, and add a event listner to the layer, say >> on mouseover and you change layer no2 bgcolor. >> >> If you add a layer over the textlayer, make it transparant and change >> the event listner to listen to mouseover on the new layer you will >> notice that when you move your mouse over the text of the bottomlayer >> no onmouseover event will be sent. However if you move your mose >> outside the text it will. This is fixed by set the top layer to show >> a > >> color, thought... the problem is then that you wont see the text :) >> So > >> you have to add a transparent gif. >> >> So now you will tell me, skip the top layer and it will work fine!? >> Yepp, if using windows and ie (havent tried alot so far) its working >> fine. If using IE on Mac it dont. :( The default for mac is to add >> layer and add text, the text dont_inherit_the_properties of the >> layer, > >> but making a "Mac-text-layer" or something so it wont work in the >> first case. >> >> Do anyone have a solution to implent into the dynlayer.js that will >> solve this? >> >> Regards >> Daniel ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Daniel T. <de...@ti...> - 2003-10-10 23:41:46
|
Not a bad solution. I think tought, that it would be called ondragdroped? Atleast we should use ondragdrop, as you when pressing, activating the drag movement. If you dont move it (atleast in windows) it will become a dragdrop. /Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 10 oktober 2003 22:54 To: dyn...@li... Subject: RE: [Dynapi-Dev] Change ondrop to ondragdrop Ok I see your point. Maybe we should trigger ondragdrop on the layer that's being dragged and dropped and trigger ondrop on the layer receiving the drop, correct? Or should we just use ondrop for both? -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi Raymond! > > I dont know really... I think both sounds good, but > as you realy dont > have to drag it, it could be ondrop, but if you drag > it, it would be > ondragdrop. So.. Well, can you explain what you did > wrong? Then i will > tell you if you are right or wrong. :) > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Raymond > Irving > Sent: den 10 oktober 2003 19:23 > To: DynAPI-Dev; DynApi-Help > Subject: [Dynapi-Dev] Change ondrop to ondragdrop > > > Hi Everyone, > > I think I've made a mistake with the event names. In > keeping with ondragstart, ondragmove, ondragend, > ondragover we should change ondrop to ondragdrop > > Everyone in agreement? > > PS. Some newer changes are coming that enable you to > do some great drag and drop features that is not > easy > to do without DynAPI :) > > > -- > Raymond Irving. > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product > search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. See the people > who have HELPED US provide better services: Click > here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Michael B. <mi...@mi...> - 2003-10-10 23:39:06
|
Cool. This is sorta how the folder & foldermanager in IOS works but little different with respect to the IOS windows and each ListTree node and inheritance madness... :) I like it. Easy to use. Michael Den 03-10-10 21.27, skrev "Raymond Irving" <xw...@ya...>: > Hello, > > Please checkout the proposed Drag Icon features for > DragEvent. > > http://www24.brinkster.com/dyntools/next/examples/demo.dragicon.html > > This new addition should make if easier to simulate > drag and drop the way it's done in desktop > applications. You should be able to drag icons (or > objects) anywhere on the document. > > Any comments, suggestions, questions? > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > 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.../ > |