• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

VaM 1.x Looking for Specific VaM Slider.

Threads regarding the original VaM 1.x

RNDVAMVRuser

Active member
Joined
May 30, 2024
Messages
178
Reactions
194
Hi VaM Community, i'm looking for Specific Slider used on Various VaM Plugins.
Its a form of "Step" Slider, but i can't find it under Triggers Atom, so wonder if it exist anyway, or if there is a plugin to "create it" somehow ?
Its this One :
1757613111293.png
 
Hi VaM Community, i'm looking for Specific Slider used on Various VaM Plugins.
Its a form of "Step" Slider, but i can't find it under Triggers Atom, so wonder if it exist anyway, or if there is a plugin to "create it" somehow ?
Its this One :
View attachment 524343
It's a default JSONStorableStringChooser used with an UIDynamicPopup:

test1 = new JSONStorableStringChooser("Name", ValueList, defaultMode, "Decal", callback);
UIDynamicPopup popup1 = CreateScrollablePopup(test1, false);
 
Upvote 0
It's a default JSONStorableStringChooser used with an UIDynamicPopup:

test1 = new JSONStorableStringChooser("Name", ValueList, defaultMode, "Decal", callback);
UIDynamicPopup popup1 = CreateScrollablePopup(test1, false);
Yeah, but i'm looking for in interactive solution in the world, just like UISlider.
 
Upvote 0
Back
Top Bottom