A long time ago ... you have explained to me that Property Sheet was used to input datas and not output ...
Well i use it but i'm limited in report : --------------------------------------- I have in a sinlge property sheet : -- regular troops (spinned) and -- mercenary troops (spinned) I only want to do Army = $regular troops$ + $mercenary troop$ For example : Army = 50 + 100 = 150 (150 the result expected) Report in a Text Label ---------------------- If i report in a text label doing : $regular troops$ + $mercenary$ troop$ I will only have : 50 + 100 ( and never 150) Dynamic text Label updated --------------------------- Well when the property sheet is changed the TextLabel ( $regular troops$ + $mercenary$) is not ... it's why i'm obliged to use a dynamic property ... But I want the dynamic update as soon as "Apply" is done from the property sheet . and i must active (CTRL P) next time to see the modification (because dynamic property act to change the Text Label). Finally ------- How do simply have Army =150 (without 50 +100 still reported) ? How to have a dynamic update from a property sheet in a textLabel as soon as "Apply" is typed ?? Thank for any answer Regards, Soft-bug
