Support and General Use > Theming and Appearance Customization

Problem using progress bar

<< < (6/9) > >>

Alexannino:

--- Quote from: karltpb on August 22, 2010, 11:35:45 AM ---I'm using a simulator build of r27850 and I've noticed that themes which draw the progress bar in a viewport have no problem at all, but those which do not have the progress bar defined within a viewport do not display it at all.

--- End quote ---

How to fix my problem? Where and how do changes in FullScreen theme to get back progress bar in new bilds of RB? Or maybe someone can help me and send fixed theme to my e-mail: Alexannino@gmail.com ?

mc2739:

--- Quote from: Alexannino on August 22, 2010, 04:50:42 PM ---How to fix my problem? Where and how do changes in FullScreen theme to get back progress bar in new bilds of RB?

--- End quote ---

You can try changing this (line 18 & 19 in FullScreen.wps):


--- Code: ---#%pb|filename.bmp|x|y|width|height|
%pb(62,202,196,4,pb.bmp)

--- End code ---

to this:


--- Code: ---#%pb|filename.bmp|x|y|width|height|
%V(62,202,196,4,-)
%pb(0,0,196,4,pb.bmp)

--- End code ---

This puts the progress bar in a viewport and should correct the problem, although this is untested and may cause other problems.

karltpb:

--- Quote from: karltpb on August 22, 2010, 11:35:45 AM ---I'm using a simulator build of r27850 and I've noticed that themes which draw the progress bar in a viewport have no problem at all, but those which do not have the progress bar defined within a viewport do not display it at all.

--- End quote ---

By the way, is this the intended behavior or a bug? The reason I'm asking is because it used to work just fine in the past revisions.

JdGordon:
yes that change was intended. bars drawn in the default viewport no longer get drawn if any viewports are defined

Alexannino:
mc2739
Thank you a lot!!!
Your's tip solve problem with progress bar!!!
Big big thank!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version