Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Android #6685

Open
2 tasks
Ricc4rdo0107 opened this issue Feb 19, 2024 · 11 comments
Open
2 tasks

Bug Android #6685

Ricc4rdo0107 opened this issue Feb 19, 2024 · 11 comments
Labels
Platform Specific Issue - Android Specific to the Android environment. PySimpleGUI 5 PySimpleGUI 5

Comments

@Ricc4rdo0107
Copy link

Type of Issue Bug


Operating System

Android

PySimpleGUI Port (tkinter, Qt, Wx, Web)

tkinter


Versions

Version information can be obtained by calling sg.main_get_debug_data()
Or you can print each version shown in ()

Python version (sg.sys.version)

PySimpleGUI Version (sg.__version__)

GUI Version (tkinter (sg.tclversion_detailed), PySide2, WxPython, Remi)


Your Experience In Months or Years (optional)

Years Python programming experience

Years Programming experience overall

Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)

Anything else you think would be helpful?


Troubleshooting

These items may solve your problem. Please check those you've done by changing - [ ] to - [X]

  • [ X] Searched main docs for your problem www.PySimpleGUI.org
  • [X ] Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! Demos.PySimpleGUI.org
  • [X ] None of your GUI code was generated by an AI algorithm like GPT
  • If not tkinter - looked for Demo Programs for specific port
  • For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
  • [ x] Run your program outside of your debugger (from a command line)
  • [ x] Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
  • [ x] Have upgraded to the latest release of PySimpleGUI on PyPI (lastest official version)
  • [x ] Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released

Detailed Description

Code To Duplicate

A short program that isolates and demonstrates the problem (Do not paste your massive program, but instead 10-20 lines that clearly show the problem)

This pre-formatted code block is all set for you to paste in your bit of code:

# Paste your code here

Screenshot, Sketch, or Drawing


Watcha Makin?

If you care to share something about your project, it would be awesome to hear what you're building.!

Screenshot_20240219-164523.jpg

Why I cant click ok, it was a pain finding a way to enter that string btw, so please help me

@jason990420
Copy link
Collaborator

Lot of information missed in your issue form !

@Ricc4rdo0107
Copy link
Author

What information do you need? The problem is that I cant click ok on the gui, even tho I entered the license key

@jason990420
Copy link
Collaborator

Like what the steps to show above gui on your Android ?

@PySimpleGUI
Copy link
Owner

Is this PyDroid3?

@PySimpleGUI PySimpleGUI added the Platform Specific Issue - Android Specific to the Android environment. label Feb 20, 2024
@PySimpleGUI
Copy link
Owner

Another question for you....
Are you able to run in Trial Mode?

@PySimpleGUI PySimpleGUI added the PySimpleGUI 5 PySimpleGUI 5 label Feb 20, 2024
@Ricc4rdo0107
Copy link
Author

Ricc4rdo0107 commented Feb 21, 2024

Yes its pydroid, and I can actually go in trial mode, but I dont want the screen with "TRIAL MODE 30 DAYS" in the way

@Ricc4rdo0107
Copy link
Author

Ricc4rdo0107 commented Feb 21, 2024

@jason990420 sorry for not understanding your question at first, I'm developing a TCP Webcam Streaming Program, here a piece of the code👍:

  def gui(self):
    layout = [
        [sg.Image(expand_x=True, expand_y=True, key="-img-")]
    ]
    self.window = sg.Window("Test", layout=layout, size=(800, 800), finalize=True)

    while True:
        event, values = self.window.read(timeout=16)
        if event == sg.WIN_CLOSED:
            break

        if self.image_data:
            img_bytes = self.image_data
            self.window["-img-"].update(data=img_bytes)
            self.image_data = None 

    self.window.close()
    self.s.close()

@PySimpleGUI
Copy link
Owner

Yes its pydroid, and I can actually go in trial mode, but I dont want the screen with "TRIAL MODE 30 DAYS" in the way

Thank you! I need to do some additional testing on Android. I'll get back to ya when I do a little more testing. Sorry for the delay. Thanks for opening an issue.

@PySimpleGUI
Copy link
Owner

There was a problem with a small number of keys. The fix is in 5.0.3 that is now on PyPI. Can you please try upgrading to this release and see if it corrects the problem?

@Ricc4rdo0107
Copy link
Author

Ricc4rdo0107 commented Mar 17, 2024

I cant even paste it in the textbox and also when I go to "My License" section of the site in only gives me my Support Code while the License box is empty. I don't know if I'm doing something wrong(other than tryng to use python on android)

@PySimpleGUI
Copy link
Owner

I made an announcement about the license box problem yesterday. It was fixed. Your key was sent via email as an attachment also. We're having trouble with logins this morning.

I've added a paste button as well to the Home Window recently and over the weekend added it to other dialog boxes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Specific Issue - Android Specific to the Android environment. PySimpleGUI 5 PySimpleGUI 5
Projects
None yet
Development

No branches or pull requests

3 participants