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-02 04:18:32
|
Hello Everyone, As it relates to the future of Widget creation, do you think we should go Stylable Widgets (like the ones that use the StyleManager) or should we stick to traditional Widget design? Please give your answer and reason why -- Raymond Irving __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-02 03:52:26
|
Hi Daniel, Looking very good Daniel. A few things to note: 1) I noticed that these Windows along with the stacker stringht way ressembles windows xp PanelBar. Maybe it would be called PanelBar instead of Window? This should keep the code size down. What do you think? 2) The constructor Window() contains too many agruments. It's best to try and keep those a minimum of 6 to 7 and use the dictionary input for expanded use. 3) Instead of minimizewindow() and maximazewindow() function names I think minimize() and maximize() should do just fine. Also change setDraging() to setDragEnabled() as setDragEnabled will be used in the future by DynLayers when DragEvents is included - Just waiting on some updates on the DynArea object. 4) For the Stacker Class I would use rearrange() instead of move() as move implies the relocation of the stack. 5) Could you upload a standalone example of the Stacker using only DynLayers? All in all it's a very nice set of libraries. -- Raymond Irving --- "SourceForge.net" <no...@so...> wrote: > Patches item #815765, was opened at 2003-10-01 13:13 > 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=815765&group_id=5757 > > Category: DynAPI 3 GUI > Group: None > Status: Open > Resolution: None > Priority: 5 > Submitted By: Daniel Tiru (tiru) > Assigned to: Nobody/Anonymous (nobody) > Summary: New objects: Stacker and Window > > Initial Comment: > Added > > + Window wiget > > + Stacker widget > > + Window & Stacker Example > > + Window QuickRef > > + Stacker QuickRef > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=305757&aid=815765&group_id=5757 > > > ------------------------------------------------------- > 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-10-02 03:49:59
|
Hi Háber János, I've checked and made a few changes to the files and they're now inside cvs. Very good job. Only if we could now get a Grid object... -- Raymond Irving --- Háber János <bo...@co...> wrote: > Here is the example and the source for List and > Label element > src/ext/packages.js need modify: > > l.add('dynapi.gui.TemplateManager','templmngr.js','DynLayer'); > // HTML Components > > To... > > l.add('dynapi.gui.TemplateManager','templmngr.js','DynLayer'); > l.add('dynapi.gui.Label','label.js','DynLayer'); > l.add('dynapi.gui.List','list.js','DynLayer'); > // HTML Components > > Cow > > ATTACHMENT part 2 application/x-zip name=dynpatch.zip __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-01 20:48:57
|
Ok. Then you should use the setZIndex() DynLayer function -- Raymond Irving --- Háber János <bo...@co...> wrote: > 2003. október 1. 22.07 dátummal Raymond Irving ezt > írta: > > You want to destroy from "b" (parent) to "a" > (child)? > No > I want to move to the upper layer the child element. > (in the example I want to > move up 2 level the "a" element) > > Cow > > ICQ: 73963523 > > > > ------------------------------------------------------- > 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: <bo...@co...> - 2003-10-01 20:11:22
|
2003. okt=F3ber 1. 22.07 d=E1tummal Raymond Irving ezt =EDrta: > You want to destroy from "b" (parent) to "a" (child)? No I want to move to the upper layer the child element. (in the example I want= to=20 move up 2 level the "a" element) Cow ICQ: 73963523 |
From: Raymond I. <xw...@ya...> - 2003-10-01 20:07:49
|
You want to destroy from "b" (parent) to "a" (child)? -- Raymond Irving --- Háber János <bo...@co...> wrote: > Hi! > > I have an object (example DynLayer) name "b". It's > have a parent DynLayer "b". > I accepted the DragEvent on "a", and I want tu cut > from "b" (to the top). > If i remove the element, it's a bad think. I try to > remove the element, > because it's not work. > I try to change the parent variable: > ondragstart: > function(e) > { > var o=e.getSource(); > o.parent=o.parent.parent; > }, > beacuse nothing happened. > > Any idea? > > Cow > > > > ------------------------------------------------------- > 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: <bo...@co...> - 2003-10-01 19:54:56
|
Hi! I have an object (example DynLayer) name "b". It's have a parent DynLayer "b". I accepted the DragEvent on "a", and I want tu cut from "b" (to the top). If i remove the element, it's a bad think. I try to remove the element, because it's not work. I try to change the parent variable: ondragstart: function(e) { var o=e.getSource(); o.parent=o.parent.parent; }, beacuse nothing happened. Any idea? Cow |
From: Raymond I. <xw...@ya...> - 2003-10-01 19:38:31
|
The problem is with LoadPanel. For now you'll have to atleast set width of the LoadPanel -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi again! > > To clearify my problem: > > In the dynapi.gui.viewpane-loadpanel.html > > You will see this code: > var lp = new LoadPanel('loadpanel/file1.html'); > lp.setSize(300,300); > lp.setBgColor('#C0C0C0'); > > var vp = new ViewPane(null,250,100,200,200); > vp.setContent(lp) > > dynapi.document.addChild(vp); > > As i dont want any clipping to occure in the > loadpanel, i want to change > the code to: > var lp = new LoadPanel('loadpanel/file1.html'); > //lp.setSize(300,300); > lp.setBgColor('#C0C0C0'); > > var vp = new ViewPane(null,250,100,200,200); > vp.setContent(lp) > > dynapi.document.addChild(vp); > > This will result in that the content will be blank, > the viewpane is > white but the scrollbars are there... > As you will see in the example the loadpanels > content is clipped, this > is what i want to prevent, the content added to the > viewpane, should be > set to null or something, as the viewpane should > work this out by itslef > somehow... > > Best regards > Daniel > > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Daniel Tiru > Sent: den 1 oktober 2003 08:08 > To: dyn...@li... > Subject: [Dynapi-Dev] Loadpanel and ViewPanel > > > Hi folks! > > When using the ViewPanel and adding the content (a > Loadpanel) and you > dont set the size for the LoadPanel you wont see > anything. I am > currently trying to load in pages with dynamic > content (emails) into a > loadpanel, and using the ViewPanel to be able to > scroll verticaly and > horizontaly when my cant show more content. > > However, as i never knows how mutch space the loaded > content in the > loadpanel is, i would need to be able to set the w/h > to null, but this > dont work very well with the viewpane. > > Any idees? > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: <bo...@co...> - 2003-10-01 18:42:32
|
Here is the example and the source for List and Label element src/ext/packages.js need modify: l.add('dynapi.gui.TemplateManager','templmngr.js','DynLayer'); // HTML Components To... l.add('dynapi.gui.TemplateManager','templmngr.js','DynLayer'); l.add('dynapi.gui.Label','label.js','DynLayer'); l.add('dynapi.gui.List','list.js','DynLayer'); // HTML Components Cow |
From: Raymond I. <xw...@ya...> - 2003-10-01 17:43:26
|
I see the problem. The library system is not respecting the object's namespace. The attached file is a quick fix. But library.js will still register dynapi.gui.Button as being loaded even though it's not loaded. Remember that if you use dynapi.library.include('Button') it will load the last Button object that was added to the library. If you need to load specific libraries then you will have to use their full names: dynapi.library.include('bystrom.Button') or dynapi.library.include(dynapi.gui.Button') PS. This temp fix has not been tested with dependencies. Dan will have to look more into this problem. -- Raymond Irving -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > Hi folks here we go lets start with the library! > > This will be the new structure for the IOS port: > > dynapi.library.addPackage('bystrom',dynapi.library.path); > dynapi.library.add('bystrom.Button','bystrom/gui/button.js'); > etc... > > > Now before I go into debug hell I would like some > answers to some library > questions. > > > We have a simple load set up like this: > > dynapi.library.setPath('../src/'); > dynapi.library.include('dynapi.spock'); > dynapi.library.include('dynapi.api'); > dynapi.library.include('library'); > dynapi.library.include('bystrom'); > > > Note the "bystrom" include this will load all that I > have in that package > (right?) > > > Now if I do this the API will load the DynAPI gui > components and mine. > loaded [dynapi.gui.BorderManager] > loaded [dynapi.gui.StyleManager] > loaded [dynapi.gui.Highlighter] > loaded [dynapi.gui.Button] > loaded [dynapi.gui.ButtonStyle] > > Why does it do this? > > I will not rename my widgets from Button to > IOSButton or something similar. > What is the secret I've missed. There has to be a > way. > > Is not bystrom it's own unique object? > > Michael > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-01 17:33:58
|
You'll have to post the file so we can test them. -- Raymond Irving --- Háber János <bo...@co...> wrote: > 2003. október 1. 17.48 dátummal Raymond Irving ezt > írta: > > Is it inside CVS? > No! > I'm today downloaded the Dynapi and ported the files > (and today join to the > maillist) > If any coder needed I send the files. > Cow > > > > ------------------------------------------------------- > 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: <bo...@co...> - 2003-10-01 17:24:30
|
2003. okt=F3ber 1. 17.48 d=E1tummal Raymond Irving ezt =EDrta: > Is it inside CVS? No! I'm today downloaded the Dynapi and ported the files (and today join to the= =20 maillist) If any coder needed I send the files. Cow |
From: Raymond I. <xw...@ya...> - 2003-10-01 15:48:23
|
Is it inside CVS? -- Raymond Irving --- Háber János <bo...@co...> wrote: > Hi! > > I ported the List and the Label widget from 2.5 tree > to 3.0 tree. > Anybody check the code (The code work succesfully); > > Cow > > > > ------------------------------------------------------- > 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-10-01 15:25:42
|
I think e.preventBubble() -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > What is the new name for > e.cancelBrowserEvent() > Or is this removed > > Michael > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: <bo...@co...> - 2003-10-01 15:24:08
|
Hi! I ported the List and the Label widget from 2.5 tree to 3.0 tree. Anybody check the code (The code work succesfully); Cow |
From: <bo...@co...> - 2003-10-01 15:20:24
|
2003. okt=F3ber 1. 16.39 d=E1tummal Michael Bystrom ezt =EDrta: > What is the new name for > e.cancelBrowserEvent() > Or is this removed I think it's a cancelEvt PROPERTY; maybe try this: e._cancelEvt=3Dtrue; Cow |
From: Michael B. <mi...@mi...> - 2003-10-01 15:02:14
|
Hi folks here we go lets start with the library! This will be the new structure for the IOS port: dynapi.library.addPackage('bystrom',dynapi.library.path); dynapi.library.add('bystrom.Button','bystrom/gui/button.js'); etc... Now before I go into debug hell I would like some answers to some library questions. We have a simple load set up like this: dynapi.library.setPath('../src/'); dynapi.library.include('dynapi.spock'); dynapi.library.include('dynapi.api'); dynapi.library.include('library'); dynapi.library.include('bystrom'); Note the "bystrom" include this will load all that I have in that package (right?) Now if I do this the API will load the DynAPI gui components and mine. loaded [dynapi.gui.BorderManager] loaded [dynapi.gui.StyleManager] loaded [dynapi.gui.Highlighter] loaded [dynapi.gui.Button] loaded [dynapi.gui.ButtonStyle] Why does it do this? I will not rename my widgets from Button to IOSButton or something similar. What is the secret I've missed. There has to be a way. Is not bystrom it's own unique object? Michael |
From: Michael B. <mi...@mi...> - 2003-10-01 14:40:10
|
What is the new name for e.cancelBrowserEvent() Or is this removed Michael |
From: Michael B. <mi...@mi...> - 2003-10-01 14:37:27
|
Well Spock needs you to replace 2 original files: dynapi.js ext/packages.js I thought that this would be simpler so that people just don't overwrite everything by adding folder... I can't have a single folder "spock" for that reason :) > Sorry I did not see the install file. I'm use to a > "readme.txt" or similar file. > > I still think this structure is easier: > > spock/examples/spock.html > spock/src/ext/packages.js > spock/src/spock/ > spock/src/bystrom > > now if I were to copy the content of spock/ into > dynapi3x/ then it should just work. > > Just a thought! > > -- > Raymond Irving |
From: Raymond I. <xw...@ya...> - 2003-10-01 14:06:11
|
Sorry I did not see the install file. I'm use to a "readme.txt" or similar file. I still think this structure is easier: spock/examples/spock.html spock/src/ext/packages.js spock/src/spock/ spock/src/bystrom now if I were to copy the content of spock/ into dynapi3x/ then it should just work. Just a thought! -- Raymond Irving --- Raymond Irving <xw...@ya...> wrote: > Hi Michael, > > Spock just not working. Please simplify the > installation. After unzipping the spock files I > copied > the spock/ folder to the root of my dynapi folder > (dynapi3x/) and still got errors > > To make installations easier just make the apps > behave > as if they where inside the examples folder: > > example: > > dynapi3x/examples/my-app.html > > you could then copy the app to another folder in the > dynapi3x/ root and it would still work: > > dynapi3x/my-folder/my-app.html > > now you can distribute "my-folder/" along with > changes > to the dynapi "src/" folder > > -- > Raymond Irving > > > --- Michael Bystrom <mi...@mi...> > wrote: > > Hi again, > > > > Done debugging on the debugger :) > > > > The buffer and help is now working on IE (missed > > that) > > I added a version check for the DynAPI and Spock > so > > that people know what > > versions they are using. They always show up in > > Spock's main window onload. > > > > Is there a way of getting the daily snapshot > > http://dynapi.sourceforge.net/snapshot/?N=D > > to be part of the dynapi.version tag or is there > > another way, this would be > > nice so that we always know what version people > are > > having problems with. > > (just a thought) > > > > I've think that we should use the "help" section > to > > show the DynAPI > > reference guild and help. Click on help and you'll > > see what I mean. > > > > Some minor cosmetics lifts. > > > > Added toStaus() > > > > If you downloaded the first version you should use > > this one instead. > > > > Go and download, play, test, let me know what you > > think. > > http://www.michaelbystrom.com/download.php > > > > Michael > > > > > > > I¹m back with a cold and some serious stomach > > problems, but I'm slowly > > > getting better :) > > > > > > I just finished the debugger port to the DynAPI > 3 > > > > > > The name debug was already taken so I gave the > > name Spock :) yeah yeah I > > > know... > > > > > > I made it backwards compatible with the original > > debugger so that there > > > should not be any problems, all the original > calls > > are there ie: > > > dynapi.debug.print() etc. so if you want to use > > those. > > > > > > These are the spock methods: > > > dump() = dynapi.debug.print() > > > inspect() = dynapi.debug.inspect() > > > toEval() = dynapi.debug.setEvaluate() > > > dynapi.status() = dynapi.debug.status() will > > change to toStatus() > > > > > > You can easily change them to something that you > > feel much more your style > > > I've used dump() for so long now that it would > be > > real difficult to change. > > > > > > I've also tried to incorporate most of the > > original debugger features that > > > mine didn't have, like the load scripts and > reload > > scripts. > > > > > > To load script manually type in the evaluate > > window > > > The rest is pretty self explanatory, this is a > > debug version so I might > > > missed something. > > > > > > I can't get watch to work or I don¹t understand > > it. > > > > > > I also removed form (NS4.7) support for Spock, > the > > original debugger does > > > this just fine. > > > > > > Go and download, play, test, let me know what > you > > think. > > > http://www.michaelbystrom.com/download.php > > > > > > Michael > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > 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.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Raymond I. <xw...@ya...> - 2003-10-01 13:58:41
|
Hi Michael, Spock just not working. Please simplify the installation. After unzipping the spock files I copied the spock/ folder to the root of my dynapi folder (dynapi3x/) and still got errors To make installations easier just make the apps behave as if they where inside the examples folder: example: dynapi3x/examples/my-app.html you could then copy the app to another folder in the dynapi3x/ root and it would still work: dynapi3x/my-folder/my-app.html now you can distribute "my-folder/" along with changes to the dynapi "src/" folder -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > Hi again, > > Done debugging on the debugger :) > > The buffer and help is now working on IE (missed > that) > I added a version check for the DynAPI and Spock so > that people know what > versions they are using. They always show up in > Spock's main window onload. > > Is there a way of getting the daily snapshot > http://dynapi.sourceforge.net/snapshot/?N=D > to be part of the dynapi.version tag or is there > another way, this would be > nice so that we always know what version people are > having problems with. > (just a thought) > > I've think that we should use the "help" section to > show the DynAPI > reference guild and help. Click on help and you'll > see what I mean. > > Some minor cosmetics lifts. > > Added toStaus() > > If you downloaded the first version you should use > this one instead. > > Go and download, play, test, let me know what you > think. > http://www.michaelbystrom.com/download.php > > Michael > > > > I¹m back with a cold and some serious stomach > problems, but I'm slowly > > getting better :) > > > > I just finished the debugger port to the DynAPI 3 > > > > The name debug was already taken so I gave the > name Spock :) yeah yeah I > > know... > > > > I made it backwards compatible with the original > debugger so that there > > should not be any problems, all the original calls > are there ie: > > dynapi.debug.print() etc. so if you want to use > those. > > > > These are the spock methods: > > dump() = dynapi.debug.print() > > inspect() = dynapi.debug.inspect() > > toEval() = dynapi.debug.setEvaluate() > > dynapi.status() = dynapi.debug.status() will > change to toStatus() > > > > You can easily change them to something that you > feel much more your style > > I've used dump() for so long now that it would be > real difficult to change. > > > > I've also tried to incorporate most of the > original debugger features that > > mine didn't have, like the load scripts and reload > scripts. > > > > To load script manually type in the evaluate > window > > The rest is pretty self explanatory, this is a > debug version so I might > > missed something. > > > > I can't get watch to work or I don¹t understand > it. > > > > I also removed form (NS4.7) support for Spock, the > original debugger does > > this just fine. > > > > Go and download, play, test, let me know what you > think. > > http://www.michaelbystrom.com/download.php > > > > Michael > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: SourceForge.net <no...@so...> - 2003-10-01 11:13:03
|
Patches item #815765, was opened at 2003-10-01 13:13 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=815765&group_id=5757 Category: DynAPI 3 GUI Group: None Status: Open Resolution: None Priority: 5 Submitted By: Daniel Tiru (tiru) Assigned to: Nobody/Anonymous (nobody) Summary: New objects: Stacker and Window Initial Comment: Added + Window wiget + Stacker widget + Window & Stacker Example + Window QuickRef + Stacker QuickRef ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305757&aid=815765&group_id=5757 |
From: Michael B. <mi...@mi...> - 2003-10-01 10:26:37
|
Hi again, Done debugging on the debugger :) The buffer and help is now working on IE (missed that) I added a version check for the DynAPI and Spock so that people know what versions they are using. They always show up in Spock's main window onload. Is there a way of getting the daily snapshot http://dynapi.sourceforge.net/snapshot/?N=3DD to be part of the dynapi.version tag or is there another way, this would be nice so that we always know what version people are having problems with. (just a thought) I've think that we should use the "help" section to show the DynAPI reference guild and help. Click on help and you'll see what I mean. Some minor cosmetics lifts. Added toStaus()=20 If you downloaded the first version you should use this one instead. Go and download, play, test, let me know what you think. http://www.michaelbystrom.com/download.php Michael > I=B9m back with a cold and some serious stomach problems, but I'm slowly > getting better :) >=20 > I just finished the debugger port to the DynAPI 3 >=20 > The name debug was already taken so I gave the name Spock :) yeah yeah I > know... >=20 > I made it backwards compatible with the original debugger so that there > should not be any problems, all the original calls are there ie: > dynapi.debug.print() etc. so if you want to use those. >=20 > These are the spock methods: > dump() =3D dynapi.debug.print() > inspect() =3D dynapi.debug.inspect() > toEval() =3D dynapi.debug.setEvaluate() > dynapi.status() =3D dynapi.debug.status() will change to toStatus() >=20 > You can easily change them to something that you feel much more your styl= e > I've used dump() for so long now that it would be real difficult to chang= e. >=20 > I've also tried to incorporate most of the original debugger features tha= t > mine didn't have, like the load scripts and reload scripts. >=20 > To load script manually type in the evaluate window > The rest is pretty self explanatory, this is a debug version so I might > missed something. >=20 > I can't get watch to work or I don=B9t understand it. >=20 > I also removed form (NS4.7) support for Spock, the original debugger does > this just fine. >=20 > Go and download, play, test, let me know what you think. > http://www.michaelbystrom.com/download.php >=20 > Michael |
From: Daniel T. <de...@ti...> - 2003-10-01 09:35:55
|
Hi again! To clearify my problem: In the dynapi.gui.viewpane-loadpanel.html You will see this code: var lp = new LoadPanel('loadpanel/file1.html'); lp.setSize(300,300); lp.setBgColor('#C0C0C0'); var vp = new ViewPane(null,250,100,200,200); vp.setContent(lp) dynapi.document.addChild(vp); As i dont want any clipping to occure in the loadpanel, i want to change the code to: var lp = new LoadPanel('loadpanel/file1.html'); //lp.setSize(300,300); lp.setBgColor('#C0C0C0'); var vp = new ViewPane(null,250,100,200,200); vp.setContent(lp) dynapi.document.addChild(vp); This will result in that the content will be blank, the viewpane is white but the scrollbars are there... As you will see in the example the loadpanels content is clipped, this is what i want to prevent, the content added to the viewpane, should be set to null or something, as the viewpane should work this out by itslef somehow... Best regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Daniel Tiru Sent: den 1 oktober 2003 08:08 To: dyn...@li... Subject: [Dynapi-Dev] Loadpanel and ViewPanel Hi folks! When using the ViewPanel and adding the content (a Loadpanel) and you dont set the size for the LoadPanel you wont see anything. I am currently trying to load in pages with dynamic content (emails) into a loadpanel, and using the ViewPanel to be able to scroll verticaly and horizontaly when my cant show more content. However, as i never knows how mutch space the loaded content in the loadpanel is, i would need to be able to set the w/h to null, but this dont work very well with the viewpane. Any idees? ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Daniel T. <de...@ti...> - 2003-10-01 06:08:22
|
Hi folks! When using the ViewPanel and adding the content (a Loadpanel) and you dont set the size for the LoadPanel you wont see anything. I am currently trying to load in pages with dynamic content (emails) into a loadpanel, and using the ViewPanel to be able to scroll verticaly and horizontaly when my cant show more content. However, as i never knows how mutch space the loaded content in the loadpanel is, i would need to be able to set the w/h to null, but this dont work very well with the viewpane. Any idees? |