Re: [Iup-users] matrix expand

2015-05-23 Thread Pavel J .
Antonio Scuri gmail.com> writes: > > > Hi, >   Will that dialog to be resized? I mean you will need to do it dynamically? >   Then, which columns you would like to be expanded along the dialog? > Best, > Scuri Yes, i need it dynamicaly. Lets say i have 5 columns. Col 1-2 will be sized with

[Iup-users] matrix expand

2015-05-23 Thread Pavel J .
Hi, How can i setup matrix to keep his size same as size of parent dialog? I.e. i need matrix to be resized with dialog. I doing this (its written in Nim): import iup, iupcontrols discard iup.open(nil, nil) discard controlsOpen() setGlobal("UTF8MODE", "YES") var grid = matrix(nil) grid.setAttr