Attach your code to the email. Sounds like things are working correctly, but you must have missed something if the app is not sending text to the console.
From: exquinite
Sent: Friday, July 26, 2019 1:25 PM
To: Kivy users support
Subject: [kivy-users] Help regarding Kivy Intro - Mobile and Desktop App Devw/ Python by sentdex
Hi, im following this tutorial on youtube which is "Kivy Intro - Mobile and Desktop App Dev w/ Python" by sentdex
(https://www.youtube.com/watch?v=FjwD0SOGQ1k&list=PLQVvvaa0QuDfwnDTZWw8H3hN_VRQfq8rF)
I have successfully install kivy and everything, run it through (kivy_venv) in my PowerShell. . I wrote the EpicApp using Atom. All done, then I run the app in the terminal and it ran successfully (text in terminal: Start application main loop NPOT texture support is available). . The problem is, I'm not getting any output in the terminal when I click the join button in the app. It supposes to print "Attempting to join...." but nothing came out. .
I have ensure that all the codes are correct and it only need to print something in the terminal when I click the submit button but nothing happen.
. So, I hit the [close] button on the apps and then it shows: exiting mainloop and closing. Leaving application in progress... . Did I miss something?
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/897ba7bb-03e2-4220-8f99-a268299daafb%40googlegroups.com.
Attach your code to the email. Sounds like things are working correctly, but you must have missed something if the app is not sending text to the console.
From: exquinite
Sent: Friday, July 26, 2019 1:25 PM
To: Kivy users support
Subject: [kivy-users] Help regarding Kivy Intro - Mobile and Desktop App Devw/ Python by sentdex
Hi, im following this tutorial on youtube which is "Kivy Intro - Mobile and Desktop App Dev w/ Python" by sentdex
(https://www.youtube.com/watch?v=FjwD0SOGQ1k&list=PLQVvvaa0QuDfwnDTZWw8H3hN_VRQfq8rF)
I have successfully install kivy and everything, run it through (kivy_venv) in my PowerShell. . I wrote the EpicApp using Atom. All done, then I run the app in the terminal and it ran successfully (text in terminal: Start application main loop NPOT texture support is available). . The problem is, I'm not getting any output in the terminal when I click the join button in the app. It supposes to print "Attempting to join...." but nothing came out. .
I have ensure that all the codes are correct and it only need to print something in the terminal when I click the submit button but nothing happen.
. So, I hit the [close] button on the apps and then it shows: exiting mainloop and closing. Leaving application in progress... . Did I miss something?
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
self.join.bind(on_press=self.join_button)
Your code had on_pressed
A big piece of the power of kivy is the KV language. This example does not use KV. You could do this even more easily after you understand KV.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/bed55dba-91ef-4b4c-9a6a-3c2e9bf15ae9%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/5d3b70ef.1c69fb81.1de67.539cSMTPIN_ADDED_MISSING%40gmr-mx.google.com.