A renderer is a software construct that accepts and transforms information so that it can be displayed in a given medium.
0
votes
0answers
12 views
Overlapping highcharts and renderer in different divs
I wanted to overlap highchart and renderer in two different divs in a html but could not do it.
I tried the z-index for the div and the chart/renderer, didn't work.
I tried drawing in the sequence I ...
0
votes
0answers
18 views
Rendering Search Results in Asp.Net
In my Web Application i have one search method that return the search results as DataSet.
What is the best way to display this result back to the user.
My condition is that, the user should be able ...
0
votes
1answer
28 views
set jtable Foreground color for some rows
i created some costum cells render to change the look of my jtable, i changed color of some rows, and font, i tried to do the same but it doesn't work, this is my code :
@Override
public ...
0
votes
1answer
44 views
How to color a particular cell in JTable example color cell number (2,2)?
I have this code and i want to color each cell with a different color for example i wanna color cell number 1,1 with red and cell number 1,2 with light red and so on.How is it possible?i went through ...
3
votes
1answer
77 views
Matlab Fonts Not Rendering Correctly on Print or Export
I'm trying to make a matlab figure that nicely fits into a LaTeX Document. A known problem is that the XTickLabel and YTickLabels do not render using the LaTeX interpreter, causing bad looking plots. ...
0
votes
0answers
57 views
Transformed w value is 0
I'm making software renderer.
Sometimes, transformed vertex's w coordinate is 0.
So, if i divide other coordinate by w, it occures error.
if camera position's z coordinate equal with vertex ...
0
votes
0answers
22 views
how to stop and start renderer in java swing
renderer gives me error while column sorting because of column index.renderer paints columns according to columns value so ı should keep renderer waiting during column sorter is working. How can I ...
0
votes
1answer
39 views
ZF2 BBCode Parser
Hiho,
I use the ckeditor on my website for special textareas like forum
or signatures.
But I have a problem with the output. I use ZF2 and would like to
use ZendMarkup to render the output bbcode ...
0
votes
1answer
53 views
Highcharts renderer.text as export only
I have an optional feature for a chart that adds a renderer.text text object. When the chart is exported I would like this to be added only in that case. Below I have source code on how I have been ...
0
votes
0answers
25 views
Custom TextRenderer
I have a requirement such that if a field of any class has a mapping rule, just before the render complete, the actual value of the field should be replaced by a new value which is produced according ...
0
votes
1answer
41 views
QT GUI Development along freeglut renderer
for the past few weeks I've been developing custom renderer with freeglut and glew using VS 2010 Express, this renderer will be a part 3d editing tool.
Now the time came to pick a right GUI toolkit, ...
0
votes
0answers
36 views
use diffrent renderer instead of phprenderer
i installed https://github.com/widmogrod/zf2-mustache-module for my zf2 app
and i dont know how to tell zf2 use the mustach renderer instead of original phprenderer
i also tried adding this to my ...
0
votes
1answer
45 views
How to draw Yaxis label in highcharts
Is there any way to draw Yaxis lable using highcharts/highstock api? The value of the label will be the end value of the series. The color will be the same color of the series.
I found there is a ...
0
votes
1answer
50 views
How to render image on Yaxis in highcharts
I want to use chart.renderer.image to put a image on Yaxis. Please see this fiddle
Is there a easy way to put the image on Yaxis? For example I want to put the image on Yaxis [0,100]. It is very ...
0
votes
1answer
23 views
Django render template from media folder
I'm trying to provide additional level of flexibility for some views, specifically, I want to be able to render a view using a django template from the media location (say referred to by a FileField, ...
0
votes
1answer
98 views
Fullcalendar agenda view and Day event doesnt render events within specific time ( hours )
I'm using Fullcalendar from http://arshaw.com/fullcalendar/ , i have search stackoverflow but no answear fits my problem, or i didnt understood. Please paste links if this was already answear.
I have ...
0
votes
3answers
85 views
Memory overflow when loading large textures
I have a GLSurfaceView and a Renderer which loads textures in onSurfaceCreated. My textures are created like so :
public Texture3D(final GL10 gl, final int id) {
_pBitmap = ...
0
votes
1answer
72 views
How to render VisualForce page inputCheckBox in custom controlller accourding to user profile?
I have a VisualForce page that has a custom controller and i want users to see components like inputCheckBox only if they have the accessible option in their profile.
I've read that when using a ...
0
votes
0answers
40 views
Highcharts text renderer writes on top of old value
I am using Highcharts renderer, specifically trying to draw text next to my chart and then updating the text with a newer value.
e.g. I want to display the original value of the dynamic data and the ...
0
votes
1answer
126 views
what is the fastest way to draw pixel in win32
I'm writting a simple software renderer,
load 3d model, process vertex, rasterization, texture, lighting,
all that things, all done.
I used SDL(not using OpenGL mode) to draw pixel on its SDL_Surface,
...
0
votes
1answer
59 views
Jtree Renderer to set custom icons not working
I am trying to Parse the below XML file and create an JTree based on it with custom Icons.
<OBJECTS>
<WINDOW NAME = "WINDOW 01" URL = "URL 01">
<PAGE NAME = "PAGE 01" URL = ...
0
votes
1answer
62 views
Exercises for the math of 3D software renderer
I wish to implement a 3D software renderer,
so I started to read "Tricks of the 3D Game Programming Gurus Advanced 3D Graphics and Rasterization".
The first chapters are pretty straight forward, but ...
2
votes
1answer
104 views
WARNING: Unsupported component-family/renderer-type: org.omnifaces.component.script/javax.faces.Button
I have the following form defined:
<ui:define name="body">
<h:form
id="posForm"
styleClass="well span12">
....
<o:commandScript
...
0
votes
1answer
299 views
Fatal error: Call to a member function setColumn() on a non-object in Magento
Fatal error: Call to a member function setColumn() on a non-object in D:\Program Files\wamp\www\magento\app\code\core\Mage\Adminhtml\Block\Widget\Grid\Column.php on line 291
in admin grid section i ...
1
vote
0answers
337 views
Extjs 4 Grid renderer called after reconfigure
The problem I am facing is with the EXTJs grid.
I reconfigure the grid using the method grid.reconfigure(store,cols)
I have a custom renderer for my columns in the grid, in the renderer I call the ...
1
vote
1answer
27 views
Is it bad practice to create (data only) nodes that are taken by a renderer and do things based on the data instead of the nodes draw itself?
I'm currently building a game engine (this is more related to a 2d renderer) and I would like to know if it's bad practice to, for example, have an object Image that only keeps the url, width and ...
0
votes
0answers
29 views
add icons to JTree [duplicate]
How can I add icons to a JTree. I want add a different icon to a root and different icons to the leafs of the root and different to the leafs of a leaf.
I am implementing a Jtree to show a user, the ...
0
votes
0answers
74 views
Why is my fontrenderer for minecraft not printing?
I need help with this fontrenderer. It's not printing on the screen. This is in minecraft and I am trying to add TTF support. Thanks in advance.
private static void drawChar(Gui gui, char c, int ...
0
votes
0answers
48 views
SVGSalamander : Cannot load SVG using a new SVGUniverse()
I'm using SVGSalamander to render all the software icon for my application.
I usually use SVGCache.getSVGUniverse() as universe to load icon, but now i need to split the file in multiple universes.
...
0
votes
1answer
138 views
migration of Ext.Net 1.6 to Ext.Net 2.1 with MVC destroys renderer functionality
So i have some large project for which i am creating a sample of migration from Ext.Net 1.6 to Ext.Net 2.1 with MVC 4. Doing so i have stumbled upon the Error, that (after making my web-application ...
0
votes
0answers
51 views
JTable Individual Cell Colour (Colour cell depending on input given)
Basically, I have a java application which makes use of JTables, within this I can add users to the screen and show them in the table. What I would like to do is given on the input colour the first ...
-1
votes
1answer
72 views
using highcharts, but this graph is no drawing [closed]
This is my code jsFiddle;(using highcharts)
Have a look at the graph and i want red graph and blue graph.
image explanation:
step1 : put only X value and button click ( this page submit and call ...
0
votes
1answer
90 views
0
votes
1answer
66 views
Labels are not shown for HeaderRenderer
I want my datagrid header to be rendered with date labels. I am using following code for the same. However my lables are not visible when I run actual application. Can anyone please suggest?
import ...
3
votes
1answer
182 views
How do I make my TreeCellRenderer fill my JTree?
How do I make my tree cells fill the width of my JTree:
JTree tree = new JTree();
tree.setCellRenderer(new TreeCellRenderer() {
@Override
public Component getTreeCellRendererComponent(JTree ...
2
votes
3answers
151 views
How to use RAII appropriately/reduce memory leaks in this situation
I'm not sure how I can use RAII to my fullest in the situation that I have. This is the situation:
I am creating a basic renderer. Geometry is described by a Geometry class, which may have vertices ...
0
votes
1answer
469 views
Dynamically change icon of specific nodes in JTree
I've seen plenty of examples for changing the icon of nodes during tree instantiation, but I'd like a way to dynamically change the icon of an individual node later. So, in my main code I add my ...
0
votes
1answer
71 views
Unpredictible results with buttons (better their eventhandlers) inside conditional rendered elements (i. e. panels)
I am trying to hide/show a panel based on a condition like this
<xp:panel id="panelUsersInput">
<!--<xp:this.rendered><



