Re: [Iup-users] Auto-resizing the Matrix component

2013-04-05 Thread Antonio Scuri
To: IUP discussion list. Subject: Re: [Iup-users] Auto-resizing the Matrix component Ah, yes. I should have caught that in needed to set RASTERWIDTH values from your last reply. For the benefit of others that might run into the same issues, I will mention the other changes I made to get this to

Re: [Iup-users] Auto-resizing the Matrix component

2013-04-05 Thread Lance Larsen
hen you set it again, you must first reset them to NULL or nil in Lua mat.RASTERWIDTH1 = nil mat.RASTERWIDTH2 = nil mat.RASTERWIDTH3 = nil mat.RASTERWIDTH4 = nil mat.RASTERWIDTH5 = nil mat.RASTERWIDTH6 = nil mat.RASTERWIDTH7 = nil Best, Scuri *From:*Lance Larsen [mailto:gaffer...@gmail.com]

Re: [Iup-users] Auto-resizing the Matrix component

2013-04-05 Thread Antonio Scuri
mat.RASTERWIDTH7 = nil Best, Scuri From: Lance Larsen [mailto:gaffer...@gmail.com] Sent: sexta-feira, 5 de abril de 2013 15:02 To: IUP discussion list. Subject: Re: [Iup-users] Auto-resizing the Matrix component Scuri, I implemented the resize callback on the dialog instead. This did fix the

Re: [Iup-users] Auto-resizing the Matrix component

2013-04-05 Thread Lance Larsen
> > Best Regards, > > Antonio Scuri > > ** ** > > *From:* Lance Larsen [mailto:gaffer...@gmail.com] > *Sent:* sexta-feira, 5 de abril de 2013 13:08 > *To:* iup-users@lists.sourceforge.net > *Subject:* [Iup-users] Auto-resizing the Matrix component > &g

Re: [Iup-users] Auto-resizing the Matrix component

2013-04-05 Thread Antonio Scuri
[Iup-users] Auto-resizing the Matrix component I am evaluating iup for a project where I am combining the SciTE text editor for popup dialogs that help with adding or editing content. I need to use Lua to access iup. One thing I wanted to do was set up a dialog that included a spreadsheet view

[Iup-users] Auto-resizing the Matrix component

2013-04-05 Thread Lance Larsen
I am evaluating iup for a project where I am combining the SciTE text editor for popup dialogs that help with adding or editing content. I need to use Lua to access iup. One thing I wanted to do was set up a dialog that included a spreadsheet view that expands with the dialog. I saw that there is a