We're currently evaluating different Java reporting engines, and having a web-based ad-hoc report designer is a requirement.
We don't need anything too fancy, but we need users to be able to define a report with columns X, grouped by Y, sorted by Z, etc...
We've found that many of the open source tools do have graphical report designers, but the…
I'm thinking that, as flat screens get bigger and cheaper it won't be too long before 'digital wallpaper'-like screens become popular in people's living rooms with a host of applications that could take advantage of this particular screen size/resolution.
Is there a proper name for this size of screen?
'Wall Screen' - is too ambiguous…
Can anyone answer to this question? "http://stackoverflow.com/questions/2615279/hci-how-to-evaluate-a-device-to-the-relation-with-these-theories-such-as-sens"
If I have created web application used Spring framework(based on maven), can I include some module/dependency/plugin into my app to monitor Heap space, Permgen, etc.
It whould be greate to get some charts output likes as in VisuaVM.
For example:
http://localhost:8080/monitoring = Including something likes VisualVM
I have found next…
I have a listbox (here's the xaml):
<ListBox MinWidth="300" ItemsSource="{Binding Relationships, Mode=OneWay}"
SelectedItem="{Binding SelectedRelationship, Mode=TwoWay}" SelectionMode="Single"
HorizontalAlignment="Left" >
<ListBox.ItemTemplate>
…
When you have a URL in source code, VS2010 allows you to Ctrl+Click on it; this opens the URL in the internal VS browser.
I'd like it to open in my default external browser (i.e. Chrome). Is there any way to configure VS to do this?
I would like to build a small wizard in C++ with no dependencies on any framework.
Apparently, is really simple, but I don't know where to start. Can you point me to good information (tutorials, etc) on it. Should I use MFC Application or a Win32 project? Is there any step by step guide ?
I'm using VS 2010.…
Hi I am trying to embed a Microsoft Access database file into my Class assembly DLL. I want my code to reference the resource file and use it with a ADODB.Connection object. Any body know a simpler way, or an easier way? Or what is wrong with my code, when i added the resource file it added me dataset…
What I want to do is provide some public static fields that will be used as instances of an interface implementation and have intellisense pick them up when the interface is a method argument.
The idea is to have it look like an enum to the developer. I reference Color because basically this is the…
Hi,
I'd like to make a textbox that accepts only numbers, but not integer, but rather double.
I've read here about e.Handled = Not Char.IsDigit(e.KeyChar) and it works, but again, it can be used only for integer, since it declines decimal point.
Another thing I've read here is If Not…
I have a web reference for our report server embedded in our application. The server that the reports live on could change though, and I'd like to be able to change it "on the fly" if necessary.
I know I've done this before, but can't seem to remember how. Thanks for your help.
…
I am building a Win32 C++ project on VS2008 SP1. In created .manifest file I see
<assemblyIdentity
type='win32'
name='Microsoft.VC90.DebugCRT'
version='9.0.21022.8'
processorArchitecture='x86'
publicKeyToken='1fc8b3b9a1e18e3b' />
How can I get it…
I'm getting really tired of working against click-once and I'm wondering if there's a better alternative. I'm looking for a programming environment that preferably does not depend on the .net framework. I'm not sure how much .net does for me exactly (though I have some idea)…
Prety long question;
How can I do the following in C#:
Open a webpage (Prefferably not visible)
Check whether the page redirects to a different page (Site is down, 404, etc.)
Check if the title is not equal to a said string
Then seperately, (They need to click a confirm…
I have an iPad app with a standard UIViewController/UIView setup - all rotations are allowed. The UIView draws some tiled image as background (the tile is 256*256 pixels):
- (void)drawRect:(CGRect)rect
{
[[UIImage imageNamed: @"Background.png"] drawAsPatternInRect:…
VB 6.0 does not have any global handler.To catch runtime errors,we need to add a handler in each method where we feel an error can occur.But, still some places might be left out.So,we end up getting runtime errors.Adding error handler in all the methods of an…
Hi,
I have the following problem. After I uninstall the project - all folder is removing. But it contains the files which shouldn't be deleted. What could you advice me?
Ideally I would haeve the option which will be proposed to the user while uninstall…
I create a SL4 Application and then I say I want to create a MVC site in addition. But instead of create a VIEW and putting showing the SL4 object there and creating a empty MVC type Default page... it just creates a SilverlightApplicationTestPage.aspx in…
I only have 512MB RAM and found out that MSVC++ 2010 Express ran hellishly slow, so I uninstalled it. Assuming same for MSVC#.
I'm planning to learn C# over the summer with the book "Pro C# and the .NET 4 platform". So I'm wondering if I can use the 2008…
Hi,
I would like to avoid the tags overlapping each other in this small Flex project:
I've this small FLEX project: http://dl.dropbox.com/u/72686/IVbeta1/main.html#
The items are LinkButtons. How can I check if they are colliding or not ?
Thanks