Search found 77 matches

by bertolino
Tue Feb 20, 2024 10:23 am
Forum: C++ Development
Topic: Using wxStandardPaths
Replies: 4
Views: 224

Re: Using wxStandardPaths

wxWidgets just uses the Win32 API SHGetKnownFolderPath(), for UserDataDir with CSIDL_APPDATA. I have zero knowledge of MSIX but Google tells me that MSIX uses a kind of a location (folders and registry) virtualization, that can be controlled, see e.g. here: https://learn.microsoft.com/en-us/windows...
by bertolino
Tue Feb 20, 2024 10:20 am
Forum: C++ Development
Topic: Using wxStandardPaths
Replies: 4
Views: 224

Re: Using wxStandardPaths

Does MS force you to use the second path? If not, i'm sure you can still use the path reported by wx. Thanks doublemax for your feedback. Actually, it's not that MS forces this path but it looks like it is set as the default one. I agree with you that we should be able to use the regular wx path. P...
by bertolino
Mon Feb 19, 2024 4:55 pm
Forum: C++ Development
Topic: Using wxStandardPaths
Replies: 4
Views: 224

Using wxStandardPaths

Hello, I have a question about the standard path attached to a wxApplication (the path returned by wxStandardPaths). When we use the Inno Setup installer :D, the standard path attached to the application is C:\Users\Name\AppData\Roaming\appName and everything is OK: we can use this folder to store a...
by bertolino
Tue Feb 13, 2024 11:32 am
Forum: Announcements and Discoveries
Topic: Automatic face blurring in images and videos
Replies: 0
Views: 344

Automatic face blurring in images and videos

Image and video face blurring can be fun! I think at Spooqs we have developed the easiest and most efficient existing (wxWidgets) face blurring solution. And with the most aesthetic results! Give a try to our beta release and please share your feedback with us. Best, Pascal Download link: https://sp...
by bertolino
Thu Jan 25, 2024 3:09 pm
Forum: Announcements and Discoveries
Topic: Lots of AI for images and videos with Spooqs V3
Replies: 0
Views: 1483

Lots of AI for images and videos with Spooqs V3

Dear wxWidgets community, I'm pleased to announce the new release of our Spooqs software (developed with wxWidgets of course 8)) which allows you to apply effects in three clicks in videos and images, on faces, people, vehicles, ... that are automatically detected by state-of-the-art AI. You're welc...
by bertolino
Sat Mar 05, 2022 9:49 pm
Forum: Announcements and Discoveries
Topic: Spooqs 1.1.0 (motion tracking and VFX for everyone)
Replies: 4
Views: 5294

Re: Spooqs 1.1.0 (motion tracking and VFX for everyone)

Great! thank you for your answer,

Pascal
by bertolino
Sat Mar 05, 2022 6:12 pm
Forum: Announcements and Discoveries
Topic: Spooqs 1.1.0 (motion tracking and VFX for everyone)
Replies: 4
Views: 5294

Re: Spooqs 1.1.0 (motion tracking and VFX for everyone)

Hello Doublemax,

Thank you for your proposal. I'd really love to do that. So I will give it a try.
By the way, if I manage to do it, do I put it on the top of the list or elsewhere?
Best regards,

Pascal
by bertolino
Thu Mar 03, 2022 11:58 am
Forum: Announcements and Discoveries
Topic: Spooqs 1.1.0 (motion tracking and VFX for everyone)
Replies: 4
Views: 5294

Spooqs 1.1.0 (motion tracking and VFX for everyone)

Add cool effects to your images and videos with Spooqs 1.1.0 With this new release, Spooqs becomes freemium : No time limit No watermark :o Great quality Animated GIF export 8 supported languages The premium version allows to export to video formats (AVI, MP4, MOV, MKV) Have a look at what you can d...
by bertolino
Tue Nov 16, 2021 5:19 pm
Forum: C++ Development
Topic: How to dynamically enable/disable close button?
Replies: 5
Views: 5298

Re: How to dynamically enable/disable close button?

This reply is way too late but if anyone came here looking for a solution, you can use
Still useful in 2021 :D! Many thanks for this solution I didn't find elsewhere.
by bertolino
Sat Sep 18, 2021 1:54 pm
Forum: The Code Dump
Topic: Skinnable scrollbars
Replies: 8
Views: 17579

Re: Skinnable scrollbars

papillon68 wrote: Fri Aug 27, 2021 9:20 pm My bad, after accessing the window using GetPanel() it works really great. Thanks a lot for making this great addon!
Hi papillon68, I'm really glad it can help and be useful. Many thanks for your feedback
by bertolino
Sat Sep 11, 2021 11:01 am
Forum: Announcements and Discoveries
Topic: Spooqs 1.0 released (motion tracking and VFX for everyone)
Replies: 1
Views: 6785

Spooqs 1.0 released (motion tracking and VFX for everyone)

The Spooqs team is pleased to announce the first public release of Spooqs, a cool wxWidgets based motion tracking & VFX software for Windows. Visit https://spooqs.com or click the GIF below to see how it looks and feels. Download it at https://spooqs.com/download.php?software=spooqs&origin=wx
by bertolino
Fri Jul 16, 2021 9:40 pm
Forum: C++ Development
Topic: Writing text in upper case in a wxTextCtrl
Replies: 15
Views: 7564

Re: Writing text in upper case in a wxTextCtrl

Other way very simple : void MyClass::BuildContent(wxWindow* _pParent) { ... .. init code (for me it is with xrc) .. ... m_pTextCtrl->Connect(XRCID("idMyCtrlEdit"), wxEVT_COMMAND_TEXT_UPDATED, (wxObjectEventFunction) &MyClass::OnCommandUpdate); } void MyClass::OnKeyDownToUpper(wxComma...
by bertolino
Thu Jun 24, 2021 5:03 pm
Forum: Announcements and Discoveries
Topic: Spooqs, motion tracking and VFX for everyone
Replies: 4
Views: 9737

Re: Spooqs, motion tracking and VFX for everyone

The website is part of the GIT repo. Make the changes yourself and submit a pull request.
Ok! I'm not too much familiar with the environment but I'll try to do it. Thank you!
by bertolino
Thu Jun 24, 2021 1:18 pm
Forum: Announcements and Discoveries
Topic: Spooqs, motion tracking and VFX for everyone
Replies: 4
Views: 9737

Re: Spooqs, motion tracking and VFX for everyone

Nice, looks very professional =D> Thank you! :D But maybe you should reconsider the color combination on the website, it makes my eyes hurt :) The graphic designers are to blame, not me, sorry! :) If you know a way to get rid of that warning other than buying a EV code signing certificate, or havin...
by bertolino
Wed Jun 23, 2021 1:05 pm
Forum: Announcements and Discoveries
Topic: Spooqs, motion tracking and VFX for everyone
Replies: 4
Views: 9737

Spooqs, motion tracking and VFX for everyone

Hello, I am happy to announce Spooqs, a wxWidgets based software for motion tracking and VFX (but it can also be used for images). It features face detection, 4 tracking algorithms and a bunch of effects that can be applied to the tracked objects. As opposed to existing complex compositing software,...