Sorry, I just saw your answer.
Maybe I wasn't clear, or I didn't  correctly understood you.
I know how to connect a signal to custom javascript code (either with the
string version of the connect method of JSignal, or with a JSlot, as you
said).
The problem is that the function prototype is

function(sender, event) { ... }


and in both cases it seems impossible to access the "int" parameter emitted
by the JSignal call, which is what I need. Unless it's hidden in the
"event" or "sender" parameters, but in this case I'd need to know exactly
where...

Thanks
Marco




2014-04-22 17:07 GMT+02:00 Marco Kinski <wagner.ma...@gmail.com>:

> Hi Marco,
>
> you need to connect the C++ Signal with a JSlot and then connect your own
> Javascript (which i guess is doing the popup stuff) as the event sink of
> the slot.
>
> Regards,
> Marco
>
>
> ------------------------------------------------------------------------------
> Start Your Social Network Today - Download eXo Platform
> Build your Enterprise Intranet with eXo Platform Software
> Java Based Open Source Intranet - Social, Extensible, Cloud Ready
> Get Started Now And Turn Your Intranet Into A Collaboration Platform
> http://p.sf.net/sfu/ExoPlatform
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to