Re: FTC and RB3DSpace
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Fri, 14 Dec 2007 10:35:09 -0600
Patrick Santoni wrote:
hello, there is not a so big difference between Canvas and RB3DSpace
Canvas :
your create differents pictures and at the end you make
"canvas1.backdrop= FinalPicture"
RB3DSpace :
your create differents pictures and at the end you make :
MyObject3D.AddShapePicture FinalPicture, scale=1
MyRB3DSpace.upDate
The big one difference between canvas and RB3DSpace is you can
rotate the picture with RB3DSpace.
My question is :
Is it possible to Draw text with FTC not in a canvas but in a
RB3DSpace.
Thanks Brendan for your cooperation
I am not exactly sure what your question is asking. Can the FTC be
based off the RB3DSpace class or can you use the FTC code base to
render text in RB3DSpace?
The FTC cannot be based off RB3DSpace because it it is missing
some supporting events that are necessary to run the control.
If you want to use the FTC code base to render stuff in
an RB3DSpace control, that may be possible but I think it would
take a fair amount of work. It all depends on what you want to
accomplish.
FTC Website: www.truenorthsoftware.com/Realbasic/FormattedText.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
- References:
- FTC and RB3DSpace
- From: patrick santoni
Other related posts:
- » FTC and RB3DSpace
- » Re: FTC and RB3DSpace
hello, there is not a so big difference between Canvas and RB3DSpace Canvas :your create differents pictures and at the end you make "canvas1.backdrop= FinalPicture"
RB3DSpace : your create differents pictures and at the end you make : MyObject3D.AddShapePicture FinalPicture, scale=1 MyRB3DSpace.upDateThe big one difference between canvas and RB3DSpace is you can rotate the picture with RB3DSpace.
My question is :Is it possible to Draw text with FTC not in a canvas but in a RB3DSpace.
Thanks Brendan for your cooperation
- FTC and RB3DSpace
- From: patrick santoni