November 15, 200817 yr Hi,I'm using the next code to show some warnings on panel :(L:WRN G, bool) 0 == And i'm uning the next code on the same page that needto hide all the warnings and thats not work to me.OFF(L:WRN G, bool) 1 == What can be the problem ?Thanks
November 15, 200817 yr Hi,Try:1 (>L:WRN G, bool)Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
November 15, 200817 yr Author Looks like it's work ! ThanksCan you explin why in my way it's wasn't work ?is this the technic to make the variable value 0 or 1 ?or there is another way ?Thanks
November 15, 200817 yr Hi,When you want an action for your variable, you need in the always an >So when for example a bitmap must be visible when: (L:Your Variable,bool) You must click: 1 (>L:Your Variable,bool) or: (L:Your Variable,bool) ! 0 (>L:Your Variable,bool) or, may be better, one clickspot for on/off (L:Your Variable,bool) (L:Your Variable,bool) ! (>L:Your Variable,bool) Hope it helps,Jan"Beatus ille qui procul negotiis..." Jan "Beatus ille qui procul negotiis..."
Create an account or sign in to comment