XPages - Lotus Notes [closed] - xpages

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
There is too much space between the choices of the input text type ahead control. How to control it?

You want to reduce the distance between the entries in the type ahead choices list
Just add the following css to your XPages:
.tundra .dijitMenuItem {
padding: 0px 2px;
}
The vertical padding between the type ahead choices is then 0px instead of 5px and the horizontal padding is 2px instead of 5px.
The list looks then like this:

Related

Any good resource on Android UI styling [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to learn to make beautiful Android apps.
The things I want to know more about are:
- how to create drawables (with / without states)
- apply borders, change backgrounds
- styling / customising action bar
The resources on developer.android are sparse, I need something in-depth.
Thanks.
First of all developer.android is enough for UI styling if you have gone through all the tutorials thoroughly, however you can have a look at the following links, very informative for UI styling :
Link 1
Link 2

how to create stacked histogram or dotplot in stata [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have several variables with monthly stock returns like qqqret, gldret,spyret. I would like to create a stacked histogram or dotplot of them all on the same scale. any ideas how?
thanks!
ps. if i stack my vectors on top of each other and create an indicator variable for each one I could use strip plot. but i want to be able to say something like "hist qqqret gldret spyret"
dotplot supports a varlist: see the help.
stripplot (SSC) is an alternative.

how to connect 4 random points with 4 no intersecting line segments? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
The points are in a plane,marked with two numbers indicating coordinates.give out a connect sequence.
Take the convex hull. If it is a quadrilateral, you are done. If it is a triangle, you can break any of its edges apart to include the inner point.

Example SVG code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Can anyone point me to a good source of example SVG code?
Google charts would be good, but I haven't worked out how to find the SVG. Presumably the browser does actually see SVG at some point - anyone know how I can intercept this?
Thanks -
Al
As you're interested in interactive svg charts, definitely check out d3.js. It's pretty awesome.
In addition, you might want to take a look at this svg reference.
Oh, and regarding google chart svg: just use chrome inspector or firebug to look at/copy the svg.

Libraries for Choosing Color? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Do any open source libraries exist for programatically selecting and rating the compatibility of sets of colors using color theory?
It would be very useful to be able to select color palettes based on simple color harmony rules like complimentary, analogous, triadic, and tetradic colors.
I just found this: Harmonies theory and math.
Also of interest is the rest of the EasyRGB site, which will explain how to do RGB to HSV, etc.
While it's not source code, it's the formulas for calculating the values.
Also interesting: "Color Jack"
This isn't a direct answer and it's not open source, but you might take a look at what they are doing at Adobe's Kuler web site. They have API Documentation that might be worth a read.

Resources