Dear all, I'm currently using IupPopup with IupMenu to display an autocompletion interface for IupMatrix. I'm currently having some troubles : In my project, the menu is supposed to be modified or completely re-created if the user continues typing in matrix cell (like a proper auto completion system). So, the modal state of popup is kind of a trouble for me.
I have a few options : -Is there a way to do the same with a non modal interface ? IupShow doesn't seem to work with a Menu. -Since there is no keyboard callback in Menu, i guess it's not possible to implement such a thing here ? -Or maybe there are some Dialog attributes that could allow to do the same interface, using then IupShow ? -(unlikely) Maybe an autocompletion system is already implemented in IupMatrix cells ? -Anything else... Thanks in advance Johann
_______________________________________________ Iup-users mailing list Iup-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iup-users