Re: [Iup-users] Send key to other dialog?

2018-04-13 Thread sur-behoffski
On 04/13/18 04:50, Antonio Scuri wrote: I'm sorry. I don't know. I even implemented a new internal function to send a key using a better GTK interface, but it changes nothing. "In" works ok, and "Out" does not work. I committed to the SVN anyway. Best, Scuri 2018-04-12 11:46

Re: [Iup-users] Send key to other dialog?

2018-04-12 Thread Antonio Scuri
I'm sorry. I don't know. I even implemented a new internal function to send a key using a better GTK interface, but it changes nothing. "In" works ok, and "Out" does not work. I committed to the SVN anyway. Best, Scuri 2018-04-12 11:46 GMT-03:00 許永寬 : > Dear

[Iup-users] Send key to other dialog?

2018-04-12 Thread 許永寬
Dear Scuri: I test below code to try to send key to other dialog, In Win7, it works good, but in Linux Mint 18.3, the "Send Hello Out" can't wok, How should I need modify my code to work in Linux Mint? extern(C) int button_ACTION( Ihandle* ih ) { IupSetFocus( IupGetHandle( "MAIN_DIALOG" ) );