Search found 2111 matches

by JHPJHP
Wed Jan 18, 2023 5:32 pm
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130161

Re: Windows Services & Other Stuff

Updated : - \Other_Stuff\OldSkoolEffects\SpecBAS\Digital_Rain.pb Just noticed that the timing was off in the " Matrix " example; single parameter was set incorrectly. https://sat02pap001files.storage.live.com/y4mhycBgSl3fKhNSRGPZa-ssP9jHR7IAbHOkBq0ZePGuemNiPWXvv1VMOQmBr9obT8v2ig0PhuYHa2qD...
by JHPJHP
Wed Jan 18, 2023 2:22 am
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130161

Re: Windows Services & Other Stuff

Updated : - \Other_Stuff\OldSkoolEffects\SpecBAS\... -- restructured code -- improved numerous examples -- added a second Perlin Noise Procedure The total number of examples has reached 22. Perlin Noise Procedures A couple examples required this algorithm, so I borrowed this one from ricardo_sdl , ...
by JHPJHP
Sun Jan 15, 2023 9:20 am
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130161

Re: Windows Services & Other Stuff

Hi BarryG, Caronte3D, Thank you for your post and kind words. ------------------------- Updated : - added a new folder and examples to \Other_Stuff\OldSkoolEffects\ -- SpecBAS\ --- Alpha_Graphic.pb, --- Alpha_Sparkles.pb, --- Alpha_Wind.pb, --- Bubble_Universe.pb, --- Deep_Field.pb, --- Digital_Rain...
by JHPJHP
Sun Jan 15, 2023 9:01 am
Forum: Windows
Topic: [Solved] Determining which monitor is primary
Replies: 5
Views: 510

Re: Determining which monitor is primary

Hi Barry,

Have you looked at Windows Services & Other Stuff\Other_Stuff\MonitorStuff\GetMonitorInfo.pb?

From the MonitorEnumProc Procedure there is a flag (#MONITORINFOF_PRIMARY) to determine if the monitor is primary and a callback parameter (hMonitor) to return the handle.
by JHPJHP
Wed Jan 11, 2023 9:05 pm
Forum: Windows
Topic: Convert Python Code for RGB to CIE Lab
Replies: 4
Views: 734

Re: Convert Python Code for RGB to CIE Lab

Hi IdeasVacuum,

See Windows Services & Other Stuff\Other_Stuff\ColorConversion\Convert\ConvertCIELAB.pb

NB*: ColorConversion folder includes numerous other examples.
by JHPJHP
Sat Jan 07, 2023 4:24 pm
Forum: Tricks 'n' Tips
Topic: Bubble Universe
Replies: 10
Views: 870

Re: Bubble Universe

Hi Sicro,

You are most welcome and thank you for posting the additional links.

----------------------

Hi Caronte3D,

I had the same reaction.

----------------------

Updated:
- modified the example in the first post; second post was also updated, based on a previous comment.
by JHPJHP
Fri Jan 06, 2023 7:06 am
Forum: Tricks 'n' Tips
Topic: Bubble Universe
Replies: 10
Views: 870

Re: Bubble Universe

Hi Mijikai, idle, mk-soft, STARGÅTE, BarryG, You've got to love math. Whenever I find a gem like this, I'm humbled by what some programmers are able to do with so little code. A version of the algorithm was probably written at a time when static RAM was thought about in KB; my first computer was the...
by JHPJHP
Thu Jan 05, 2023 8:03 pm
Forum: Tricks 'n' Tips
Topic: Bubble Universe
Replies: 10
Views: 870

Bubble Universe

The following bit of code came from a link posted by BarryG. I believe the original code was written by Paul Dunn ~developer of SpecBas. If you don't feel like running the code, see the following online demo: Bubble Universe Enumeration #MainWindow #BubbleSprite EndEnumeration Macro ScaleFactor Desk...
by JHPJHP
Tue Dec 27, 2022 6:57 pm
Forum: Coding Questions
Topic: Lock Column width in #ListIconGadget
Replies: 25
Views: 3465

Re: Lock Column width in #ListIconGadget

Hi BarryG,

breeze4me might have a solution that fits your needs, but if not, and the hidden column is just to store information and the position of the column doesn't matter, make it the first column.

NOTE: On Windows 11 all the gridlines look the same, or I'm just old :)
by JHPJHP
Tue Dec 27, 2022 7:13 am
Forum: Coding Questions
Topic: Lock Column width in #ListIconGadget
Replies: 25
Views: 3465

Re: Lock Column width in #ListIconGadget

Hi BarryG,

See Windows Services & Other Stuff\Other_Stuff\GadgetStuff\ListIconGadget\HiddenColumn.pb
by JHPJHP
Tue Dec 27, 2022 2:37 am
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130161

Re: Windows Services & Other Stuff

Hi BarryG, While my preference was Windows_10.pb your choice of Windows_All.pb was the obvious one for all the reasons you posted. Additional Notes : Expanding the ribbon menu can also be handled by the IAccessible Interface. In addition, I'm seeing about a half second delay, which is still too long...
by JHPJHP
Mon Dec 26, 2022 5:30 pm
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130161

Re: Windows Services & Other Stuff

Hi BarryG, As always, thank you for your feedback. Side-note: Despite me using Win 10 Pro, I had to use "Windows_All.pb" instead of "Windows_10.pb" for some reason. Just to Confirm : 1. The Set View Menu button was first pressed before trying to set icon size. -- this changes the...
by JHPJHP
Fri Dec 23, 2022 8:31 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46541

Re: Chromium WebGadget

Updated : - added DevTools_Advanced.pb 1. Press the ButtonGadget to navigate to the PureBasic website. -- script is embedded into the webpage 2. Press the Login button (power symbol) located near the top-right of the webpage. -- embedded script is executed NOTE : Every time the website is refreshed...
by JHPJHP
Wed Dec 21, 2022 5:09 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46541

Re: Chromium WebGadget

Hi skinkairewalker, Is it possible to identify if any button inside the page was pressed and execute a native function? Yes, it's a simple process, but not just with the Chromium WebGadget, the framework also provides examples to embed JavaScript in your regular browser which includes an additional ...
by JHPJHP
Sun Dec 18, 2022 8:21 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46541

Re: Chromium WebGadget

Hi plouf,
plouf wrote:What this "remote command" has website?
Remote Command is included with the Chromium WebGadget download; see previous posts for additional information.