Page 21 of 32 FirstFirst ... 111213141516171819202122232425262728293031 ... LastLast
Results 201 to 210 of 313

Thread: Fusion Control Centre Uber Edition -- Need Testers

  1. #201
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    I would have NEVER guessed that.
    These weren't supposed to be buttons anyway, but the thought interested me.

  2. #202
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Oh and just a bit OT, but instead of taking a picture of your screen why not just press the Print Screen button? Then paste it into MS Paint or Photoshop or whatever?
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  3. #203
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    you, know I just tried that before I snapped the photo, and I'm ashamed to say that I didn't know it goes to the clipboard for me to paste somewhere. I kept waiting for paint or something to pop-up. I've been curious about that for years, not curious enough I suppose. Thanks yet again.

  4. #204
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Yup, "printing" is a very old term for cloning to a buffer. This case it is the windows clipboard. Your printer clones it to paper.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  5. #205
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    Will it be capable of utilizing whatever fonts are installed on the computer? Like for my funky HemiHead426 font that I have to take around with me from computer to computer.

  6. #206
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Quote Originally Posted by h3rk View Post
    Will it be capable of utilizing whatever fonts are installed on the computer? Like for my funky HemiHead426 font that I have to take around with me from computer to computer.
    I have no idea... I havent even found a way to do it yet. I am thinking the only way is to externally convert each font into a bitmap and then it would just call rectangular boxes around it for various letters and draw it as an image...

    It is very weird to me that there is no font support in DX10.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  7. #207
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    That seems like a pretty big concern, as some of the graphics-specific software I use doesn't create the greatest graphical renditions of text.
    Just an oddball suggestion from someone who doesn't really know but: what about layering by using DX to create the graphics, run it as a background and then use GDI+ in the forground, and somehow maintain the clickability from the DX part. I know I'm probably asking if you can multiply: swiss cheese by (purple divided by Jupiter). But maybe worth asking.

  8. #208
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Quote Originally Posted by h3rk View Post
    That seems like a pretty big concern, as some of the graphics-specific software I use doesn't create the greatest graphical renditions of text.
    Just an oddball suggestion from someone who doesn't really know but: what about layering by using DX to create the graphics, run it as a background and then use GDI+ in the forground, and somehow maintain the clickability from the DX part. I know I'm probably asking if you can multiply: swiss cheese by (purple divided by Jupiter). But maybe worth asking.
    That is pretty much the math equation that applies here!

    The problem goes back to the original transparency problem. GDI+ does not support transparency, and all this DX10 stuff is essentially a "layer" ontop of a background of the form. It isn't the background itself. I am not sure there is a way to force it to be the background as seen by GDI. So anything with GDI will have a solid colour background...

    So it is one or the other, not both...

    And what I could do (actually what I think StreetDeck does actually now that I think about it...) is make the png's for some fonts and you can make them any size/resolution wanted, so a font will need a definition of the letters included in the file as well as how big each character is...
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  9. #209
    FLAC
    Join Date
    Oct 2006
    Location
    Las Vegas
    Posts
    1,286
    font color?

  10. #210
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    9,851
    Ok, no font support yet, but I did add static images (a.k.a. dead images) as well as a z-ordering so now anything can be layered however you want. I havent tested it fully, but what I have seen it works well.

    the back of the screen is 0.0 and the front of the screen is 1.0

    So all background images are 0.0 and if things with the same order are put on, then it is in order of how they are defined in the sprite batch manager which is as before with the lists iterating through.

    And those numbers are floats so, you can go crazy if you want. Z layer 0.454353 can hold a few images if you want .

    RAR: http://www.fusioncontrolcentre.com/T...er20080103.rar
    ZIP: http://www.fusioncontrolcentre.com/T...er20080103.zip
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

Similar Threads

  1. *NEW* USB Input/Output Board -- Fusion Brain
    By 2k1Toaster in forum Fusion Brain
    Replies: 1123
    Last Post: 02-22-2010, 03:33 AM
  2. Need wiring help for 2005 Grand Prix.
    By derekmac in forum Car Audio
    Replies: 33
    Last Post: 09-21-2007, 10:42 PM
  3. Remote Control Fusion Brain.
    By alexgray104 in forum Fusion Brain
    Replies: 9
    Last Post: 09-06-2007, 04:16 AM
  4. Replies: 2
    Last Post: 07-24-2007, 10:11 AM
  5. Replies: 1
    Last Post: 12-03-2005, 09:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •