Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Effects/buttons...

  1. #1

    Effects/buttons...

    Hello,

    How do I get started on creating a good looking interface in Delphi?

    meaning, i want my application to have pretty buttons that light up and so on...but I have absolutley no idea on how to do it, could someone please advise me on this?

    Thank you.
    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

  2. #2

    Effects/buttons...

    try Tpicture that changes images or some custom internet component.
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  3. #3

    Effects/buttons...

    That's not exactly what i meant...

    What I meant was something that would allow me to draw on my current image, or something, I created an image in Photoshop.

    That image has buttons, but i want it to appear as if those buttons are lighting up.
    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

  4. #4

    Effects/buttons...

    You're going to have to change the image of the object being rendered on the screen when the mouse moves over it.
    How you do this is dependant on the framework you're using.
    If you're using DelphiX, then you will be doing collision detection against the objects and the mouse position.
    If it's a Delphi Form, then you have more options.

    But basically, you need to know when the mouse has touched an object so you can change the picture.. then once the mouse has left the object, you set the picture back again.

    It is impossible to give a clearer answer without knowing what you're using.

  5. #5

    Effects/buttons...

    I'm using the ordinary Delphi forms, unless there's something better you can recommend.

    the thing is, I already have an image for my program, but, i want the buttons to retain that beveled effect that they have in photshop, but it isn't possible to do that if i cut it out of the photoshop image because it would lose that effect since it isn't on an object in photoshop, meaning, the buttons are pillow embossed into the control panel as one JPEG image, and I am trying to set it up in such a way that the buttons can have that look but allowing them to light up when the mouse hovers over them, and i have no idea of how to make them light up, i already know how to use the mouse events, but the problem is figuring out how to actually change the button, or paint on it, or even paint an entire graphical button in Delphi.


    Like for instance, i want it to be able to change like Windows Media Player's buttons, while it has it's pillow emboss style.
    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

  6. #6

    Effects/buttons...

    There are soo many component packs out there that its hard to list them.. I suggest starting with JEDI-VCL (JVCL+JCL) if you can’t find what you need you in JVCL you can search in torry.net
    [size=9px]BEGIN GEEK CODE BLOCK
    <br />d s-- : a24 GB GCS GTW GE C++ P L+ W++ N+ K- w++++ M- PS+ PE+ Y- t+ 5+++ X+ R*
    <br />tv b+ DI++ D+ e++ h+ G-
    <br />END GEEK CODE BLOCK[/size]
    <br />Create your own GeekCode block at: <a href="">...</a>

  7. #7

    Effects/buttons...

    JVCL didn't work in Delphi 2006.

    and I went to torry and only saw a long list of components which cost money.
    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

  8. #8

    Effects/buttons...

    You could try to use a simple TImage, handling mouse events to change the image and grab the click on it
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  9. #9

    Effects/buttons...

    Quote Originally Posted by Voltrox
    JVCL didn't work in Delphi 2006.

    and I went to torry and only saw a long list of components which cost money.
    Oh for crying out loud. next time look harder.
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  10. #10

    Effects/buttons...

    that's now what i was looking for...it's n ot helping.

    I want to create really nice buttons, whether it's in Delphi or in Photoshop, but i need to be able to animate them...could someone please help me?

    and someone please help me find a video library?

    look at the VFW topic.

    thanks.
    Nicholas.
    <br />
    <br />Please join: http://holzstukka.proboards81.com

Page 1 of 2 12 LastLast

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
  •