On Tue, Jul 30, 2013 at 11:04 PM, Christopher Sean Morrison <[email protected]> wrote: > > Just be prepared for g-obj to sometimes not complete successfully. You'll > need to have some minimal code to detect this case.
Any operation you do, after that you need to verify that it success, and then what two branches, one for successful, and second for un-successful. > So, I planned that as the user clicks entity name, > the corresponding OBJ file is produced and shown on browser. > Or > Alternatively, we can make OBJ files for all entities as soon as g > file is uploaded. > > I suggest on-demand for now. Preloading or caching can be implemented later > if needed. Good for developers and server, but from user's perspective it might not be good. What I suggest, is as: If number of entities are < N (default N =5), display all. If N >= 5, display 1st 5 entities, and also a list, from which user can select / de-select entity / entities to be display / not to display. There might be option, to display all, and also to set default value of N. All in a setting / configuration file. -- H.S.Rai ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
