Reply To: Reaching tabs properties

Home Forums General Programming Reaching tabs properties Reply To: Reaching tabs properties

#120240
dnaldoog
Participant
    • Topics: 4
    • Replies: 480
    • Total: 484
    • ★★

    Hi Goodweather,

    That previous post is all a bit beyond me I am afraid! I only know about valueTree for saveState and loadState, but if you want true flexibility with background images on tabs, you could cheat by having a component in a layer sitting below the transparent tabs object that changes (repaints) on a tab click. You can do anything with images in uiComponent including tiling all pretty easily.

    Here is an example panel using metatable to initialise an image for the uiComponent on boot (that could be a transparent png for example)

    Regards,

    JG

    example of uiComponent to draw images

    Attachments:
    You must be logged in to view attached files.
    Ctrlr