Jump to content

Question

Posted

hi someone can have a link or a template with slider ( i want to make an script with an slider and if possible have slider on screen ) thanks

Recommended Posts

  • 0
Posted
local input = gg.prompt({"Select value :[0;10]"},{0},{"number"})

if input == nil then return
else
gg.searchNumber(input[1], 4)
  
....

 

  • 0
Posted
  On 8/18/2021 at 12:49 PM, MonkeySAN said:
gg.searchNumber(input[1], 4)

 

Expand  

Just change this into

gg.editAll(input[1] **AND THE ARGUMENTS FOR YOUR EDIT SUCH AS FLAGS**)

Must be done after getResults ofcourse.

The slider is all the same. Saves input as table what's done with this table is up to the rest of the script.

  • 0
Posted (edited)

i think he's know what he's doing..

thats just an example.

i dont need to tell him...surely he knows he can swap it with for editing.

Am i right..@blocx ?

Edited by MonkeySAN
  • 0
Posted
  On 8/18/2021 at 1:51 PM, blocx said:

thanks @MonkeySANbut this is slider for search i think i want slider to.editing exemple 1 editing ( 1.1 ) 2 (1.2)

Expand  

yelp..this show up on my screen just now and its 3 hours ago..before its was not there.

this happen everytime.

  • 0
Posted
  On 8/18/2021 at 2:20 PM, MonkeySAN said:

i think he's know what he's doing..

thats just an example.

i dont need to tell him...surely he knows he can swap it with for editing.

Am i right..@blocx ?

Expand  

Oh sorry my bad, i thought he was unsure of what exactly is returned from the prompt class I figured I was over explaining something simple

  On 8/18/2021 at 1:51 PM, blocx said:

this is slider for search i think i want slider to.editin

Expand  

This made me think that he was unsure of what was being done with the prompt, and that it made me think that he thought it was the prompt itself that resulted in action rather than a table with value of the input from the slider...

Misunderstanding maybe there's an English/french translation problem that threw me off

  On 8/18/2021 at 5:53 PM, MonkeySAN said:

yelp..this show up on my screen just now and its 3 hours ago..before its was not there.

this happen everytime.

Expand  

No worries I can see how me quoting you made it seem like I was just providing a further unnecessary explanation

  • 0
Posted
  On 8/18/2021 at 1:51 PM, blocx said:

1 editing ( 1.1 ) 2 (1.2)

Expand  

You can.If your editing number is AP order or simple type you can code easily

eg. for yours, useful for till 9.

lol = 1 + tonumber('0.'..input[1])

 

  • 0
Posted (edited)

he use translator?

no wonder sometime his writing confused me a bit.

i thought he just bad at English.

btw @blocx next time ask a question in full..will ya.

Edited by MonkeySAN
typo..typo..
  • 0
Posted

sorry im very limit with english and sorry if my ask is not complete thanks all to reply

  • 0
Posted
  On 8/18/2021 at 6:00 PM, MonkeySAN said:

he use translator?

now wonder something his writing confused me a bit.

i thought he just bad at English.

btw @blocx next time ask a question in full..will ya.

Expand  

Think there's an embedded translator in the webpage because on some quotes(in p.ms more often than not) I see original language sometimes until the webpage translates it

 

  On 8/18/2021 at 5:57 PM, Lover1500 said:

You can.If your editing number is AP order or simple type you can code easily

eg. for yours, useful for till 9.

lol = 1 + tonumber('0.'..input[1])

 

Expand  

Would need to be type double if I'm mistaking right?

 

  On 8/18/2021 at 6:02 PM, blocx said:

sorry im very limit with english and sorry if my ask is not complete thanks all to reply

Expand  

You're alright if a message can be interpreted in more than one way I usually inquire further to get a better contextual idea

  • 0
Posted
  On 8/18/2021 at 2:20 PM, MonkeySAN said:

i think he's know what he's doing..

thats just an example.

i dont need to tell him...surely he knows he can swap it with for editing.

Am i right..@blocx ?

Expand  

not sure bro 😅 but its good i will check if i see tuto 👌 in this time i know me ask too much

  • 0
Posted (edited)
  On 8/18/2021 at 6:07 PM, blocx said:

not sure bro 😅 but its good i will check if i see tuto 👌 in this time i know me ask too much

Expand  

for me..there is nothing such as ask too much..

that is one of the way to learn.

apart from using Search button/bar 🔍on top this site.

just ask properly so people will get the idea.

😉

 

Edited by MonkeySAN

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.