Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,633 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
if(bla) #158293
10/02/07 17:59
10/02/07 17:59
Joined: Aug 2007
Posts: 165
Germany
J
jermy Offline OP
Member
jermy  Offline OP
Member
J

Joined: Aug 2007
Posts: 165
Germany
if(menu.VISIBLE==on)
{...}

whats wrong with that?
menu is a PANEL

Re: if(bla) [Re: jermy] #158294
10/02/07 18:11
10/02/07 18:11
Joined: Aug 2007
Posts: 165
Germany
J
jermy Offline OP
Member
jermy  Offline OP
Member
J

Joined: Aug 2007
Posts: 165
Germany
ok, it must mean
if(menu.flags == VISIBLE)
{...}

sorry for that stupid question

Re: if(bla) [Re: jermy] #158295
10/02/07 18:56
10/02/07 18:56
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany
Quote:

ok, it must mean
if(menu.flags == VISIBLE)
{...}

sorry for that stupid question



I don't know why this works.
It must be:
Code:
if is(menu,VISIBLE)
{...}


I think your code will result wrong results

Re: if(bla) [Re: Lukas] #158296
10/03/07 11:43
10/03/07 11:43
Joined: Aug 2007
Posts: 165
Germany
J
jermy Offline OP
Member
jermy  Offline OP
Member
J

Joined: Aug 2007
Posts: 165
Germany
Quote:

Quote:

ok, it must mean
if(menu.flags == VISIBLE)
{...}

sorry for that stupid question



I don't know why this works.
It must be:
Code:
if is(menu,VISIBLE)
{...}


I think your code will result wrong results




well see later...


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1