RE: CVS broken?
"Christian Boulanger" <[email protected]>
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Message-ID | <000a01c3721a$d5ef93f0$0200a8c0@Laptop> |
Michael Flanagan wrote: > now we're just ignoring the issue as we do all development in > Moz anyway. You can't beat Venkman for js debugging. This > widget will get a feature enhancement in the near future. Sounds good. We DO need to have at least a working version for internet explorer in order to present our project. But probably Alex is working on it... > | 2) Tree > I can't comment a whole lot on the functionality of this > widget as I haven't looked at it, but my recommendation wrt > theming is to turn it off and use CSS to get the look you > want. We do style assignment with CSS. We've even added I like the idea of theming because it gives a lot of choice to the user. I also want to minimize my work concerning design. I really have such little time that I want to use for the application logic only and leave the rest to NW. I don't think that what we need requires a lot of code change. If there is a way to add little icons to tree branches via CSS, why not. But it should be done by NW not by extra code that we would have to add. Otherwise, I could just take the PEAR::HTMLTree Class which does the job and send the generated menu to a NW split pane window. I want to avoid that. > | 4) remove popup does not work > The approach that I'm going to take is to modify the body of > my pages being sent to the browser so that they look > something like the following: [...] <div nwType="page_loader" contentBodyId="divContent"> > ~ <h1>Loading Page...</h1> > </div> > > <div id="divContent" style="display:none"> > ~ //Actual application HTML goes here. > </div> This seems like a great idea. It would work on any page loaded, not only the main one, right? So even windows with external context could display a "Loading..." message before the content is there. One could even add a little animated GIF with a (fake) progress bar or a sand clock etc. C. _______________________________________________ The netWindows developers list: [email protected] http://netwindows.org/mailman/listinfo/devel_netwindows.org