Search found 7 matches
- Thu Jan 15, 2009 3:05 pm
- Forum: .NET
- Topic: TeeChart.NET v3 under Delphi Prizm
- Replies: 1
- Views: 2696
TeeChart.NET v3 under Delphi Prizm
Has anybody tested ver3 .NET under Delphi Prizm in both - Windows and Mono (linux) env. ?
- Thu Nov 06, 2008 12:42 pm
- Forum: VCL
- Topic: porting TeeChart to Lazarus/FPC under Linux
- Replies: 1
- Views: 4463
porting TeeChart to Lazarus/FPC under Linux
Does anybody get TeeChart v7 to work in Lazarus/FPC under Linux ?
If yes, please help (compile script, etc).
Thank you
Theo
If yes, please help (compile script, etc).
Thank you
Theo
- Fri Aug 10, 2007 1:43 pm
- Forum: VCL
- Topic: OpenGL parse
- Replies: 3
- Views: 4459
parsing OpenGL
Hi Narcís,
I meant interpreting in the same way as Web-browser interprets HTML code.
So if there is a way to feed some method with OpenGL commands and have them executed?
thanks'
Theo
I meant interpreting in the same way as Web-browser interprets HTML code.
So if there is a way to feed some method with OpenGL commands and have them executed?
thanks'
Theo
- Thu Aug 09, 2007 3:02 pm
- Forum: VCL
- Topic: OpenGL parse
- Replies: 3
- Views: 4459
OpenGL parse
Hi there,
I was wondering if there is a way to parse OpenGL commands (as source) at runtime?
Theo
I was wondering if there is a way to parse OpenGL commands (as source) at runtime?
Theo
- Tue Jul 10, 2007 11:06 pm
- Forum: VCL
- Topic: How to draw a closed 3D surface ?
- Replies: 3
- Views: 4882
3rd party ?
Hi Josep,
I knew that, what I meant was: Do you know 3rd party product which does that OR well explained algo ?
In general, any alternatives to simply wait ?
Theo
I knew that, what I meant was: Do you know 3rd party product which does that OR well explained algo ?
In general, any alternatives to simply wait ?
Theo
- Sun Jul 08, 2007 4:24 pm
- Forum: VCL
- Topic: How to draw a closed 3D surface ?
- Replies: 3
- Views: 4882
How to draw a closed 3D surface ?
Hi, anybody with an idea how to draw a closed 3D surface, like torus or Moebius strip ? TTriSurfaceSeries does very poor job, you can try the example below: procedure TForm1.ToolButton1Click(Sender: TObject); var i,j,k: integer; q,r,u,v: double; begin q:= 10; r:= 2; for i:=-31 to 31 do for j:=-31 to...
- Sat Mar 18, 2006 1:00 am
- Forum: VCL
- Topic: CustomHorizAxis ?
- Replies: 1
- Views: 3108
CustomHorizAxis ?
I couldn't make CustomHorizAxis work ? (v7.06)
...using the same code as for CustomVertAxis
Even in the help the example for CustomHorizAxis is with CustomVertAxis ?
Any examples of CustomHorizAxis use?
Theo
...using the same code as for CustomVertAxis
Even in the help the example for CustomHorizAxis is with CustomVertAxis ?
Any examples of CustomHorizAxis use?
Theo