[Question]How to expand a new page on the page #3644
Answered
by
AthenaRoland
AthenaRoland
asked this question in
Q&A
-
QuestionHow to expand a new page on the page Code sampledef Lyirc(e):
global lyricon
if lyricon % 2 == 0:
showOnMoreButton.selected = True
showOnMoreButton.update()
systemBar.controls.clear()
viewBar.controls.clear()
else:
showOnMoreButton.selected = False
showOnMoreButton.update()
SystemBarReflesh()
ViewBarReflesh()
lyricon += 1
viewBar.update()
systemBar.update()
viewBar.update()
page.update() Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
AthenaRoland
Jul 14, 2024
Replies: 1 comment
-
I seem to have found a solution that is even more animated than adding and removing def Lyirc(e):
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AthenaRoland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I seem to have found a solution that is even more animated than adding and removing
def Lyirc(e):
global lyricon
if lyricon % 2 == 0:
showOnMoreButton.selected = True
showOnMoreButton.update()