Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 803 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19058 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 | chip programmers | 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