galagast
01-04-2005, 02:29 AM
Im trying to access the properties of this function...
exclusionListDlg()
I tried all the class and object instpector funcitons.. nothing seems to extract what im looking for...
when i assign this to a variable like so...
myList = exclusionListDlg()
it would pop-up a dialog (as expected), do some including and excluding... then after pressing OK, it would return my array...
now my problem is, how will i know if the array is for my Exlcusion list? or is it for my Inclusion List? ... and how will I know of the array was set to Illumination, Shadow Casting or Both? it doesnt print any of those infos, it just gives me an array...
i hope somebody could shed some light on me regarding this... many thanks in advance! :)
exclusionListDlg()
I tried all the class and object instpector funcitons.. nothing seems to extract what im looking for...
when i assign this to a variable like so...
myList = exclusionListDlg()
it would pop-up a dialog (as expected), do some including and excluding... then after pressing OK, it would return my array...
now my problem is, how will i know if the array is for my Exlcusion list? or is it for my Inclusion List? ... and how will I know of the array was set to Illumination, Shadow Casting or Both? it doesnt print any of those infos, it just gives me an array...
i hope somebody could shed some light on me regarding this... many thanks in advance! :)
