wenbin wang
unread,Dec 3, 2009, 7:45:54 AM12/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-gadgets-for-linux-user
slot->call(NULL, 0, NULL) of TimerWatchCallback(View.cc:150)
will goto
call(scriptableInterface*, argc, argv) in JSFunctionSlot
(js_script_context.cc:451)
There are not argv passed.
But for javascript example:
function UpdataHourHand(Now)
function ShowSecondHand(show)
in main.js of gadget analog_clock
The paragram"Now" and "show" should be passed from c++ code (call() in
JSFunctionSlot)
I don't know where the "Now"(Date type) and "show"(bool type) be
passed.
Can you tell me in detail about that?
Thanks Very much.