Support and General Use > Theming and Appearance Customization
HOw can I do?
Yotto:
I'm still not completely sure what you're asking, but I THINK you're asking about how to locate the progress bar up and down on the screen. If so, you can't place it with numbers, it's actually a line on the screen.
So, if you have as your wps file:
--- Code: ---%pb|10|10|100|
--- End code ---
Then the progress bar will be at the top of the screen.
If you instead have
--- Code: ---
%pb|10|10|100|
--- End code ---
it will be 4 lines down the screen.
If you want it to be in an exact position on the screen (say, 50 pixels exactly down) then you're sadly out of luck, it has to go exact line jumps down.
madsic:
I'm not sure but are you talking about the vertical position of the progress bar (up-down)? None of the numbers you enter affect that. The vertical position of the progrss bar is determined by where the line
--- Code: ---%pb|NUM|NUM|NUM|
--- End code ---
is in thw wps file. Say you want to push it down a bit, you can enter a few empty lines before the pb-line:
--- Code: ---
%pb|NUM|NUM|NUM|
--- End code ---
If you want to push it up, you can move it up through the lines of the wps file:
--- Code: ---%al bla bla bla bla
%ac bla bla bla bla
%ar bla bla bla bla
%pb|NUM|NUM|NUM|
--- End code ---
could be changed to:
--- Code: ---%pb|NUM|NUM|NUM|
%al bla bla bla bla
%ac bla bla bla bla
%ar bla bla bla bla
--- End code ---
Hope this helps
bascule:
--- Quote from: 성게군+RBBoy on November 16, 2006, 03:49:27 AM ---For example If i write %pb|number|number|number|(number are random on a supposition)
MY wps bg image have pb's border.(pb means progressive bar)(bg means background)
so i write %pb|NUM|NUM|NUM| ,
if i play on ipod, don't coreect pb position.
consequently, PB is up than pb border.
--- End quote ---
I think what you are trying to do is align a progress bar with a progress bar border image situated on your WPS background image..
First get the bar in the right place by positioning it on the required line as described above. Then do a screenshot and work out where the top-left pixel of the bar is and from that you can position the border on your background to match the bar.
Alternatively, take the border out of the background image and use a dedicated 'progress bar image' instead, which will be automatically placed correctly...
성게군+RBBoy:
--- Quote from: bascule on November 16, 2006, 04:58:06 AM ---
--- Quote from: 성게군+RBBoy on November 16, 2006, 03:49:27 AM ---For example If i write %pb|number|number|number|(number are random on a supposition)
MY wps bg image have pb's border.(pb means progressive bar)(bg means background)
so i write %pb|NUM|NUM|NUM| ,
if i play on ipod, don't coreect pb position.
consequently, PB is up than pb border.
--- End quote ---
I think what you are trying to do is align a progress bar with a progress bar border image situated on your WPS background image..
First get the bar in the right place by positioning it on the required line as described above. Then do a screenshot and work out where the top-left pixel of the bar is and from that you can position the border on your background to match the bar.
Alternatively, take the border out of the background image and use a dedicated 'progress bar image' instead, which will be automatically placed correctly...
--- End quote ---
Then I have to change WPS BACK GROND?
bascule:
You do, if you are trying to do what I described. However, I was only trying to understand what you actually want to do.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version