Search found 1375 matches

by ChrisR
Mon May 26, 2025 11:36 pm
Forum: Off Topic
Topic: Veo 3 is awesome!
Replies: 5
Views: 889

Re: Veo 3 is awesome!

At 12:44, it was Pierro who wrote the screenplay :wink:
Pinnaple on this, that's not a pizza, that's a crime scene :lol:
by ChrisR
Mon May 26, 2025 11:08 pm
Forum: Tricks 'n' Tips
Topic: An easy to use solution for multilanguage programs
Replies: 42
Views: 27674

Re: An easy to use solution for multilanguage programs

I've also tested it with your language file contents extended to 300 entries. No worries either, it works fine here too, as expected.
I guess the related error is probably elsewhere, in interaction with your full code.

Otherwise, have you tried the GPI module and the double map Group()\Word() ?
It ...
by ChrisR
Sat May 17, 2025 10:27 pm
Forum: Applications - Feedback and Discussion
Topic: ICEProces New Version
Replies: 6
Views: 1663

Re: ICEProces New Version

Hi Phollyer,
Thanks for this nice tool :)
Really useful for organizing sources with multiple interfaces.
I just watched the video, I didn't try it, not enough free time to play with PB at the moment, I'm in the process of moving.
And thanks for the kind words about IceDesign 8)
by ChrisR
Wed Apr 02, 2025 9:51 am
Forum: Coding Questions
Topic: Marquee Scrolling Text
Replies: 4
Views: 317

Re: Marquee Scrolling Text

And the same from right to left

#Window = 0
#cnv = 0
#idTimer = 0
color = GetSysColor_(#COLOR_BTNFACE)

If OpenWindow(#Window, 0, 0, 320, 220, "Moving text", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
CanvasGadget(#cnv, 0, 0, 320, 220)
AddWindowTimer(#Window, #idTimer, 10)
x ...
by ChrisR
Tue Mar 18, 2025 8:34 pm
Forum: Coding Questions
Topic: pressed Ctrl+
Replies: 27
Views: 1074

Re: pressed Ctrl+


Just played with it, does that trigger the plus and minus keys, no matter the keyboard layout?

No, not here, on my Acer laptop with a French Azerty keyboard and numeric keypad.
Here it works with: #PB_Shortcut_Add, #PB_Shortcut_Decimal, #PB_Shortcut_Subtract
I guess it should be done using both ...
by ChrisR
Tue Mar 18, 2025 3:57 pm
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 1670

Re: An alternative FontRequester [Windows only]

Hi Zapman,
Thanks for the update :)
For the position relative to a window, It's not exactly as I expected
Here it is with my changes to see for yourself, how I see it: ZapmanColorRequester.pbi
Be free to take what you want or nothing at all
by ChrisR
Tue Mar 18, 2025 12:34 am
Forum: Tricks 'n' Tips
Topic: Icons with Segoe-Fluent-Icons-Font [Win (10,11) Only]
Replies: 8
Views: 769

Re: Icons with Segoe-Fluent-Icons-Font [Win (10,11) Only]

Thanks for the links, I had a quick look and asked our little French Mistral AI and OpenSource “le chat”, which runs fast and is making good progress.
So it's all M$, why keep it simple! and, first of all, just upgrade to Windows11 :P


Sorry to be so disinterested in this, but I don't give away ...
by ChrisR
Tue Mar 18, 2025 12:01 am
Forum: Applications - Feedback and Discussion
Topic: IceDesign GUI designer
Replies: 726
Views: 281496

Re: IceDesign GUI designer

Thanks :)
Glad to see that you were able to build your project on different platforms and without too many modifications.
But here, it's mainly PureBasic that deserves special thanks for its compatibility between the different platforms.
Good continuation in your development
by ChrisR
Mon Mar 17, 2025 1:09 pm
Forum: Tricks 'n' Tips
Topic: Icons with Segoe-Fluent-Icons-Font [Win (10,11) Only]
Replies: 8
Views: 769

Re: Icons with Segoe-Fluent-Icons-Font [Win (10,11) Only]

Very interesting, thanks for sharing :)
Works well on windows 10 once “Segoe Fluent Icons.ttf” installed
and I just tried to install it on a Windows 7 VM, it works too 8)

Just a shame that M$ doesn't allow us to distribute it :cry:
I don't know enough about licenses, is it possible to offer it ...
by ChrisR
Sat Mar 15, 2025 6:17 pm
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 1670

Re: An alternative FontRequester [Windows only]

Nice city, have a good visit, you have the marathon if you want, I have a friend who is running there tomorrow
by ChrisR
Sat Mar 15, 2025 12:38 pm
Forum: General Discussion
Topic: My app is recognized as virus?
Replies: 6
Views: 1093

Re: My app is recognized as virus?


Chrisr on this site gave a good link, which gives the report how antiviruses work and how they create problems.
https://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers/

Still relevant and will still be in 10 years :evil:
We, small developers, really need ...
by ChrisR
Sat Mar 15, 2025 12:23 pm
Forum: Tricks 'n' Tips
Topic: An alternative FontRequester [Windows only]
Replies: 31
Views: 1670

Re: An alternative FontRequester [Windows only]

Thank you, looks good on paper.
I'll try it later, I'm running out of time this weekend.
by ChrisR
Sat Mar 15, 2025 1:28 am
Forum: Coding Questions
Topic: [SOLVED] ListIconGadget was working fine now is blank/empty
Replies: 68
Views: 8288

Re: ListIconGadget was working fine now is blank/empty


My reg file:
reg add "HKLM\SOFTWARE\Microsoft\WinHelp" /v "AllowProgrammaticMacros" /t REG_DWORD /d "0x00000001" /f
.....


To avoid the need for administrator rights, You could use HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE
reg add "HKCU\SOFTWARE\Microsoft\WinHelp" /v ...
by ChrisR
Fri Mar 14, 2025 10:14 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 30194

Re: PureBasic 6.21 beta 1 is out !

Caronte3D wrote: Fri Mar 14, 2025 7:49 pm Fred: The bug terminator! :lol:
:lol:
Yep and caught with a big butterfly net without them passing through the holes, thanks :)
by ChrisR
Fri Mar 14, 2025 5:17 pm
Forum: Applications - Feedback and Discussion
Topic: Sudoku Master, make/solve sudoku puzzles
Replies: 12
Views: 2599

Re: Sudoku Master, make/solve sudoku puzzles

I'm not much into games now, but I tried it out and even finished level 1, on my own :D
Great work :)