Newbie Questions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33856
    Nimral
    Participant

    Hi AC,

    sorry if I ask questions which have probably been asked before. I have just licensed a copy of your library and started digging through the demos and samples to see what I have in my toolbox when I plan my next project. I have an idea how I want the program look like, but I am free to change my ideas if it turns out that things get too complicated. From what I already saw, your library will greatly enhance the way my future programs will look, and I am really looking forward to using it in my next project.

    What I havent't found yet are…

    1.) irregularly shaped buttons. I saw the round and oval buttons in the demo, and did hope that I could use any shape, e.g. an arrow, and make it a button. Does not seem like this is possible? It also seems that the round buttons from the demo are a bit misleading, since it seems that I cannot adjust the button size, if I do so, they are not round any more. Espedially there is no round button size a bit smaller than BUTTON_HUGE.

    2.) Buttons with animations. I had in mind a button, which, when pressed, starts something, a lengthy file copy for example, and while this something runs, I wanted to show some animation, e.g. revolving gears, on the button face, which stop if the button is pressed again. Animated buttons – I found nothing like this anywhere in the demos.

    Maybe I missed something?

    Thanks,

    AL.

    #42943
    Support
    Keymaster

    Hello and thanks for your interest to the library )

    QUOTE (Nimral @ Jul 16 2010, 01:38 AM) <{POST_SNAPBACK}>
    1.) irregularly shaped buttons. I saw the round and oval buttons in the demo, and did hope that I could use any shape, e.g. an arrow, and make it a button. Does not seem like this is possible? It also seems that the round buttons from the demo are a bit misleading, since it seems that I cannot adjust the button size, if I do so, they are not round any more. Espedially there is no round button size a bit smaller than BUTTON_HUGE.


    It's possible if you add an additional section to the skin where will be template of button defined. If you plan it, then I can explain how to do that with more details.
    Other way is a using of Png glyphs (if button will have SkinData.SkinSection property = 'CHECKBOX' then this button will be always fully transparent and will show a content only).

    QUOTE
    2.) Buttons with animations. I had in mind a button, which, when pressed, starts something, a lengthy file copy for example, and while this something runs, I wanted to show some animation, e.g. revolving gears, on the button face, which stop if the button is pressed again. Animated buttons – I found nothing like this anywhere in the demos.


    Unfortunately, this feature is not implemented, but you can do it manually if change a glyph by timer.

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