Results 1 to 4 of 4

Thread: How many layers of graphics for custom slider

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2007
    Posts
    32

    How many layers of graphics for custom slider

    I use a high end solid modeling CAD package that can generate translucently, texturing, shading etc. I plan to use it to create the graphic side of a custom slider that would be associated with each file in a ListBox. I am not an experienced programmer so I will probably commission the writing of the appropriate code in C# when I have gotten closer to finishing the planning of what I want.

    Right now, I would like to know how many layers of graphics I can expect to plan for using, without bogging down the program. For example, one layer could be for the face plate, another for the slider knobs, perhaps translucent shadowing on another, a translucent lens over the tick marks? …that might even gradually change color as the user moves from one end to the other etc.

    Is this just a bad fantasy?

  2. #2

    Thread Starter
    Member
    Join Date
    Jun 2007
    Posts
    32

    Question Re: How many layers of graphics for custom slider

    I have not gotten any response to this post. Is this question inappropriate or just too stupid to elicit a response?

  3. #3
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: How many layers of graphics for custom slider

    All of those effects can be done at runtime with GDI+ classes, eg you don't need to pre-render things.

  4. #4

    Thread Starter
    Member
    Join Date
    Jun 2007
    Posts
    32

    Re: How many layers of graphics for custom slider

    If so, can't I plan on the amount of levels or layers that I can play on being able to use?

Posting Permissions

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



Click Here to Expand Forum to Full Width