GUI and interface suggestions [pics]...

A collection of especially useful xplorer² topics and ideas. New users may find it helpful to look here before searching the other forums for information. >>>>>> Please post new material in the relevant forum. (New stuff posted here will be removed.) Thanks. -fg-

Moderators: fgagnon, nikos

User avatar
nikos
Site Admin
Site Admin
Posts: 15760
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

you know i don't like skins
but whoever wants to design a better toolbar icon set for a free pro licence, the competition is open :)
User avatar
vserghi
Silver Member
Silver Member
Posts: 309
Joined: 2002 Mar 19, 08:54
Location: UK

Post by vserghi »

Irfanview has gone thorugh a similar change recently for the v4 release. It allowed users to choose a different toolbar icon set, to the default one. Users designed these toolbar icons sets and were put onto the web site for anyone to download and use.

This small change to the button icons, made a suprsing difference to the look and feel of the program.

Perhaps a similar approach can be used for x2. You could possible do the change when you code to allow different icons for the custom commands.
Vas
User avatar
snakebyte
Gold Member
Gold Member
Posts: 430
Joined: 2003 May 07, 07:14
Location: Seattle
Contact:

Post by snakebyte »

Nikos, can you move this competition to a new thread? I would also like to have icons for menu commands which currently do not have icons associated with them. This way we can add more commands to the toolbar.

Icon should be available in 16x16, 32x32 and 48x48 sizes. Any comment on this? How about active, hover and disabled icon states?
Help! I'm an AI running around in someone's universe simulator.
User avatar
ZoNi
Silver Member
Silver Member
Posts: 253
Joined: 2002 Nov 03, 14:24
Location: Serbia
Contact:

Post by ZoNi »

nikos wrote:but whoever wants to design a better toolbar icon set for a free pro licence, the competition is open :)
great! but, I guess, you will first have to add official support for those icon-sets, so they can be tested...

@ vserghi: hehe, thanks for remaind me of IrfanView - now it has some realy nice icons (skins)!
http://www.irfanview.com/skins.htm
User avatar
vserghi
Silver Member
Silver Member
Posts: 309
Joined: 2002 Mar 19, 08:54
Location: UK

Post by vserghi »

No problems.

I keep on switching between IrfanView and FastStone Image Viewer. Still prefer Fastone, looks wise, but IrfanView has got a lot going for it still.
Vas
User avatar
nikos
Site Admin
Site Admin
Posts: 15760
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

another complication is that icons are shared among toolbar & menus. So there has to be a version at 16x16 pixels and a larger one for the toolbar. We'll keep this in mind for x2 v4 :)
User avatar
ZoNi
Silver Member
Silver Member
Posts: 253
Joined: 2002 Nov 03, 14:24
Location: Serbia
Contact:

Post by ZoNi »

nikos wrote:We'll keep this in mind for x2 v4 :)
ok. I guess this is your final answer (=no "icon-sets" support)?
paNET
Member
Member
Posts: 34
Joined: 2006 Mar 25, 20:36

Post by paNET »

nikos wrote:another complication is that icons are shared among toolbar & menus. So there has to be a version at 16x16 pixels and a larger one for the toolbar. We'll keep this in mind for x2 v4 :)
With a good tool for creating icons, there is no problem to make a complete set in the same .ico file (16, 24... 128, True Color, 256 Colors ... etc)

Reagrding these problems with the icons and colors for tabs, I have to agree that some situations require them. Let me explain:

At home, I have no toolbar opened and the problem of small icons doesn't exist :) And this is possible because I have shortcuts for all my bookmarks I frequently used and these are not many. In the same time, with few opened tabs, I can easily switch between the folders I need.

A different situation is at my office, where, under pressure of time, I have to sort/open/move/copy/delete hundreds of files/day. In this situation, even if I'm using shortcuts for bookmarks, folder groups and custom commands on the toolbar, the larger icons and colored tabs could help me much. I tried to use custom icons for starting folders to identify faster what I need, but when I "dive" deep in those folders, the icons are changing. This is, for example, a situation in which the possibility to set the color of the tab let us identify faster the tab we need.
paNET
Member
Member
Posts: 34
Joined: 2006 Mar 25, 20:36

Post by paNET »

And because we are talking here about GUI improvements, I want to suggest you to use a more evident way to show that a folder is filtered. It happened few times that I filtered some folders and later, in the same day, when I needed to clear the location of the projects, I opened those folders, I forget that they were filtered and I didn't see the insignificant icon on the right corner. And I erased them. (with Shift, of course  :lol: )
User avatar
snakebyte
Gold Member
Gold Member
Posts: 430
Joined: 2003 May 07, 07:14
Location: Seattle
Contact:

Post by snakebyte »

nikos wrote:another complication is that icons are shared among toolbar & menus. So there has to be a version at 16x16 pixels and a larger one for the toolbar. We'll keep this in mind for x2 v4 :)
It is possible to have mutliple sizes of icons in the same file. You should be able to programatically extract 16x16 icons for menu and 32x32 icons for toolbar (though, I would prefer small icons for toolbar as well)

I would advice you to download and try Microanglo Librarian. On the following link switch to librarian tab and you can see multiple sizes of same icon in one library file. Try loading system32\shell32.dll in Librarian to view multiple sizes of window icons.

http://www.microangelo.us/icon-editor.asp
Help! I'm an AI running around in someone's universe simulator.
User avatar
fgagnon
Site Admin
Site Admin
Posts: 3737
Joined: 2003 Sep 08, 19:56
Location: Springfield

Post by fgagnon »

paNET,

@ ... a more evident way to show that a folder is filtered -

The second time I did what you did, I concluded that my first solution of being more careful simply wasn't good enough. So I changed the background color for my filtered folders to an amber shade. The active filtered background color is specified in the registry key: rgbFilterBgcol

I also have confused myself more than once between the Active and Inactive panes, so I customized those colors to make it obvious which is which.

FWIW, the color settings (x2 registry keys) which I use to remind me of the situation are the following:
rgbActiveBgcol [REG_DWORD] = d0fbd8  {mint green for GO}
rgbFilterBgcol [REG_DWORD] = 90f0fa  {amber for CAUTION}
rgbInactiveBgcol [REG_DWORD] = d0c0de  {dusty rose for STOP, INACTIVE}

and if you don't want to edit the registry directly, you can set ...
the Inactive BG color within x2 from Tools | Options | Window > Inactive background ...
and the Active and Filtered panel BG colors using the new x²settings editor tool.

HTH
-fg-
User avatar
nikos
Site Admin
Site Admin
Posts: 15760
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

i'll rethink this toolbar "skinning" for the next version
paNET
Member
Member
Posts: 34
Joined: 2006 Mar 25, 20:36

Post by paNET »

fgagnon,

Many, many thanks for your suggestion. Your advice remembered me to read carefully that file with "exotic" options from the beginning to the last line. 10x again!
whomung
Member
Member
Posts: 12
Joined: 2005 Aug 08, 15:33

Post by whomung »

Nikos

I had a request for dual tree's as an option, integrated like Dir Opus...  Using X2's /P flag is OK....  but I think the single window, dual trees tied to the respective file window --designed as an easily toggled option, is cleaner approach.....
--
whomung
TsunamiZ
Gold Member
Gold Member
Posts: 597
Joined: 2005 Nov 06, 04:44

Post by TsunamiZ »

nikos, any plans on implement some of these interface options soon?  i would still like to see more options for tabs display.
Post Reply