Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Create slider...

Explorer ,
Apr 18, 2018 Apr 18, 2018

Hi Everyone,

Is it possible to create a slider similar to attached one?

Screen Shot 2018-04-18 at 5.08.17 PM.png

Thanks,

Baljeet

TOPICS
Scripting
607
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 18, 2018 Apr 18, 2018

Yes and no.

ScriptUI has a Slider object which you can add just like any other component -- pretty simple to use.

But it doesn't come with the built-in notches. It's smooth.

So you'd either have to add the notches with some sort of complicated manual kludge, and the jumpiness of the slider (if you must emulate that) perhaps could be done with event listeners, although I think probably not. Or else just forget it, and use the slider as it is, smooth.

Ariel

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 18, 2018 Apr 18, 2018

I can create simple Slider by using Peter scripting UI reference but looking if similar one can be achievable.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 18, 2018 Apr 18, 2018

Not without creating your custom element. You could use stacked group, images and event listeners to reproduce the shown ui element.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 18, 2018 Apr 18, 2018

... and with a high likelihood that it will all stop working with some not-too-distant update.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Apr 18, 2018 Apr 18, 2018
LATEST

yeah definitively. Story of "ScriptUI" life.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines