Rosetta Code/Count examples: Difference between revisions

Line 326:
=={{header|EGL}}==
{{works with|EDT}}
[[File:Catcount.PNG|thumb|rightbottom|EGL: Graphical client implementation]]
A graphical implementation with a grid showing the number of implementations for each category as well as total category and implementation counts. Uses theMediaWiki latestAPI (ascall ofto October,fetch 2012)categories MediaWikiin a JSON format and meets API calldata continuation requirements to consume 100% of the formatsitems.
 
ClientUser Interface: RosettaCodeHandler.egl
<lang EGL>package com.eglexamples.client;
 
Line 362:
request.uri = "http://rosettacode.org/mw/index.php"};
function b1_onClick(event Event in)
call ProxyFunctions.listTasks("") using restBindingCategories
returning to listTasksCallBack onException exceptionHandler;
end
function listTasksCallBack(retResult RosettaCodeJSON in)
Anonymous user