Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
838 views

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 ...
7
votes
1answer
600 views

LaTeX renderer for .NET?

I'm curious as to whether a native .NET renderer for TeX/LaTeX exists. So for in my search the closest I have been able to find is a Java implementation, JMathTeX. I am tempted to port this to C#, but ...
6
votes
1answer
1k views

extjs 4 rendering tooltip on grid on tabpanel

i am working with Extjs 4 & using Designer 1.2.0 i am facing problems with grid's renderer function that i am using to display tooltip. The grid is placed in tab panel. Everything works fine for ...
4
votes
2answers
57 views

Put JTable in the JTree

in connection with thread Jtable as a Jtree Node I put JTable to JTree, but JTree View isn't rendered correctly on start_up, how can I setPreferredSize for JTable, because ...
4
votes
2answers
444 views

Funding for MathML rendering library

I have an unfinished MathML rendering library written in C++. I ceased development a few months ago due to lack of time. The library [still] uses the TrueType version (unsupported) of the STIX fonts ...
4
votes
1answer
3k views

Using OpenGL to replace Canvas - Android

I am attempting to replace the Canvas-based rendering system that I already have with the faster opengl-es surface, however, I can't seem to get an openGL renderer to conform in such a way that it ...
3
votes
2answers
40 views

Dual color JComboBox text

In Swing is there any way to have two colors for single option? I mean, if I have a option, say Show only cities [Alt+C] in JComboBox, I want Show only cities text in one color and [Alt+C](hotkey) in ...
3
votes
2answers
58 views

JRadioButton that looks like JButton

I'm trying to create a feature similar to that of Geogebra's toolbar: it has buttons that select tools, so only one can be selected at a time, but they don't look like radio buttons (a dot, with an ...
3
votes
1answer
356 views

extjs 4 grid renderer

i m working with extjs designer 1.2. I have a button on panel that opens window on click. The window has grid for which i have applied renderer as following in js file . The problem is renderer works ...
3
votes
5answers
3k views

convert html to image in byte array java

How can i easily convert html to image and then to byte array without create it thanks
2
votes
1answer
69 views

How to embed a (working) Button in a Swing Table in Scala?

I'm trying to use Scala/Swing to create a Table, one of whose columns is populated by Buttons. My starting point is the SCells spreadsheet example from Odersky et al's book, and in particular the use ...
2
votes
1answer
66 views

TableCellRenderer lost

I've got an ArrayList bound to a JTable. After bindingGroup.unbind(); bindingGroup.bind(); (done to refreshing data) I lost table cell renderer behavior. Any suggestions?
2
votes
1answer
447 views

extjs 4 designer 1.2 grid renderer

i m working with extjs designer 1.2. I have a button on panel that opens window on click. The window has grid for which i have applied renderer as following in js file . The problem is renderer works ...
2
votes
1answer
194 views

Buttons, OpenGL, and Renderers - Android

I'm looking to have an OpenGL view (GLSurfaceView) that uses a Renderer alongside some buttons in a RelativeLayout so that each of these buttons can interact with the rendered view. Let's say in ...
2
votes
3answers
275 views

Render TableCell with JComboBox and selection background

I have a requirement to render selected/focused cells in JTable with a JComboBox if the column in question uses combo as editor. The intent of this is to give hint to users that cells in the column is ...
2
votes
1answer
273 views

Need to add JCheckBox In JTable Dynamically

I have two JTable. There are certain number of records in one JTable. Once the first JTable is loaded I want to load equal number of JCheckbox to be created in the second table. I have this ...
2
votes
2answers
131 views

How to get JTextPane to display ellipsis to signal text overflow?

I am using JTextPane as a table cell renderer to display rich text. When the text is too long to fit inside a cell, it is truncated. I would like to mimic the JLabel behavior, i.e. show ellipsis (...) ...
2
votes
2answers
127 views

Online Perl POD renderer

I seem to remember an "offical" site (perl.org or cpan.org) which had a POD previewer. One uploaded a file and it would display the contained POD as it would appear on CPAN. Does someone have this ...
2
votes
1answer
514 views

Rails Custom Renderer

I've been trying to create a custom renderer based on this Yehuda Katz's blog post. It works if I call render :my_custom_renderer => "index", but it doesn't work with default respond_with or ...
2
votes
3answers
316 views

Rail 3 custom renderer: where do put this code?

I'm following along with Yehuda's example on how to build a custom renderer for Rails 3, according to this post: http://www.engineyard.com/blog/2010/render-options-in-rails-3/ I've got my code ...
2
votes
2answers
2k views

how an i find the maximum texture size for different phones?

Im trying to find out the max texture size for the original motorola droid. I believe the G1 has a max texture size of 512, but it would be nice if there was a more official way i could find out so i ...
2
votes
4answers
3k views

DisplayField - How to format for date?

I need to display a read only view of data. I've chosen the DisplayField component to do this. My problem is that I would like an easy way to call BasicForm.setValues(values) and have a date string ...
2
votes
2answers
914 views

Interaction with a cell renderer in JTable

Is there any way to get a cell renderer to respond to mouse events, such as mouseovers?
2
votes
2answers
508 views

Circle approximations using Bezier curves

I have 2 questions about bezier curves, and using them to approximate portions of circles. Given the unit circle arc (1,0)->(cos(a),sin(a)) where 0 < a < pi/2, will it result in a good ...
2
votes
1answer
870 views

cropping text lines in a jtextpane-based jtable cell renderer

i'm using a JTextPane as a cell renderer in my table (so i can control color, font, size and links easily). the problem is that lines get wrapped when the cell's get too small to contain the full ...
2
votes
8answers
1k views

3d Realtime Software Renderer Open Source

Is there a good 3d realtime software renderer with features similar to OpenGL/DirectX? Something similar of what cairo or anti-grain do for 2d, but in 3d. I actually just know Mesa witch has a ...
2
votes
2answers
941 views

JSF renderers - using templates

I was wondering if anyone has experience with using some kind of templating language for generating the html output in the component's renderer. It seems to me that doing stuff like the following is ...
2
votes
6answers
2k views

Controlling flex chart axes

I want to use small flex charts with just 3 labels, for example a chart over the past 2 hours , with 3 horizontal label, as shown below: | | | 9:46 10:46 11:46 (of course, ...
1
vote
2answers
70 views

Java formating strings in JList

After 3h of no luck whit String.format()... i turn to you. Anyhow i have a JList that i populate whit new entries here's the code: private void addModule(final JList browse, final JList select){ ...
1
vote
2answers
40 views

Setting up an OpenGL ES renderer for 2D?

I'm trying to set up the renderer so that regardless of device, the view is a simple 2D field with the top of the screen at 1.0f and the bottom at -1.0f. I can't seem to get it quite right, I've been ...
1
vote
0answers
68 views

Setting up MJPEG compressor

I made a console program that previews a video from webcam and captures it throught the MJPEG compression filter to .avi format. My schema: WebCam ->IBaseFilter(Video capture filter) ...
1
vote
0answers
100 views

How to put Buttons into Swing Table in Scala?

For Java the solution is here: How to add button in a row of JTable in Swing java (I need to put Buttons in given column, not a row). When translating it into Scala I have the problem with setting ...
1
vote
1answer
196 views

JTable, custom header renderer and sorting icons

While setting a custom renderer on a JTable header I get the expected visual behavior (borders, font, alignment, ...) but I can't manage to get the LaF sorting icons that usually appear when the rows ...
1
vote
0answers
92 views

Android - Switch activities from renderer

In my Android app I want to switch activities from my renderer. When I create the Renderer I pass context in the constructor. In my Renderer in the onDrawFrame function: public MyRenderer(Context ...
1
vote
1answer
381 views

Magento grid filter index for custom column

In Magento Grid a) While preparing collection I did some calculations in query and got those values as extra column- ex - select 1 as extracolumn Now how can I set filter_index and sorting on ...
1
vote
1answer
214 views

How to render OpenGL on a live wallpaper (It's way too HARD!)?

So imagine you have and android application (not live wallpaper), and lets say it features a cube rendered in OpenGL with textures and lighting and all that. Now, how would you port that into a live ...
1
vote
1answer
398 views

Extjs 4.0 MVC - grid column renderer function scope problem

I don't understand why I can't use 'myRendInside' function for rendering a grid column. I have to use the myRendGlobal OR I can also do 'renderer: function(val) {blah blah'. 'this.myRendInside' ...
1
vote
1answer
264 views

JTable Row selection background problem.

I have a JTable and to set a picture as background in JTable and other properties i used this code. tblMainView= new JTable(dtModel){ public Component prepareRenderer(TableCellRenderer ...
1
vote
1answer
266 views

Rails3: How to pass param into custom will_paginate renderer?

I've got a custom will_paginate renderer that overrides WillPaginate::ViewHelpers::LinkRenderer's link method like so: def link(text, target, attributes = {}) "<a ...
1
vote
2answers
165 views

java jTable : how to know the row number?

I wrote a class that implements TableCellRenderer, since I want to put checkboxes inside the jTable. In the getTableCellRendererComponent method of this class, i have the condition : if(isSelected){ ...
1
vote
1answer
66 views

django forms - getting django to build the form you want

class BaseForm(forms.Form): def as_custom_table(self): "Returns this form rendered as HTML <tr>s -- excluding the <table></table>." return self._html_output( ...
1
vote
1answer
189 views

How to get full highlighting (with border) on JTable Renderer

There is a common method when using JTable TableCellRenderers for setting the background and foreground when the cell is selected. Here is an example question that was asked: Why does my Java custom ...
1
vote
3answers
77 views

Color specific row by rowid

I have JTable like this String[] columnTitles=new String[]{"Command","Offset","Type","Value","Units","R/W"}; Object[][] data=new Object[20][7]; for(int i=0;i<ROWS_NUMBER;i++){ ...
1
vote
1answer
288 views

Android activity life cycle - restarting (destroying) app does not remove reference to (custom) listener?

I have an application using a GlSurfaceView and renderer. I have it set so that when the user exits the application via the back button I call myActivity.finish(); This is fine and I can see the ...
1
vote
2answers
3k views

PDF Library for Android - PDFBox?

Wich libraries exists to use to draw PDF files on Android? I found PDFBox, that is a JSE Library, and want to know if somehow it can be used to draw the PDFs on Android. I know Android converts ...
1
vote
2answers
272 views

Use of IChoiceRenderer

In wicket IChoiceRenderer for DropDownChoice is used like : IChoiceRenderer renderer = new IChoicerRenderer() { public Object getDisplayValue(Object object) { return ((Country) ...
1
vote
1answer
1k views

JTable disable Checkbox in Cell

Hello I have a JTable And i want to grey out all the disabled checkbox cells i tried with a custom renderer checking isEnabled() and then changing the background color but still not workin. Any ...
1
vote
1answer
322 views

Images in Adobe Flex

Im very new to Adobe Flex/Actionscript and am trying to create a person search application. So far I have my results showing as a horizontal list, but Id like to include an image above each name as my ...
1
vote
3answers
295 views

Centered JLabel inside JTable

How can I display a centered text or something similar inside a JTable if there are not results after a query? Thank you all.
1
vote
3answers
2k views

Align text in a JTable cell while maintaining JTable default renderer?

I have a JTable that does lovely alternations in coloration thanks to this code: table.setDefaultRenderer(Object.class, new BorderRenderer(new ColorRenderer(table ...

1 2 3