
17th Nov 2007, 9:31 am
|
 |
Senior Member
Valued Member
|
|
Join Date: May 2007
Posts: 1,285
|
|
Re: Help update the Firmware Editor
The way it works in RKLogoEdit is if you want to jump over a picture for example you get a .lst entry like:-
ItemName=FM
ShortDesc=Radio
ItemDesc=FM RADIO
ItemID=940
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,320
OffSet=-1,&h11D0
whereas a sequential entry would be :-
ItemName=FM
ShortDesc=Radio
ItemDesc=FM RADIO
ItemID=940
ItemType=1
SubType=0
ItemFlag=0
ItemRect=0,0,240,320
OffSet=-1,0
note the difference in the line "OffSet=" , the "relative offset"
This method could be used for the dancemammal editor too to jump over pictures or only choose selected pictures.
|