jazzed
11-12-2010, 11:05 PM
Has anyone given much thought to what Text based GUI element primitives can be used with TV_Text objects?
Same goes for VGA I guess, but that seems a little more developed.
I've been playing with TV_Text_Half_Height.spin and friends Baggers provided. I'm quite happy with that so far.
Amazingly, I'm working with a screen geometry of 44 columns and 54 rows (26 text) on my dinky DVD player LCD, and the colors are no more horrible than normal on NTSC :)
I'm able to get some "button" look with it. The thing missing for me is the "dark side." On a VGA button, you have control of the top/left and bottom/right side shading of a button, but I can't get a dark side bottom/right shading without causing distortion in the text on the button.
Text boxes, list boxes, etc... are on my TODO list.
One thing that concerns me is being able to specify a color by name. There is an HTML color chart that gives lots of names and swatches here (http://www.computerhope.com/htmcolor.htm), but many of the names are not intuitive and I'm not sure the colors are actually right - steel blue for example means something else to my eyes.
So, has anyone been down this road who is willing to help develop a list of methods and constants that make sense? What's a good approach?
I want to move on to coding applications and will probably use the yucky definitions I have for now. At some point it's going to be hard to turn back and fix the mess though.
BTW, I'm also looking for a mouse cursor pointer bmp for TV.spin :)
TIA.
--Steve
Same goes for VGA I guess, but that seems a little more developed.
I've been playing with TV_Text_Half_Height.spin and friends Baggers provided. I'm quite happy with that so far.
Amazingly, I'm working with a screen geometry of 44 columns and 54 rows (26 text) on my dinky DVD player LCD, and the colors are no more horrible than normal on NTSC :)
I'm able to get some "button" look with it. The thing missing for me is the "dark side." On a VGA button, you have control of the top/left and bottom/right side shading of a button, but I can't get a dark side bottom/right shading without causing distortion in the text on the button.
Text boxes, list boxes, etc... are on my TODO list.
One thing that concerns me is being able to specify a color by name. There is an HTML color chart that gives lots of names and swatches here (http://www.computerhope.com/htmcolor.htm), but many of the names are not intuitive and I'm not sure the colors are actually right - steel blue for example means something else to my eyes.
So, has anyone been down this road who is willing to help develop a list of methods and constants that make sense? What's a good approach?
I want to move on to coding applications and will probably use the yucky definitions I have for now. At some point it's going to be hard to turn back and fix the mess though.
BTW, I'm also looking for a mouse cursor pointer bmp for TV.spin :)
TIA.
--Steve