Opened 16 years ago

Closed 16 years ago

#188 closed task (fixed)

Improve the lookup logic for opening the notebook to a page based on context

Reported by: Gregg Young Owned by: Gregg Young
Priority: minor Milestone: Release_3.10
Component: fm/2 base Version: 3.10
Keywords: settings Cc:

Description

if (mp2)

if (np[x].IDS == IDS) post message(opento page np[x])

In any case pass the IDS so we can get the correct page even if we change the page order. Fix the view drop down menu to open to the correct page when the tree container has focus.

Change History (4)

comment:1 Changed 16 years ago by Gregg Young

case IDM_NOTEBOOK:

if (ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))

PostMsg?(dcd->hwndParent, msg, mp1, mp2);

else

WinDlgBox?(HWND_DESKTOP, hwnd, CfgDlgProc?, FM3ModHandle,

CFG_FRAME, MPFROMP("Tree"));

break; modify this code in treecnr so notebook will open to "tree" page when running as part of FM/2 and has focus.

comment:2 Changed 16 years ago by Gregg Young

Milestone: Release_3.10

comment:3 Changed 16 years ago by Gregg Young

Owner: set to Gregg Young
Status: newassigned

comment:4 Changed 16 years ago by Steven Levine

Resolution: fixed
Status: assignedclosed
Version: 3.093.10
Note: See TracTickets for help on using tickets.