customize

How to customize NSMenu like the Apple Pro Apps?

I want to customize a NSMenu with NSMenuItems, so does it looks like the Apple Pro Apps. But how can I customize a NSMenu? There is no draw method to change the appearance. If I set a NSView to a NSMenuItem, I can set the background color, but I will loose highlighting and menu handling. Furthermore the top and bottom cap of the NSMenu...

How to customize / style a UIPopoverController

I'm working on an iPad application and I'm using UIPopoverControllers. I'm at the part where the app needs to be branded and styled and i'm wondering how to change the color / tint of the UIPopoverController? Standard is dark blue but it needs to be another color.. is this possible? Greets, Thomas ...

How to change the blue highlight color of a UITableViewCell?

hi, I'm wondering how to change the blue highlight/selection color of a UITableViewCell, any ideas? Thomas ...

How to create sleek customized buttons, tables and other views for iPhone/iPad apps?

I'm looking to know both what can be customized as well as the recommended way to customize some of the major UIView subclasses in the iPhone SDK (in particular UIButton, UITableView/Cell ... but really open to any of the views in the SDK). Any recommended tutorials? Examples? Are there bad practices that can actually hinder perfo...

Django: Read only field

How do I allow fields to be populated by the user at the time of object creation ("add" page) and then made read-only when accessed at "change" page? ...

Change Call Screen

I need to change or customize the call screen when initiating a call on Android. After searching on google I do not find any way to do it. There is no way to send DTMF tones during a call, the idea is to send a specific number to the call screen. So when a call is made is possible to see the number to dial during a call to the PBX. I ...

Customizing toolbar items in VS2010

Has the menu & toolbar customization functionality in VS2010 been reduced? I can't seem to be able to select an icon for an added command, nor set it to be icon-only. Previous versions of Visual Studio supported this functionality and even allowed the creation/editing of custom icons. Is this something that has suffered as a result of ...

How to customize /#/ in Jquery address plugin

Hi, I'm using the Jquery plugin Address to achieve deep linking. The generated urls come out in the format www.example.com/#/tab/image, but what I need is www.example.com/#tab/image. The plugin seems to automatically generate the /#/ part. I wonder does anyone know how to do this? Or even if it's possible? I would greatly appreciate...

How to run own python script in Trac

Hi All, I want to customize the project page (trac/templates/index.html). I want to use a table to show more project-specific information. For instance the admin list of each project, the build status of each project. These information are stored in trac's database. I am afraid that the default template engine is not able to give me ...

Looking for a free CMS which allows content injection

Hi all, I was wondering if anyone could tell me of a free CMS that will allow me to change the basic content (text, image etc etc) of a website, without forcing it's own templates or designs. This is the scenario; I have already designed my website, already implemented it, and I just need a way for the actual User to edit the contents ...

Customize Spring Error Message

Hi, I want to change the default error messages being thrown by Spring. I basically have this form. Format of the date should follow "mm/dd/yyyy" <p> <label class="label">Start Date</label> <form:input path="dteStartDate" /> <form:errors path="dteStartDate"/> </p> Everything works fine, but during binding I get this me...

CMS Advice with the following features.

We are looking for a CMS with following features in mind. LDAP Auth Wysiwyg editor inside browser Can declare schema like faculty, students, courses, rooms, meetings, minutes, projects, papers, reports etc. along with presentation hooks Tags and date attributes Good search with tag and date restrictions. Be able to chop meeting minutes...

iPhone video player tracking system

Hello, I almost spend one month on Object c programming and iPhone Xcode id, to get familiar. Thanks to all for providing samples and book online. I would like to customize existing video player in such a fashion so that it could play video file from any intermediate point. Example: - Let say video file of length 30:00 mins stopped...

Iphone configurable button menu

Hi All, Im just wondering if anyone knows the best approach to make a configuable button menu. Im trying to make one like the standard iphone button interface where I will 4 buttons across and 4 buttons down. And like on the iphone button menus, when you press and hold it allows the users to move the buttons around to the configuration t...

How to customize the will_paginate link base?

<%= will_paginate(@posts) %> # will generate the links like this '<a href="/posts?page=n">a link</a>' # What should I do if I want to change the herf base on '/contents', etc. '<a href="/contents?page=n">a link</a> ? # It seems that there is no options for this , help! ...

50% Transparent background of Navigation Buttons, Segment buttons in iPad and iPhone

Is there a way to customize navigation button, segment button background like iBooks? Check out iBooks shelf top left corner. the button background is about 50% transparent. What a pretty! Any one konw how to emplement it? All Regards ...

Python Console Name Customization

Usually the Python console looks like this: >>> command Is there a way to make it look like: SomeText>>> command ...

How to customize the list items in an Android AlertDialog

I want to show multiple lines with different text styles for each item in a list using AlertDialog, but can't fine any example. Does anyone know how to customize the items of an AlertDialog? Or do I really have to create an Activity with a ListView for this? ...

CKEditor add CSS styling to Preview and Editor

Hello! Is it possible to add CSS to style the Editor text as well as the Preview? The CMS has a different set of CSS files from the public part of the website and I want the editor to try (at least) and reflect the way it would look in the site. For example, all tags with a class of .floatLeft{float:left;margin:0 10px 10px 0;} I want...

How to keep the subfolder in DropLocation constant in TFS build

I have a build definition setup with a drop location. The binaries are moved into this location, but under a new directory (named as build number) every time. Is there a way to have the same location over written everytime. we have some batch files that copy the binaries out to multiple servers that will be accessed by the end users. We ...