A little idea. Could you add a line to the build log that prints all link-time dependencies (DT_NEEDED) of the binary, and also list the runtime dependencies (shared libraries) needed to run the compiled program (Linux) ?
Yes there are a lot of improvements to be made, I'm working on it, but I'm also short of time . There's also a lot of work to be done on cleaning the cache... I'll post when I find the right way to do it
Here's the latest version of a code I started a few years ago... It allows you to display image thumbnails. The goal was to have the behavior of the late Picasa and to be able to scroll through an infinite number of images. There are certainly still improvements possible. Feel free to test and ...
infratec wrote: Sat Aug 23, 2025 8:59 am
Have you read the help for FrameGadget()
Since when has this existed #PB_Frame_Container ? I've been using Framegadget for years and I've never seen this. Shame on me.
Thanks for the explanation.
I didn't even think to look at the framegadget help. . sorry
Hello, Run this code, you can't use scrollbar in the WebViewGadget. Remove the FrameGadget en run this code and you can use scrollbar in the WebviewGadget. Can you confirm it's a bug ?
Some improvements and new features. I managed to fix the bug when you were on the square obstacle. In fact, if you're on a segment of an obstacle, you move back one pixel before starting pathfinding; it's the best solution I've found. You can now activate and deactivate a wall with F1. I also tested ...
I believe the point is stuck because it lands on the line itself and there is a collision 360° no matter in which direction you "shoot". I'd try to keep the "dot" at a minimum distance from the collider lines (dot radius + 0.00000000001). I haven't looked ...
Hello, in the documentation it is noted regarding external tools: The IDE provides additional information for tools in the form of environment variables. They can be easily read by the tool using Process library commands.
Here is a list of variables provided. Note that those that provide ...