custom

Creating a custom button in Java

Is there a way to make a JButton with your own button graphic not just with an image inside the button? If not is another way to create a custom button in java?...

Configurable Table Prefixes with a .Net OR/M?

In a web application like wiki or forums or blogging software, it is often useful to store your data in a relational database. Since many hosting companies offer a single database with their hosting plans (with additional databases costing extra) it is very useful for your users when your database objects (tables, views, constraints, and...

Call Project Server Interface web method from an msi installer

I'm using a Visual Studio web setup project to install an application that extends the functionality of Project Server. I want to call a method from the PSI (Project Server Interface) from one of the custom actions of my setup project, but every time a get a "401 Unauthorized access" error. What should I do to be able to access the PSI. ...

set_error_handler Isn't Working How I Want It To Work

I'm taking the leap: my php scripts will ALL fail gracefully! At least, that's what I'm hoping for... I don't want to wrap (practically) every single line in try...catch statements, so I think my best bet is to make a custom error handler for the beginning of my files. I'm testing it out on a practice page: function customError($leve...

Customize the Sharepoint add list column page

I have defined a custom Sharepoint list for special attributes related to a software application inventory and installed it as a feature. I also want to group these attributes in categories. How could I change the Sharepoint page that allows the user to add a column to a list, so that when the user adds a column to my custom list type (c...

Mediawiki custom tag Stops page parsing.

I created a few mediawiki custom tags, using the guide found here http://www.mediawiki.org/wiki/Manual:Tag_extensions I will post my code below, but the problem is after it hits the first custom tag in the page, it calls it, and prints the response, but does not get anything that comes after it in the wikitext. It seems it just stops p...

How do you find out the ProductCode from a .Net Installer class custom action

I need to know the application's ProductCode in the Installer.OnCommitted callback. There doesn't seem to be an obvious way of determining this. ...

custom server control values lost in callback

I have a custom server control that loads data from a web service into a GridView. Works fine on my page. I want to be able to click on a row and pop a popupcontrol with more detail on the clicked row. I am using the client side events of the DevExpress gridview to handle the onclick. And from JavaScript I am calling a callbackpanel t...

Deployment of custom content type, forms, cqwp, and xsl.

Right now I have a visual studio project which contains a custom content type that I made. It also contains all the necessary files for making a sharepoint solution (wsp) file and a script to generate this. Now, I would like to do 2 things. First, I'd like to create a custom display form for the content type and include it in my solu...

How to create a custom log filter in enterprise library 4.0?

I am using Enterprise Library 4.0 and I can't find any documentation on creating a custom logging filter. Has anyone done this or seen any good online documentation on this? ...

What percentage of software developers write custom/bespoke software?

What percentage of software developers are involved in the creation of custom/bespoke software? This should include both employees of companies with in-house development shops and freelance web developers, consultants, etc. (Basically everything excluding the folks who write the "shrink-wrapped" stuff.) NOTE: This is for research purp...

C# WinForms UserControl Mouse Event Help

I have a custom control that I created for my project. In this control there are several child controls like a Label, a PictureBox, and a LinkLabel. Other then the LinkLabel, I want the mouse over event currently on the parent control and have the control respond to the mouse over. The background color changes when you hover over the con...

What is the best way to do a flicker-free animated C# custom control?

Hello community, I am currently creating a custom control that needs to handle animation in a C# project. It is basically a listbox that contains a fixed number of elements that are subject to move. An element (another user control with a background image and a couple of generated labels) can move upwards, downwards or be taken out of t...

C# Custom ListView

Does anyone have any info on creating/drawing a customised ListView object? Currently Im working on a project that requires a customised look and feel within the application. I am using a standard (Windows.Forms) ListView which is not in the same style as the rest of the GUI. We are NOT using a toolbox for custom controls, all controlls...

How to add XAML storyboard animation to a full blown WPF Custom Control in an XBAP?

We are creating custom WPF controls (not user controls) for an XBAP application and we would like to add a storyboard animation to scale the control to be 110% of its original size when the mouse hovers over it. We've used Blend to create the storyboard and it compiles just fine...however, when we run, it does not animate up to 110%. I...

Raw Java 2D implementation of a scrollbar

How would I go about writing my own scrollbar using standard Java 2D. I really don't want to use swing, and I've already made up my own component parts for everything else such as buttons etc. I'm not really looking for code, rather the math involved in the event changes and the drawing. ...

Suggestions for a C# custom tabcontrol?

Has anybody got any suggestions for a custom tabcontrol implemented in C# and which adheres to these criteria: Allows the tabs to be placed along the side of the control. Tab text must read horizontally. Allow custom colouring. Open source or no cost. I prefer not to get my hands dirty with ownerdrawing if a solution already exists. ...

How do I create my own custom group in mediawiki?

Hi, I have been reading carefully through the mediawiki documentation but I have not been able to find out how to create new groups. When I look at Special:Userrights, I see only 3 groups : Bots, Sysops, Bureaycrats I would like to create my own custom groups, so I can use some extensions like the http://www.mediawiki.org/wiki/Exte...

SSAS custom group by query

My fact table looks like this yesterday a yesterday a yesterday a yesterday b yesterday b yesterday c today a today a today b today b tommorow a tommorow a tommorow c tommorow d In the end I need an Excel report like this repetition count 1 2 3 yesterday 1 1 1 tod...

Custom collections - still worth the extra work?

Excuse me if I'm off on my terminology, I only have around 2.4 years of programming experience, mostly in .NET. Currently I'm one of two .NET developers in a mainframe shop, the other developer set the standards and is a great coder with a lot more experience plus a CS degree(I am 100% self taught). We use custom collections for every...