Re: [Dynapi-Dev] DragEvent

2003-10-19 Thread Raymond Irving
I've already posted a DragEvent fix to the group. Did you see my email about DragEvents? I'll try to update this into cvs by now and Monday -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > > I have a litle problem. If I enabled the DragEvent > in the Tree element items, >

[Dynapi-Dev] Using Button widget.

2003-10-19 Thread Kevin
Hi Raymond, Quite like Button widget. Though I forget my dynapi basics. How does this work? btn.onbuttonclick = function(e){ window.status = cnt++; } I found: o.invokeEvent('buttonclick'); in ButtonStyle.js on a mouseup. OK but I was expecting: btn.addEventListener({ onbuttonclick : functi

[Dynapi-Dev] [OT] Test

2003-10-19 Thread Háber János
Hi! I send 2 mail into the list because it's not arrived in the list (not arrived my mailadress from list) so this is a test... Cow --- This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo The Event For Linux Datacenter S

[Dynapi-Dev] DynLayer width/height

2003-10-19 Thread Háber János
Hi! Anybody can modify the DynLayer element for resizing a percentage of parent widget. example: setSize("20%","40%"); Cow --- This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo The Event For Linux Datacenter Solutions &

[Dynapi-Dev] ContentWidth

2003-10-19 Thread Háber János
Hi! Why don't work the getContentWidth/Height on my child layer? 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; i

Re: [Dynapi-Dev] DynLayer width/height

2003-10-19 Thread Kevin
"Háber János" <[EMAIL PROTECTED]> wrote: > Hi! > Anybody can modify the DynLayer element for resizing a percentage of parent > widget. example: setSize("20%","40%"); Should be easy enough. Or write an override for your own DynLayer. - Kevin ---

Re: [Dynapi-Dev] DynLayer width/height

2003-10-19 Thread Háber János
2003. október 19. 21.33 dátummal Kevin ezt írta: > "Háber János" <[EMAIL PROTECTED]> wrote: > > Hi! > > Anybody can modify the DynLayer element for resizing a percentage of > > parent widget. example: setSize("20%","40%"); > > Should be easy enough. Or write an override for your own DynLayer. yepp!

[Dynapi-Dev] DragEvent

2003-10-19 Thread Háber János
Hi! I see the drag event (the patched version) and I modify a little: in onmousemove function: if(ic && o._useDragIcon) { ic._dragOrg = o; ic.setLocation(o.getPageX(),o.getPageY()); ic.setSize(o.w,o.h); // if icon is fixed width then center at pointer if(ic.w!=o.w||ic.h!=o.h) ic.setLocation(e.getP

Re: [Dynapi-Dev] Release-Plan and Todos

2003-10-19 Thread Peter Romianowski
Hi again, Well we made mention oh November but that's yet to be decided as we need to iron out a bugs and such. November seemed so far away back then ... now I'd say no way by then. ;-) Maybe Christmas or New Years if we all really made a effort with long nights and little sleep. :-) Sounds li

Re: [Dynapi-Dev] Using Button widget.

2003-10-19 Thread Raymond Irving
Hi, There are two ways to add events to a dynobject. you could use: obj.oneventname = function(e){} or obj.addEventListener(eventlistener_object); either way works just fine, but it's recommended that you use addEventListener() when designing widgets. See the docs/changelog.html file for mo

Re: [Dynapi-Dev] ContentWidth

2003-10-19 Thread Raymond Irving
getContentWidth/Height can onnly be called after the page has been loaded. -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > Why don't work the getContentWidth/Height on my > child layer? > Cow > > > > --- > This SF.net e

Re: [Dynapi-Dev] DynLayer width/height

2003-10-19 Thread Raymond Irving
Hi, It's all inside the docs. See docs/changelog.html Use setAnchor({stretchH:'20%',stretchV:'40%'}) I'm getting the feeling we are not aware of the full power of DynAPI 3.0 :) It can do anything you want it to do. -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > 2003. október

Re: [Dynapi-Dev] Release-Plan and Todos

2003-10-19 Thread Raymond Irving
Well all sounds good to call for a freeze code and only focus on documentation and bug fixes, but I would not want to do just that until we've added a few widgets to the set. A lot of users have been asking about the widgets and other stuff so I think we should add wigets into this release. I'm