customization

Adobe Air installer/uninstaller customization

Hey all, when distributing an air app is it possible to have any control over the install/uninstall process(.air)? For instance i want to put an "uninstall" link on the start menu to make it easier for the user to uninstall the app. And also when the app is uninstalled i want it to remove a db file that is created at run-time in the us...

How to customize the XCode toolbar?

When customizing the XCode toolbar, am I pretty much limited by the buttons they give me in the Customize dialog? I'd like to add actions like Step Over, Continue, Toggle Breakpoint, etc... but can't find a way to do so. I tried dragging menu items to the toolbar a la Visual Studio, but to no avail. Am I missing something simple? ...

Customizing Win32's Save File Dialog

I am trying to save a file using GetSaveFileName and want to have a couple extra popups at the bottom of my save file dialog to allow the user to specify further options. I am trying to follow the MSDN documentation (specifically the Explorer-style customization) on the subject but can't seem to get my custom item to appear. I believe I ...

Powershell errors: Is there a way to trap "command not found" errors into a custom function?

Background: Suppose I have a powershell function that understands and interprets small_commands such as: todolist.additem/title=shopping/body=get milk Suppose further that I invoke the function like this: myfunc [small_command goes here] Question: Is there a way that I can type in the small_command and still have powershell invoke...

how to extend the "Application Templates" of MOSS

For example, MOSS provides "Inventory Tracking Template" To add workflow capability should we create another custom webpart using the classes? Hope we can add columns to the List Provided. in order to add additional logic (like validation, kicking notification,etc) Visit this link to understand more about the 2nd point: http://www.ex...

overriding module caption names in django admin

By default, the admin models are grouped by the app, and the app name is in the caption (accounts, auth, etc.). How to override the name in the caption without writing the admin templates? ...

How best to create custom fields per user/customer?

Hi all, I've got an application which is sold as a SAAS to multiple customers. Predictably, sometimes customers want to customise some areas of the application by adding their own fields, specifically the area relating to Action/Project tracking. We allow a small amount of this currently. It is handled by storing the names of additional...

Using customized line images in Asp.Net Treeview control

When I use my own line images for customizing the look and feel of the treeview control, there appears to be a rendering problem in the table row that creates the "I" line. The Lminus, Lplus, R etc line rows all gets rendered without a problem, but for some reason the "I" line gets rendered inside a div tag as follows: <td> <div style="...

Custom Render template in custom Toolbar..! Problem..!

I have custom rendering template in ascx file in CONTROLTEMPLATES folder I want to render that custom rendering template as toolbar in custom list view forms... I have changed toolbartemplate property of view in schema.xml but it reads id from defaulttemplates.ascx while it does not read from customdefaulttemplates.ascx How to give ref...

Word-wrapping in the R environment for Windows

(Asking this on behalf of a member of our Bay Area R Group. I did not have a ready answer as I run ESS within Emacs. I assume this question refers to running R within the command-line environment that ships in the standard Windows distribution). I'm new to R, but what I've found in searching for my answer is that there isn't anything ...

EMACS for C++ development - Problem with CEDET code completion and project

I am setting up EMACS for a C++ project on UBUNTU. I am successful so far in installing ECB CEDET - I got code completion and other features working. Color theme I am having problems with EDE package. The "Project" menu is not showing. I have added (global-ede-mode t) to the .emacs file, but no luck. Do I need to install EDE package...

Customizing Dojo Widgets

Hi, How do I customize an existing Dojo widget? I'm using dojo version 1.3. In the previous versions we had the html file under templates folder. Do I need to edit the source code directly. I need to add an image to Accordion widget. Can someone please help me in customizing it? Thanks in advance. ...

CRM Dynamics Contact sub-types

Hi, I am very new to Dynamics. I'm trying to figure out if I can use dynamics to create sub-types of the contact entity which have all the common attributes and relationships of the contact entity but each has their own specific attributes as well. I am thinking about this in an object oriented frame of mind but cannot see how this cou...

Far Manager file view customization

Hello, maybe some of you use Far Manager as a file manager and could help me with this. I want to be able to call a custom command on viewing a file with a specific extension, i.e. when I press F3 (command for viewing the contents of a file), some custom command is executed on that file and the output is shown in Far Manager's view windo...

customization example uitableview (grouped style)

Hello,all iphone developers I am currently developing an iphone application in which I am showing a uitableview in grouped style in one of the segments of the segmented control. My problem is that I don't know how to show a small image dynamically in the table header view. Another issue is that i don't know how to show labels and butt...

Tutorial about how to write custom form fields in django?

Is there any good articles that explain custom form fields in django, not custom model fields? I couldn't find any through google. ...

Remove "Create blog" link from My Site

Hi, what is the best way to remove the upper-right link "Create blog" from My Site ? I have found this article, but I hope there's another solution than doing that ! link text I'm using MOSS 2007. Thanks for your help, Raphaël ...

Extend Compiler LINQ translations

Is there a way to add custom linq keywords and tell the compiler how to translate them to actual extension methods? For example, translate the single keyword: var color = from c in colors where c.IsFavorite select single c To var color = colors.Where( c => c.IsFavorite ).SingleOrDefault(); ...

Customize UISearchDisplayController

Are the following objects customizable? 1. UISearchBar Scope Buttons (UISegmentedController) 2. UIResultsTableView 3. Keyboard (at least so it's colored black) ...

Autocomplete customize it - Jquery

Before I start the question, I know that some of you won't read the question carefully and will think that I'm asking for something as simple as addClass("custom1") to my original #elem, like this: $("#elem1").autocomplete("source1.php").addClass("custom1"); This won't do it, because I'm not trying to add the class to my target div......