Search found 80 matches

by PB_Rainer
Wed Jun 28, 2023 5:38 pm
Forum: Coding Questions
Topic: Digital-picture tool to rename with exifdate in the filename Procedure does not work
Replies: 9
Views: 389

Re: Digital-picture tool to rename with exifdate in the filename Procedure does not work

While you are processing your images in Rename_Pictures(), you are NOT handling any windows event. But that's not how GUI applications are working. Whenever you set a gadget state, or a gadget text, or whatever, it will send an event to the windows message queue, but you can NOT expect, that the Ga...
by PB_Rainer
Wed Jun 28, 2023 4:06 pm
Forum: Coding Questions
Topic: Digital-picture tool to rename with exifdate in the filename Procedure does not work
Replies: 9
Views: 389

Digital-picture tool to rename with exifdate in the filename Procedure does not work

Hallo, I hope anyone of the PureBasic community can help me finding the mistake. Short description what the programm should do: After travelling in holiday I am cutting mp4-videos from my pictures where the pic's and vid' are used in chronological mode like in a dairy. I am photographing with my Dig...
by PB_Rainer
Wed Jun 10, 2020 2:00 pm
Forum: Coding Questions
Topic: LINUX Gadgets with string-variables
Replies: 3
Views: 928

Re: LINUX Gadgets with string-variables

This Thread is closed because I found my mistake, a simple wrong filename in the projectfile.

Regards
by PB_Rainer
Wed Jun 10, 2020 10:52 am
Forum: Coding Questions
Topic: LINUX Gadgets with string-variables
Replies: 3
Views: 928

Re: LINUX Gadgets with string-variables

Saki wrote:Hi, I can only give you any hints.
If you use e.g. Val(mystr$) in procedure parameters, you will get overwritten memory.
Mostly it is strings in procedure parameters that produce almost undetectable bugs.

Best regards Saki
No, I dont use parameters like this, simple stringvariables.
Thanks
Rainer
by PB_Rainer
Wed Jun 10, 2020 9:52 am
Forum: Coding Questions
Topic: LINUX Gadgets with string-variables
Replies: 3
Views: 928

LINUX Gadgets with string-variables

Hello,

I did Find my mistake.

So I deleted this posting.

Rainer
by PB_Rainer
Wed Jun 10, 2020 8:49 am
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 44
Views: 32606

Re: Simple install of PureBasic (Ubuntu, Mint)

Hello, because I hate unsolved problems, I'm back again with Linux here. I have installed it on an external USB-HDD with Grub-bootmenu, so that I can start Win10 from intrernal HDD or Linux from the external HDD. It's working well. Here systeminfo: System: Host: rainer-Precision-M4500 Kernel: 5.0.0-...
by PB_Rainer
Sat Jun 06, 2020 4:23 pm
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 44
Views: 32606

Re: Simple install of PureBasic (Ubuntu, Mint)

Thank you very much for your help. I have invested a long time to install Linux on this old machine. Even this was difficult and a lot of commands in the terminal have been necessary. Started my programming with MSDOS and then from Windows 1 to 10. So I'm an experienced user of Windows. Click INSTAL...
by PB_Rainer
Sat Jun 06, 2020 3:31 pm
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 44
Views: 32606

Re: Simple install of PureBasic (Ubuntu, Mint)

mk-soft wrote:Which linux version do you use?
Hi it's installed on an old IBM-Laptop. The version is Linux Mint Mate 13 32bit. An I used the 86 version from PureBasic.

Rainer
by PB_Rainer
Sat Jun 06, 2020 3:26 pm
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 44
Views: 32606

Re: Simple install of PureBasic (Ubuntu, Mint)

Give up so easily? 1. Correct version taken. PB X64 for Linux X64 2. Double-click on Archives and then drag and drop the folder into your Personal Folder. (Create folder 'Apps') 3. Installed the required libs in the terminal 4. Open PB folder (./Apps/purebasic/compilers) and double click on program...
by PB_Rainer
Sat Jun 06, 2020 2:41 pm
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 44
Views: 32606

Re: Simple install of PureBasic (Ubuntu, Mint)

Hi, tested this too.

No success.

I think I will give up with linux, all things with this OS are so horrible complicated.

Thanks a lot
Rainer
by PB_Rainer
Sat Jun 06, 2020 10:03 am
Forum: Linux
Topic: Simple install of PureBasic (Ubuntu, Mint, Raspberry)
Replies: 44
Views: 32606

Re: Simple install of PureBasic (Ubuntu, Mint)

Hello, I'm totally new with linux! Did everything what is described in this posting. When I want to start the program by click onto the icon I get this error: Failed to execute child process "Path" (Permission denied") What to do to start the Purebasic? Thanks for your help in advance...
by PB_Rainer
Thu May 07, 2020 5:25 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] StatusBarEx (all OS)
Replies: 27
Views: 11342

Re: [Module] StatusBarEx (all OS)

Hi Thorsten,
still a problem with Statusbar:

Here with 125%

Image

Rainer
by PB_Rainer
Wed May 06, 2020 9:11 am
Forum: Applications - Feedback and Discussion
Topic: [Module] pbPDF-Module
Replies: 125
Views: 85693

Re: [Module] pbPDF-Module

Thorsten1867 wrote:
PB_Rainer wrote:Fehlt ja nur noch ImageMemory :wink: :lol:
Should actually work, too.
  • 1.) Catch image
  • 2.) Check whether it is PNG or BMP
  • 3.) Encode image
Hi Thorsten,
Tested it with PNG, works perfect.
Thanks
Rainer

P.s. for what does it need a filename? Filename with path?
by PB_Rainer
Tue May 05, 2020 5:48 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] pbPDF-Module
Replies: 125
Views: 85693

Re: [Module] pbPDF-Module

Thorsten1867 wrote:
PB_Rainer wrote:Fehlt ja nur noch ImageMemory :wink: :lol:
Should actually work, too.
  • 1.) Catch image
  • 2.) Check whether it is PNG or BMP
  • 3.) Encode image
Wow!
Will try tomorrow, that would be really great!

you're great!

Thanks
Rainer