UI Design: Can I use a Declare to alter the colour/strength of a Group Box Border?

Thanks Julia. Perhaps “Quirks” is a very nice way of saying non-standard :), and I thank you for appreciating the point, and being positive.

Standards/rules are there to be broken. Creating a software application that’s “easy” to use, is much harder than making it “hard” to use, but easier for the developer.

For example, with my App, there is no SAVE AS. It all works fine in the “context” of “MY” application. “quirky/non-standard” DOES NOT = WRONG!.

And besides, Xojo let me do it :slight_smile:

I’m not sure I’d go that far, but I will say I’ve lost track of the number of times I’ve had a client request I do something to a UI that IS “non-standard” because they feel it is easier for them to understand and use.

[quote=420167:@Thomas Eckert]Just a note (because I got burning eyes caused of that):
Temperature must be “°C” and not “C”.
The weight is “metric weight unit” ( I had to search for it). The SI unit symbol is just “g” (see Wikipedia Gram.

Glad that you use metric units as the rest of the sane world it would be nice toe see the correct units ;)[/quote]

No the temperature must be expressed as “C” and “C” is spelled out as degrees celsius. In the scientific world where papers are submitted to peer reviewed journals, degrees Kelvin is K, degrees Fahrenheit is “F”. The sign of degree ° is reserved for angle.

gm may not be the official notation, but according to the encyclopedia britannica:

Thanks Alfred, looks like just “C” is correct. I’ll remove the ° symbol. I didn’t like the look of it anyway.

Cheers.

The SI-Unit of “gram” should be “g” as “gm” means “gram-metre” you might not wanna use “gm”.

Shouldn’t it be ‘Gross Mass’ instead of ‘Gross Weight’?

According to google:

In my case, the user must weigh the various components (on earth) using a weighing scale. The total weight of each components is the Gross Weight. I suppose in space you would use mass instead. Technically mass, but most people are more familiar with weight.

Interestingly in the example above, gm is used for gram.

This is the final altitude prediction equation:


(from G. Harry Stine - Handbook Of Model Rocketry)

Weight (W) is used in the above equation. Also you can see that “gravity” is expressed as “g” - that’s why I’m using gm for grams. I believe it’s acceptable. It’s not exactly rocket science :slight_smile:

Now for something amusing. This extract makes me giggle :slight_smile: (taken from the same page):

@Steve Kelepouris : thanks for that giggle. Needed it today. Is this from the fifties?

The book was first published in 1965. I don’t have the entire book, just a photocopy of the chapter regarding altitude calculations. Photocopied from a library book in the early eighties. This was before I purchased my first PC (IBM/XT). Before that I had a programmable calculator - a real pain.

The book is regarded as the bible of model rocketry and the official handbook of the National Association of Rocketry (US).

This is just wrong.
Celsius and Fahrenheit are degree units. These have always the sign of degree. See wikipedia Celsius, wikipedia Fahrenheit.
Kelvin is a SI base unit an and you write never a degree sign with Kelvin (wikipedia Kelvin)!

[quote=421209:@Thomas Eckert]This is just wrong.
Celsius and Fahrenheit are degree units. These have always the sign of degree. See wikipedia Celsius, wikipedia Fahrenheit.
Kelvin is a SI base unit an and you write never a degree sign with Kelvin (wikipedia Kelvin)![/quote]

Yep. Righto. I wouldn’t go as far to say it’s “wrong”, but I accept it, and have changed it back to include the degrees symbol.

The reason I’ve done so is because, yes, I agree that it IS actually the correct way to show it. Thankyou. That’s not to say that just using C/F/K to describe degrees is unclear, but in this case, there is no reason NOT to be correct, and there are no real ramifications either way.

This is what I’ve ended up with:

Now, before anyone questions why the degrees symbols, ie. Degrees of Temperature and Degrees of Angle don’t look the same, well, I’ll give you the mail: It’s purely an aesthetic choice.

It does however make me think about degrees. Why the Heck do we have degrees, using the same symbol for heat or an angle? Is there a relationship that I don’t understand?

I only went as far as Year 11 Physics, which I failed.