Search found 7 matches

by Theo
Thu Jan 15, 2009 3:05 pm
Forum: .NET
Topic: TeeChart.NET v3 under Delphi Prizm
Replies: 1
Views: 2674

TeeChart.NET v3 under Delphi Prizm

Has anybody tested ver3 .NET under Delphi Prizm in both - Windows and Mono (linux) env. ?
by Theo
Thu Nov 06, 2008 12:42 pm
Forum: VCL
Topic: porting TeeChart to Lazarus/FPC under Linux
Replies: 1
Views: 4425

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
by Theo
Fri Aug 10, 2007 1:43 pm
Forum: VCL
Topic: OpenGL parse
Replies: 3
Views: 4438

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
by Theo
Thu Aug 09, 2007 3:02 pm
Forum: VCL
Topic: OpenGL parse
Replies: 3
Views: 4438

OpenGL parse

Hi there,

I was wondering if there is a way to parse OpenGL commands (as source) at runtime?

Theo
by Theo
Tue Jul 10, 2007 11:06 pm
Forum: VCL
Topic: How to draw a closed 3D surface ?
Replies: 3
Views: 4861

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
by Theo
Sun Jul 08, 2007 4:24 pm
Forum: VCL
Topic: How to draw a closed 3D surface ?
Replies: 3
Views: 4861

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...
by Theo
Sat Mar 18, 2006 1:00 am
Forum: VCL
Topic: CustomHorizAxis ?
Replies: 1
Views: 3098

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