[Iup-users] 2.6rc1 couple of issues & improvements?

Antonio Scuri scuri at tecgraf.puc-rio.br
Fri May 18 16:27:52 BRT 2007


> 1. Menu Shortcut keys not highlighted, example doesn't work.

 Ok. I will check that. Can you point me which example?


> 2. Resize callback (resize_cb)  doesn't seem to work for 
> dialogs, but did callback with matrix but then matrix didn't 
> redraw correctly on screen.

 That's a new callback for the IupDialog that I implemented in IUP 3 but not
in 2.6. I've been updating the documentation but did not mark what I did for
3.0. Sorry, may bad. 

 That callback already exist for IupCanvas and it is used internally by
IupMatrix. To use it you need to get the current callback first, save it,
and call it from inside the new callback.



> Also some possible future improvements for iup.matrix..
> - ability to select text backwards to indicate an 
> autocompletion area, can only select forwards from n:n+1, 
> nice to go n+1:n, to select in reverse direction.

  Don't understand what you mean. Can you give me an example?


> - would be nice to have ability to turn off framelines 
> between lines in iup.matrix

 Ok, registered. IupCells has a similar feature when you merge cells. Would
be nice to have merged cells in IupMatrix too.

Best,
Scuri




More information about the iup-users mailing list