... and <d> ? (which always seems to follow an <a*> for the same URL in my logs).
Thanks,
Tim
Search found 24 matches
- Thu Aug 29, 2019 3:49 am
- Forum: General
- Topic: History File Token Code
- Replies: 5
- Views: 22428
- Wed Aug 21, 2019 1:49 am
- Forum: Public Web Browser v3
- Topic: PWB CEF PDF viewer print and download buttons
- Replies: 11
- Views: 26943
Re: PWB CEF PDF viewer print and download buttons
Perfect, just like magic! Oddly, I had tried "pwb --disable-pdf-extension" in combination with the .ini declarations, which did what it said but still didn't run the external viewer program, just opened an empty second window. It really is good to have a programmer who talks directly to us...
- Tue Aug 20, 2019 4:31 am
- Forum: Public Web Browser v3
- Topic: PWB CEF PDF viewer print and download buttons
- Replies: 11
- Views: 26943
Re: PWB CEF PDF viewer print and download buttons
I know this feature was undocumented but has it been dropped or stopped working? The department where we were using this have noticed that (presumably since some intervening PWB upgrade) PDF's are loading in the internal PDF viewer rather than the specified external viewer. I have just tested with t...
- Thu Feb 09, 2017 10:02 am
- Forum: Public Web Browser v3
- Topic: PWB CEF PDF viewer print and download buttons
- Replies: 11
- Views: 26943
Re: PWB CEF PDF viewer print and download buttons
I think I found the answer myself
[PDFViewer]PDFViewerArguments=%1
seems to work (unless it's a happy accident and not going to work going forward)
Tim
[PDFViewer]PDFViewerArguments=%1
seems to work (unless it's a happy accident and not going to work going forward)
Tim
- Thu Feb 09, 2017 8:16 am
- Forum: Public Web Browser v3
- Topic: PWB CEF PDF viewer print and download buttons
- Replies: 11
- Views: 26943
Re: PWB CEF PDF viewer print and download buttons
Hi Scott, [PDFViewer] EnablePDFViewer=true PDFViewerPath=C:\SumatraPDF\SumatraPDF.exe PDFViewerArguments= ShowMaximized=false ShowModal=false Opens SumatraPDF empty, what do I need to put as the PDFViewerArguments to pass it the location+file name (presumably in the temp/cache directory) of the PDF ...
- Wed Feb 08, 2017 4:50 pm
- Forum: Public Web Browser v3
- Topic: PWB CEF PDF viewer print and download buttons
- Replies: 11
- Views: 26943
Re: PWB CEF PDF viewer print and download buttons
Thanks for the speedy response Scott, I'll have a look at specifying SumatraPDF as the PDFViewer with a sumatrapdfrestrict.ini set to deny print and save for this particular usage. Presumably you usage of CEF means that one could, in theory, compile one's own version of CEF and run PWB with that jus...
- Wed Feb 08, 2017 10:38 am
- Forum: Public Web Browser v3
- Topic: PWB CEF PDF viewer print and download buttons
- Replies: 11
- Views: 26943
PWB CEF PDF viewer print and download buttons
Hi Scott, Using PWB CEF 3.0.5.0 with all the print buttons and options in the ini file set to False: When viewing a PDF file with the built-in PDF viewer the Print button is still present. We would very much like to be able to hide/disable this print button and the download button as we do with the ...
- Tue Oct 25, 2016 4:51 am
- Forum: Public Web Browser v3
- Topic: PWB CEF New Tab Question
- Replies: 1
- Views: 4775
PWB CEF New Tab Question
Hi Scott, I realise that the [ContextMenu]OpenLinkTab and OpenLinkNew are IE based only but are there any alternate ways currently, or under development, to allow a user to specify that they want a link to open in a new tab or window. For example Chrome has both mouse and mouse/keyboard shortcuts fo...
- Wed Sep 21, 2016 4:42 am
- Forum: Public Web Browser v3
- Topic: PWB v3 CEF and Gmail
- Replies: 6
- Views: 10737
Re: PWB v3 CEF and Gmail
Hi Scott, Did this problem creep back in? With [Security]ClearCacheOnClose=True in both PWB CEF 3.05.0 beta K and in the latest RC2 I am finding visited links still displayed in the different color after a PWB close and restart, and looking at %TEMP%\Cache it still seems to be populated after PWB is...
- Fri Apr 22, 2016 3:02 am
- Forum: Public Web Browser v3
- Topic: JavaScripts opening new windows or tabs
- Replies: 3
- Views: 6897
Re: JavaScripts opening new windows or tabs
Thanks Scott, The JavaScript that the SFX system uses is multi-purpose and the size, with the window being resizable, is fine in most circumstances. However in this case the content that is being loaded in the new window is an HTML5 interface to an RDP connection and the virtual screen size set for ...
- Thu Apr 21, 2016 9:38 am
- Forum: Public Web Browser v3
- Topic: JavaScripts opening new windows or tabs
- Replies: 3
- Views: 6897
JavaScripts opening new windows or tabs
Hi all, The linking component of our Ex Libris library system, SFX, uses JavaScript to open a new window with the linked content. The HTML of the page says <input class="button" type="button" style="background-image:url(/sfxlcl41/img/simplified_template1/general/default/butt...
- Wed Mar 12, 2014 4:54 am
- Forum: Public Web Browser v3
- Topic: Inactivity Timer not watching non-PWB windows
- Replies: 2
- Views: 5125
Re: Inactivity Timer not watching non-PWB windows
My apologies, after posting the question I found again how it was done in v2 and the same method still seems to work with v3
[Addons]
PWBIdler=<C:\Path to folder>\PWBIdler.dll
Regards,
Tim
[Addons]
PWBIdler=<C:\Path to folder>\PWBIdler.dll
Regards,
Tim
- Wed Mar 12, 2014 4:36 am
- Forum: Public Web Browser v3
- Topic: Inactivity Timer not watching non-PWB windows
- Replies: 2
- Views: 5125
Inactivity Timer not watching non-PWB windows
Hi Scott, I am sure this was something that was resolved in v2 but does not seem to be in v3: When a window is open to another application, for example, a CD-ROM catalogue or a microfilm scanner/reader application, both of which we launch from PWB, the PWB inactivity timer does not detect keyboard o...
- Tue Nov 19, 2013 6:12 am
- Forum: Public Web Browser v3
- Topic: Second window close warning
- Replies: 1
- Views: 4175
Second window close warning
Hi Scott, Would it be possible to have an option for a ConfirmClose warning/confirmation on closing a second window if it has more than one tab open? We just had a reader who had about as many tabs as PWB could cope with open in a second window and managed to close it and loosing a load of on-going ...
- Thu Oct 24, 2013 9:02 am
- Forum: Public Web Browser v3
- Topic: PWB v3 with Chrome
- Replies: 8
- Views: 12789
Re: PWB v3 with Chrome
Hi Scott,
If I understand them correctly the CEF3 project are now reporting both issues 520 and 505 (as of yesterday) as fixed. Have they done enough for you to move forward with PWB support for the Chrome engine?
Thanks,
Tim
If I understand them correctly the CEF3 project are now reporting both issues 520 and 505 (as of yesterday) as fixed. Have they done enough for you to move forward with PWB support for the Chrome engine?
Thanks,
Tim