custom

Custom Formating a DateTimePicker using CultureInfo

I am using the DateTimePicker control in a Vb.Net Windows project. I would like the date to reflect the Regional Settings on the user's computer, but also to show the month name, rather than the month number. For example, if my computer is set to English(US), I would like to see Nov 26 2009, and if my computer is set to English (NZ), I...

Google Custom Search results are different than expected

I am using a GCS engine on a site. I don't want a custom search, just a regular google search with the Adsense linking. If I use the main google.com site to search for "gallerykunst" the expected result shows up as #1, in the CSE it does not exist at all. Any ideas!? ...

WPF Custom Control Design question

Hi ! I have a design question: If you had to make a WPF Combobox with search support, (= combobox that shows a popup with some Buttons, Search TextBox, List.. etc the selected item feed to the default's ComboBox TextBox.) What would you do? Write a custom control (diretly inheriting from System.Windows.Control) Write a custom control ...

Custom Query Pagination Cakephp

I have a custom query in my controller and I would like to implement the custom query pagination I found on cakephp.org but their example is not similar to mine. Can someone please help me paginate this result in my view: $cars = $this->Car->query(" select Car.id, Car.make, Car.model, Car.year, Car.description, CarImage.thumbnail ...

Migrating from Drupal to Rails - Routing

I've developed a new Ruby on Rails site for my organization. I want the new Rails site to intercept incoming requests that were meant for the old site and display a message for the user indicating that the new site is launched, a link the new URL they were most likely trying to get to, and a reminder to update bookmarks. So I'm prett...

WPF: How to create custom preview routed event?

I mean the following: I have a custom control which has StateChangedEvent: public class WindowControl : ContentControl { public static readonly RoutedEvent StateChangedEvent; static WindowControl() { WindowControl.StateChangedEvent = EventManager.RegisterRoutedEvent("StateChanged", RoutingStrategy.Bubble, typeof(RoutedEventHandler), ty...

Echoing a string that contains PHP (in WordPress)

I have a custom field in WordPress called "thumb-url" which contains the exact location of an image. I want to only display the image if "thumb-url" contains the location of the image. I'm start with an if statement that echoes photo exists if there's a value in the "thumb-url" custom field, otherwise it does nothing. <div class="excer...

Help please: No BN_CLICKED for custom radio button (MFC, VC++6)

Hi, I have derived a CButton class and created my own radion button control. Its all working nicely with the exception that I can't get the parent dialog to detect when the radio button it clicked. The parent dialog will detect the radio button click if I call CButton::OnLButtonUp() but the problem in doing that is that the framework al...

Magento and unsetting a custom boolean attribute

Hi, I've added an attribute to a customer address entity. Attribute setup code is as follows- 'entity_type_id'=>$customer_address_type_id, 'attribute_code'=>'signature_required', 'backend_type'=>'int', 'frontend_input'=>'boolean', 'frontend_label' => 'Signature required', 'is_global' => '1', 'is_visible' => '1', 'is_required' => '0', '...

wrap LaTeX command in environment

How can I wrap a LaTeX command in an environment? In essence, how can I turn \somecommand{contents} into \begin{somecommand} contents \end{somecommand}? I have tried the obvious in creating a new environment as such: \newenvironment{somecommand}[0]{ \somecommand{ } { } } but this causes problems with the curly brackets. Let me giv...

How to create custom asp.net validator that works with UpdatePanel?

I think that subject summs it pretty well... I have created my custom validators that work great when I put them on page in design mode. However if I place them in a usercontrol, and then try to add this user control to the parent page via updatepanel, then my custom validators just won't trigger. They simply don't work. Does anyone ha...

Encryption/Decryption using X509 certificate in biztalk custome pipeline component

Hi All, I need to use X509 certificate in the BizTalk Custom Pipeline component to Encrypt/Sign the message and to Decrypt/Verify signature, please let me know some good samples/artcile/blogs etc which explains how to acheive this. RSA needs to be the encrypton algoritham. Thanks. ...

Display alert with custom button titles on Windows?

Using CoreFoundation, I can display an alert dialog with the following: CFUserNotificationDisplayAlert(0.0, kCFUserNotificationPlainAlertLevel, NULL, NULL, NULL, CFSTR("Alert title"), CFSTR("Yes?), ...

Wordpress Custom Value If/ElseIf - Doesn't Work

I'm outside the loop and want to call a custom value "featvideo" and display it. If there isn't "featvideo" then print an image... The video displays, but when there isn't a video a blank box displays. You can see the the issue here: http//wgl.buildthesis.com (and yes, $images is a function defined in functions.php and works) <?php ...

C# - Set path to pdb

Is there any way to set a custom path to Program Database files (*.pdb) in C# under Visual Studio 2008? With C++ this was quite simple (Project settings -> Linker -> Debugging -> Generate Program Database File), but for some reason Microsoft seems to have removed (or hidden) it for C#. I'm aware that the "standard" usage is to have pdb...

PHP : Custom error handler - handling parse & fatal errors

How can i handle parse & fatal errors using a custom error handler? ...

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 the db. Upon return the comboBox loses its value. Even stranger is that when I scroll the datagrid area to the left (by moving scrollbar righ...

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 ExtJS component for a header for the application */ Ext.ux.AppHeader = Ext.extend(Ext.Component, { height: 32, tpl: new Ext.Tem...

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"/> or <ResourceDictionary Source="/RibbonControlsLibrary;component/Themes/Office2007Blue.xaml"/> or <ResourceDictionary Source="/RibbonControlsLibra...

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 some development in Crystal Reports 8.5. I thought there was a way to write custom functions. Something like creating a custom formula then wr...