Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 03/05/26 02:58
zorro with ccxt?
by opm. 03/03/26 03:17
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
3 registered members (TipmyPip, AndrewAMD, 1 invisible), 5,209 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
C-Lite conversion #390337
12/27/11 13:09
12/27/11 13:09
Joined: Jun 2010
Posts: 9
Germany, Bensheim
laci Offline OP
Newbie
laci  Offline OP
Newbie

Joined: Jun 2010
Posts: 9
Germany, Bensheim
Hi,

how can I convert this code (optimal) in C-Lite?

function swap_choice_panel()
{
// show / hide
choice_pan.visible = (choice_pan.visible == off);
choice_txt.visible = (choice_txt.visible == off);
}

thx - Laci

Re: C-Lite conversion [Re: laci] #390338
12/27/11 13:26
12/27/11 13:26
Joined: May 2010
Posts: 117
Germany , Dortmund
B
Bone Offline
Member
Bone  Offline
Member
B

Joined: May 2010
Posts: 117
Germany , Dortmund

Last edited by Bone; 12/27/11 13:26.
Re: C-Lite conversion [Re: laci] #390339
12/27/11 13:27
12/27/11 13:27
Joined: Feb 2011
Posts: 135
Myrkling Offline
Member
Myrkling  Offline
Member

Joined: Feb 2011
Posts: 135
With the toggle macro:

toggle(choice_pan, SHOW);
toggle(choice_txt, SHOW);

Re: C-Lite conversion [Re: Myrkling] #390342
12/27/11 14:16
12/27/11 14:16
Joined: Jun 2010
Posts: 9
Germany, Bensheim
laci Offline OP
Newbie
laci  Offline OP
Newbie

Joined: Jun 2010
Posts: 9
Germany, Bensheim
The toggle macro is perfect!

Thank you.


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