Tagged Questions

0
votes
0answers
7 views

How to customise rendering of a ToolStripTextBox?

I like the ToolStripProfessionalRenderer style quite a lot, but I do not like the way it renders a ToolStripTextBox. Here, ToolStripSystemRenderer does a better job IMO. Now is the …
2
votes
8answers
1k 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 …
0
votes
1answer
37 views

Flex renderer data inside a panel…

I have a page (below) that has a datagrid that lists "item"'s returned from an XML file (below) and when it loads it created a page in the viewstack for each item it finds (working …
0
votes
2answers
38 views

Flex Setting dataProvider for an itemRenderer.

I have a httpservice that returns xml data. <mx:HTTPService id="httpService" url="data/Software.xml" resultFormat="e4x" result="httpResult_handler(event)" fault="Alert.show('XM …
0
votes
1answer
49 views

Flex Call ItemRenderer inside a new panel()

I have the below function creating new panels inside my ViewStack.. This works fine and they are great.. However i am trying to put some content into the panels but i am failing. …
0
votes
2answers
60 views

Checkbox on SQL Query in DataGrid.

Following on from - http://stackoverflow.com/questions/1591467/deep-nested-xml I have a checkbox renderer i am placing into my Datagrid. The checkbox needs to do a sql query on th …
0
votes
1answer
72 views

Flex renderer recycling with browser scrollbars?

Is it possible to get flex renderer recycling while using browser scrollbars? I have a flex tree control with custom item renderers for rich editing of a server-side data structur …
2
votes
1answer
123 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 …
2
votes
7answers
244 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 Mes …
2
votes
2answers
208 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 li …
0
votes
1answer
604 views

J2ME Html renderering

Does anyone know of an HTML rendering library for MIDP 2.0? I need to render HTML inside my application, no Javascript support required but potentially complex HTML and CSS. The …