Questions tagged [customising]

16 questions
3
votes
3 answers

How to Customise the E-mail sent to the user?

I have currently setup a basic membership system in ASP.NET and have used the To deal with the password recovery, Which Works great but how would one customise the…
2
votes
2 answers

How can I make JAXB-generated classes participate in a Visitor pattern?

Hey folks, hopefully a nice easy one here. I'm generating classes with JAXB from a schema, and I'd like to be able to process them with a Visitor pattern. To do that, I think I need every JAXB-generated class to implement the interface I've defined,…
brabster
  • 42,504
  • 27
  • 146
  • 186
2
votes
2 answers

Customising plots in Labview

I have an XY Graph in Labview. I have no problems with its basic functionality. I'd like to have a marker on the plot (independent on the cursor) which would stay in a certain position that I could read out and display in the GUI. Also I want the…
user2738748
  • 1,106
  • 2
  • 19
  • 36
1
vote
0 answers

POU Reverse mode

Is it possible to customise the POU to allow for a reverse mode while in jog mode? A customer has been experiencing jams and believe less damage would be caused if the shaft could go in reverse to allow for extraction of the jam.
1
vote
2 answers

Same project but customised and installable alongside each other?

I have a small Android project that I use as a core project. From this core project I want to be able to do customisations. So I have the app in a framework format using standard icons, buttons etc... I want to be able to create different versions…
Donal Rafferty
  • 19,707
  • 39
  • 114
  • 191
1
vote
0 answers

Frameworks supporting layered customisation like adf

Is any other framework that supports layered customisation(Adding features in layers say for country and on top of it for specific client to core application without modifying the existing source code.) on UI as provided by Oracle ADF? Looking for…
par
  • 817
  • 8
  • 21
0
votes
0 answers

Can I customise the google sign in pop up in flutter to filter out emails?

I want to show only the email ids of my organisation in the google sign-in pop-up. Is there a way to remove all the other email ids except for the organisation email ids from the UI of the pop-up?
Srasti Verma
  • 109
  • 1
  • 8
0
votes
0 answers

Error fetching Kubernetes resources quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$

I have this deployement.yaml file : kind: "Template" apiVersion: "v1" metadata: name: "deploymentConfig-gui-template-${Platform}" annotations: description: "Template for gui deploymentConfig on ${Platform}" objects: - kind:…
0
votes
0 answers

Library of Custom JSF Controls (custom design without affecting usage in backend)

I am trying to create a library of customised JSF controls, but the customisation pertains only to the design (look and feel and maybe simple interactions) not the functionality. I am not sure what the best way to do this as I am new to Java/JSF...…
Tamy
  • 1
0
votes
2 answers

Is there a way to write client script that greys out a sublist field column (Netsuite 2.0)?

I have a request to grey out a sub-list column. I tried a Client Script Type but I am unable to set the display. Any advise would appreciated.
0
votes
2 answers

Customising widgets through Syncfusion Dashboard Designer platform

Can someone give me guidance on how I can customise widgets in Syncfusion. For Example if I drag a bar chart widget in designer and click to show values, I can't see an option where I can make font size of those values bigger. So is there any way I…
0
votes
3 answers

How do I change the colour of the link on my Blog page?

On the blog page of my website the text of links to my blog posts are the colour blue, & I would like to change them to a different colour. I have tried searching for an answer on google but have found nothing! My website is…
annabelle
  • 13
  • 2
0
votes
1 answer

How to stop IDLE defaulting to C:\Python33 folder when saving

I'm developing a customised version of Python 3.7 for my school, mostly because they have the C drive blocked and IDLE's default save location is C:\Python33. I've got the source code because I'm also changing a couple icons and stuff, so how would…
0
votes
1 answer

Stuck trying to call in custom post types into wordpress

Evening all. I need a little help. I have the following code which brings in a list of portfolios, and places them on a page in a grid format. At present the code brings in all the portfolio types (of which there are 3, divided into different…
Project-404
  • 305
  • 2
  • 13
0
votes
1 answer

TFS 2015 - can I auto-generate tasks for certain work item types

In TFS 2015 are using a customised Scrum template for our current projects. For certain work item types, there will always be certain tasks that will be added, e.g. Write test case and Test & confirm done. Can we customise the project template…
simien
  • 81
  • 1
  • 9
1
2