Priority of interface objects
Re: Priority of interface objects
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
Re: Priority of interface objects
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$
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$
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Priority of interface objects
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 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$
Re: Priority of interface objects
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...
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...
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: Priority of interface objects
This bug will be fixed in version 5.6.