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 Scuri:
>
> I test below code
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" ) );
Hi,
It is an error in the documentation. If you check the C version of the
same function it does not returns x,y, it actually receives x,y as
parameters.
Best,
Scuri
2018-04-12 9:22 GMT-03:00 Johann Philippe via Iup-users <
iup-users@lists.sourceforge.net>:
> Dear all,
>
> I've been workin
Dear all,
I've been working yesterday with iupPlot / Lua : what i want to do is to add
points with mouse (i could do this with plotbutton_cb) and, when i click on an
existing sample, to move it on the graph with mouse. I'm able to find the point
with the plot:FindSample(), and to select it isn'