Messages - JohnFredC [ switch to compact view ]

Pages: prev1 ... 9 10 11 12 13 [14]
66
Though I don't use it any more (KeyNote imported all my trees successfully, many years ago) I still keep up with TreePad.  It is a little garish to look at but whiz bang with features.  The Lite version is free.

If I could have a combination of TreePad, InfoStore, and KeyNote, in one application... I'd be in hog heaven.

What's missing from all of these apps however is a competent outliner. There is a big difference between hierarchical/tree-based document management and outlining.

PCOutline and Grandview (wonderful DOS outliners from the 80's)  really set my standards for outliners.  There is a Windows PC Outline out there, but development was abandoned before the (many, serious) bugs were expunged.

However, I just discovered Bonsai, a Palm outliner tool that has a Windows desktop version.  It looks promising.

67
I have searched the forum and found no reference to my "main man" note taker tool!  All this good info and no mention of my favorite tool.  Wild!

Try Infostore from MHSoftware ($19).

I am a big KeyNote fan (and formerly a TreePad fan, too), still use it daily...  but I hate the way it and ALL other notetakers I have tried implement tables... except InfoStore.

InfoStore tables are flat file databases!  Yep, each node in the tree can be a table, with field definitions, checkboxes, picklists, sorting.  You can define and store/load table templates, too!

InfoStore also supports RTF notes and drag and drop between the hierarchy of nodes.  Autobackup.  Passwords.

InfoStore hasn't been updated in a while and is really bare-bones: the printing options are limited and there is no way to populate a picklist from a table stored in another node.  But it is very attractively designed, easy to use.

Give it a try.  If you are a hierarchical/list/note person, InfoStore is excellent.  Down with passive tables!!!!

68
Screenshot Captor / Re: I just want to say...
« on: February 08, 2007, 09:25 AM »
I just discovered this program.  Unbelievable mix of functionality.

The screen/palette/toolbar layouts could be (a lot) more flexible, but I can live with the way it is because the functionality is wonderful!

Thanks for it!

69
Drag&Drop Robot / Re: Display Issues
« on: August 03, 2006, 09:22 AM »
Is the C++ Builder RAD environment like Delphi's?  The Delphi object inspector for forms exposes AutoScroll, AutoSize, and Scaled properties.  Also, the inspector exposes Anchor properties for controls.  They work great.

When designing GUIs it is often helpful to consider a mouse selection "circle of confusion"... the area around the control which represents the mouse cursor placement error of the typical user... and size/space controls accordingly.

Also, my own method of design is to assume that the user interacts with my software via a touch screen (no one actually does, yet).  This causes me to scale and place controls according to "fingertip" width. 

But how to estimate fingertip widths on a display whose physical dimensions you can't know in advance?

Most people run their displays at or near their native resolutions, so one can make some approximate DPI assumptions based on calls to GetDeviceCaps.  For instance, the native resolution of a 17" display is typically 1024x768... few users run at 640x480 on 17" displays.  So if the vertical dimension is, say, 768, and you design for a 15"-19" display at that resolution (and always assume large display fonts and slightly oversized fingertips), your design won't be off by much in most circumstances.

Or skip all of this and use a third party scaler.  There are several VCL versions.

My 2 cents.


70
Drag&Drop Robot / Display Issues
« on: August 02, 2006, 12:42 PM »
Just downloaded D&DR.  Nice functionality.

Two comments: 

1. The font and or size chosen for form captions is inappropriate for my display (1920x1200, large font).  The D&DR control captions are cut off on both the right and the bottom.

For example: "Invoke on Leaf-Recursed fol" and "Redirecte" and "Reuse last file lis"

2. Furthermore the "license Key Saved" dialog cuts off the (I assume) "OK" button ABOVE the button caption.  There is enough of the button visible to click on, but only just.  I have a dialog-resizer utility that does not help expose the button.  Perhaps the "anchors" for the button control were set incorrectly in the form design.

These issues do not impair the functionality, but certainly reduced my initial impression of the quality of the software.

Pages: prev1 ... 9 10 11 12 13 [14]
Go to full version