RE: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-26 Thread Raymond Irving
I think once you click on the layer inside the vde it should remain in select/edit mode so the use can know which layer is currently selected. Clicking and holding for 400ms does the same think but it just take a longer time :) In most ide (or visual ide) once you click on the object it remains

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-26 Thread Raymond Irving
--- Michael Bystrom <[EMAIL PROTECTED]> wrote: > > When a widget is called it should be created in the > grid and it should be > treated as one object. Just like flash. I don¹t > think this is a big problem. > But the widgets maybe have to be more VDE type > specific. And I think that > both

[Dynapi-Dev] Problems in inheritence (General and PanelBar)

2003-10-26 Thread Peter Romianowski
Hi, I have two problems here. First I cannot subclass PanelBar until I comment out some stuff in the constructor like that: function PanelBar(lyrmnu,lyrcnt,mnuheight,x,y,w,h,mnucss,cntcss,minimized) { this.DynLayer = DynLayer; this.DynLayer(null,x,y,w,h,null); if (lyrmnu) { this.x =

Re: [Dynapi-Dev] Mail problem...

2003-10-26 Thread Kevin
Yes the list is getting repeats - so will all subscribers. - Kevin - Original Message - From: "Daniel Tiru" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 25, 2003 10:30 PM Subject: [Dynapi-Dev] Mail problem... > I got my anchor mail six times, and there seams to b

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-26 Thread Raymond Irving
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 fil

Re: [Dynapi-Dev] Anchor

2003-10-26 Thread Raymond Irving
Be careful with window.onresize! I think dynapi used this event for window resizing functions. It's best to use the onresize event listener on dynapi.document inside of using window.onresize -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > > Yep anchor will do it, but this

RE: [Dynapi-Dev] Mail problem...

2003-10-26 Thread Raymond Irving
I think the problem is with your mail server or mail client. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Really strange... Is there some logging on this > stuff? So we could see > what is wrong? > > /Daniel > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[

Re: [Dynapi-Dev] Object / Widget documentation

2003-10-26 Thread Leif W
Think this sounds like a good idea. As a milestone marker, we could keep a percentage of documentation completed on the main page. Could have some color code, red - no docs, yellow, partially documented, green, fully documented. Could have something like a treview of the API, showing each node i