Opened 17 years ago
Closed 17 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 by , 17 years ago
comment:2 by , 17 years ago
Milestone: | → Release_3.10 |
---|
comment:3 by , 17 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Version: | 3.09 → 3.10 |
Note:
See TracTickets
for help on using tickets.
if (ParentIsDesktop(dcd->hwndParent, dcd->hwndParent))
else
break; modify this code in treecnr so notebook will open to "tree" page when running as part of FM/2 and has focus.