From: Kevin <ke...@ke...> - 2003-10-18 17:14:24
|
Hi, Thought I'd pick on a widget and give it a go. So I tried the gui.List component. Can we have packages.js dependency on NodeItem? Is it not possible to add a link as list item content? In example: list.add("<a href=\"javascript:alert('hi')\">Item Two</a>",2); Is the correct way to do this to add onclick handler to list then getSelectedIndex and a switch statement? Are border/padding calculations inner or outer? Like some left padding if possible. Selecting last item removes bottom border in IE unless border is 3. No problems using Mozilla and NS4 on Linux. - Kevin |
From: <bo...@co...> - 2003-10-20 18:25:06
|
Hi! > Thought I'd pick on a widget and give it a go. So I tried the > gui.List component. Can we have packages.js dependency on > NodeItem? > > Is it not possible to add a link as list item content? In example: > list.add("<a href=\"javascript:alert('hi')\">Item Two</a>",2); > > Is the correct way to do this to add onclick handler to list > then getSelectedIndex and a switch statement? > > Are border/padding calculations inner or outer? Like some > left padding if possible. > > Selecting last item removes bottom border in IE unless border > is 3. No problems using Mozilla and NS4 on Linux. Hi! I used the original List item, because I cut out the ListItem, renamed NodeItem (used in Tree Widget). So the border/padding is the original List, I don't understand your first 2 question. The NodeItem used on many items it's a simple Layer width selecting and value contain possibility. (Sorry my english is poor) Cow |
From: Kevin <ke...@ke...> - 2003-10-20 22:44:46
|
"Háber János" wrote: > Hi! > > Thought I'd pick on a widget and give it a go. So I tried the > > gui.List component. Can we have packages.js dependency on > > NodeItem? // New? In packages.js including List will auto include NodeItem //dynapi.library.include('dynapi.gui.NodeItem') dynapi.library.include('dynapi.gui.List') > > Is it not possible to add a link as list item content? In example: > > list.add("<a href=\"javascript:alert('hi')\">Item Two</a>",2); Adding List content that is a '<a href="..> ' doesn't work? > > Is the correct way to do this to add onclick handler to list > > then getSelectedIndex and a switch statement? > > > > Are border/padding calculations inner or outer? Like some > > left padding if possible. > > > > Selecting last item removes bottom border in IE unless border > > is 3. No problems using Mozilla and NS4 on Linux. > > Hi! > I used the original List item, because I cut out the ListItem, renamed > NodeItem (used in Tree Widget). I may have out of date dynapi / Tree etc.. > So the border/padding is the original List, I don't understand your first 2 > question. The NodeItem used on many items it's a simple Layer width selecting > and value contain possibility. > > (Sorry my english is poor) It is good. - Kevin > Cow > > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: <bo...@co...> - 2003-10-21 01:15:07
|
Hi! > > > Thought I'd pick on a widget and give it a go. So I tried the > > > gui.List component. Can we have packages.js dependency on > > > NodeItem? > > // New? In packages.js including List will auto include NodeItem > > //dynapi.library.include('dynapi.gui.NodeItem') > dynapi.library.include('dynapi.gui.List') ??? auto include? How? If I include the NodeItem in list and in Tree, it's included Twice (I thing). I don't know how to work the dynapi include (I see in the package.js and I put my code, but I drink you words if you tell me how to make an auto include in dynapi widget); Please share your secret :) > > > Is it not possible to add a link as list item content? In example: > > > list.add("<a href=\"javascript:alert('hi')\">Item Two</a>",2); > > Adding List content that is a '<a href="..> ' doesn't work? It's work: var l=new List(); l.setAnchor({left:0,top:0,stretchH:'100%',stretchV:'100%'}); l.add('<a href="javascript:alert(\'hi\')">hi</a>',0); l.add('<a href="javascript:alert(\'hi\')">hi</a>',2); > I may have out of date dynapi / Tree etc.. Hmm, I thin not. Lastest CVS :) I think you speak about something , and I speak other thing. I created the List Widget, NodeItem and Tree widget. I tell you how to "created" the NodeItem. I used this item in List and Tree. NodeItem = old ListItem (dynapi 2.5 List widget). I renamed and sed another widget's (I plan a resizable grid element (resizable columns/rows , because now I have lot of work). > > (Sorry my english is poor) > > It is good. Thnx, because I can't succes my basic english exam. (pooooor english grammar, it's very complicated for me :))))) Cow My ICQ number: 73963523 Or you have MSN: bo...@ho... (M$ sometime close their network, and I use linux so if the network closed I can't use this IM network). and I have Jabber (it's can acces some network so tell me what's your favorite IM :))))) |
From: Michael B. <mi...@mi...> - 2003-10-21 14:00:15
|
Hello List Folk, Well I've finished my first version of the VDE (Visual DynAPI Editor) I've changed the name as Raymond suggested. :) has a nice ring to it. Well there is a lot of things to talk about. So here goes. THIS IS ONLY TESTED IN MAC MOZILLA. And is working fine. So now you know. I don=B9t think we should bother with a NS4 or IE4 support. Just concentrate on making it stabile and fast on fully DOM browsers. I know that VDE does not work in Mac ie5 and I don't think it will ever.... 1) Almost all of the main code is rewritten. 2) I changed the way that the layers are created using a marker script. Click on the add button, click on the grid and drag the maker to the size you'd like. Also the it will automatically use the clicked layer as the parent layer. 3) To go in to edit mode click on the layer and hold still for 400 ms and you are in edit mode and do your thing then simple click will reset. 4) delete is in checkbox mode so each layer you click will be deleted (and childern) checkbox will reset when you click on it again. 5) add HTML/content is also in checkbox mode 6) lock is also in checkbox mode 7) copy is in semi checkbox mode click on the button then click on the layer(s) you want to copy the click on the paste button and then on Grid/layers you want the copy to past to. 8) Move layers are in checkbox mode click button, then layer, then where yo= u want to move it to Layers/Grid ( I will change this so that you can add the layers at a later time) 9) visibility is in checkbox mode ' 10) link mode is in checkbox mode click on the layers you want to link To remove or add click on the button and hold down for 400ms and you will b= e in edit mode then you can remove or add. The first layer you click in edit mode will be the parent and the rest will be linked of removed from/to this layer. Linked layers will not copy to paste. And I don't know if it should allow a link to children outside it's parent layer. 11) I have not done save, preview ,save HTML ,save DVE because I would like a new save system. Here is my idea I would like to use a XML file as the save file. Then maybe the dynapi and VDE could import as a premade widget sorta like this. dynapi.importXML("mywebsite.xml") And then dynapi creates the project without any code. This is how the IOS will load all it's components. So I ask you if you have ideas or anything 12) I set up a relative x,y,w,h system so it the boxes where you would writ= e the size and location you can now use %. "50%" etc.. 13) color working but I'm not done with it... 14) Image is not working yet. 15) I included the new spock debuger as main info window. note that I will probably change some of the info structure, It's sorta in debug mode but I tried to remove all the stupid stuff that I use :) That=B9s it for now. Please let me know what you think and PLEASE help me debug it on windows. If you have a code question mail the list and I'll try to answer it. But please do USE Spock, if you try to trace a object to see what it does use use ex: dump( o.getX() )=20 IOS library is also done but I'll have not collected all the examples and code but I will have that for you in a day or so. You can download it here (at the bottom of the page) http://www.michaelbystrom.com/download.php Have fun. Michael |
From: Leif W <war...@us...> - 2003-10-22 04:58:09
|
As always I've got many little side projects going, distracting me, like Mozilla Firebird 0.7 came out recently and my favorite skin (Phoenity Fla= me) doesn't seem to work so I'm trying to learn to write or modify skins, whi= ch are mostly just CSS, JPG, GIF and PNG files. But to do skin debugging I might need the DOM inspector, which means rebuilding from source for windows, or Linux, which I've never done. But I'm multi-tasking and I've downloaded Spock and VDE so I'll look at them probably tomorrow. :-) Wa= nt to get my skin working this week if possible. Also trying to figure out = a bug in Apache's mod_autoindex, then of course the IOElement PHP I'm suppo= sed to be debugging and extending too. :-) Got the munchies, kind of tired too, but it's early. ^^ Leif ----- Original Message -----=20 From: "Michael Bystrom" <mi...@mi...> To: <dyn...@li...> Sent: Tuesday, October 21, 2003 9:54 AM Subject: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready Hello List Folk, Well I've finished my first version of the VDE (Visual DynAPI Editor) I'v= e changed the name as Raymond suggested. :) has a nice ring to it. Well there is a lot of things to talk about. So here goes. THIS IS ONLY TESTED IN MAC MOZILLA. And is working fine. So now you know. I don=B9t think we should bother with a NS4 or IE4 support. Just concentrate on making it stabile and fast on fully DOM browsers. I know that VDE does not work in Mac ie5 and I don't think it will ever..= .. 1) Almost all of the main code is rewritten. 2) I changed the way that the layers are created using a marker script. Click on the add button, click on the grid and drag the maker to the size you'd like. Also the it will automatically use the clicked layer as the parent layer. 3) To go in to edit mode click on the layer and hold still for 400 ms and you are in edit mode and do your thing then simple click will reset. 4) delete is in checkbox mode so each layer you click will be deleted (an= d childern) checkbox will reset when you click on it again. 5) add HTML/content is also in checkbox mode 6) lock is also in checkbox mode 7) copy is in semi checkbox mode click on the button then click on the layer(s) you want to copy the click on the paste button and then on Grid/layers you want the copy to past to. 8) Move layers are in checkbox mode click button, then layer, then where = you want to move it to Layers/Grid ( I will change this so that you can add t= he layers at a later time) 9) visibility is in checkbox mode ' 10) link mode is in checkbox mode click on the layers you want to link To remove or add click on the button and hold down for 400ms and you will= be in edit mode then you can remove or add. The first layer you click in edi= t mode will be the parent and the rest will be linked of removed from/to th= is layer. Linked layers will not copy to paste. And I don't know if it shoul= d allow a link to children outside it's parent layer. 11) I have not done save, preview ,save HTML ,save DVE because I would li= ke a new save system. Here is my idea I would like to use a XML file as the save file. Then maybe the dynapi and VDE could import as a premade widget sorta like this. dynapi.importXML("mywebsite.xml") And then dynapi creates the project without any code. This is how the IOS will load all it's components. So I ask you if you have ideas or anything 12) I set up a relative x,y,w,h system so it the boxes where you would wr= ite the size and location you can now use %. "50%" etc.. 13) color working but I'm not done with it... 14) Image is not working yet. 15) I included the new spock debuger as main info window. note that I wil= l probably change some of the info structure, It's sorta in debug mode but = I tried to remove all the stupid stuff that I use :) That=B9s it for now. Please let me know what you think and PLEASE help me debug it on windows. If you have a code question mail the list and I'll t= ry to answer it. But please do USE Spock, if you try to trace a object to se= e what it does use use ex: dump( o.getX() ) IOS library is also done but I'll have not collected all the examples and code but I will have that for you in a day or so. You can download it here (at the bottom of the page) http://www.michaelbystrom.com/download.php Have fun. Michael ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Michael B. <mi...@mi...> - 2003-10-22 07:55:13
|
...and that paper (30000 words or more) where you explain the inner working= s of the windows kernel (in detail) was due last week... So little time, so many algorithms. Stay warm :) Micke Den 03-10-22 05.14, skrev "Leif W" <war...@us...>: > As always I've got many little side projects going, distracting me, like > Mozilla Firebird 0.7 came out recently and my favorite skin (Phoenity Fla= me) > doesn't seem to work so I'm trying to learn to write or modify skins, whi= ch > are mostly just CSS, JPG, GIF and PNG files. But to do skin debugging I > might need the DOM inspector, which means rebuilding from source for > windows, or Linux, which I've never done. But I'm multi-tasking and I've > downloaded Spock and VDE so I'll look at them probably tomorrow. :-) Wa= nt > to get my skin working this week if possible. Also trying to figure out = a > bug in Apache's mod_autoindex, then of course the IOElement PHP I'm suppo= sed > to be debugging and extending too. :-) Got the munchies, kind of tired > too, but it's early. ^^ >=20 > Leif >=20 > ----- Original Message ----- > From: "Michael Bystrom" <mi...@mi...> > To: <dyn...@li...> > Sent: Tuesday, October 21, 2003 9:54 AM > Subject: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready >=20 >=20 > Hello List Folk, >=20 > Well I've finished my first version of the VDE (Visual DynAPI Editor) I'v= e > changed the name as Raymond suggested. :) has a nice ring to it. >=20 > Well there is a lot of things to talk about. So here goes. >=20 >=20 > THIS IS ONLY TESTED IN MAC MOZILLA. > And is working fine. So now you know. >=20 >=20 > I don=B9t think we should bother with a NS4 or IE4 support. > Just concentrate on making it stabile and fast on fully DOM browsers. >=20 >=20 > I know that VDE does not work in Mac ie5 and I don't think it will ever..= .. >=20 > 1) Almost all of the main code is rewritten. > 2) I changed the way that the layers are created using a marker script. > Click on the add button, click on the grid and drag the maker to the size > you'd like. Also the it will automatically use the clicked layer as the > parent layer. > 3) To go in to edit mode click on the layer and hold still for 400 ms and > you are in edit mode and do your thing then simple click will reset. > 4) delete is in checkbox mode so each layer you click will be deleted (an= d > childern) checkbox will reset when you click on it again. > 5) add HTML/content is also in checkbox mode > 6) lock is also in checkbox mode > 7) copy is in semi checkbox mode click on the button then click on the > layer(s) you want to copy the click on the paste button and then on > Grid/layers you want the copy to past to. > 8) Move layers are in checkbox mode click button, then layer, then where = you > want to move it to Layers/Grid ( I will change this so that you can add t= he > layers at a later time) > 9) visibility is in checkbox mode ' > 10) link mode is in checkbox mode click on the layers you want to link > To remove or add click on the button and hold down for 400ms and you will= be > in edit mode then you can remove or add. The first layer you click in edi= t > mode will be the parent and the rest will be linked of removed from/to th= is > layer. Linked layers will not copy to paste. And I don't know if it shoul= d > allow a link to children outside it's parent layer. >=20 > 11) I have not done save, preview ,save HTML ,save DVE because I would li= ke > a new save system. Here is my idea I would like to use a XML file as the > save file. Then maybe the dynapi and VDE could import as a premade widget > sorta like this. >=20 > dynapi.importXML("mywebsite.xml") >=20 > And then dynapi creates the project without any code. This is how the IOS > will load all it's components. So I ask you if you have ideas or anything >=20 > 12) I set up a relative x,y,w,h system so it the boxes where you would wr= ite > the size and location you can now use %. "50%" etc.. >=20 > 13) color working but I'm not done with it... > 14) Image is not working yet. > 15) I included the new spock debuger as main info window. note that I wil= l > probably change some of the info structure, It's sorta in debug mode but = I > tried to remove all the stupid stuff that I use :) >=20 > That=B9s it for now. Please let me know what you think and PLEASE help me > debug it on windows. If you have a code question mail the list and I'll t= ry > to answer it. But please do USE Spock, if you try to trace a object to se= e > what it does use use ex: >=20 > dump( o.getX() ) >=20 >=20 > IOS library is also done but I'll have not collected all the examples and > code but I will have that for you in a day or so. >=20 > You can download it here (at the bottom of the page) > http://www.michaelbystrom.com/download.php >=20 > Have fun. |
From: Raymond I. <xw...@ya...> - 2003-10-22 08:38:09
|
Wow! Visual DynAPI Editor is here and it's looking real good! From my test it works in Mozilla 1.4 on windows! Lot's of stuff to comment on but I'll only focus on the save and load feature for now: Why not use the SODA format to convert a JavaScript object into XML and then save that format to disk? When loading all you have to do is to use FileReader and load the project then convert the info back into a JavaScript object using SODA. Example: p = {}; // new project object p.name = "VDE Demo"; p.layers = []; // collection, etc p.whatever_goes_here = some_value_here; // convert js object into XML format data = IOElement.ws_Var2SODA(p); .... // save the data to disk ..... // load data using FileReader ... // convert data back to js object p = IOElement.ws_SODA2Var(data); ... // now you can use p as you would any js object What do you think? -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > Hello List Folk, > > Well I've finished my first version of the VDE > (Visual DynAPI Editor) I've > changed the name as Raymond suggested. :) has a nice > ring to it. > > Well there is a lot of things to talk about. So here > goes. > > > THIS IS ONLY TESTED IN MAC MOZILLA. > And is working fine. So now you know. > > > I don¹t think we should bother with a NS4 or IE4 > support. > Just concentrate on making it stabile and fast on > fully DOM browsers. > > > I know that VDE does not work in Mac ie5 and I don't > think it will ever.... > > 1) Almost all of the main code is rewritten. > 2) I changed the way that the layers are created > using a marker script. > Click on the add button, click on the grid and drag > the maker to the size > you'd like. Also the it will automatically use the > clicked layer as the > parent layer. > 3) To go in to edit mode click on the layer and hold > still for 400 ms and > you are in edit mode and do your thing then simple > click will reset. > 4) delete is in checkbox mode so each layer you > click will be deleted (and > childern) checkbox will reset when you click on it > again. > 5) add HTML/content is also in checkbox mode > 6) lock is also in checkbox mode > 7) copy is in semi checkbox mode click on the button > then click on the > layer(s) you want to copy the click on the paste > button and then on > Grid/layers you want the copy to past to. > 8) Move layers are in checkbox mode click button, > then layer, then where you > want to move it to Layers/Grid ( I will change this > so that you can add the > layers at a later time) > 9) visibility is in checkbox mode ' > 10) link mode is in checkbox mode click on the > layers you want to link > To remove or add click on the button and hold down > for 400ms and you will be > in edit mode then you can remove or add. The first > layer you click in edit > mode will be the parent and the rest will be linked > of removed from/to this > layer. Linked layers will not copy to paste. And I > don't know if it should > allow a link to children outside it's parent layer. > > 11) I have not done save, preview ,save HTML ,save > DVE because I would like > a new save system. Here is my idea I would like to > use a XML file as the > save file. Then maybe the dynapi and VDE could > import as a premade widget > sorta like this. > > dynapi.importXML("mywebsite.xml") > > And then dynapi creates the project without any > code. This is how the IOS > will load all it's components. So I ask you if you > have ideas or anything > > 12) I set up a relative x,y,w,h system so it the > boxes where you would write > the size and location you can now use %. "50%" etc.. > > 13) color working but I'm not done with it... > 14) Image is not working yet. > 15) I included the new spock debuger as main info > window. note that I will > probably change some of the info structure, It's > sorta in debug mode but I > tried to remove all the stupid stuff that I use :) > > That¹s it for now. Please let me know what you think > and PLEASE help me > debug it on windows. If you have a code question > mail the list and I'll try > to answer it. But please do USE Spock, if you try to > trace a object to see > what it does use use ex: > > dump( o.getX() ) > > > IOS library is also done but I'll have not collected > all the examples and > code but I will have that for you in a day or so. > > You can download it here (at the bottom of the page) > http://www.michaelbystrom.com/download.php > > Have fun. > Michael > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN developer > relations > Here's your chance to show off your extensive > product knowledge > We want to know what you know. Tell us and you have > a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > _______________________________________________ > 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: Michael B. <mi...@mi...> - 2003-10-22 20:45:24
|
Raymond, Exactly what I needed :) I've implemented this SODA feature and it looks like it's working fine ( I had to change some of the copy and paste methods), I will just do some more fine tuning and then I upload it with some other fixes. Cheers Michael Den 03-10-21 18.50, skrev "Raymond Irving" <xw...@ya...>: > > Wow! Visual DynAPI Editor is here and it's looking > real good! > >> From my test it works in Mozilla 1.4 on windows! > > Lot's of stuff to comment on but I'll only focus on > the save and load feature for now: > > Why not use the SODA format to convert a JavaScript > object into XML and then save that format to disk? > When loading all you have to do is to use FileReader > and load the project then convert the info back into a > JavaScript object using SODA. > > Example: > > p = {}; // new project object > p.name = "VDE Demo"; > p.layers = []; // collection, etc > p.whatever_goes_here = some_value_here; > > // convert js object into XML format > data = IOElement.ws_Var2SODA(p); > .... > // save the data to disk > ..... > > // load data using FileReader > ... > // convert data back to js object > p = IOElement.ws_SODA2Var(data); > ... > // now you can use p as you would any js object > > > What do you think? > > > -- > Raymond Irving > > > > > > > > --- Michael Bystrom <mi...@mi...> > wrote: >> Hello List Folk, >> >> Well I've finished my first version of the VDE >> (Visual DynAPI Editor) I've >> changed the name as Raymond suggested. :) has a nice >> ring to it. >> >> Well there is a lot of things to talk about. So here >> goes. >> >> >> THIS IS ONLY TESTED IN MAC MOZILLA. >> And is working fine. So now you know. >> >> >> I don?t think we should bother with a NS4 or IE4 >> support. >> Just concentrate on making it stabile and fast on >> fully DOM browsers. >> >> >> I know that VDE does not work in Mac ie5 and I don't >> think it will ever.... >> >> 1) Almost all of the main code is rewritten. >> 2) I changed the way that the layers are created >> using a marker script. >> Click on the add button, click on the grid and drag >> the maker to the size >> you'd like. Also the it will automatically use the >> clicked layer as the >> parent layer. >> 3) To go in to edit mode click on the layer and hold >> still for 400 ms and >> you are in edit mode and do your thing then simple >> click will reset. >> 4) delete is in checkbox mode so each layer you >> click will be deleted (and >> childern) checkbox will reset when you click on it >> again. >> 5) add HTML/content is also in checkbox mode >> 6) lock is also in checkbox mode >> 7) copy is in semi checkbox mode click on the button >> then click on the >> layer(s) you want to copy the click on the paste >> button and then on >> Grid/layers you want the copy to past to. >> 8) Move layers are in checkbox mode click button, >> then layer, then where you >> want to move it to Layers/Grid ( I will change this >> so that you can add the >> layers at a later time) >> 9) visibility is in checkbox mode ' >> 10) link mode is in checkbox mode click on the >> layers you want to link >> To remove or add click on the button and hold down >> for 400ms and you will be >> in edit mode then you can remove or add. The first >> layer you click in edit >> mode will be the parent and the rest will be linked >> of removed from/to this >> layer. Linked layers will not copy to paste. And I >> don't know if it should >> allow a link to children outside it's parent layer. >> >> 11) I have not done save, preview ,save HTML ,save >> DVE because I would like >> a new save system. Here is my idea I would like to >> use a XML file as the >> save file. Then maybe the dynapi and VDE could >> import as a premade widget >> sorta like this. >> >> dynapi.importXML("mywebsite.xml") >> >> And then dynapi creates the project without any >> code. This is how the IOS >> will load all it's components. So I ask you if you >> have ideas or anything >> >> 12) I set up a relative x,y,w,h system so it the >> boxes where you would write >> the size and location you can now use %. "50%" etc.. >> >> 13) color working but I'm not done with it... >> 14) Image is not working yet. >> 15) I included the new spock debuger as main info >> window. note that I will >> probably change some of the info structure, It's >> sorta in debug mode but I >> tried to remove all the stupid stuff that I use :) >> >> That?s it for now. Please let me know what you think >> and PLEASE help me >> debug it on windows. If you have a code question >> mail the list and I'll try >> to answer it. But please do USE Spock, if you try to >> trace a object to see >> what it does use use ex: >> >> dump( o.getX() ) >> >> >> IOS library is also done but I'll have not collected >> all the examples and >> code but I will have that for you in a day or so. >> >> You can download it here (at the bottom of the page) >> http://www.michaelbystrom.com/download.php >> >> Have fun. >> Michael |
From: Raymond I. <xw...@ya...> - 2003-10-22 21:15:21
|
I'm glad to hear that it's working fine. Let's have a cup of SODA :) -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > Raymond, > > Exactly what I needed :) > > I've implemented this SODA feature and it looks like > it's working fine ( I > had to change some of the copy and paste methods), I > will just do some more > fine tuning and then I upload it with some other > fixes. > > Cheers > Michael > > > Den 03-10-21 18.50, skrev "Raymond Irving" > <xw...@ya...>: > > > > Wow! Visual DynAPI Editor is here and it's looking > > real good! > > > >> From my test it works in Mozilla 1.4 on windows! > > > > Lot's of stuff to comment on but I'll only focus > on > > the save and load feature for now: > > > > Why not use the SODA format to convert a > JavaScript > > object into XML and then save that format to disk? > > When loading all you have to do is to use > FileReader > > and load the project then convert the info back > into a > > JavaScript object using SODA. > > > > Example: > > > > p = {}; // new project object > > p.name = "VDE Demo"; > > p.layers = []; // collection, etc > > p.whatever_goes_here = some_value_here; > > > > // convert js object into XML format > > data = IOElement.ws_Var2SODA(p); > > .... > > // save the data to disk > > ..... > > > > // load data using FileReader > > ... > > // convert data back to js object > > p = IOElement.ws_SODA2Var(data); > > ... > > // now you can use p as you would any js object > > > > > > What do you think? > > > > > > -- > > Raymond Irving > > > > > > > > > > > > > > > > --- Michael Bystrom <mi...@mi...> > > wrote: > >> Hello List Folk, > >> > >> Well I've finished my first version of the VDE > >> (Visual DynAPI Editor) I've > >> changed the name as Raymond suggested. :) has a > nice > >> ring to it. > >> > >> Well there is a lot of things to talk about. So > here > >> goes. > >> > >> > >> THIS IS ONLY TESTED IN MAC MOZILLA. > >> And is working fine. So now you know. > >> > >> > >> I don?t think we should bother with a NS4 or IE4 > >> support. > >> Just concentrate on making it stabile and fast on > >> fully DOM browsers. > >> > >> > >> I know that VDE does not work in Mac ie5 and I > don't > >> think it will ever.... > >> > >> 1) Almost all of the main code is rewritten. > >> 2) I changed the way that the layers are created > >> using a marker script. > >> Click on the add button, click on the grid and > drag > >> the maker to the size > >> you'd like. Also the it will automatically use > the > >> clicked layer as the > >> parent layer. > >> 3) To go in to edit mode click on the layer and > hold > >> still for 400 ms and > >> you are in edit mode and do your thing then > simple > >> click will reset. > >> 4) delete is in checkbox mode so each layer you > >> click will be deleted (and > >> childern) checkbox will reset when you click on > it > >> again. > >> 5) add HTML/content is also in checkbox mode > >> 6) lock is also in checkbox mode > >> 7) copy is in semi checkbox mode click on the > button > >> then click on the > >> layer(s) you want to copy the click on the paste > >> button and then on > >> Grid/layers you want the copy to past to. > >> 8) Move layers are in checkbox mode click button, > >> then layer, then where you > >> want to move it to Layers/Grid ( I will change > this > >> so that you can add the > >> layers at a later time) > >> 9) visibility is in checkbox mode ' > >> 10) link mode is in checkbox mode click on the > >> layers you want to link > >> To remove or add click on the button and hold > down > >> for 400ms and you will be > >> in edit mode then you can remove or add. The > first > >> layer you click in edit > >> mode will be the parent and the rest will be > linked > >> of removed from/to this > >> layer. Linked layers will not copy to paste. And > I > >> don't know if it should > >> allow a link to children outside it's parent > layer. > >> > >> 11) I have not done save, preview ,save HTML > ,save > >> DVE because I would like > >> a new save system. Here is my idea I would like > to > >> use a XML file as the > >> save file. Then maybe the dynapi and VDE could > >> import as a premade widget > >> sorta like this. > >> > >> dynapi.importXML("mywebsite.xml") > >> > >> And then dynapi creates the project without any > >> code. This is how the IOS > >> will load all it's components. So I ask you if > you > >> have ideas or anything > >> > >> 12) I set up a relative x,y,w,h system so it the > >> boxes where you would write > >> the size and location you can now use %. "50%" > etc.. > >> > >> 13) color working but I'm not done with it... > >> 14) Image is not working yet. > >> 15) I included the new spock debuger as main info > >> window. note that I will > >> probably change some of the info structure, It's > >> sorta in debug mode but I > >> tried to remove all the stupid stuff that I use > :) > >> > >> That?s it for now. Please let me know what you > think > >> and PLEASE help me > >> debug it on windows. If you have a code question > >> mail the list and I'll try > >> to answer it. But please do USE Spock, if you try > to > >> trace a object to see > >> what it does use use ex: > >> > >> dump( o.getX() ) > >> > >> > >> IOS library is also done but I'll have not > collected > >> all the examples and > >> code but I will have that for you in a day or so. > >> > === message truncated === __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Michael B. <mi...@mi...> - 2003-10-23 00:55:51
|
Version 2.1 is ready SODA is working you can now load saved files Preview, save, load, save html There are examples in the "example" folder. Changed some of the structure and fixed some bugs here and there. New splash graphics and new welcome page Version tag is now living inside the vde.js This will change for each update. So the welcome screen shows what version you are using I will add this to spock to :) To download at the bottom of the page http://www.michaelbystrom.com/download.php I know I forgot to change the name will do that tomorrow I need to sleep now :P Michael |
From: Michael B. <mi...@mi...> - 2003-10-23 06:50:13
|
I deiced on a version system 0.1rc2 this will hopefully Important if you change name of the folder you need to change it inside the "vde.js" script file. The parameter you need to change is the dynapi.vdeName ="VDE-0.1rc2" So if you change the folder name to "Jabberwocky" you need to change this dynapi.vdeName = "Jabberwocky" http://www.michaelbystrom.com/download.php Michael Den 03-10-23 02.30, skrev "Michael Bystrom" <mi...@mi...>: > Version 2.1 is ready > > SODA is working you can now load saved files > Preview, save, load, save html > > There are examples in the "example" folder. > > Changed some of the structure and fixed some bugs here and there. > New splash graphics and new welcome page > > Version tag is now living inside the vde.js > This will change for each update. > So the welcome screen shows what version you are using > I will add this to spock to :) > > To download at the bottom of the page > http://www.michaelbystrom.com/download.php > > I know I forgot to change the name will do that tomorrow > I need to sleep now :P > > Michael |
From: Raymond I. <xw...@ya...> - 2003-10-23 13:29:06
|
Hi Michael, Please submit a news item about the VDE on the dynapi website as well: http://dynapi.sourceforge.net/dynapi/submit.php?menu=21 I think it's now time I create that vde folder in the dynapi CVS on sourceforge, everyone agree? PS. I will be joinin the development of the VDE as soon as I get a few things out of the way. I think it would be cool if we could get the vde to work with a unmodified version of the dynapi. That means that anyone could download dynapi3 and vde and then update the version of dynapi that vde uses. But thats just an idea and is not very important at this point. One other thing I've noticed is that when in edit mode and I try to select a layer B other than the one being edited, layer B shifts to the position of the layer that's selected (or edited). Keep up the good work. Best regard, -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > I deiced on a version system 0.1rc2 this will > hopefully > > Important if you change name of the folder you need > to change it inside the > "vde.js" script file. The parameter you need to > change is the > > dynapi.vdeName ="VDE-0.1rc2" > > So if you change the folder name to "Jabberwocky" > you need to change this > dynapi.vdeName = "Jabberwocky" > > http://www.michaelbystrom.com/download.php > > > Michael > > > Den 03-10-23 02.30, skrev "Michael Bystrom" > <mi...@mi...>: > > > Version 2.1 is ready > > > > SODA is working you can now load saved files > > Preview, save, load, save html > > > > There are examples in the "example" folder. > > > > Changed some of the structure and fixed some bugs > here and there. > > New splash graphics and new welcome page > > > > Version tag is now living inside the vde.js > > This will change for each update. > > So the welcome screen shows what version you are > using > > I will add this to spock to :) > > > > To download at the bottom of the page > > http://www.michaelbystrom.com/download.php > > > > I know I forgot to change the name will do that > tomorrow > > I need to sleep now :P > > > > Michael > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN developer > relations > Here's your chance to show off your extensive > product knowledge > We want to know what you know. Tell us and you have > a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > _______________________________________________ > 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: Michael B. <mi...@mi...> - 2003-10-25 17:45:27
|
See below: Den 03-10-23 14.38, skrev "Raymond Irving" <xw...@ya...>: > > Hi Michael, > > Please submit a news item about the VDE on the dynapi > website as well: > > http://dynapi.sourceforge.net/dynapi/submit.php?menu=21 Shure I will. > I think it's now time I create that vde folder in the > dynapi CVS on sourceforge, everyone agree? Ok sounds fine. Does anybody know of a good mac 0S9 CVS app ? > PS. I will be joinin the development of the VDE as > soon as I get a few things out of the way. I think it > would be cool if we could get the vde to work with a > unmodified version of the dynapi. That means that > anyone could download dynapi3 and vde and then update > the version of dynapi that vde uses. But thats just an > idea and is not very important at this point. I have not made any major changes to the dynapi, there are some minor changes that I think should be there. I will list all my changes later. > One other thing I've noticed is that when in edit mode > and I try to select a layer B other than the one being > edited, layer B shifts to the position of the layer > that's selected (or edited). Yes that has been fixed will be in rc4 > Keep up the good work. > > > Best regard, > > -- > Raymond Irving |
From: Michael B. <mi...@mi...> - 2003-10-23 16:34:05
|
VDE-0.1rc3 All functions are now working (I hope). :) Only one little thing with the way that image path is saved, have to think on this over a beer. I also wrote a VDE wrapper that lets you import the saved vde xml file directly into the dynapi, and it will recreate the project for you. Check the folder "import" I also gave Spock a little face lift so that it doesn't feel left out. If anybody got Ideas for the add event or add widget please let me know. And please help debug on windows http://www.michaelbystrom.com/download.php (at the bottom of the page VDE-0.1rc3) Michael |
From: Raymond I. <xw...@ya...> - 2003-10-23 20:16:32
|
See below: --- Michael Bystrom <mi...@mi...> wrote: > > I also wrote a VDE wrapper that lets you import the > saved vde xml file > directly into the dynapi, and it will recreate the > project for you. Not sure how this works but will look into it. > I also gave Spock a little face lift so that it > doesn't feel left out. Ok, but now I can hardly see the button outlines. > If anybody got Ideas for the add event or add widget > please let me know. Add widget should be the last thing that we do. It's very complex and will require us to design a some kind of header file as Daniel had suggested. I think add events to widgets should be much easier to do. Here how I think it can be done: 1) Double click on a layer to open up a code window. This window will contain a drop down menu of the various events. 2) The user then selects the event and then enter som code in a text box below the drop down menu and then click ok. This should then save the text into some events collection object. > And please help debug on windows Will do. Have you ever tried creating a very large project with the vde? You should try it and then try saving and loading the project to how it performs performs. SODA takes a longer time to convert a js object into string and back than it would a js array. Where possible it's best to use arrays. For the DataSource class I had to use to following format inorder to get better performance when working with lots of data. record={ dataRowIndex:0, dataRowCount:4, fieldnames:['id','fname'], fieldvalues:[ [1,'mary'], [1,'jane'], [1,'john'], [1,'paul'], ] } -- Raymond Irving > http://www.michaelbystrom.com/download.php > (at the bottom of the page VDE-0.1rc3) > > Michael > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > 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-24 15:40:07
|
Hi again! What i was thinking about is that we maybee make a separate "function" for each widget that is implemented to the VDE returning the things needed in a nice format. Like getWidgetInfo(mywidget) { // returns two arrays or something with all the arguments // needed for the constructor and one with the methods for the // widget. Maybee even some general info on what the widget is? } Is this possible to do and how to do it, i dont know the answer but myabee this solution can be a quite quick one? I agree with the adding of this project to the cvs. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 23 oktober 2003 22:12 To: dyn...@li... Subject: Re: [Dynapi-Dev] VDE-0.1rc3 release See below: --- Michael Bystrom <mi...@mi...> wrote: > > I also wrote a VDE wrapper that lets you import the > saved vde xml file > directly into the dynapi, and it will recreate the > project for you. Not sure how this works but will look into it. > I also gave Spock a little face lift so that it > doesn't feel left out. Ok, but now I can hardly see the button outlines. > If anybody got Ideas for the add event or add widget > please let me know. Add widget should be the last thing that we do. It's very complex and will require us to design a some kind of header file as Daniel had suggested. I think add events to widgets should be much easier to do. Here how I think it can be done: 1) Double click on a layer to open up a code window. This window will contain a drop down menu of the various events. 2) The user then selects the event and then enter som code in a text box below the drop down menu and then click ok. This should then save the text into some events collection object. > And please help debug on windows Will do. Have you ever tried creating a very large project with the vde? You should try it and then try saving and loading the project to how it performs performs. SODA takes a longer time to convert a js object into string and back than it would a js array. Where possible it's best to use arrays. For the DataSource class I had to use to following format inorder to get better performance when working with lots of data. record={ dataRowIndex:0, dataRowCount:4, fieldnames:['id','fname'], fieldvalues:[ [1,'mary'], [1,'jane'], [1,'john'], [1,'paul'], ] } -- Raymond Irving > http://www.michaelbystrom.com/download.php > (at the bottom of the page VDE-0.1rc3) > > Michael > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > 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: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Doug M. <do...@cr...> - 2003-10-24 20:50:14
|
Possible a seperate "descripter" file. These would mean not loading the function outside of the VDE.. Like: DynTree.js and DynTree.Descriptor.js and put the descriptors in a seperate folder for managability. ----- Original Message ----- From: "Daniel Tiru" <de...@ti...> To: <dyn...@li...> Sent: Friday, October 24, 2003 6:19 AM Subject: RE: [Dynapi-Dev] VDE-0.1rc3 release > Hi again! > > What i was thinking about is that we maybee make a separate "function" > for each widget that is implemented to the VDE returning the things > needed in a nice format. > > Like > getWidgetInfo(mywidget) { > // returns two arrays or something with all the arguments > // needed for the constructor and one with the methods for the > // widget. Maybee even some general info on what the widget is? > } > > Is this possible to do and how to do it, i dont know the answer but > myabee this solution can be a quite quick one? > > I agree with the adding of this project to the cvs. > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On Behalf Of Raymond > Irving > Sent: den 23 oktober 2003 22:12 > To: dyn...@li... > Subject: Re: [Dynapi-Dev] VDE-0.1rc3 release > > > > See below: > > --- Michael Bystrom <mi...@mi...> > wrote: > > > > I also wrote a VDE wrapper that lets you import the > > saved vde xml file > > directly into the dynapi, and it will recreate the > > project for you. > > Not sure how this works but will look into it. > > > I also gave Spock a little face lift so that it > > doesn't feel left out. > > Ok, but now I can hardly see the button outlines. > > > If anybody got Ideas for the add event or add widget > > please let me know. > > Add widget should be the last thing that we do. It's > very complex and will require us to design a some kind > of header file as Daniel had suggested. > > I think add events to widgets should be much easier to > do. Here how I think it can be done: > > 1) Double click on a layer to open up a code window. > This window will contain a drop down menu of the > various events. > > 2) The user then selects the event and then enter som > code in a text box below the drop down menu and then > click ok. This should then save the text into some > events collection object. > > > And please help debug on windows > > Will do. > > Have you ever tried creating a very large project with > the vde? You should try it and then try saving and > loading the project to how it performs performs. > > SODA takes a longer time to convert a js object into > string and back than it would a js array. Where > possible it's best to use arrays. For the DataSource > class I had to use to following format inorder to get > better performance when working with lots of data. > > record={ > dataRowIndex:0, > dataRowCount:4, > fieldnames:['id','fname'], > fieldvalues:[ > [1,'mary'], > [1,'jane'], > [1,'john'], > [1,'paul'], > ] > } > > > -- > Raymond Irving > > > http://www.michaelbystrom.com/download.php > > (at the bottom of the page VDE-0.1rc3) > > > > Michael > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net > > Donation Program. > > Do you like what SourceForge.net is doing for the > > Open > > Source Community? Make a contribution, and help us > > add new > > features and functionality. Click here: http://sourceforge.net/donate/ > > _______________________________________________ > > 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: The SF.net Donation Program. Do you > like what SourceForge.net is doing for the Open Source Community? Make > a contribution, and help us add new features and functionality. Click > here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 |
From: Raymond I. <xw...@ya...> - 2003-10-26 15:37:57
|
How about using special extensions to represent the file types? Visual DynAPI Project: *.vdp (or .vdf, .vde, etc) Visual DynAPI Widget: *.vdw (or .vdd, .vdh, .vdc, etc) The .vdw could be used to store the widget's properties, functions, etc. I guess wou could use SODA to easily create such a file, agree? IMO it's very easy and very expandable: widgetInfo ={ name:'Widget Name', version: '1.0.0', description:'Widget\'s Description', libraryname:'dynapi.gui.MyWidget', functions: { myname1:['arguments','description'], myname2:['arguments','description'] }, properties: { myproperty1:'description', myproperty2:'description', }, events:{ myevent1:['arugments','description'], } } This js object can then be converted into a SODA format and then saved into a .vdw file. The vde can then be used to read the .vdw files to get information about the widget. The vde might have to include something like a widgets.js file and widgets/ folder which stores the names of the .vdw files widgets/mywidget.vdw widgets/widgets.js inside widgets.js we could have the following: vde.RegisterWidget('MyWidget','mywidget.vdw'); vde.RegisterWidget('MyWidget2','mywidget2.vdw'); The vde could then have a section that list all registered widgets. From this list the user can then select the widgets that that would like to appear inside the vde's toolbox (or widget) box. It's at this point that the .vdw files are loaded and the information stored inside the vde. With this method the vde could list any number of available widgets but only the ones used inside the toolbox are loaded. The toolbox could be placed at the left-hand side of the vde to display the selected widgets. The user could then click on the widget and then click and drag an area inside the document to create the widget. At this point the widget is created and the cover layer is then added to it to prevent events from been triggered -- Raymond Irving --- Doug Melvin <do...@cr...> wrote: > Possible a seperate "descripter" file. > These would mean not loading the function outside of > the VDE.. > > Like: DynTree.js and DynTree.Descriptor.js > and put the descriptors in a seperate folder for > managability. > > ----- Original Message ----- > From: "Daniel Tiru" <de...@ti...> > To: <dyn...@li...> > Sent: Friday, October 24, 2003 6:19 AM > Subject: RE: [Dynapi-Dev] VDE-0.1rc3 release > > > > Hi again! > > > > What i was thinking about is that we maybee make a > separate "function" > > for each widget that is implemented to the VDE > returning the things > > needed in a nice format. > > > > Like > > getWidgetInfo(mywidget) { > > // returns two arrays or something with all the > arguments > > // needed for the constructor and one with the > methods for the > > // widget. Maybee even some general info on what > the widget is? > > } > > > > Is this possible to do and how to do it, i dont > know the answer but > > myabee this solution can be a quite quick one? > > > > I agree with the adding of this project to the > cvs. > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On > Behalf Of Raymond > > Irving > > Sent: den 23 oktober 2003 22:12 > > To: dyn...@li... > > Subject: Re: [Dynapi-Dev] VDE-0.1rc3 release > > > > > > > > See below: > > > > --- Michael Bystrom <mi...@mi...> > > wrote: > > > > > > I also wrote a VDE wrapper that lets you import > the > > > saved vde xml file > > > directly into the dynapi, and it will recreate > the > > > project for you. > > > > Not sure how this works but will look into it. > > > > > I also gave Spock a little face lift so that it > > > doesn't feel left out. > > > > Ok, but now I can hardly see the button outlines. > > > > > If anybody got Ideas for the add event or add > widget > > > please let me know. > > > > Add widget should be the last thing that we do. > It's > > very complex and will require us to design a some > kind > > of header file as Daniel had suggested. > > > > I think add events to widgets should be much > easier to > > do. Here how I think it can be done: > > > > 1) Double click on a layer to open up a code > window. > > This window will contain a drop down menu of the > > various events. > > > > 2) The user then selects the event and then enter > som > > code in a text box below the drop down menu and > then > > click ok. This should then save the text into some > > events collection object. > > > > > And please help debug on windows > > > > Will do. > > > > Have you ever tried creating a very large project > with > > the vde? You should try it and then try saving and > > loading the project to how it performs performs. > > > > SODA takes a longer time to convert a js object > into > > string and back than it would a js array. Where > > possible it's best to use arrays. For the > DataSource > > class I had to use to following format inorder to > get > > better performance when working with lots of data. > > > > record={ > > dataRowIndex:0, > > dataRowCount:4, > > fieldnames:['id','fname'], > > fieldvalues:[ > > [1,'mary'], > > [1,'jane'], > > [1,'john'], > > [1,'paul'], > > ] > > } > > > > > > -- > > Raymond Irving > > > > > http://www.michaelbystrom.com/download.php > > > (at the bottom of the page VDE-0.1rc3) > > > > > > Michael > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: The SF.net > > > Donation Program. > > > Do you like what SourceForge.net is doing for > the > > > Open > > > Source Community? Make a contribution, and help > us > > > add new > > > features and functionality. Click here: > http://sourceforge.net/donate/ > > > _______________________________________________ > > > 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: The SF.net > Donation Program. Do you > > like what SourceForge.net is doing for the Open > Source Community? Make > > a contribution, and help us add new features and > functionality. Click > > here: http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net > Donation Program. > > Do you like what SourceForge.net is doing for the > Open > > Source Community? Make a contribution, and help > us add new > > features and functionality. Click here: > http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > === message truncated === __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Michael B. <mi...@mi...> - 2003-10-29 15:13:41
|
Hi list folk time again VDE-0.1rc4 This is fixes a most of the bugs that=B9s been reported on the list and some of my own fixes and improvements. I think that Windows IE 6 version works now. It does so on Virtual PC. The biggest this with this release is that I=B9ve included basic event handling (both for preview and save/load file). Here is how you do it: You can add event to booth document and layers. (due to the fact that I don=B9t copy the document in the copy array the document=B9s eventCONTAIBER wil= l not be copied hence the documents event=B9s can not be saved. This will change)=20 If the active layer is the VDE=B9s grid you can add layers by clicking on the events button, For other layers you need to be in edit mode, then you can click the events button. The reason for this is better control over the event window you will lose track of where you are and where youre going. I will change the design and a lot of the way that things are displaed in the events window. =20 There need to be a new line feed thing there that will add the ";" when a new line is added.=20 I want to change the object pointer from this: layer0.setSize(10,10); to=20 this.setSize(10,10); This will help you with pointing to the right object all the time. There is a bug inside the this.name when you set HTML/or paste the name wil= l change but the saved events's objects name will not (this will change) If you have added a event to the layer you need not go back to edit mode. You can access the event window by clicking on the little [e] box and the window will open. Let's look at the event window. To select the event click on the button of choice "custom" will have other system linked to it so it is not active now. You have to click on [add event] to commit the event to the object. The event will be added automatically if you you change the event mode ex: from [Down] to [Up] etc... There are some other things I know I forgot but.... http://www.michaelbystrom.com/download.php (at the bottom) Download it and Play with it What do you think Some feed back. Cheers Michael |
From: Raymond I. <xw...@ya...> - 2003-10-31 13:53:30
|
Hi, The events are working just fine. I thought it would be cool if when we single click on a layer it's selected and set to edit mode. When we double click on a layer or the document it should open the events window. -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > Hi list folk time again VDE-0.1rc4 > > This is fixes a most of the bugs that¹s been > reported on the list and some > of my own fixes and improvements. I think that > Windows IE 6 version works > now. It does so on Virtual PC. > > The biggest this with this release is that I¹ve > included basic event > handling (both for preview and save/load file). > > Here is how you do it: > > You can add event to booth document and layers. (due > to the fact that I > don¹t copy the document in the copy array the > document¹s eventCONTAIBER will > not be copied hence the documents event¹s can not be > saved. This will > change) > > If the active layer is the VDE¹s grid you can add > layers by clicking on the > events button, For other layers you need to be in > edit mode, then you can > click the events button. The reason for this is > better control over the > event window you will lose track of where you are > and where youre going. I > will change the design and a lot of the way that > things are displaed in the > events window. > > There need to be a new line feed thing there that > will add the ";" when a > new line is added. > > I want to change the object pointer from this: > > layer0.setSize(10,10); > > to > > this.setSize(10,10); > > This will help you with pointing to the right object > all the time. > > There is a bug inside the this.name when you set > HTML/or paste the name will > change but the saved events's objects name will not > (this will change) > > If you have added a event to the layer you need not > go back to edit mode. > You can access the event window by clicking on the > little [e] box and the > window will open. > > Let's look at the event window. > To select the event click on the button of choice > "custom" will have other > system linked to it so it is not active now. > > You have to click on [add event] to commit the event > to the object. The > event will be added automatically if you you change > the event mode ex: from > [Down] to [Up] etc... > > There are some other things I know I forgot but.... > > > http://www.michaelbystrom.com/download.php > (at the bottom) > > Download it and Play with it > What do you think > Some feed back. > > Cheers > Michael > > > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > Does SourceForge.net help you be more productive? > Does it > help you create better code? SHARE THE LOVE, and > help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Doug M. <do...@cr...> - 2003-10-31 15:31:21
|
how about a right-click context menu? Kinda like in Dreamweaver.. You could right click on a layer, move your mouse to the border submenu and choose the border for that layer.. same for colors, styles, ect. Would also be nice if we could define styles, and then automatically add them to the context menu.. --------------------- "And now for something completely different." My specialty is the manipulation of massive amounts of data. The DynAPI source (text) is a massive amount of data. I intend to create an App in VB which will parse out object and method declarations and members. The parsed info would be used to generate a database and ASP driven application (generated end-to-end automatically). The ASP app would allow anyone who logs in to add comments/documentation for each item parsed out. The resulting information can be then written to an thml doc and downloaded at will. Any thoughts suggestions? I intend to use ASP and MS Access. The Layout would be something like Object: DynLayer(html,x,y,w,h,color,image) --------------------------------------------------- Text area for entering information/notes/comments --------------------------------------------------- [save entry] ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Friday, October 31, 2003 8:53 AM Subject: Re: [Dynapi-Dev] VDE-0.1rc4 release > Hi, > > The events are working just fine. I thought it would > be cool if when we single click on a layer it's > selected and set to edit mode. When we double click on > a layer or the document it should open the events > window. > > -- > Raymond Irving > > --- Michael Bystrom <mi...@mi...> > wrote: > > Hi list folk time again VDE-0.1rc4 > > > > This is fixes a most of the bugs that¹s been > > reported on the list and some > > of my own fixes and improvements. I think that > > Windows IE 6 version works > > now. It does so on Virtual PC. > > > > The biggest this with this release is that I¹ve > > included basic event > > handling (both for preview and save/load file). > > > > Here is how you do it: > > > > You can add event to booth document and layers. (due > > to the fact that I > > don¹t copy the document in the copy array the > > document¹s eventCONTAIBER will > > not be copied hence the documents event¹s can not be > > saved. This will > > change) > > > > If the active layer is the VDE¹s grid you can add > > layers by clicking on the > > events button, For other layers you need to be in > > edit mode, then you can > > click the events button. The reason for this is > > better control over the > > event window you will lose track of where you are > > and where youre going. I > > will change the design and a lot of the way that > > things are displaed in the > > events window. > > > > There need to be a new line feed thing there that > > will add the ";" when a > > new line is added. > > > > I want to change the object pointer from this: > > > > layer0.setSize(10,10); > > > > to > > > > this.setSize(10,10); > > > > This will help you with pointing to the right object > > all the time. > > > > There is a bug inside the this.name when you set > > HTML/or paste the name will > > change but the saved events's objects name will not > > (this will change) > > > > If you have added a event to the layer you need not > > go back to edit mode. > > You can access the event window by clicking on the > > little [e] box and the > > window will open. > > > > Let's look at the event window. > > To select the event click on the button of choice > > "custom" will have other > > system linked to it so it is not active now. > > > > You have to click on [add event] to commit the event > > to the object. The > > event will be added automatically if you you change > > the event mode ex: from > > [Down] to [Up] etc... > > > > There are some other things I know I forgot but.... > > > > > > http://www.michaelbystrom.com/download.php > > (at the bottom) > > > > Download it and Play with it > > What do you think > > Some feed back. > > > > Cheers > > Michael > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > > Program. > > Does SourceForge.net help you be more productive? > > Does it > > help you create better code? SHARE THE LOVE, and > > help us help > > YOU! Click Here: http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Exclusive Video Premiere - Britney Spears > http://launch.yahoo.com/promos/britneyspears/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.532 / Virus Database: 326 - Release Date: 10/27/03 |
From: Michael B. <mi...@mi...> - 2003-11-04 14:22:34
|
Hi again folks, I took the weekend of and wrote my version of the famous game Space Invaders, I'm fairly happy with it and it runs fine under Mac Mozilla and Mac IE5.1 so it should run for the Windows folks too. There are some minor things with the score and the level thing (fix that later). But it's fun to play. Download and enjoy. http://www.michaelbystrom.com/download.php Let me know what you think. Michael |
From: Michael B. <mi...@mi...> - 2003-11-04 14:56:47
|
Ooops I forgot to include the ext.js in the download version You who have download have to do it again Sorry :) Michel > Hi again folks, > > I took the weekend of and wrote my version of the famous game Space > Invaders, I'm fairly happy with it and it runs fine under Mac Mozilla and > Mac IE5.1 so it should run for the Windows folks too. There are some minor > things with the score and the level thing (fix that later). But it's fun to > play. > > Download and enjoy. > http://www.michaelbystrom.com/download.php > > Let me know what you think. > Michael |
From: Raymond I. <xw...@ya...> - 2003-11-05 13:57:02
|
Wow! Awesome! How about a little sound effect with the FlashSound class? Nice work -- Raymond Irving --- Michael Bystrom <mi...@mi...> wrote: > Ooops I forgot to include the ext.js in the download > version > You who have download have to do it again > > Sorry :) > > Michel > > > > > Hi again folks, > > > > I took the weekend of and wrote my version of the > famous game Space > > Invaders, I'm fairly happy with it and it runs > fine under Mac Mozilla and > > Mac IE5.1 so it should run for the Windows folks > too. There are some minor > > things with the score and the level thing (fix > that later). But it's fun to > > play. > > > > Download and enjoy. > > http://www.michaelbystrom.com/download.php > > > > Let me know what you think. > > Michael > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > Does SourceForge.net help you be more productive? > Does it > help you create better code? SHARE THE LOVE, and > help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree |