Set(icons ...) command and available icon set
FormatSet(icons, _title_, [button#, icon_name]*) Usage1=Set(icons,TheTitle,1,vol_down,2,mute,\ 3,vol_up,4,rewind,9,next,\ *,question,#,pause); The word SAME can be used instead of title if there are no needs to change existing title. |
Icon set
This is a set of icons which shipped with java client and can be used by Set(icons ...) command:
Icon set | ||||||||
---|---|---|---|---|---|---|---|---|
![]() click_icon |
![]() default |
![]() down |
![]() file |
![]() fit |
![]() folder |
![]() forward |
![]() fullscreen |
![]() left |
![]() minus |
![]() mute |
![]() next |
![]() no |
![]() pause |
![]() play |
![]() plus |
![]() prev |
![]() question |
![]() rewind |
![]() refresh |
![]() right |
![]() stop |
![]() up |
![]() vol_down |
![]() vol_up |
Uploading icons
In addition to this icon set it is possible to upload 16x16, 32x32 and 64x64 PNG icons from the PC with Set(image,icon ...).
Icon auto-uploading
Starting from anyRemote-4.16/anyremote-J2ME-client-4.13 icon auto-uploading is supported.
So, if there is a command
1=Set(icons,TheTitle,1,my-new-icon);
and my-new-icon.png is absent in java client, then anyRemote will search it in $(CfgDir)/Icons/_icon_size_ directory and automatially upload it to the phone if found (_icon_size_ can be 16,32 or 64).
It is not recommended to use this feature on Samsung's because of terrible upload speed.
This is an additional set of icons which shipped with anyRemote and can be used by Set(icons ...) command:
Additional icon set | |||||
---|---|---|---|---|---|
![]() bottom |
![]() eject |
![]() exit |
![]() favorites |
![]() first |
![]() info |
![]() last |
![]() launch |
![]() ok |
![]() record |
![]() top |
Icons size
If heigth of the screen is less than 250pt. then 16x16 icons will be used by default, overwise 32x32 icons will be used by default.
It is possible to force using 16x16, 32x32 or 64x64 icons by specifying size16, size32 or size64 parameter with Set(skin, ... ,size16|size32|size64, ...) command.
![]() |
![]() |
Note: to make this command work it needs to use java client which supports specified icon set.