Support and General Use > Theming and Appearance Customization

(non-denominational-) santa brought you all a nice pressy!

<< < (2/5) > >>

JdGordon:
post your .wps and ill have a look

audio-i:
ok

--- Code: ---#Clock
%xl|c|clock_numbers.bmp|0|0|
%V|265|141|33|13|0|-|-|
%dn|c|2|0|0|%cI
%dn|c|2|17|0|%cM

--- End code ---

where clock_numbers.bmp has the number images from 0 to 9 (just in case here's the whole .zip including the calendar numbers case and everything else http://www.

JdGordon:
the tag is %xn... also you need to add an extra | at the end of them before the %c tag

audio-i:
 :) I thought you'd changed the %xn since you wrote

--- Quote from: JdGordon on December 25, 2008, 09:47:52 PM ---format: %dn|n|m|x|y|abc
        where:
            n is the bmp strip number/letter to use.
            m is the max number of chars to draw (Always drawn right justified)
            x is the x pixel to start drawing at (viewport relative)
            y is the y pixel to start drawing at (viewport relative)
            abc is up to 7 extra chars in the order they appear at the end of the bmp strip

--- End quote ---
(there's %dn on the tracker too)

when I tried %xn before, I got a data abort error, and that still happens even with the extra |.

Am I doing wrong what you meant?:


--- Code: ---#Clock
%xl|c|clock_numbers.bmp|0|0|
%V|265|141|33|13|0|-|-|
%xn|c|2|0|0||%cI
%xn|c|2|17|0||%cM
#%V|278|160|20|7|0|76b4b5|EEE9E9|
#%ar%cP
#
#Calendar
%xl|D|days.bmp|0|0|6|
%V|262|187|40|12|1|000000|FFFFFF|
%?cu<|%xdDa|%xdDb|%xdDc|%xdDd|%xdDe|%xdDf>
%xl|k|cal_numbers.bmp|0|0|
%V|266|202|32|20|0|-|-|
%xn|k|2|0|0||%cd

--- End code ---
(I also tried %xn|k|2|0|0|%cd|... I'm lost here)

blackthunder:

--- Code: ---%xl|c|clock_numbers.bmp|0|0|
--- End code ---
don't you need to tell it the number of strips there?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version