Search found 6 matches

by haerdalis
Thu Feb 23, 2012 2:55 pm
Forum: Classic - Suggestions
Topic: Add search and temporary sorting to bookmarks
Replies: 0
Views: 376

Add search and temporary sorting to bookmarks

Suggestion: add a search bar and/or a way to temporary sort (i.e which isn't saved) the bookmarks.
When you have more than a few bookmarks they end up being rather unmanageable without it.
by haerdalis
Thu May 13, 2010 10:44 pm
Forum: Classic - Suggestions
Topic: Associate only unassociated extensions
Replies: 0
Views: 321

Associate only unassociated extensions

I'd like to suggest that you have an option to associate all supported extensions which aren't current associated with any program.
In other words a button which, if the extensions isn't defined in HKCR\.ext, HKCU\...Explorer\FileExts\.ext, or .ext\userchoice, associate it with XnView.
by haerdalis
Mon Sep 11, 2006 11:47 pm
Forum: Classic - Suggestions
Topic: 'Add all with no assoc' in the Association page
Replies: 0
Views: 744

'Add all with no assoc' in the Association page

I would suggest adding a 'Add all with no association' button in the Associations options page.

The behaviour would be to add associations to Xnview to all extensions which hasnt an existing key (i.e if .gif key doesnt exist, assoc it), or if it is just a blank (i.e no subkeys and no values) key.
by haerdalis
Sun Jun 11, 2006 11:43 am
Forum: Classic - Suggestions
Topic: Support for Epoc 24bit mbm files
Replies: 1
Views: 917

Support for Epoc 24bit mbm files

I really would like support for Epoc 24bit mbm files,
the format used for Symbian 60 themes (such as on Nokia N70,6600 etc).

Seems like xnview still doesn't support it. Some messages found in the forum suggest this has been known a long time, but those is a year old or more.

Still cant handle ...
by haerdalis
Sun Nov 27, 2005 12:19 pm
Forum: GFL SDK
Topic: How to merge two images, keeping alpha channels+++
Replies: 4
Views: 2616

Re: A little note..

I tested the GFLAx, and that one has the function DrawImage, which
does exactly what I want to accomplish.. I.e when drawing one .png (semitransparent/with transparent sections) image on top of another, the lower are visible where the alphatransparency dictates so..

But I use C++ and Delphi, and ...
by haerdalis
Sun Nov 27, 2005 12:07 pm
Forum: GFL SDK
Topic: What is the correct definition for gflAddText in delphi??
Replies: 3
Views: 8934

Re: What is the correct definition for gflAddText in delphi?

What is the correct definition for gflAddText in delphi?

All the ones I have tried totally ignores the color parameter,
and instead writes the text with total transparency.. even after
changing the TGFL_COLOR structure to the same as defined in
libgfle.h.

By the way, it seems like the libgfl.pas ...