Hi Sam, I'll take a look.
I noticed that file-trees failed to load because the selected-value slot is gone. Also, I changed the table gadget implementation so that the selected-indices slot stores an assoc instead of a sorted sequence. This simplifies checking if an element is in the set (key?) and insertion of elements (conjoin). But you will need to update the places where you use multiple selection tables. Slava On Thu, Aug 6, 2009 at 8:50 AM, Sam Anklesaria<[email protected]> wrote: > Hello > When inspecting the model of a slider of a scroller (which I think means the > inspector receives model-changed calls), I was told "Cannot add/remove gadgets > in layout*" > > It seems the layout* method for a scroller changed the model, which, if > inspected, makes the inspector want to change his display. > > Is there some other time when scrollers can call update-scroller? Some time > when adding gadgets is allowed? > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
