The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => Miscellaneous Projects => Topic started by: guga on April 28, 2012, 10:31:05 PM

Title: CharMap v 1.1
Post by: guga on April 28, 2012, 10:31:05 PM
A small app i made years ago to display the amount of caracters used on a given file.
It displays a list containing the percentage of each byte existant and also displayus a report of the result.

The results are displayed on a listview controls that can be sorted each itens by clicking on them.

ToolBar menus are configurable.

I hope it helps someone.

RosAsm syntax. (Contain source code)

(http://i50.tinypic.com/1ragpl.jpg)
(http://i47.tinypic.com/2ns97rm.jpg)
Title: Re: CharMap v 1.1
Post by: xandaz on April 29, 2012, 01:08:13 AM
    Looks good guga. There are some problems with the toolbar. Sometimes it doesnt show. Maybe needs clipping. Didnt see the source code however. Thanks and welcome.
Title: Re: CharMap v 1.1
Post by: guga on May 01, 2012, 11:57:34 PM
Tks xamdaz

Don´t show ?

The toolbar is hoverable (i mean, it can show or hide upon user choice on the menu).
Please tell me what problems are you facing so i can try to fix.

Btw: The source code is embeded inside the exe (RosAsm file and RosAsm syntax)

Best Regards

guga
Title: Re: CharMap v 1.1
Post by: xandaz on May 06, 2012, 01:27:21 PM
   Sorry Guga. Long time to answer. Doesnt hover mean it detaches from the window? When check it in the menu the toolbar disappears when the mouse isn't over it. Is it the way it's suppose to work? Sorry i may be wrong.
Title: Re: CharMap v 1.1
Post by: guga on May 15, 2012, 05:12:01 AM
Hi Xandaz

yes...this is how it works when you check the menu item for "hover toolbar" When the mouse is not on the title the toolbar disapears...and reapers when you "hover" the mouse on the title again.

If you unckeck the "hover" effect the toolbar is fixed.

Sorry for the confusion....i don´t know the proper english name for that effect,...this is why i named it as "hover" toolbar.