Jump to content
  • 0

Please, I need your help with somethings what I want do with seek bar


Tezter

Question

Hi, everyone.  PLease can anyone help me with this script. I would really appreciate your help.

-- Example 1.
-- The first piece of the code works here fine.
-- The problem here is that the Seek Bar line is not moving {7}, it stays on 1.


n = gg.prompt(
{'Levels:','Add Level:[1;15]'},{[1]='10.0F;4D:125'},
{[2]='number',{7}}
)

--==========================
-- Example 2.
-- In this example the Seek Bar line is moving fine, but i can't add text in the search field, just like example 1.

n = gg.prompt(
{C='Levels:10.0F;4D:125','Add Level :[1;15]'},{7},{'number'}
)

-- I tryed also this.

n = gg.prompt(
{C='Levels:10.0F;4D:125','Add Level :[1;15]'},{7},{'number'},{C='10.0F;4D:125'})

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

 It is actually too bad I've gotten no answer in 2 days but, i did figured out by myself.

Thx anyway for sharing your knowledge, i'am learning a lot.

This is what i did mybe someone can learn from it.

n = gg.prompt(
{[1]='Levels: [1; 15]', [2]='Add Level:'}, {[1]='8',[2]=' 7912D;2,5F:13'}, {'number', ' number,text'})

 

 

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.