Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

progress bar for 0 to some value

I've looked at a few topics here but none were current or dealt with uploads.
https://getsatisfaction.com/apperyio/...

Is there anything current posted? I tried the above example but didn't have the css images png file.

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

progress bar for 0 to some value

I would just like the progress bar to appear on the main page between my header and some controls and not on a panel page or to show uploads. Is this even possible with Apperyio?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

progress bar for 0 to some value

Hello Don,

Have you checked Yurii's answer (https://getsatisfaction.com/apperyio/...) ?

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

progress bar for 0 to some value

I get an error saying two png image files aren't found. I did see this one but it also involves a panel. Can I just have it on my main page?

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

progress bar for 0 to some value

Ignore the last post.

It actually shows (well it doesn't show but creates the space at least) now.

No errors in the console. Just displays a grey area.

I run the js on page load. This will display in the html component not in a panel like at the very top of Yurii's link? I haven't done the panel but did include the css and js.

App is shared if you would like to look it it. :)

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

progress bar for 0 to some value

Ok - need help. :)

It's back to asking for the two graphics png files. How do I add them to my project?

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

progress bar for 0 to some value

Uploaded images to my custom theme - resources so I got rid of that error.

Still showing a grey bar and nothing else...

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

progress bar for 0 to some value

Hi Don -

Could you please describe the exact conditions to reproduce your issue with your app and also specify the name of your app.

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

progress bar for 0 to some value

Name: On-Track
Open and Test
Splash screen opens then goes to the main page
on main page between date and the grid is a grey bar that is suppose to be the progress bar (but I'm too stupid to figure this out). :)
Image

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

progress bar for 0 to some value

Took out everything but the
jQuery('[name="progressbar_div"]').progressbar({
value: 75
});

and got it to work. Animation not working but that's trivial.

Return to “Issues”