Questions tagged [customizing]

101 questions
1
vote
2 answers

Customizing a UITableViewCell with multiple line labels

I am trying to customize my UITableViewCell and am subclassing it and then overloading layoutSubviews as suggested in this thread: Adjusting the positions of the labels in a UITableViewCell I can get the width of my label to change this way, but I…
Joey
  • 7,537
  • 12
  • 52
  • 104
1
vote
1 answer

SAP UI5: Property binding via customizing table

I am trying to realize a UI5 app, where visibility and editability of each control in my view is controllable through a customizing table in our SAP ERP. At this time my idea is a entity type which contains these information for each property.…
srz
  • 129
  • 1
  • 1
  • 11
1
vote
0 answers

Why Wordpress does not keep file changes on Woocommerce

Since the Wordpress new version (4.3 Billie) the changes made on the files of Woocommerce, for customizing reports, for example, does not rest for long. After a while, the original files apears again and the chages desapeare. I don't know how to…
melnic
  • 11
  • 2
1
vote
1 answer

Can you modify the UIImagePickerController from its default layout

I am deciding on wether to use UIImagePickerController or to build a custom subview for the camera (like Instagram) to capture images or too use UIImagePickerController. Is it possible to modify the text, images or layout of…
cdub
  • 24,555
  • 57
  • 174
  • 303
1
vote
3 answers

are there easy to customize/extend forum web apps?

let's say I want to make a forum that has pretty much all the functionality of a typical high end forum, like phpBB2, but I also want to add a few more features here and there. Maybe I want to add user reputation (kind of like what we have here on…
1
vote
0 answers

How do you extend the path Object in JoelB's scrollpath plugin?

As you might know, I'm trying to implement scrollpath: http://joelb.me/scrollpath/ on my index.html. I was able to in the plugin and was able to get a gleeful sense of it working by using the code in the demo.js. But I would like to extend the…
1
vote
1 answer

change the expiry date of cookies in websphere commerce

I need to change the expiry date of OOB (out of box) cookie in websphere Commerce 7 .How can I do it ? which file in WCS has the properties for OOB Cookies ?
vishnu
  • 511
  • 1
  • 7
  • 10
1
vote
1 answer

How to Create Custom Partial CLasses in VS 2012 EF Model

Just started using VS 2012 and I generated an EF Model from the database. All worked fine, although in my previous experience I had to put a using in my code. I tried to set up a .cs file with partial classes to provide custom business logic…
RRRSR
  • 293
  • 1
  • 3
  • 12
1
vote
1 answer

Changing Color of ListView Row Item

This is the Alliances Activity on my app: This is the layout for a single row:
1
vote
1 answer

How to add content to the_content() in Wordpress using a hook

quick question: lets say this is my content div:
1
vote
2 answers

Customizable input fields in an android app

I'm working on a project for my university about customizing an Android application on runtime. Is it possible to include layout XML files that are actually not in the \res\layout\ folder of my android project but on an external webserver? The idea…
Sushislam
  • 11
  • 1
1
vote
3 answers

How to add a file upload picker on my Alfresco form

How can I add a file/data upload picker on my form in Alfresco Share? I need to click on my button then the file picker should appear. Can anybody help?
0
votes
1 answer

Customizing Icons at the top of the Page

I'm maintaining a Facebook iFrame application, and my client is worried about the transition to Timeline. Basically, they want their home page to have a big icon next to 'Photos' that takes the user to the page hosting the iFrame. The tricky thing…
Nathan Harper
  • 286
  • 1
  • 13
0
votes
0 answers

How to customise alert events in Firebase Crashlytics

We are trying to set up Crashlytics Incident management and alerting them using Opsgenie. There are only standard issues are allowed for alerts in Firebase Crashlytics like ANR for First I would like to have customised events to have alerts E.g Any…
0
votes
0 answers

Add logging into .net-core

I'm not a big specialist in written control files for MSBuild, but my task is concerning building dotnet/corefx from source files. So my question is about customizing the corefx by adding some nuget packages to it. I need to add logging to some…