Questions tagged [customizing]
101 questions
0
votes
0 answers
How to customize Gmap?
I am using Gmap on my website and I notice that i sets position:relative on the #map. How do I change this? I don't want any positioning on the #map div. I looked over the gmaps.js and couldn't find it.
Another problem is how to make the gmap load…

Nikolay
- 1
- 2
0
votes
2 answers
Customizing UIPickerView in xcode
I developed an application which consists of UIPickerView....It displays as default size in height of the UIPickerView.I want to display the UIPickerView as 320x480 size(iphone simulator size)..so the whole screen has the picker view without using…

Srinivas G
- 9
- 4
0
votes
2 answers
Android Customizing Image and Saving
How can I make an image customisable (size, colour, opacity, ...) like Android Asset Studio (in the app)? Then, save it as a custom name inside an external folder?

jyoonPro
- 1,661
- 1
- 16
- 41
0
votes
1 answer
How to show layered navigation in both left and content area in Magento
We have a layered navigation in magento. I've styled it and everything is ok.
We just want another layered navigation below the toolbar and above the products but just for single filters like Price, Manufacturer and Color as Dropdowns.
I tried very…

user3280550
- 11
- 3
0
votes
2 answers
Attach class to menu item based on content type in Drupal
I have seen a few functions that allow one to attach classes/ID's to menu items; unfortunately, none of them apply to my use case. What I want to do is assign a class/ID to any menu item based on the content type of the linked item.
For example, I…
user259675
0
votes
1 answer
ABAP TVRO field TRAZTD, Route Customizing Data
A customer of mine is looking to mass create some customizing data related the routes. and as such I have a small program which reads in a CSV file with all of the fields as they would be in the customizing transaction.
I'm having a particular…

Bryan Abrams
- 327
- 1
- 8
0
votes
1 answer
customizing flex MenuBar or removing the hover effect
Is there a way to disable the hover effects?
I don't want flex to highlight the entire component for both link buttons and menu bar.
On the menubar, I applied a backgroundSkin, so having flex highlight the whole menubar when the user hovers their…

David
- 4,235
- 12
- 44
- 52
0
votes
2 answers
UIButton apperance change disclosure too why? how to avoid it?
So when I customize my button I put a background image like this:
- (void) styleUIButtons {
UIImage *buttonNormalBg = [[UIImage imageNamed:@"button_normal" ] stretchableImageWithLeftCapWidth:0 topCapHeight:0];
UIImage *buttonSelectedBgb =…

Necronet
- 6,704
- 9
- 49
- 89
0
votes
1 answer
how to provide background image of RAPHAEL bar graph
I am creating a graph by RAPHAEL...
Now I need to customized look and feel of the rendered graph, by providing image on backgroun of graph.
Colors can be passed as array to set the background color of graph but, is their any way to provide…

Sourav Ray
- 53
- 5
0
votes
1 answer
How do I get the WordPress sidebar to show up on a post's detail page?
My example is here
I am customizing the default template, but something isn't placed right. Can't figure it out.
By the way, I am asking this here and not at WordPress because frankly, their forums are horrible as far as response times go.…

drew
- 3
- 1
0
votes
2 answers
Creating customized UIView programmatically
I have a customized UIView in which I do some low-level drawing in drawRect: method. It works fine when I instantiate the view in an XIB file. However, things go strange when I instantiate it programatically, e.g,
MyView *view = [[MyView alloc]…

Wonka Gollum
- 79
- 1
- 6
0
votes
1 answer
Customize openAM login page using client-name
From this article: http://openam.forgerock.org/openam-documentation/openam-doc-source/doc/install-guide/index.html#chap-custom-ui
It seem we also can have customize page based on client-name (defualt is html):…

songjing
- 545
- 4
- 22
0
votes
2 answers
jQuery cycle plugin customizing
I'm using the jQuery Cycle plugin to start a slidshow of images when hovering over the initial image. This works fine. What I want after that is to have the slideshow stop when hovered off, and have a manual slideshow (next/prev buttons) start. This…

spirax
- 1
- 2
- 4
0
votes
1 answer
In using Twitter Bootstrap, do you download and begin making edits directly to the CSS libraries?
I've downloaded Twitter Bootstrap and went through Twitter Bootstrap Web Development How-To by David Cochran. All is great, now I have a custom design I want to integrate in the best way with Bootstrap.
What is the best approach in integrating a…

John
- 3
- 3
0
votes
1 answer
It's possible customize cell in a UICollectionView?
After hours googling, I found no solution..
I want to add these attributes to a cell but this code does not work
AppCell *cell = [[AppCell alloc] init];
cell.layer.cornerRadius = 5.0;
cell.layer.shadowColor = [[UIColor blackColor]…

Lito
- 2,309
- 1
- 23
- 29