Tagged Questions

0
votes
0answers
12 views

WPF Custom Control “OnSourceTypeChanged” method is not invoked

Hey pals, let's put it short: I'm trying to create a WPF custom control that inherits from WPF Image. I have added a dependency property called "Source Type" to my control so that when databound it …
2
votes
1answer
19 views

ConfigurationManager.GetSection returning null for appparently correct ‘path’

This is regarding a web.config file Here's the ConfigSection <configSections> <!-- Allows for a new section group to the Web.config --> <sectionGroup name="HttpExceptionHandler"> …
0
votes
4answers
61 views

custom annotations

If I create a custom annotation like this: public @interface TODO { String msg(); String start_date(); } then a method: @TODO ( msg="will be developed!", start_date="05/01/2010" …
2
votes
3answers
45 views

Custom css select boxes using jquery

Hi all, I'm using this script http://mondaybynoon.com/2009/02/23/creating-custom-form-elements-using-jquery-selects/ to create custom css select boxes in my page. Javascript code that is used to …
0
votes
1answer
45 views

Custom sort-order with SQL-Server and .NET Entity-Framework

Hello! I have a table I store contacts and their phones. Contact: ContactId (int, PK), FirstName (varchar), LastName (varchar) Phone: PhoneId (int, PK), ContactId(int FK), Number (varchar), SortOrder …
0
votes
1answer
22 views

Wpf Custom Media element

Hey guys I'm fairly green when it comes to wpf, so I need a little help, here is what im looking to do. I want to create a custom media element, I want to be able to load a video and play any where …
0
votes
1answer
12 views

using jna with FAR PASCAL custom dll

Hi, I am using JNA to access a custom DLL which seems to be using the FAR PASCAL Calling Conventions, but the JVM crashes every time i try to access it. Development Guide of the dll says: BOOL FAR …
0
votes
1answer
15 views

iPhone Dev: Create own index

I currently got two problems I, both about the index of a UITableView I want to change the color of some section-tags in the index, to show that there are new changes within this section. I need to …
0
votes
0answers
13 views

FCKEditor how to add a Toolbar Button ?

Hello all readers. I like to add a button on FCKEditor toolbar that will execute some JQuery code on Click event. Is there any solution ? What I like to do with that is the following: I have …
0
votes
2answers
22 views

Add a second Address line into this custom function (Filemaker Pro)

I want to add a second Address field into this custom function (ie. Apt. #101). If you wanted, you could explain how the Case(not IsEmpty works and I would be willing to attempt to add the second …
0
votes
1answer
33 views

Rails custom routing for auto-login

I want to set up auto-login by giving the user a link/key they can use like http://domain.com/4yT67rw. The last 7 digits are random and assigned to the user model. Is it possible to do this with …
0
votes
3answers
30 views

Custom Functions in Crystal Reports 8.5 ?

Hi all... I could've sworn there was a way to do this (without DLLs), but going through the first several pages of google, I can't find it. Maybe I'm thinking of something else. I'm having to do …
0
votes
0answers
23 views

WPF: Custom Theme for RibbonControlLibrary

I am using RibbonControlLibrary by Microsoft. It has three predefined themes and one can use them by <ResourceDictionary Source="/RibbonControlsLibrary;component/Themes/Office2007Black.xaml"/> …
0
votes
1answer
39 views

Best approach to creating a custom ExtJS of pure HTML

So I have a need to create an ExtJS component (version 2.3.0). The component is simply plain HTML (styled) - it is a heading. My current approach is to create a custom component as follows: /** * A …
1
vote
2answers
41 views

Flex ComboBox in a Datagrid loses values when I scroll horizontally

Hello, I have a very strange problem in a Flex 3.4 Datagrid. One of the columns is a ComboBox - I have my own custom renderer for the ComboBox. I use it to select my data and then make a "save" to …

1 2 3 4 5 23 next
15 30 50 per page