Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5043

Raspberry Pi Connect • Re: Raspberry Pi Connect for Organisations, plus full-screen support

$
0
0
1) You cannot PASTE when in Full-Screen, it just doesn't work. This means you have to jump in and out of full screen
(Windows 11)

2) I cannot paste into Mousepad (the OS's Text Editor).

3) The paste method seems to mangle some of my text (maybe unicode related ?)

To test the mangling

Use https://raw.githubusercontent.com/lawsi ... ad_data.py (it is an example I worte for guizero and the sensehat or sense_emu)
This is the raw format of code that normally works, the same happens with the standard github format.

Copy (from Windows 11 - Edge) and paste that into Thonny though Connect on a Pi

Paragraph characters are added at the end of every line.
The degree and micro symbols go 'funny' and mean the program will not run and blanks out some parts on the lines below...
these lines
temperature_text.value = read_temp_sensor(),"°C"
and
IMU_title_mag = Text(app, "Magnetometer µT", grid=[0, 9])


Whatever changed the Pasting does through Connect mangles the text enough to break Thonny, it will not even save.

Thonny is normally quite happy with the program.

4) Just feedback as generally it all just works.

Statistics: Posted by bensimmo — Sun Dec 08, 2024 6:01 pm



Viewing all articles
Browse latest Browse all 5043

Trending Articles