Posted: Mon Oct 10, 2005 9:10 pm

Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Code: Select all
v1.30 (07/Feb/2002): [Changed] Toolbar skin. See skin/toolbar.skn
v1.37 (26/Jun/2002): [ Added ] New skin for toolbar
v1.55 (06/Mar/2003): [ Added ] Toolbar skin showed
[ Added ] Disabled toolbar & file toolbar in skin
v1.67 (15/Dez/2003): [Changed] Skins are now in different folder
v1.46 (08/Nov/2002): \skins\toolbar.skn[skin5]
label = "Fantasia (Claude Charries)"
filename = "fantasia.bmp"
width = 22
height = 26
v1.66 (23/Oct/2003): \skins\toolbar.skn[skin5]
label = "Fantasia (Claude Charries)"
filename = "fantasia.bmp"
width = 22
height = 26
v1.70 (16/May/2004): \skins\Phoenity\info.txt[skin10]
label = "Phoenity (Lim Chee Aun)"
filename = "phoenity.bmp"
disabled = "phoenity_.bmp"
small = "phoenity2.bmp"
width = 24
height = 24
v1.74 (27/Sep/2004): \skins\Phoenity\info.txt[skin10]
label = "Phoenity (Lim Chee Aun)"
filename = "phoenity.bmp"
disabled = ""
small = ""
width = 24
height = 24
browser = 1
auto = 1
v1.80.3 (30/Jun/2005): \skins\mezich\info.txtlabel = "Phoenity (Lim Chee Aun)"
filename = ""
width = 24
height = 24
browser = 1
auto = 1
Legend: gone / newlabel = "Mezich (www.mezich.ru)"
width = 24
height = 24
browser = 1
auto = 1
version = 2
main32 = 1
browser32 = 1
You have browser if you have a browser.bmp and browser32 for browser32.bmp (mini toolbar).XnTriq wrote:I gotta admit that I still have no idea what browser = 0/1 is intended for.
On the weekend I experimented with v1.70, v1.74 and v1.80.3 using every combination of info.txt imaginable, including variations in the order of the entries. I even made screenshots of every test run with info.txt displayed in the preview pane to be able to jump back & forth between results.
¤ Do you mean a 32 BPP image, or what else ?You have browser if you have a browser.bmp and browser32 for browser32.bmp (mini toolbar).
yes browser.bmp or browser32.bmpClo wrote:Hello Pierre !
¤ Do you mean a 32 BPP image, or what else ?You have browser if you have a browser.bmp and browser32 for browser32.bmp (mini toolbar).
browser32 is only possible on Xpxnview wrote:yes browser.bmp or browser32.bmpClo wrote:Hello Pierre !
¤ Do you mean a 32 BPP image, or what else ?You have browser if you have a browser.bmp and browser32 for browser32.bmp (mini toolbar).
Browser=1: Use normal colour depth, browser.bmpClo wrote:Hello Pierre !
¤ Do you mean a 32 BPP image, or what else ?You have browser if you have a browser.bmp and browser32 for browser32.bmp (mini toolbar).
Code: Select all
main.bmp
browser.bmp
main32.bmp
browser32.bmp
info.txt
Code: Select all
label = "Test (XnTriq)"
version = 2
width = 24
height = 24
auto = 1
browser = 0/1
main32 = 1
browser32 = 0/1
Code: Select all
+---------+-----------+---------------------+
| browser | browser32 | skin used by XnView |
| = ? | = ? | v1.80.3 on XP |
+---------+-----------+---------------------+
| 0 | 0 | browser.bmp |
+---------+-----------+---------------------+
| 0 | 1 | browser32.bmp |
+---------+-----------+---------------------+
| 1 | 0 | browser.bmp |
+---------+-----------+---------------------+
| 1 | 1 | browser32.bmp |
+---------+-----------+---------------------+
He came, checked, and fixed.xnview wrote:Strange, ok i check...Anonymous wrote:I removed the archive attribute from the info.txt file in the "test_1" folder, and I made sure that the info.txt file in the "test_2" folder had the archive attribute set.
When I started XnView, only the default and the "Test 2" skin appeared in the list.
So it appears to me as if XnView "sees" only those skins whose info.txt has its archive attribute set.