Alex Rufon wrote: > Before everything else, what I know is to draw graphics, I need an isigraph > window inside a form. So I was wondering if would be possible to create a > single form with both a grid, a treeview and one or more isigraph window? > > You see, for this supply-chain simulation project I'm working on, I was > thinking of putting iconized objects in a list of on the left side of a > screen. A sort of toolbox where you'll select an object and drop it on a > canvass right next to it. Underneath the canvass is a grid displaying the > properties of the current highlighted object in the canvass. I was wondering > if this is possible since I cant find any samples showing both an isigraph > and grid on the same form. :)
Yes, e.g. see http://www.jsoftware.com/jwiki/Grid/Examples#Linkedgridandplot Essentially, since plot, treeview, grid etc are just isigraph controls, your question is whether you can have more than one isigraph control on a form. The answer is yes, and you just need to take care to ensure each isigraph is selected when working with it. Chris ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
