Modifying the default state of an application to suit a user's preferences or to address the unique requirements of a particular objective.
0
votes
0answers
4 views
SoundCloud widget custom edit
I'm using the following code to create a custom SoundCloud player:
https://github.com/soundcloud/soundcloud-custom-player
What I have done is:
...
0
votes
0answers
6 views
VS2010 Exclude File From Build As ContextMenu or Toolbar Command?
Having to right-click | Properties and select "Excluded from build" is painful - is there a way to toggle this using a command bar button, or by adding it to a context menu?
I've browse through the ...
0
votes
0answers
3 views
customize no access error message
I am using joomla 3.x and have restricted access of some articles to certain user groups. When I am not logged in I get a really ugly message "You are not authorized to view this resource".
I would ...
0
votes
1answer
8 views
Adding a namespace to my permanent library in Microsoft Visual Studio
I am trying to add a custom namespace to my permanent library so that I can us it any future project. I want to just add "using MyNameSpace;" to be able to access it whenever needed. How would I go ...
0
votes
2answers
16 views
How to get location of mouse in JavaFX?
I am a beginner in java(fx).
How do you get the mouse location in x and y in JavaFX? I tried using AWT's MouseInfo(also imported it), but it's not working. I also saw the code for it in Ensembles(that ...
0
votes
1answer
23 views
How to integrate a special font (.ttf) in an Android application?
I want to add a file .ttf to be able to customize the font of my textView in my application.
I wonder how the exploited?
I download the file on DaFont.
Thank you in advance for your help!
-3
votes
1answer
59 views
User entered Javascript security implications [closed]
I'm creating a web site that lets people create their own site using a subdomain. Are there any security implications by letting people add custom javascript to their pages? If so, which ones? XSS? ...
-1
votes
0answers
19 views
WordPress Custom Permalinks [closed]
I would like to set permalinks for WordPress as follows:
For single posts: sitename.com/%category%/%postname%/
For a list of posts in a category/tag combo: sitename.com/tag/%tagname%/%category%/
For ...
1
vote
1answer
58 views
UI issues with customized UITableViewCell
I have a customized UITableViewCell. These have the following issues:
The delete button is too far right, overlapping my background. I'd like to set an inset so that it moves it just a little to the ...
3
votes
2answers
30 views
Can you create functions with custom prototypes in JavaScript?
First of all, I don't want to add methods to Function.prototype. Doing that would make them available for all functions and that's not what I'm looking for.
In JavaScript you can create objects with ...
1
vote
0answers
34 views
How to minimize, maximize and restore down through buttons in java?
I'm creating a JavaFX 2.2 program, and need to create custom UI controls (just those ever-present minimize-maximize/restore-close buttons on the top). I need to create custom buttons for that purpose, ...
0
votes
1answer
26 views
How to customize UIRefreshControl with different image and position?
I have been looking around but couldn't find anything good about this.
I would like to customize the default UIRefeshControl with different loader, etc. So far I can only change tintColor & ...
-2
votes
1answer
33 views
Custom TabView with Intent in Android
I want to create Tabview like below in Image. I tried it but can't get proper view.
Here is My Code.. It's not give exact view that I want. So, How can I customized it.
public class BandInfo ...
1
vote
0answers
39 views
Visual Studio 2012 Extensions Dilemma
I am trying to create a Visual Studio 2012 extension that provides custom editing of XML files with a defined schema, supports files with a defined extension and makes use of the VS properties pane - ...
0
votes
1answer
20 views
Text visual appearance in UIPickerView
I have a question about iOS UI customization. I found the built-in picker view has a glass-like cover and the label under the cover has slightly appearance (text with a little inner shadow? such as ...
1
vote
0answers
26 views
adding custom drop down list in tinymce
I have to display a drop down list in tinymce. I googled to find any tutorial or any good example but I just found that code:
// Adds a menu to the currently active editor instance
var dm = ...
2
votes
3answers
26 views
Custom exception message using JUnit assertEquals?
I'm using assert equals to compare two numbers
Assert.assertEquals("My error message", First , Second);
Then, when I generate the Test Report I get
"My error message expected (First) was ...
0
votes
1answer
26 views
Is it possible to read a combination of a System Property and a Customized Property in Spring config file?
I need to know if its possible in Spring to derive a value for a Property by combination of a System-Property and a Customized-Property defined over a PropertyFile.
What I've done:
1) Configured a ...
0
votes
0answers
19 views
Magento Custom Module: Allow user to Add Entry
I've started trying to create my own custom module. My goal in the end is to allow it so the user can review the STORE as they could a PRODUCT.
I've started with a Module I created using the ...
0
votes
1answer
9 views
Custom helper with input validation in Codeigniter
My idea:
Create a custom helper which could be loaded when checking a input
field for min length.
Creating it as a helper so it could be re-used in different files
and keeping it organized and ...
0
votes
1answer
36 views
Custom Keyboard with Text Input to UITextField
I'm having difficulties with implementing a keyboard accessory that inputs text into a UITextField when a key is pressed on the accessory. This is was the rough draft looks like:
Keyboard Accessory ...
1
vote
1answer
38 views
How to write filters for methods (not fields) in Active Admin?
I have an Active Admin index page for some resource.
ActiveAdmin.register Request do
index do
column :created_at
column :content
column "Approved", :approved?
default_actions
end
...
0
votes
1answer
117 views
How do I customize List<T>? [duplicate]
I am trying to customize List. I have it mostly figured out but am coming across a problem. Here is the code I am working with:
public class MyT
{
public int ID { get; set; }
public MyT ...
0
votes
3answers
50 views
Error 7, argument 1: cannot convert from ' ' to ' '
I am coming across an error that I have not seen before. I am hoping some one can help.
Here is my code:
public class MyT
{
public int ID { get; set; }
public MyT Set(string Line)
{
...
-1
votes
0answers
10 views
Fancybox2 helper buttons custom position
I want the button helper inside the wrapper. I appended a .fancybox skin in the .js file--it appeared inside the wrapper, but when you click next or prev buttons the helper disappears; because of the ...
0
votes
2answers
83 views
How to erase CustomMarker from google maps v2 android
I have problem with the Custom Markers in google maps. I'll try to explain as best I can.
I have some markers, and I did one Asyntask, that clusterize it if is necessary, returning a ...
0
votes
1answer
82 views
Anroid - Custom GridView with separated XML
My goal is to display a chessboard. I have an Activity which displays a menu and load an instance of "ChessView" which extends GridView. I've created a custom GridView because I want to have a class ...
0
votes
2answers
38 views
Will Apple reject my App if I change the color of the MFMailComposeViewController?
Can anybody please answer the following question: Has any app ever been rejected by apple for changing the color of the MFMailComposeViewController?
Thanks in advance!
1
vote
2answers
51 views
Customize uiswitch image properly?
I have an UISwitch in my iOS 6 app, that's on and off image is customised.
self.testSwitch.onImage = [UIImage imageNamed:@"on"];
self.testSwitch.offImage = [UIImage imageNamed:@"off"];
I use 77 ...
0
votes
0answers
15 views
Customize ssis documenter
Hi everyone I'm trying to generate documentation for my SSIS packages. I found SSIS Documenter and it gives a lot of technical details. Is there any way to customize it: change it and add my own ...
0
votes
1answer
25 views
How can i wrap an existing liferay aui validator with a custom validator
I am looking to get more control over the validation process of liferay aui components so that i can put in some custom code to handle things such as error event tracking for web analytics. This ...
-1
votes
0answers
8 views
Google Sites Customizable Side-Bar for each page
Is there a way to create multiple side-bars in Google Sites? I'm doubtful because you can only edit this feature under the Edit Site Layout tab, thus creating a general bar across the website. I want ...
1
vote
0answers
22 views
Customizing the Code Analysis Messages in VS
Is it possible to modify the messages for the existing rules in Visual Studio 2012's Code Analysis? If so, how can this be done?
I have seen that you can create your own custom rules, but I would ...
0
votes
1answer
64 views
custom combobox in wpf Application
Im new to WPF Application. I need to customize my combobox like this image.
I have tried this example
http://www.eidias.com/Blog/2012/2/20/customizing-wpf-combo-box-style
<Window ...
0
votes
1answer
27 views
Bootstrap customizing button style
I want to change style of Bootstrap buttons so it doesn't have the default look.
I can easily change the color from their customization page but what I want to do is removing the gradient value so it ...
0
votes
1answer
32 views
Custom tab is unclickable
I have some Unity .asset files which contains 3D models. I want to be able to convert / export these 3D models into a more common format which will be accepted by 3D Max.
I read that I need to use a ...
1
vote
1answer
46 views
Wordpress comments children customization to work with bootstrap?
I have been searching whole day how to customize comments template on Wordpress. Im working on new wordpress theme and trying to build it using bootstrap. At the end comment template got me stuck.
I ...
-2
votes
0answers
15 views
How to do online interior design customization [closed]
i would like to a booking site in which the user is able to arranged the seats and tables in a top view manner online. Any suggestion how i should do it?? for now i'm using the draggable jquery plugin ...
0
votes
2answers
31 views
custom WP form doesn't store any data
I have a custom word press form but when I fill it up and click submit I just get a blank page
what I'm expecting is my data to be stored in my table in the DB and then being forwarded to the next ...
0
votes
1answer
37 views
MS Access custom layout report
Currently I have a query that returns records like this:
ChargeCode Type Price
THC Credit 6200
OTH Debit 3000
THC Debit 5400
Then i ...
3
votes
2answers
94 views
Bootstrap variable overriding with LESS
I have been investigating for the whole day as I considered it would be worthwhile spending some time to learn best practice for customizing Bootstrap.
I can see that there is a friendly ui available ...
-1
votes
1answer
36 views
Using a Customized EULA for iOS App [closed]
I am thinking about using a customized EULA with my iOS app but I have never seen one used on anything I have downloaded from the Apple Store. Has anyone used one or seen one used? If you have, ...
0
votes
0answers
50 views
custom gmap info window on Wordpress GEOTHEME
hope anybody can help me to solve this issue.
I use the this theme for wordpress. http://demo.geotheme.com/
And on the Homepage map, i want to customize the gmap info marker window, but still have ...
-1
votes
0answers
23 views
How to customize Nutch? [closed]
I'm totally new to Nutch.
Recently a professor asked me to write a Java project, which seemed like a subject-oriented search engine.
After deciding to use Nutch, I'm trapped with it's customization.
...
1
vote
0answers
23 views
How to create a custom log function for SPARQL using openRDF bigdata? [closed]
I am trying to create a custom log function for my openRDF bigdata SPARQL engine. The only source for information that I have been able to find has been on the bigdata wiki page but it has proven ...
-3
votes
4answers
64 views
How to add custom php in joomla? [closed]
A client has asked me to make a website for him using joomla and jomsocial. This is my first time working with joomla and I am have a very difficult time putting custom code into my website. Is joomla ...
0
votes
2answers
40 views
Clearing the background of a <select> element's pulldown button with CSS
So I have a <select> element that I need to customize. Essentially I just want it to look like text, but when the user clicks on it, the pulldown choices appear. It would be preferred to show ...
-2
votes
2answers
85 views
Building a video capture app on Android [closed]
I have to develop an Android app that captures a video stream and then gives the possibility to access every single frame of the same video.
I would like to create a custom application, that doesn't ...
0
votes
1answer
38 views
Custom row in Spinner
I just need that items in a Spinner rows wraps when their length is large.
So I did this:
item.xml
<TextView
android:id="@+id/tvAddr"
android:layout_width="fill_parent"
...
-4
votes
0answers
231 views
how to make fully customize theme for android [closed]
i'm fed up with seen same normal android theme in my app over and over.
I want to know how to create my own theme for my app
I want to change it's background color and want to replace buttons with my ...



