qpython 3 fullShow not working.

44 views
Skip to first unread message

William Wang

unread,
May 24, 2018, 2:52:42 AM5/24/18
to QPython
layout="""
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <Button
        android:id="@+id/LutButton"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="Lut Analyst" />

    <Button
        android:id="@+id/AIButton"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="AI" />

</LinearLayout>
"""
android.fullShow(layout)
get stranger screen renderered.(Sampled Layout)


William Wang

unread,
May 24, 2018, 2:54:09 AM5/24/18
to QPython


On Thursday, 24 May 2018 14:52:42 UTC+8, William Wang wrote:

 import androidhelper
android=androidhelper.Android()

QPython Support

unread,
May 28, 2018, 2:42:46 AM5/28/18
to qpy...@googlegroups.com
Dear User,
How may we help you?
QPYTHON TEAM

--
You received this message because you are subscribed to the Google Groups "QPython" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qpython+unsubscribe@googlegroups.com.
To post to this group, send email to qpy...@googlegroups.com.
Visit this group at https://groups.google.com/group/qpython.
To view this discussion on the web visit https://groups.google.com/d/msgid/qpython/ba678c50-be50-4f83-bceb-84c0b53cd9d7%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

William wang

unread,
Jun 4, 2018, 9:25:33 PM6/4/18
to qpy...@googlegroups.com
thanks.
add
while True:
    result=droid.eventWait().result

and not worked.


For more options, visit https://groups.google.com/d/optout.



--
-------------
Regards

William Wang

William wang

unread,
Jun 4, 2018, 9:25:59 PM6/4/18
to qpy...@googlegroups.com
thanks.fix typo.
add
while True:
    result=droid.eventWait().result

and now worked.

QPython Support

unread,
Jun 5, 2018, 9:45:09 PM6/5/18
to qpy...@googlegroups.com

Lukasz T

unread,
Jan 12, 2019, 11:35:55 AM1/12/19
to QPython
Hi,
The problem is enter after """
There should be one line
like that:
layout="""<?xml vers...
Reply all
Reply to author
Forward
0 new messages