Questions tagged [customizing]

101 questions
0
votes
0 answers

How to add an entry in the window that pops when mounting a USB drive to Windows

I would like to know the means off adding one custom entry to the window that pops out when after clicking in the notification that appears after you connect an external USB drive on Windows. I have here an example, the Dropbox app for Windows adds…
digfish
  • 316
  • 2
  • 11
0
votes
0 answers

Customize the secondary axis of a residuals plot in Yellowbrick

I am doing a residuals plot in yellowbrick, the code could be the same from sklearn.linear_model import Ridge from sklearn.model_selection import train_test_split from yellowbrick.datasets import load_concrete from yellowbrick.regressor import…
JoseRA
  • 1
  • 1
0
votes
2 answers

problem with UITableViewCell when customizing with an extended class

I have 2 classes for a UITableViewCell that show different data but they use the same table. I'm trying to populate the table in 2 steps by using a bool var, but it seems that I get an exception because the cell gains the first class assignment and…
PartySoft
  • 2,749
  • 7
  • 39
  • 55
0
votes
1 answer

vuetify.js doesn't working in Vue 3 (theme customzing)

What I want to do is customize theme colors (primary, secondary..) to use on the elements like v-buttons, v-chips, etc. I found that i can modify it in '/src/plugins/vuetify.js' file as below: import 'vuetify/styles' import { createVuetify } from…
0
votes
2 answers

Overwrite a function in a python library

I want to overwrite a function in a python library. Example: This is my library, already compiled, in example.py def my_function(): return "Hello World" if __name__ == "__main__": return my_function() Of course if I run example.py it…
squirrel
  • 1
  • 1
0
votes
1 answer

Blackberry: Changing background color of a screen's menu?

Is it possible to change the background color of a screen's menu from the blueish-grayish color that is the default?
Jon Font
  • 63
  • 2
  • 5
0
votes
2 answers

Customizing a QDockWidget in Qt without QtDesigner

(sry for my bad english but i'll give my best) I currently try to customize the style of several QDockWidgets. The only solution i found via the Qt Documentation -> Style Sheet is setting a Stylesheet to the Object in the QtDesignerView by right…
audrey
  • 1
  • 1
0
votes
2 answers

Problem with dynamically added subheader into custom GridView

I'd like to get a grid with ability to add subheader (one or several rows) according to value of certain column (data source is grouped sorted by this column). Within my inherited GridView I override OnRowDataBind method: If value of considering…
DotNetter
  • 426
  • 2
  • 6
  • 19
0
votes
1 answer

How to customixe React-Native verification Code

How can I create a page with a verification code like this (on the picture) in React Native? I found some libs but I can not customize it following the design. Please give the way to customize it enter image description here
0
votes
1 answer

How do I customize my wordpress blog have darker fonts? Right now I'm using a good theme, except for that

I have a blog in wordpress, and it uses a theme that I like called "Penscratch2". The only problem is that the default font is somewhat gray. Is there a way to darken it a little?
Mark Springer
  • 195
  • 1
  • 8
0
votes
1 answer

Scopes and Customizing Open (learning Python p. 539)

I'm a bit confused about a code in the book "Learning Python", p. 539. As far as I know assignments within a function are only in this local scope. So if I want to change a global one I first have to declare it global. But why does the following…
0
votes
1 answer

How to get value of checkbox added in vsfolderdialog.wiz file

I have added a checkbox in vsfolderdialog.wiz file for customizing Folder Path dialog in Setup and Deplopyment Project. But i have not an idea how i will get its value on which i have to take some decisions. Note: I am using custom installer action…
0
votes
1 answer

Customizing plots in python (countplot and boxplot)

I am working on a data science project, and as I am fairly new I need some help when it comes to customzing my plots. Just a quick intro, I am working on a analysis of a dataset from Las Vegas car crashes. Here are the problems I am facing.…
0
votes
1 answer

I want to add shapes to a toolboxcontrol then be able to drop them into a diagramcntrole

want to add items (shapes) into a tool box and then be able to drag and drop them into a different diagram control the diagrame controle and the toolboxcontrol each one is in a different pannel
Ghaith
  • 13
  • 6
0
votes
0 answers

Orchard CMS Customer Module

My case is that we want to build a customizing Lab Module (show Basic Science Research) which provides a template to show each lab pages in consistent style. This module will also allow each lab's manager(non-developer) to update their own lab…