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
4
votes
3 answers

Xamarin Forms, ScrollView ScrollToAsync Speed

Anyone knows how to change the speed of the scroll animation in ScrollToAsync method for Xamarin.Forms.ScrollView control? I'm developing an Android App with Xamarin Forms. Thanks
4
votes
1 answer

Implement a column renderer for Vaadin 8 Grid

The Vaadin Framework guide has a page describing how to use Column Renderers in a Vaadin Grid. And this page describes implementing renderers, but all too briefly. I want to implement a InstantRenderer to complement the partial set of java.time…
Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154
4
votes
5 answers

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 automagically render correctly in one of the…
John Gordon
  • 2,181
  • 5
  • 28
  • 47
4
votes
2 answers

Interaction with a cell renderer in JTable

Is there any way to get a cell renderer to respond to mouse events, such as mouseovers?
NewlessClubie
  • 983
  • 2
  • 8
  • 18
4
votes
2 answers

Exception during layout rendering Android N Android Studio SDK tools 24.4.1

I just updated my Android SDK (and maybe Android Studio also, i just followed the automatic process) and when I try to preview a layout I get this error message:…
bendaf
  • 2,981
  • 5
  • 27
  • 62
4
votes
1 answer

Atom Runs Incredibly Slow on Ubuntu 15.10 - Something about a Renderer?

Alright, to be honest, I have no idea if this situation is specific to my computer or to any Linux user... but hear me out. I have coded in GitHub's Atom text editor on Windows 8.1 platform before. Loved it, so when I switched to Linux (Ubuntu 15.10…
Eddo Hintoso
  • 1,442
  • 14
  • 22
4
votes
1 answer

Accessing a Custom Renderer Instance from Xamarin Forms Element Shared Code

I am creating a component that uses a custom renderer on each platform. Let's just call it a SpecialButton element. BindableProperty works fine for values but I also want to allow a user to invoke operations on the renderer from shared code (call…
Adam
  • 4,590
  • 10
  • 51
  • 84
4
votes
2 answers

Set Jtable/Column Renderer for booleans

Right now my Boolean values for my JTable display as JCheckBoxes. This would normally be fine but I would like to display them as either an alternative String or image. I can get them to display as true/false but I would like to display them as a…
twodayslate
  • 2,803
  • 3
  • 27
  • 43
4
votes
2 answers

Changing keyboard's ImeOptions of Xamarin.Forms.Entry in custom renderer not working on Android

What I have: I have a custom class MyEntry derived from Xamarin.Forms.Entry and custom renderer classes MyEntryRenderer for Android and iOS. What I want: I want to change the keyboard's "enter"-button to a "search"-button by changing ImeOptions on…
kaolick
  • 4,817
  • 5
  • 42
  • 53
4
votes
1 answer

ExtJS column renderer

My Problem is the renderer function of a column in a GridPanel in ExtJS 4. The record of the renderer should load an element of my list from my store, and it does; but it always loads the same element of the list. Here are relevant snippets of my…
FlorianQo
  • 103
  • 1
  • 9
4
votes
3 answers

Extjs : How to enable/disable a checkbox using renderer while loading a grid

I need to load a grid based on the query results I get. I am not having any issues with loading the text fields in the grid but there is one particular column which is a check box type. I am using the xtype: 'checkcolumn' for this purpose. The…
user3546785
  • 157
  • 1
  • 7
  • 16
4
votes
1 answer

Measuring Frametime/Framerate of an Android GLSurfaceView.Renderer

I have an application that uses OpenGL ES 2.0, and uses a GLSurfaceView and a Renderer class to draw to the screen. Originally, I set the rendermode to RENDER_WHEN_DIRTY, and then called requestRender() 60 times per second, timing how long it took…
Tristram
  • 176
  • 1
  • 8
4
votes
1 answer

How can I convert matplotlib path object to bitmap?

I have a matplotlib.path.Path object. How do I render it to bitmap (or array with color values). I quess I have to use the backend/rendere to draw the object but how do I do that? Edit: Most of matplotlib's drawable objects (markers, axes, etc) are…
Juha
  • 2,053
  • 23
  • 44
4
votes
1 answer

Plotting issues with dash-dot and dotted lines: How to modify default linestyles for better use with vector renderer 'painters'?

Matlab offers the following default linestyles: '-' Solid line (default) '--' Dashed line ':' Dotted line '-.' Dash-dot line The first two are alright, the third : is absolutely not my taste and rendered badly and the last one -. is…
Robert Seifert
  • 25,078
  • 11
  • 68
  • 113
4
votes
2 answers

User Interface Markup Language (UIML) render to html

I am currently investigating user interface (UI) generation through some meta-languages such as UIML. The language seems to be well standardized and it is one of the pioneers in that sense. (Here is a list of some other similar languages…
lapadets
  • 1,067
  • 10
  • 38