Search found 853 matches

by Joris
Wed Oct 19, 2022 9:30 am
Forum: Raspberry PI
Topic: Remote programming with SSH and X11 Forwarding
Replies: 11
Views: 2582

Re: Remote programming with SSH and X11 Forwarding

With SSH and X11, how do you prevent having already openend and running software on the Pi ? As that setup creates a new desktop on which nothing is shown of running software. What if making several new connections (after having closed the one before) and not closing active programs on the Pi ? Ok, ...
by Joris
Thu Oct 13, 2022 8:52 am
Forum: Off Topic
Topic: [DONE] Attention: Raspberry Update !!!
Replies: 5
Views: 681

Re: [DONE] Attention: Raspberry Update !!!

I also did already an update but wasn't bussy with PB then.
So now a second update will repair all.
Thanks again.
by Joris
Tue Oct 11, 2022 8:39 am
Forum: Off Topic
Topic: [DONE] Attention: Raspberry Update !!!
Replies: 5
Views: 681

Re: Attention: Raspberry Update !!!

Thanks.
by Joris
Tue Oct 11, 2022 8:31 am
Forum: Raspberry PI
Topic: Remote programming with SSH and X11 Forwarding
Replies: 11
Views: 2582

Re: Remote programming with SSH and X11 Forwarding

@mk-soft thanks. But... On Raspbian VNC is pre-installed and easy to activate and use in combo the with VNC-viewer on the different OS's. Also VNC gives you the active desktop of the Pi, so already active programs opened on the Pi can be remotely handled. This I could not do with the setup using SSH...
by Joris
Mon Sep 26, 2022 8:47 am
Forum: Raspberry PI
Topic: Purebasic on a 5 inch touch screen. Problems...
Replies: 8
Views: 1702

Re: Purebasic on a 5 inch touch screen. Problems...

But ... the IDE is open source. Feel free to modify it as you need. ('the IDE ... ha, that is the name for all the windows... I had to look it up) @infratec I suppose that has to be done in C (which then is not possible for me. I'll have to look for the sources...). I could import the PB-settings f...
by Joris
Sun Sep 25, 2022 6:36 am
Forum: Raspberry PI
Topic: Purebasic on a 5 inch touch screen. Problems...
Replies: 8
Views: 1702

Re: Purebasic on a 5 inch touch screen. Problems...

Maybe I explained my problem not so well. Or I do not understand some given solution's. The 5 inch hdmi screen has a resolution of 800 x 460 pixels. When, for example opening the Preferences window of PB, it doesn't fit completely on the screen. The buttons OK and Cancel are outside the screen and I...
by Joris
Thu Sep 22, 2022 2:27 pm
Forum: Raspberry PI
Topic: Purebasic on a 5 inch touch screen. Problems...
Replies: 8
Views: 1702

Re: Purebasic on a 5 inch touch screen. Problems...

@Caronte3D What do you mean changing O.S. and Zoom ? The OS is Raspbian and that has no zoom unless a few settigns in the appearance... @mk-soft I do work with VNC and can do filetransfer both ways, but the problem is the same there. You get the same size of working space. PB itself does resize, but...
by Joris
Thu Sep 22, 2022 12:30 pm
Forum: Raspberry PI
Topic: Purebasic on a 5 inch touch screen. Problems...
Replies: 8
Views: 1702

Purebasic on a 5 inch touch screen. Problems...

Using Purebasic on a small screen (5 inch touch screen) : PB works great, but the sub-windows for settings, as Compiler, Preferences and so, are to big and so a lot of there settings are out of reach. The windows are to big for such a small screen. Is there a manner to get rid of these problems (unl...
by Joris
Thu Sep 22, 2022 8:39 am
Forum: Announcement
Topic: Nerdle
Replies: 9
Views: 976

Re: Nerdle

Here are warnings from Windows Defender (also Win 10 Pro). Can't run the game.
The explenation tells me that game is very similar to "Memory".
by Joris
Fri Sep 16, 2022 9:07 am
Forum: Coding Questions
Topic: A bug ? Gadgets passing events to canvas-parent... ? (Ubuntut)
Replies: 0
Views: 322

A bug ? Gadgets passing events to canvas-parent... ? (Ubuntut)

Hi, Working and testing on (latest) Ubuntu 64bit. In the setup below (part of a bigger one) the gadgets btn_SavePrf, btn_LoadPrf, btn_NewPrf, btn_SendPrf pass there event also to the parent canvas gadget. So there are two different events by one press (on ButtonUp) ??? What is the reason, and/or how...
by Joris
Thu Sep 01, 2022 8:38 am
Forum: Coding Questions
Topic: OpenConsole() is to fast ... trying to learn some stuff.
Replies: 9
Views: 669

Re: OpenConsole() is to fast ... trying to learn some stuff.

mk-soft wrote: Wed Aug 31, 2022 10:10 am Have you change executable format to console?
(See Compiler Options)
Ha, found it.

Thanks
by Joris
Wed Aug 31, 2022 12:49 pm
Forum: Coding Questions
Topic: OpenConsole() is to fast ... trying to learn some stuff.
Replies: 9
Views: 669

Re: OpenConsole() is to fast ... trying to learn some stuff.

BarryG wrote: Wed Aug 31, 2022 8:58 am Are you saying the console window doesn't stay open even though you're using the Input() command?
Yes, indeed.
(I get the feeling I forget/do something stupid...)
Debug OpenConsole()
Debug Input()
Gives me :
1

EOF

P.s. I'm working on Ubuntu (for this).
by Joris
Wed Aug 31, 2022 8:27 am
Forum: Coding Questions
Topic: OpenConsole() is to fast ... trying to learn some stuff.
Replies: 9
Views: 669

OpenConsole() is to fast ... trying to learn some stuff.

Hi, When I try this PB-sample code I can't see any result (as the console seems to disapear to fast). If OpenConsole() Print("This is quite a long string.") Print("You see how this one joins onto the end of the previous one?") Print("That is because the cursor moves to the e...
by Joris
Sun Jun 26, 2022 8:42 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 149695

Re: PureBasic 6.00 released !

Thank you.