Re: Listview and Treeview
David Cuny wrote:
> Any idea how it's done in VB? I'm going to look in my Qt and GTK/Gnome
> documentation when I get it unpacked. I think a good rule of
> thumb is to
> make simple enough that it makes 80% of the users happy.
I'll look into the VB angle. All I have is a working version here.
> I like the way you define routines to populate the
> structures, and return
> them. Pretty slick.
Thanks. Just another product of being lazy...:)
> I think placing documents in tab controls (like Excel) is a
> better scheme. Yeah, Write is a good example of that interface applied to
a
> word processor.
In some cases, I agree with you. But if you want more than one
window/document to be visible, tab controls won't work.
> One thing that really annoys me about Word is that there's no
> trivial way (that I know of) to toggle between documents; you have to
> select Window from the menu, and then the document from the menu list.
Very odd.
Try CTRL+F6. From the Win32 Programmer's Reference:
"Accelerator keys on the System menu for an MDI child window are different
from those for a non-MDI child window. In an MDI child window, the ALT+ -
(minus) key combination opens the System menu, the CTRL+F4 key combination
closes the active child window, and the CTRL+F6 key combination activates
the next child window."
I didn't know how to do it either, until I read that this morning...
|
Not Categorized, Please Help
|
|