|
How thick is to thick? Head gasket question.
im running 1133's .040 thickness right now with a 68cc head and is pump gas friendly, I'm looking at a set of 56cc chamber heads but without a little thicker head gasket, I wont be able to use pump fuel any...
Started by wheelliftnpony on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at yellowbullet):
Re: How thick is to thick? Head....
Re: How thick is to thick? Head gasket question.
I run .080 MLS no problems.
Re: How thick is to thick? Head gasket question.
|
|
I want to make a panel have a thick border. Can I set this somehow?
PS, I am using C#. VS 2008.
Started by jim on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Oh any FYI, I've got it with a customizable border color too... .
But it should be a good starting point.
As I indicated in my comment it's not a perfect solution to what you're asking for .
Jim,
I've made a user control and given is a ParentControlDesigner .
|
|
Hello friends I m new for this thick box so some one can help me
Started by bhavin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Because of that it needs to sit in the HTML element of your page (this is the bit in the source view of Visual Studio), as opposed to the server side... .
Thickbox, or any other jQuery or MooTools based pop-up is JavaScript based and hence runs client side .
|
Ask your Facebook Friends
|
I am currently using Bresenham's algorithm to draw lines but they are (of course) one pixel in thickness. My question is what is the most efficient way to draw lines of arbitrary thickness?
The language I am using is C.
Started by banister on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Tring to draw a set of parallel lines to avoid overdraw (to reduce write bandwidth) and underdraw (missing pixels) would be quite complex... .
I think the best way is to draw a rectangle rather than a line since a line with width is a two dimensional object .
|
|
I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end.
The problem is that GAE provides only web-based forms for logging in and out, so there's no trivial way to employ...
Started by Vanya on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Use a java component.
You could embed the web-based (html) forms into your thick client, i.e.
|
|
I've heard some opinions that the SOAP/HTTP web service call stack is "thick" or "heavyweight," but I can't really pinpoint why. Would it be considered thick because of the serialization/deserialization of the SOAP envelope and the message? Is that really...
Started by Andy White on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
With transports like is not secure in the same way that WS 2.0... .
The thick and thin definition is relative.
I considered it "thick" because of the relatively large overhead involved poster, but would like to add to it.
Implementations...
|
|
Hello!
We are using wpf to develop a cad like application where drawings placed on the canvas using the Path object. I just ran into a slight issue that whenver i scale/zoom my canvas, all the elements in the canvas get scaled and this is the behaviour...
Answer Snippets (Read the full thread at stackoverflow):
Like this
path.strokeness = 1/(scaling factor applied to the canvas)
A better solution... .
Hello !
Finally i got the workaround for the above solution what i have done is i m setting the strokethickness of the path relative to the scaling i m doing on canvas .
|
|
I develop an app with both thick-client and thin-client components. We also version our database such that schema changes result in their own version number and change scripts can be applied. Database changes, however, don't always occur in step with ...
Started by flipdoubt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If the database knows the minimum client ....
With any of these, version numbers are always increasing.
Could you adopt a major/minor version number scheme?
A change in major number implies that clients need updating, and change in minor number does not .
|
|
How do I change the thickness of lines when drawing line lists using Direct3D?
This post says that line width is not supported and goes on to provide a workaround. Other options?
While we are on this topic, do shaders allow one to draw lines with dash...
Started by Agnel Kurian on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It works....
You can use a geometry shader that will take as an input a segment of your line and output a quad (a triangle strip made of two triangles) so that the width of the quad is constant in screen space and matches the desire line thickness.
|
|
...regardless of font size.
Its an mx:Text object. (The Text object is actually being used as a mask so don't know if that's the problem.) If underline is set with the <u> tag in Text.htmlText, or Text.textField.setTextFormat, the underline thickness...
Started by Mark on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
A possible workaround would be using the textfield metrics (probably through getCharBoundaries() ) to manually ... .
Not possible with CSS or TextFormat.
I don't think this is possible.
Its not even possible to do in html (you need to use border-bottom) .
|