Hi there,
I've created a widget with Flash (ya ya, I know not the smartest idea). My widget has a scroll bar that I need to assign a control region to.
I've created a div, absolute positioned it and layered it overtop the Flash object by setting the z-index. I then specified the correct CSS for the region but nothing seems to happen.
...
My application collects business data from various sources, aggregates it, groups and filters, and needs to display it. Pretty uncommon, right? =)
The point is that I already have a "drill-down" UI, so the Services and Operations people can find their data in the tree view and do their job. But now I also need a shiny high-level dashboa...
I'm currently building an inhouse mvc.net reporting app. So far the pages charts etc have been relatively hard coded. i.e. 1 page for this chart, another page for this table. But I'd like to extend it so users have more control over what they're looking at.
iow 'A dashboard'.
I'd like suggestions on what other people have used and wha...
I want to add a dashboard functionality to an existing java web application, this should be a portlet container, so it can host other mini applications or open social gadgets.
What is the best solution for this? Integrating an existing full blown portlet container?
...
My project add a UIView with a button press. Is it possible to get the dashboard ripple-effect when the subview is added to the view?
Also the subview can be closed with: removeFromSuperview. How can I get the closing effect of a dashboard widget (when you press on the x).
...
I'm looking to create a static dashboard viewable in a web browser. And I'd like to create something like what Stephen Few does in his book Information Dashboard Design. (see example at bottom)
Ggplot2: Shouldn't be any issue producing the graphs below, right?
Dashboard Layout: Is grid suitable? Or should I lay things out in html/css? ...
Hi,
I try to combine CC.NET with Gendarme. I use CC.NET 1.5.
Gendarme already checks the build and generates a report.
But I can't get the dahsboard to show the report. How can I do it?
I added this in my ccnet.config:
<merge><files>
<file>C:\MyProjectArtefacts\gendarme-results.xml</file>
</files></merge>
And that to my dashbo...
I need to create a dash board widget in wordpress.It is possible to create a dash board widget?If yes,In which folder we need to save the widget creation file.
thanks
...
Hello,
I have a client who has requested that the weights given to each KPI be shown on the Performancepoint dashboard.
How can i do this? Does the SDK allow for such?
Thanks
...
I am developing a Windows Forms Application in which UltraWinGrid plays a vital role. Now the requirement is that I need to provide a dashboard feel which should contain Charts, Indicators, Grids, Reports,etc of the same data in a single view. We can create a user control which consists of navigation bar, explorer bar, charts,etc and use...
How can I make a plugin send an alert to one's dashboard at the top right below where the WordPress upgrade notice might normally appear?
I imagine I need some kind of add_filter() or add_action() call in the plugins' code.
...
I want to create an interface similar to the following in Silverlight.
http://demos6.dundas.com/Silverlight/
I need to create a dashboard where different elements can be re-arranged using Silverlight. The dashboard elements can be different usercontrols that in turn may contain charts, guages, grids...... The user should be able to dy...
I'm looking to make a 'dashboard' system that will place itself on the desktop, between icons and the wallpaper. I understand this will probably require API calls. Do you have any advice on how I can do this?
TIA.
...
Hi All,
I need to create dash boards showing geographic regions and show sales, hot spots etc on a map.
What have you tried and what do you recommend?
I like the look of both Fusion Charts and Dundas
I will be using asp.net for the site but any control's or library's including flash or javascript are good options.
Most important is ...
Hi,
Continuous Integration servers like Hudson are a pretty amazing addition to software development. I work in an academic research lab, and I'd love to apply similar principles to scientific data analysis. I want a dashboard-like view of which collections of data are fine, which ones are failing their tests (simple shell scripts, mo...
Hi,
implementing publishActivity in PHP using the REST API using this code:
$activity = array(
'message' => '{*actor*} did something.',
'action_link' => array(
'text' => 'Play Travians',
'href' => WEBROOT
)
);
$activity = $facebook->api_client->dashboard_publishActivity($activity);
I get a 15-digit number ...
I've got a web app that I'm porting to an OS X Dashboard widget. The web app generates some data on the client side using JavaScript, and then, when the user wants to save it, sends it to a server-side script which relays the data back with the Content-disposition: attachment; HTTP header, triggering a save-file dialog in most browsers.
...
I want to create a Dashboard on each server to show it's health and the results of some daily processing. I plan to hook up shell scripts and Python programs to collect the data.
Instead of writing a web-based interface, I thought it would be good to use a python based web dashboard that could render the results in various business user...
I am unable to get an XMLHttpRequest object to work correctly in a Dashboard widget I am writing. I've isolated it to a trivial example not working in the global scope of the main.js file:
xhr = new XMLHttpRequest;
xhr.open( 'GET', "http://google.com", false );
xhr.send('');
When the last line is executed I get the error ...
need a dashboard to display fancy pie charts and other quantitative measurements displayed in graphical format....
any suggestions for jquery ?
...