Support and General Use > Theming and Appearance Customization
animations? what am i doing wrong?
pixeldotz:
i searched the boards and tried some of the suggestions i came across but my wps isn't flipping through the bmps i have.
--- Code: ---%xl|b|1_bd.bmp|1|1|
%xl|c|2_bd.bmp|1|1|
%xl|d|3_bd.bmp|1|1|
%xl|e|4_bd.bmp|1|1|
%xl|f|5_bd.bmp|1|1|
%xl|g|6_bd.bmp|1|1|
%xl|h|7_bd.bmp|1|1|
%xl|i|8_bd.bmp|1|1|
%t0.5%xdb;%t0.5%xdb;%t0.5%xdc
--- End code ---
using this it only displays the first image at all times.
also, is there way to have an absolutely blank screen? no bat no time none of that default info?
bascule:
I don't know whether this is a bug or not, but I've found that animations need to be on a line with some (any) text, in order to force a refresh of the screen.
This should work, by putting a space (which will be displayed) in each subline:
--- Code: ---%xl|b|1_bd.bmp|1|1|
%xl|c|2_bd.bmp|1|1|
%xl|d|3_bd.bmp|1|1|
%xl|e|4_bd.bmp|1|1|
%xl|f|5_bd.bmp|1|1|
%xl|g|6_bd.bmp|1|1|
%xl|h|7_bd.bmp|1|1|
%xl|i|8_bd.bmp|1|1|
%t0.5 %xdb;%t0.5 %xdc;%t0.5 %xdd
--- End code ---
--- Quote from: pixeldotz on September 28, 2006, 03:30:10 PM ---also, is there way to have an absolutely blank screen? no bat no time none of that default info?
--- End quote ---
Just create a WPS file that looks like this?
--- Code: ---%wd
--- End code ---
That should disable the status bar and display no further information (I haven't tested it, though ;) Â )
pixeldotz:
didn't work.
only the first image displayed again.
--- Code: ---%xl|b|1_bd.bmp|1|1|
%xl|c|2_bd.bmp|1|1|
%xl|d|3_bd.bmp|1|1|
%xl|e|4_bd.bmp|1|1|
%xl|f|5_bd.bmp|1|1|
%xl|g|6_bd.bmp|1|1|
%xl|h|7_bd.bmp|1|1|
%xl|i|8_bd.bmp|1|1|
%t0.5 %xdb;%t0.5 %xdc;%t0.5 %xdd
--- End code ---
%wd worked fine though.
also, its weird, i'm getting a flashing bar at the top. the flashing is the proper interval that i set, but its not the picture flashing.
pixeldotz:
let me explain a little so i can see if im doing something completely idiotic.
the following code displays image 1_bd.bmp just fine
--- Code: ---%xl|a|1_bd.bmp|1|1|
%xl|b|2_bd.bmp|1|1|
%xl|c|3_bd.bmp|1|1|
%xl|d|4_bd.bmp|1|1|
%xl|e|5_bd.bmp|1|1|
%xl|f|6_bd.bmp|1|1|
%xl|g|7_bd.bmp|1|1|
%xl|h|8_bd.bmp|1|1|
%xda
--- End code ---
this code is exactly the same except for using %xdb. wps will NOT display 2_bd.bmp
--- Code: ---%xl|a|1_bd.bmp|1|1|
%xl|b|2_bd.bmp|1|1|
%xl|c|3_bd.bmp|1|1|
%xl|d|4_bd.bmp|1|1|
%xl|e|5_bd.bmp|1|1|
%xl|f|6_bd.bmp|1|1|
%xl|g|7_bd.bmp|1|1|
%xl|h|8_bd.bmp|1|1|
%xdb
--- End code ---
if i delete the top line, the %xdb displays 2_bd.bmp with no problems.
--- Code: ---%xl|b|2_bd.bmp|1|1|
%xl|c|3_bd.bmp|1|1|
%xl|d|4_bd.bmp|1|1|
%xl|e|5_bd.bmp|1|1|
%xl|f|6_bd.bmp|1|1|
%xl|g|7_bd.bmp|1|1|
%xl|h|8_bd.bmp|1|1|
%xdb
--- End code ---
driving me crazy.
btw im using the precompiled win32 h10 uisim. no patches.
pixeldotz:
btw.
i pulled this http://img.photobucket.com/albums/v282/gregken/thHeadbangers.gif
from another thread and i'm trying to get it into a wps for my h10.
yes, each frame is separated into its own .bmp mono.
as stated before, only one image displays with no rotation.
Navigation
[0] Message Index
[#] Next page
Go to full version