Priority of interface objects

smabasgil
Posts: 46
Joined: Sat Dec 26, 2015 1:06 pm
My devices: Ipad 2
Flag: Bahamas

Re: Priority of interface objects

Post by smabasgil »

I don't want to bug you with things that can be found somewhere else on the forum. I will search before. Thank you very much

smabasgil
Posts: 46
Joined: Sat Dec 26, 2015 1:06 pm
My devices: Ipad 2
Flag: Bahamas

Re: Priority of interface objects

Post by smabasgil »

I cannot understand why, in this dead simple code, i cannot see again the interface object once defined in PAGE "L0"

PAGE "L0" SET
BUTTON "lancer" TEXT "in page origin" AT 25,75 SIZE 200,200
INPUT "yyy":y$
PAGE "nug" SET
BUTTON "d" TEXT "in page nug" AT 25,75 SIZE 200,200
INPUT "xxx":x$
PAGE "nug" HIDE
PAGE "L0" SHOW
INPUT "yyy":y$

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Priority of interface objects

Post by Mr. Kibernetik »

smabasgil wrote:I cannot understand why, in this dead simple code, i cannot see again the interface object once defined in PAGE "L0"

PAGE "L0" SET
BUTTON "lancer" TEXT "in page origin" AT 25,75 SIZE 200,200
INPUT "yyy":y$
PAGE "nug" SET
BUTTON "d" TEXT "in page nug" AT 25,75 SIZE 200,200
INPUT "xxx":x$
PAGE "nug" HIDE
PAGE "L0" SHOW
INPUT "yyy":y$
There seems to be a bug when using INPUT command, but in your example you can show "L0" page by PAGE "L0" SET command instead of PAGE "L0" SHOW.

smabasgil
Posts: 46
Joined: Sat Dec 26, 2015 1:06 pm
My devices: Ipad 2
Flag: Bahamas

Re: Priority of interface objects

Post by smabasgil »

Yes, thank you, it works .

I was focused on PAGE "smthg" SHOW and PAGE "smthg" HIDE since it appeared more logical to me...
And also i thought coding PAGE "smthg" SET would start a new object then erasing existing...

User avatar
Mr. Kibernetik
Site Admin
Posts: 4786
Joined: Mon Nov 19, 2012 10:16 pm
My devices: iPhone, iPad, MacBook
Location: Russia
Flag: Russia

Re: Priority of interface objects

Post by Mr. Kibernetik »

This bug will be fixed in version 5.6.

Post Reply