Feature Request

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35584
    DarrenB
    Participant

    Hi Serge,

    hey aint I a pain in the ass lol!

    Just thinking, I know we can have animated 'mouse cursors' and 'icons'(?), I just thought it might be cool if maybe you could think about how you might be able to do this for us

    instead of

    sSpeedButton1.imageindex:=*Number*;

    do u think it might be possible, if you try REALLY hard, lol 😉 to do something like…

    sSpeedButton1.AnimateImage[1].Imageindex := Number;

    sSpeedButton1.AnimateImage[2].Imageindex := Number2;

    sSpeedButton1.AnimateImage[3].Imageindex := Number3;

    you also be able to set such things as

    sSpeedButton1.AnimateImage[1].AppearanceLength := HowManyMilliseconds;

    sSpeedButton1.AnimateImage[2].AppearanceLength := HowManyMilliseconds;

    sSpeedButton1.AnimateImage[3].AppearanceLength := HowManyMilliseconds;

    Which would like give us buttons that animate…

    You would be able to add the images to the button in the IDE…. just an extension of what you already have… and I always remember that what you already have is amazing 😉

    What do you think? Workable?

    Darren

    EDIT : I can just do it via a timer myself, change the imageindex within that… so it's not a biggie at all just an idea 🙂

    #49891
    Support
    Keymaster

    Yes, it's possible, but time is needed. 🙂

    #49894
    DarrenB
    Participant
    'Support' wrote:

    Yes, it's possible, but time is needed. 🙂

    No rush Serge,you're already doing a load! 🙂 Glad to hear it's possible…animated buttons would be a great addition I think 🙂

    Darren

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.