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
-1
votes
1 answer

SDL renderer gives crap on my window (how to use renderer properly?)

so I got the following code(piece): _Bool create_new_window(rectanglestruct *rectangle, colorstruct *colorfill, char *winname) { .... log_printf("creating main renderer for window ( window : %s )\n", ptr->winname); // Setup renderer …
MVT
  • 137
  • 8
-1
votes
1 answer

What does a JList use for effectively displaying its elements?

This was a question at a java test I took. The question was the one in the title. I answered 'a model'. Apparently, I was wrong and the answer is 'a renderer'. Why?
Dave Jecs
  • 15
  • 2
-1
votes
1 answer

Adding window options to my openGL renderer window

I've been spending like 3 hours installing GTK and it works but I don't know how to add it to the openGL renderer and I don't find any good tutorial with a simple example... Could someone tell me a good library to use and easy to install? I don't…
tony perez
  • 61
  • 1
  • 6
-1
votes
1 answer

select all checkbox in advanceddatagrid flex headerrenderer

I am trying to have a "Select/DeselectAll"checkbox in an advanced data grid column in flex.
Shenoy Tinny
  • 1,315
  • 10
  • 22
  • 34
-1
votes
1 answer

OpenGL weird rendering

I'm trying to get a working OpenGL renderer, but I'm stuck at a weird spot. I'm generating a Model, View and Projection matrices that seem correct. GLIntercept gives me the following…
Délisson Junio
  • 1,296
  • 4
  • 21
  • 43
-1
votes
1 answer

Java Swing/ JIDE renderer

I wanted to paint a render for stock ticks based on the previous value : public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) { Object o1 =…
-1
votes
3 answers

Component cannot find symbol error Java

public class cellRender extends DefaultTableCellRenderer { @Override public Component getTableCellRendererComponent(JTable tblPackage, Object value, boolean isSelected, boolean hasocus, int row, int col) { Component c =…
jefferyleo
  • 630
  • 3
  • 17
  • 34
-1
votes
1 answer

Change JTable row foreground

I am trying to color to RED, the foreground when a time is around some condition, but is painting the foreground of ALL rows(should be only seven).What i am doing wrong?Code below: class RedRenderer extends DefaultTableCellRenderer{ …
LeeP
  • 43
  • 1
  • 1
  • 6
-1
votes
1 answer

Can't initialize method initGeometry(gl); initLighting(gl); on class

Help me find my mistake. I make an example from book but may be author (or i)make some trouble and i cant find solve. First class is geometry of my object import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; import…
-1
votes
1 answer

how to format a cell in sencha grid using renderer

I have a Sencha GXT grid with columns to display file name, file extension and file size. When the data from DB is pushed to the grid, all info is right except for the size . For example, the file with 3Kb will be displayed in the grid as 3000 . Now…
Huy Than
  • 1,538
  • 2
  • 16
  • 31
-2
votes
1 answer

Custom ToolStrip renderer in C++/CLI

I want to make a custom renderer for ToolStrip, but all the manuals and guides are written in C#. Here is an example https://www.codeproject.com/Articles/29497/Custom-Rendering-for-the-ToolStrip-MenuStrip-and-S I tried porting this code to C++, but…
MyDoomH
  • 11
  • 3
-2
votes
1 answer

Xamarin Forms Webview Custom Renderer Zoom not working

Ok, so I've been trying to get the custom renderer working but I have a problem. The Xamarin Forums discussion is here: https://forums.xamarin.com/discussion/comment/376813#Comment_376813 The problem is tht when I zoom out the webview stays in a…
-2
votes
3 answers

react render variable undefined

for some reason that i dont understand, i cant seem to fetch a state value in my renderer, at first i thought it was a scoping issue, but even after changing to var, my variable is undefined. constructor(props) { super(props); …
glls
  • 2,325
  • 1
  • 22
  • 39
-2
votes
1 answer

Xamarin Forms. Keyboard on android covers bottom of an entry with custom background

I use an entry in XF with custom background for Android platform. When it is focused the keyboard covers bottom line of entry. public class MessageEntryRenderer : EntryRenderer { protected override void…
-4
votes
1 answer

Customize Tabbed page for android in xamarin.forms

I want to create this kind of design for bottom tabs (change background color for selected tab of tabbed page in xamarin forms) I want to fix the issue on android. Plz help me! Thanks.
DungAD
  • 1
  • 1
1 2 3
61
62