Small Slider problem

Hello everyone! I’m having a small issue with my slider. Everything is functioning fine, and I’m not getting an error but it keeps doing this (look at the image) when it’s at 0%…
http://puu.sh/16J9I (it the link doesn’t work, just copy and paste is into your search bar.)

Does anyone know what’s up?

Thanks!
Nathan [import]uid: 39302 topic_id: 31158 reply_id: 331158[/import]

Hello there,

check to see you have a runtime event incrementing the timer somewhere in the background. [import]uid: 75258 topic_id: 31158 reply_id: 124643[/import]

Thanks for the reply. I don’t have any runtime events or timers running in the app. The widget slider doesn’t even serve a purpose yet… I’ve never used one before, so I’m testing for the first time. [import]uid: 39302 topic_id: 31158 reply_id: 124644[/import]

Strange. Could you post the code here, please? That way I can talk a look a it? [import]uid: 75258 topic_id: 31158 reply_id: 124645[/import]

I was just fiddling with it some more and solved the problem without trying! The power of patience… :slight_smile:

[lua]–My “fillWidth” was set to my fill image size, which was 485.
fillWidth = 485,
–I found out that it actually stretches and shrinks the that image. So I made my fill image --a lot smaller. I resized the image to 20 pixels wide.
fillWidth = 20
–That fixed the issue for some reason.[/lua]

Thanks for your time!
[import]uid: 39302 topic_id: 31158 reply_id: 124646[/import]

Hello there,

check to see you have a runtime event incrementing the timer somewhere in the background. [import]uid: 75258 topic_id: 31158 reply_id: 124643[/import]

Thanks for the reply. I don’t have any runtime events or timers running in the app. The widget slider doesn’t even serve a purpose yet… I’ve never used one before, so I’m testing for the first time. [import]uid: 39302 topic_id: 31158 reply_id: 124644[/import]

Strange. Could you post the code here, please? That way I can talk a look a it? [import]uid: 75258 topic_id: 31158 reply_id: 124645[/import]

I was just fiddling with it some more and solved the problem without trying! The power of patience… :slight_smile:

[lua]–My “fillWidth” was set to my fill image size, which was 485.
fillWidth = 485,
–I found out that it actually stretches and shrinks the that image. So I made my fill image --a lot smaller. I resized the image to 20 pixels wide.
fillWidth = 20
–That fixed the issue for some reason.[/lua]

Thanks for your time!
[import]uid: 39302 topic_id: 31158 reply_id: 124646[/import]