[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: heyl  XML
Profile for heyl -> Messages posted by heyl [267] Go to Page: Previous  1, 2, 3 , 4 ... 16, 17, 18 Next 
Author Message
Hi Björn,

that would be great!
We have users that still want to use the old Swing client and it would be nice if we do not have to deliver two icon sets and handle them somehow in the code.

Thanks and best regards
Frauke
Hi Björn,

that would be great!
We have users that still want to use the old Swing client and it would be nice if we do not have to deliver two icon sets and handle them somehow in the code.

Thanks and best regards
Frauke
Hi Björn,

that would be great!
We have users that still want to use the old Swing client and it would be nice if we do not have to deliver two icon sets and handle them somehow in the code.

Thanks and best regards
Frauke
Hi,

the SVG icons do not work with the "old" JNLP client.
Does anybody know a workaround for that?

Best regards
Frauke

Code:
 Nov 05, 2018 1:02:06 PM org.apache.catalina.core.StandardWrapperValve invoke
 SCHWERWIEGEND: Servlet.service() for servlet [DynamicImageServlet] in context with path [/prime_explorer] threw exception [Servlet execution threw an exception] with root cause
 java.lang.Error: Problem processing dynamic image: /prime_explorer/images.fa.regular.power-off.@color_white@.@icon_size@.ccsvg
 	at org.eclnt.jsfserver.util.DynamicImageServlet.doPost(DynamicImageServlet.java:83)
 	at org.eclnt.jsfserver.util.DynamicImageServlet.doGet(DynamicImageServlet.java:25)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
 

Hi,

we had an issue with our application not starting on IE11.
Reason was a call to remove() from risc.js, which is not supported in IE11, see screen shot.

We solved it by adding the function to a custom js file:

Code:
 // fix for IE 11 
 // Create Element.remove() function if not exist
 if (!('remove' in Element.prototype)) {
     Element.prototype.remove = function() {
         if (this.parentNode) {
             this.parentNode.removeChild(this);
         }
     };
 }
 

Best regards
Frauke
Hi Björn,

good answer

I don't think it will be easy and probably we will have more browser dependencies, so I would say we forget about it for now.

Best regards
Frauke


Hi,

we see no way to do the styling of the scrollpane ourselves.
Is there any chance that the scrollbar styling will be done by CaptainCasa in the future?

Best regards
Frauke
Actually I just wanted to ask you because I don't think there is a way to do this, at least not for my limited CSS knowledge.

So if anyone else knows....
Ah ok, thanks Björn.
Hi everybody,

the scrollbar coloring does not work in RISC scrollpane.
Reproducible in demo workspace, see "Scrollbar Coloring".

But what I really would need is a styling of the scrollbars in the scrollpane. As far as I see it is not possible to adjust the style of the scrollbars.

We changed the values of @scrollbarBackground@ and @scrollbarMoverBackground@ but they do not affect the scrollpane. See screen shot, the right one comes from a scrollpane.

Best regards
Frauke

Hi,

we tried the SVG notation "/images.iconssvg.heartbeat.#800000.16x16.ccsvg" exactly like in demo workspace "SVG Images - Coloring and Sizing" but it does not display the icon.
We don't know what is wrong there. We checked everything, path is correct, we even removed our overwrite of riscbutton style, etc.

Tried on Firefox and Chrome. It does not display the image at all.

Best regards
Frauke
Hi Björn,

thanks. Are you sure the default is German? Not English or the system language? Because we get English (on a non-German system)

Best regards
Frauke
Hi,

how is the browser language determined in the RISC client?
We have a problem: when the browser language is Swedish, the HTTP header parameter "eclnt-language" is set to English. (We specially added clientliterals for Swedish, but they are not used...)

Best regards
Frauke
What is the difference to the other one? Or just the two additional buttons at the bottom?
Well yes, that would be fine with us!

Thank you
Nothing at all?
Not even when the popup was opened or closed?
Just something?

We really need some kind of callback ...

Best regards
Frauke
 
Profile for heyl -> Messages posted by heyl [267] Go to Page: Previous  1, 2, 3 , 4 ... 16, 17, 18 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team