--- In [email protected], "wolflake" <wolfl...@...> wrote: > > That's very efficient for windows!! > > Unfortunately I don't think it works for Powerpro notes. > > -Rick > > --- In [email protected], "pjagaraj.rm" <pjagaraj@> wrote: > > > > I use the following simple command(s) to bring any off-screen window to the > > main display: > > > > Window Show Menu > > Window Position! 0 0 active > > > > > > > > > -Rick > > > > > > ;Move notes back on screen > > > > > > local v=vec.createFromWords(win.handlelist("*"))
PowerPro notes are windows with c=PowerProNote (and this could be used in the given win.handlelist to restrict it to notes by restricting the fetched handles to this class). However, like toolbars, PowerPro notes are created as a special type of window called a toolwindow. Such windows are excluded from the taskbar or the powerpro active bar or the window show menu list of active windows. However, you can check the note tab option "include notes on active bar and taskbar" to make newly opened notes into ordinary windows, and then they will appear on window show menu.
