<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/djproject/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/djproject/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 16 May 2022 19:43:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/djproject/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Will DJNativeSwing be impacted by Internet Explorer End of Life?</title><link>https://sourceforge.net/p/djproject/support-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With IE Retiring on June 15, 2022, could you provide some details on whether we could continue using DJNativeSwing in Windows?&lt;/p&gt;
&lt;p&gt;In &lt;a href="https://sourceforge.net/p/djproject/bugs/81/#2103"&gt;https://sourceforge.net/p/djproject/bugs/81/#2103&lt;/a&gt; you mention it will continue to work for several years, could you share some details on the COM component used and references which suggest that it shall be available for us for several years?&lt;/p&gt;
&lt;p&gt;IE EOL Announcement: &lt;a href="https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/" rel="nofollow"&gt;https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aakif shamsi</dc:creator><pubDate>Mon, 16 May 2022 19:43:44 -0000</pubDate><guid>https://sourceforge.net0f7fe24672a79adaeb320c4665d417deaafe62be</guid></item><item><title>#23 JWebbrowser in Linux</title><link>https://sourceforge.net/p/djproject/support-requests/23/?limit=25#2457</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Christopher,&lt;/p&gt;
&lt;p&gt;After this message, page is not getting loaded in the browser. On reinitialization again it is working , after two clicks it gets stuck and nothing is shown.&lt;/p&gt;
&lt;p&gt;Regards&lt;br/&gt;
Vdevi&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vdevi</dc:creator><pubDate>Fri, 04 Mar 2022 07:24:08 -0000</pubDate><guid>https://sourceforge.net914ccec63fc5ce49131d764c0680c726ca087b62</guid></item><item><title>#23 JWebbrowser in Linux</title><link>https://sourceforge.net/p/djproject/support-requests/23/?limit=25#9178</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it just a message in the console or it is not working at all?&lt;/p&gt;
&lt;p&gt;-Christopher&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher Deckers</dc:creator><pubDate>Thu, 03 Mar 2022 23:31:17 -0000</pubDate><guid>https://sourceforge.net617f5709ef09485f144e6b0e2826d05b69f1da64</guid></item><item><title>JWebbrowser in Linux</title><link>https://sourceforge.net/p/djproject/support-requests/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When i am trying to use JWebbrowser in Linux,  getting following exceptions:&lt;br/&gt;
NativeSwing&lt;span&gt;[1]&lt;/span&gt;: &lt;br/&gt;
NativeSwing&lt;span&gt;[1]&lt;/span&gt;: (process:1928163): libsoup-CRITICAL **: 19:11:03.309: async_send_request_return_result: assertion 'item-&amp;gt;task != NULL' failed&lt;/p&gt;
&lt;p&gt;Please help me to resolve this.&lt;/p&gt;
&lt;p&gt;Regards&lt;br/&gt;
Vdevi&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vdevi</dc:creator><pubDate>Thu, 24 Feb 2022 13:57:57 -0000</pubDate><guid>https://sourceforge.net7797051ea1c101f66f914b0c886c9796311313c6</guid></item><item><title>Edge Chromium</title><link>https://sourceforge.net/p/djproject/support-requests/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Chris,&lt;/p&gt;
&lt;p&gt;Will DJNative Swing support Edge Chromum as the default broser.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br/&gt;
Soundar&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Soundar Raman</dc:creator><pubDate>Tue, 20 Apr 2021 19:37:55 -0000</pubDate><guid>https://sourceforge.net639c20ac84b9d693e9f59110dab67aaaea5fde63</guid></item><item><title>#21 JWebbrwoser support in Linux(Fedora,centos) </title><link>https://sourceforge.net/p/djproject/support-requests/21/?limit=25#2c18</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Devi,&lt;/p&gt;
&lt;p&gt;I think that if you use a recent version of SWT and if a Webkit browser is installed, then that would be used.&lt;br/&gt;
But... I don't know the state of this support. Java client applications are less and less developed, so this project might be getting a bit obsolete.&lt;/p&gt;
&lt;p&gt;To force the use of Webkit, you might have to set this system property:&lt;br/&gt;
nativeswing.webbrowser.runtime=webkit&lt;/p&gt;
&lt;p&gt;The requirements for SWT to load Webkit are explained here:&lt;br/&gt;
&lt;a href="https://www.eclipse.org/swt/faq.php#howusewebkit" rel="nofollow"&gt;https://www.eclipse.org/swt/faq.php#howusewebkit&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br/&gt;
-Christopher&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher Deckers</dc:creator><pubDate>Thu, 04 Mar 2021 12:33:42 -0000</pubDate><guid>https://sourceforge.netb6652ed4ab7502e4cc03f6463bc737278a52313f</guid></item><item><title>JWebbrwoser support in Linux(Fedora,centos) </title><link>https://sourceforge.net/p/djproject/support-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Christopher,&lt;/p&gt;
&lt;p&gt;I am very new to the linux and using JWebBrowser in windows without any issue. Now migrating the application to linux where JWebBrowser is not working. How to resolve the following exception in linux(Ex:fedora,centos) where the solution should be same for all flavours.&lt;br/&gt;
org.eclipse.swt.SWTError: No more handles &lt;span&gt;[Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I tried the samplebrowserexample also, which got failed with the same error. I see the forums that XULRUNNER is needed but mozilla stopped it from 2015. Please help to understand and resolve the issue.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br/&gt;
Devi&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vdevi</dc:creator><pubDate>Thu, 04 Mar 2021 12:19:17 -0000</pubDate><guid>https://sourceforge.netf01f8097bcd5e9457e57c3206087edf7db4582ba</guid></item><item><title>#20 Black Screen - Need your help</title><link>https://sourceforge.net/p/djproject/support-requests/20/?limit=25#44af</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I also have the same problem, I think something in control.print (gc), but I can't find any correction&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rodrigo Fortes</dc:creator><pubDate>Mon, 11 May 2020 19:43:25 -0000</pubDate><guid>https://sourceforge.netef0324443f364d15ee018ca46c10fb27addb550d</guid></item><item><title>#20 Black Screen - Need your help</title><link>https://sourceforge.net/p/djproject/support-requests/20/?limit=25#2014</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Vasant,&lt;/p&gt;
&lt;p&gt;I wish this black screen issue were fixed. Unfortunately, only few users use that feature and it can be quite time consuming to fix. Moreover, there is no guarantee that I would find a fix (native stuff, especially when mixing toolkits, has its quircks).&lt;br/&gt;
I would need to find some free time to look at it, but am quite busy on other things at the moment...&lt;/p&gt;
&lt;p&gt;Do not hesitate to contact me by e-mail to discuss the subject further: chrriis (at) gmail (dot) com.&lt;/p&gt;
&lt;p&gt;-Christopher&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christopher Deckers</dc:creator><pubDate>Mon, 20 Jan 2020 17:58:05 -0000</pubDate><guid>https://sourceforge.netf3a73df2cd747dedf0aee3b1653c70b09e5103bf</guid></item><item><title>Black Screen - Need your help</title><link>https://sourceforge.net/p/djproject/support-requests/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Christopher,&lt;/p&gt;
&lt;p&gt;This is Vasant from Digital Harbor, we are using JWebBrowser from quite long time inside our desktop swing application.  Till Windows 10, system was working properly and recently we have updated with Windows 10 across the organization.  When we try to capture the screen we are getting black screen and it is affecting our production environment.  We need your help to resolve this issue, can you please let me know how we can contact you to resolve this issue.&lt;/p&gt;
&lt;p&gt;Greatly appreciate your help.&lt;/p&gt;
&lt;p&gt;Reference Ticket: &lt;a href="https://sourceforge.net/p/djproject/bugs/77/"&gt;https://sourceforge.net/p/djproject/bugs/77/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks and Regards,&lt;br/&gt;
Vasant&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vasant</dc:creator><pubDate>Mon, 20 Jan 2020 09:14:08 -0000</pubDate><guid>https://sourceforge.netca21a1e61dd50ca5a44c3ee8e0d737256c65ffa9</guid></item></channel></rss>