Questions tagged [renderer]

A renderer is a software construct that accepts and transforms information so that it can be displayed in a given medium.

A renderer is a software construct that accepts and transforms information so that it can be displayed in a given medium.

930 questions
54
votes
7 answers

Angular2 retrieve all elements with class name

Can anyone help with how to find 'All' Elements with a particular class name in Angular 2? I thought it would be trivial but it's giving me more problems that was prepared for. foo
dekaha1
  • 551
  • 1
  • 4
  • 4
49
votes
1 answer

DefaultRenderer error in xamarin.forms (Android)

I am using xamarin forms... And sometimes when I try to go back to my previous page I see this (Android device): System.NotSupportedException: Unable to activate instance of type Xamarin.Forms.Platform.Android.Platform+DefaultRenderer from native…
Joyce de Lanna
  • 1,473
  • 2
  • 15
  • 39
48
votes
4 answers

Timed out receiving message from renderer: 0.100 log messages using ChromeDriver and Chrome v80 through Selenium Java

We recently upgraded our test environment with ChromeDriver v80.0.3987.16 and Chrome v80.0.3987.87 (Official Build) (64-bit) and after the upgradation even the minimal program is producing a lot of these SEVERE logs: [1581082019.282][SEVERE]: Timed…
32
votes
3 answers

What is the point of an SDL2 Texture?

I'm kind of stuck on the logic behind an SDL2 texture. To me, they are pointless since you cannot draw to them. In my program, I have several surfaces (or what were surfaces before I switched to SDL2) that I just blitted together to form layers.…
Qix - MONICA WAS MISTREATED
  • 14,451
  • 16
  • 82
  • 145
29
votes
1 answer

Custom HTML tag attributes are not rendered by JSF

I want to add some iOS specific tag attributes to my login-form. If I have a look on my web page source, the attributes autocorrect, autocapitalize and spellcheck aren't there. What is the reason for this? I am using JSF 2.x.
Jochen
  • 1,746
  • 4
  • 22
  • 48
28
votes
2 answers

eglMakeCurrent() failed EGL_BAD_ALLOC

I keep on getting this error report: Fatal Exception: java.lang.IllegalStateException eglMakeCurrent failed EGL_BAD_ALLOC android.view.HardwareRenderer$GlRenderer.createSurface ...on my app that is on Play Store. What causes this crash and how can…
Alex Kombo
  • 3,256
  • 8
  • 34
  • 67
26
votes
3 answers

Clean up Threejs WebGl contexts

I have a problem while cleaning up my WebGl-Scenes. I'm using Three.js with a WebGlRenderer. In my application I have to change the views quite often and therefore need to render new scenes all the time. Uptil now I destroy and reinitialize the…
kassette91
  • 275
  • 1
  • 3
  • 6
23
votes
2 answers

What is the relationship between component family, component type and renderer type?

When I am learning custom component development in JSF, I got confused with the relationship between component family, component type and renderer type. For example, I registered a renderer and a custom component as shown…
carawan
  • 508
  • 3
  • 10
23
votes
2 answers

How can I set the value of a native element in Angular, using Renderer2?

I'd like to set the innerText/innerHTML/textContent of a nativeElement? this.render.setValue(this.nativeCloneLi.querySelector('.down .inn'), timeVal); where timeVal is a string the element is correctly selected, but setValue seems not working at…
Donovant
  • 3,091
  • 8
  • 40
  • 68
21
votes
1 answer

JavaFX 8 QuantumRenderer high CPU usage

I have a JavaFX APP containing two listviews displaying incoming customer orders (using a custom cellfactory) received from my server. I also have a few tableview displaying information from a Postgres database (this are spread across a few tabs…
Lucian
  • 236
  • 2
  • 8
20
votes
2 answers

Renderer is deprecated as a favor for renderer2, alternative for `invokeElementMethod`?

For a side project of mine, I want to implement a chat stream where new message is added to the bottom and the windows should scroll to the bottom to display the latest message. In order to do that, I have opted to use ViewChildren on the component…
endyjasmi
  • 345
  • 1
  • 2
  • 9
20
votes
1 answer

Using renderDataTable within renderUi in Shiny

I'm experimenting a Shiny App to show dynamic contexts, but I cannot get renderDataTable working into a renderUi component. Below two simple replicable tests: the first one is not working, the second one without renderUi works fine, of course. What…
curious
  • 201
  • 2
  • 4
18
votes
3 answers

Hyper-threading... made my renderer 10 times slower

Executive summary: How can one specify in his code that OpenMP should only use threads for the REAL cores, i.e. not count the hyper-threading ones? Detailed analysis: Over the years, I've coded a SW-only, open source renderer (rasterizer/raytracer)…
ttsiodras
  • 10,602
  • 6
  • 55
  • 71
17
votes
4 answers

LaTeX renderer for .NET?

I'm curious as to whether a native .NET renderer for TeX/LaTeX exists. The closest match I have been able to find is a Java implementation, JMathTeX. I am tempted to port this to C#, but before I do so, I would simply like to check whether anyone is…
Noldorin
  • 144,213
  • 56
  • 264
  • 302
16
votes
1 answer

How do I determine which render pipeline I'm using in an existing Unity project?

I have an existing project and just found out there are multiple render pipelines available. I don't remember which I chose (if I chose) back when creating the project. How do I determine which render pipeline I'm using in an existing Unity…
A__
  • 1,616
  • 2
  • 19
  • 33
1
2 3
61 62