Bitmap or Tiff in the Attribute Editor
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 25/04/2003 at 04:51, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C.O.F.F.E.E ; C++ ;---------
hello,
i am trying to display a bitmap or tiff in the attribute editor. does anyone has a hint, how i can do this ?the picture should change everytime i klick on a button.
best regards from germany
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/04/2003 at 15:28, xxxxxxxx wrote:
noone ?
i now that this is possible. samir... do you want to explain how you did it in DPIT ? -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/04/2003 at 22:52, xxxxxxxx wrote:
Have a look in the description file (sorry I don't know). If you want to know how to do something in the AM, find something in C4D that does what you want, find its description file and take a look at it, you are then half way towards it. You can then find the header file for that control; I would assume the bitmap is a customgui, looking at the c4d headers I see customgui_bitmapbutton, could be it.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/04/2003 at 03:10, xxxxxxxx wrote:
Hi,
the bitmapbutton is the right way to go. Search this forum. There are two or three postings that will explain how to use it.
Oh yeah, the good old search function. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/04/2003 at 21:43, xxxxxxxx wrote:
ok thanks ... i found something... i'll try it today!