checking panel flags / lite c

Posted By: roald

checking panel flags / lite c - 05/05/10 15:26

hi guys...

well, i searched for some hours...but still did not find it:

how to check panel flags at runtime in lite c?

example: if my panel is visible (flags = VISIBLE;)i will call a function...

whats the exact syntax?

thx for helping
dietmar
Posted By: EvilSOB

Re: checking panel flags / lite c - 05/05/10 15:30

You want to check the SHOW flag, the old VISIBLE is obsolete...
Code:
if(is(my_panel,SHOW))   {  call_function();  }


Posted By: Widi

Re: checking panel flags / lite c - 05/05/10 16:37

Where do you search for hours? In a cooking book? ;-)
Posted By: roald

Re: checking panel flags / lite c - 05/05/10 18:51

@ EvilSOB

thx a lot... REAL BEER is waitin for you if youŽll ever visit austria... smile

@ widi: you soooooo damn good... sick
Posted By: DLively

Re: checking panel flags / lite c - 05/05/10 22:50

@Widi: Why are you searching cookbooks for source code? wink laugh
© 2024 lite-C Forums