customize

Customizing PowerShell Prompt - Equivalent to CMD's $M$P$_$+$G?

Hi all! I've started to "play around" with PowerShell and am trying to get it to "behave". One of the things I'd like to do is to customize the PROMPT to be "similar" to what "$M$P$_$+$G" do on MS-Dos: A quick rundown of what these do: Character| Description $m The remote name associated with the current drive letter or the empty s...

Is there a way to extend WSHttpBinding to allow SwA?

Using WCF, can I create my own binding (based on WSHttpBinding) and use it manipulate the HTTP request so that I could add standard MIME attachments to it (SwA)? ...

Only one row editable on JTable

I am trying to make a special kind of jtable. I want the entire table to by default be NOT editable. But when the user clicks a row, then clicks the "Edit" jbutton, that specific row is editable. and once they deslect the row its no longer editable. How would I go about doing this? ...

Can you customize the Publish command of Visual Studio?

Hi Guys, I use the Publish command in Visual Studio to deploy a web application to my IIS server. It is very convenient but I have several issues with it, such as: It does not deploy the Crystal Report files (*.rpt) files It deploys the web.config file and overwrites the server specific settings Is there any way that I can custo...

MS CRM - heavy customization of edit.aspx form

I have a use case which I think can only be modeled by heavy customization of the CRUD form; hoping there is a better way, and if not, for any kind of insight :) I need to model a use case where the standard create Referral (custom entity) form is a sequence of stages (eg. tabs with logical previous/next buttons). I need to hold the use...

How to keep comments on variables set through "M-x customize" on emacs?

When I set variables through M-x customize, the values are stored in this big, auto-generated, alphabetically ordered list in my .emacs file. The problem is I like to document why I chose a particular value other than the default for a particular variable. If I do that by adding elisp comments inside the auto-generated list, they are cl...

Customizable / Dynamic SWF generation

Hi guys Wondered if anybody knows how customizable Flash swf files are made, where there appears to be a template swf that the user can then input some changes (eg text or image) and receives a newly-compiled swf file with their changes. Some examples: - http://flashfreezer.com/landingconfetti/index.html Constraints: - user receives a...

iphone : embed a fully integrated customized (Google) map in a native app

Hi, 1) Is it possible to send GPS coordinates, a name and hyperlink to a kind of Google map API so that it shows a map, some places with a name and whenever a user clicks on a place would go to a URL ? 2) If so, is it possible to attach this map as a view so that a user can make use of the navigator bar of the native application at any...

Top Navigation Dojo widget

Hi, Please find the attached image @ http://www.freeimagehosting.net/image.php?0db7e494ad.jpg We would like to achieve similiar functionality using Dojo widgets. Can someone please suggest the best widgets that we should extend for achieving this. For example on hover on Tools shows the second level of navigation, which in turn can con...

customize quicktime iphone.

Did anyone tried to customize the window in which the quicktime is playing video? If so, can you give me a hint hoe to start implementing something like this. Thank you indeed. UPDATE: Some apps have implemented it. See it here. ...

Emacs customization

I'm new to the whole Emacs thing, and one of the things that gets me is that out-of-the-box Emacs doesn't keep you within blocks when programming. I program in mostly Python and C++ and hitting enter sends the cursor back to column 1 on a new line rather than keeping you in the block you're working in. I managed to find this: (add-hook ...

octave in emacs (searching for program so such file or directory)

I'm trying to run Octave from within emacs (I'm mostly a beginner at both but have the hang of emacs shortcuts now). When I try run-octave as suggested here, I get the message. Searching for file, no such file or directory, octave Disclaimer: I'm using Windows Vista. Octave is in c:\Octave... the emacs default directory is c:\use...

Office 2007 Ribbon Programming How-to

I'm interested on how to get the old menus back for Office 2007. I know you can buy add-ins that do this, but I'm more interested on how these are done? I want to implement this at home and just need to be pointed in the correct direction! Thanks! ...

Is there an "easy" way to add customizable keyboard shortcuts to my Qt4 app?

Hi all, I've got a sizable Qt app that has been in development since the Qt 3 days, and it now contains dozens of windows with thousands of menu items, controls, and other user-initiatable actions. It currently compiles under Qt 4.6, for Linux, MacOS/X, and Windows. The new feature request from on high is that the user should be able t...

Customize errors symfony

There are some "best practice" in Symfony to customize form errors? For exemple, if i would to show "Campo obligatorio" when the field is required. 1)How can i do that better way and independent from what forms call it? 2)How can i customize message 'An object with the same "%namefield" already exist.' ? Thanks updated sorry, but if...

How to add a macro to the quick access toolbar of Excel 2007, attached to a workbook?

I'm using Excel 2007. I'd like to add some buttons to the quick access toolbar for macros. And because the macros are specific to the workbook, I want the buttons to appear only when the workbook is open. I clicked the office button -> Excel options -> customize. I found the macros in the left column, and chose "For (workbook name)" in ...

How to customize the file selection dialogs in wxWidgets?

Is it possible to add additional controls to a file selection dialog? If not, what other ways are there to present load/save options to the user? ...

Create a customised UIImagePickerControllerSourceTypePhotoLibrary

The path for the thumbnails of the images located in the iPhone is: /private/var/mobile/Media/DCIM/100APPLE/.MISC/ (or instead of 100APPLE we have 101APPLE, 102APPLE etc). If I want to pick these images directly from these folders, what is the best way to improvise a nice picker like the one for UIImagePickerControllerSourceTypePhotoLi...

How to display custom info bar in outlook 2007 message window?

Hi, I want to display a custom info bar in my outlook message. Something like the screenshots here: http://www.sendshield.com/product/solution.php# I have seen outlook form regions, and I dont think its a form region. If it is, then I am in trouble, as the only way I think to do is, and I may be wrong, is to use Replace type, in whic...

How to customize the full text search ?

Full text search is becoming a tedious job using the relational databases’ approach. Can anybody suggest an alternate option if any or way to customize the full text search ? ...