RTF-Viewer (and Editor)

Viewer and VFS (Virtual File System) plugins.

Postby leo » 05 Mar 2009, 12:54

A workaround for the dopus_fileinfo crashes has been included in Opus 9.1.1.8. If you use this plugin then you should update Opus to avoid the crashes.
User avatar
leo
Admin
 
Posts: 14688
Joined: 07 Nov 2004, 01:30
Location: London, UK
OS: Windows 7 64-bit
Opus: Illuminati

keyboard support for this plugin?

Postby ubershek » 14 Jun 2009, 14:54

Is there a way that a hotkey can be assigned to switch the keyboard entry focus back and forth between the lister and the ViewPane editor? I know of the command "Set VIEWPANE=Toggle". But this only toggles display of the viewer pane and does not shift the focus. Also - I don't think Dopus hotkeys work when inside of the RTFViewer?

My goal is to be able to move between editing different files without any use of the mouse.
ubershek
 
Posts: 4
Joined: 09 Jun 2009, 17:27

Postby jon » 14 Jun 2009, 14:58

You could just use the tab key?
I am the Opus. Goo goo g'joob.
User avatar
jon
GPSoftware
 
Posts: 3259
Joined: 04 Nov 2004, 02:40
Location: Melbourne
OS: Windows 7 64-bit
Opus: Illuminati

Postby kenalcock » 14 Jun 2009, 18:59

kenalcock wrote:Opus hotkey assignments (that are not system-wide) will not work when any of the following have the system focus:
  • Any of the three Utility Panels
  • The Viewer Pane
  • Fields on toolbars
Opus hotkey assignments (that are not system-wide) will work if any of the following has the system focus:
  • The folder Tree
  • A File Display


kenalcock wrote:You can create a workaround to set focus from the Internal Viewer back to the Source file display by doing the following:

  1. Right-click any Opus toolbar and select Customize.
  2. From the Customize dialog select the Keys tab.
  3. Create a new hotkey.
  4. Ensure the System-wide Hotkey option is enabled.
  5. IMPORTANT: You must choose a unique hotkey that is not used by any software package, including Windows. So key sequences such as: spacebar and tab, even when combined with qualifier keys (Alt, Shift, Ctrl) are not viable options, since most combinations have a meaning in Windows itself or in other Windows programs. For this particular function, I personally use Win + Shift + O.
  6. Specify this function:
    Code: Select all
    Go LASTACTIVELISTER
    Set FOCUS=Source
  7. Set Name and Tip values to personal preferences.
  8. Save the hotkey and exit Customize.
Now, whenever you tab into the Internal Viewer pane, you can always get back by pressing Win + Shift + O. The same hotkey above should also work to set focus to Opus from any other Windows program as well.
Kenneth R. Alcock
Read Help, Release Notes, & FAQs!
Discuss features/issues in forums but submit official requests here.
kenalcock
BBT
 
Posts: 1632
Joined: 17 Nov 2004, 10:53
Location: Detroit, Michigan, USA

Postby ubershek » 21 Jun 2009, 21:04

Thanks kenalcock. That solved half the problem to go from ViewerPane --> Lister. (but not vice-versa).

I found this solution to go both ways with AutoHotKey:
Code: Select all
#IfWinActive, ahk_class dopus.lister
F1::ControlFocus, dopus.filedisplay1, ahk_class dopus.lister
F2::ControlFocus, TRichEditHack1, ahk_class dopus.lister
#IfWinActive
ubershek
 
Posts: 4
Joined: 09 Jun 2009, 17:27

Postby kenalcock » 22 Jun 2009, 05:55

When your are in a Lister with the Internal Viewer open, you can just Tab into the Viewer pane.
Kenneth R. Alcock
Read Help, Release Notes, & FAQs!
Discuss features/issues in forums but submit official requests here.
kenalcock
BBT
 
Posts: 1632
Joined: 17 Nov 2004, 10:53
Location: Detroit, Michigan, USA

Help! RTF plugin stopped working!

Postby blogward » 05 Nov 2009, 13:29

Had to reinstall Windows - Win XPSP3 on an HP dualcore Pavilion - and everything is working in DOpus except RTF viewer:( - it shows 'loading' for a nanosecond then just a blank pane. The debug.txt option doesn't work either; I cut and pasted the filename from the readme, honest. If I disable it I see raw RTF files. What's gone wrong? (deleted the plugins, redownloaded, etc.)
blogward
 
Posts: 18
Joined: 08 Nov 2008, 10:38

Re: Help! RTF plugin stopped working!

Postby Dinkelhopper » 06 Nov 2009, 00:13

Hi,
blogward wrote:The debug.txt option doesn't work either; I cut and pasted the filename from the readme, honest.

Is it really \GPSoftware\Directory Opus\Viewers\dopus_viewer_debugfile.txt?

Can you reproduce this issue with every RichText-File?
Dinkelhopper
 
Posts: 134
Joined: 22 Nov 2008, 08:45
Location: Germany

Postby blogward » 06 Nov 2009, 10:25

Hi DH

Yes, it's the same for any RTF, however generated - all other file formats (vid/aud/txt/gfx) work. I haven't reinstalled Office yet...? Also haven't done a scorched earth reinstall yet.

Thanks
blogward
 
Posts: 18
Joined: 08 Nov 2008, 10:38

Postby blogward » 06 Nov 2009, 12:08

SOLVED! - Installed Office 2003 and it works!
blogward
 
Posts: 18
Joined: 08 Nov 2008, 10:38

Postby Dinkelhopper » 07 Nov 2009, 10:11

blogward wrote:SOLVED! - Installed Office 2003 and it works!

Hmm, but that's not the whole purpose.
It should work without Office installed.

I'll have a look at this next week.
Dinkelhopper
 
Posts: 134
Joined: 22 Nov 2008, 08:45
Location: Germany

Postby blogward » 07 Nov 2009, 13:32

Thanks - it did strike me as strange. Maybe it's a Visual Basic thing.
blogward
 
Posts: 18
Joined: 08 Nov 2008, 10:38

Postby blogward » 07 Nov 2009, 14:01

Just to clarify - I have Program Files (but not Application Data) on drive D, so when I reinstalled XP to drive C, I reinstalled DOpus to D:\Program Files\GPSoftware\Directory Opus\, overwriting the original folder but creating a new C:\User Name\Documents and Settings\GP Software\ folder.

I have done it before, months back - but can't remember if I had a problem with RTF Viewer last time:(

The only thing I did differently this time is reinstall XP SP2 and SP3 BEFORE reinstalling ANYTHING else apart from TweakUI. (I don't think I used RTF viewer last XP reinstall; then, I also had a recent backup of the Documents and Settings folder to use in any case. This time I didn't).

HTH. It's a vital plugin, BTW.
blogward
 
Posts: 18
Joined: 08 Nov 2008, 10:38

Previous

Return to Plugins