PDA

View Full Version : Holes on my procedure object models


HuaMuLan
05-17-2009, 01:50 PM
procedure object generated by SDK , and have some holes on it .
If I convert it to editable poly/mesh . The holes disappeared right away , filled.
The question is why i had these holes and is there any way to avoid these holes before the conversion to mesh/poly ?
http://i486.photobucket.com/albums/rr230/HuaMuLanChina/badAPI.jpg

HuaMuLan
05-19-2009, 08:05 AM
I find out what wrong .My holes was really due to my own coding problem . And anyway to change these buttons to my own one. Can I use swf file as my ui elements?

ZeBoxx2
05-19-2009, 12:39 PM
SWF - not easily, not directly.

You can use .NET ui elements, of course, (such as windows.forms.*) so if you have an SWF .NET control that exposes the underlying events in the SWF, you'd be in business.

HuaMuLan
05-19-2009, 01:04 PM
Well , we have sucessfully make max respond to our controller which compiled by C#.
Good New!:p
and we gota find out how to display max-object-properties like "$box01.pos.x" in our controller.
It is hard to display this property lively when I move my box and "$box01.pos.x" change its value.
I find it really can not be done by "paramWire.connect2way"...ahaha

HuaMuLan
05-19-2009, 03:36 PM
ahaha...I made it...

when transform $box01 changes do

test.f1.label1.Text = dotNetObject "system.String" ($box01.pos.x as string)

CGTalk Moderation
05-19-2009, 03:36 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.