Search found 935 matches

by robodesign
09 Aug 2023, 16:49
Forum: Scripts and Functions (v1)
Topic: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)
Replies: 40
Views: 20421

Re: FrameShadow(): Drop Shadow On Borderless Window, (DWM STYLE)

The function doesn't apply to menus.... As far as I know.
by robodesign
26 Jul 2023, 18:15
Forum: Scripts and Functions (v2)
Topic: GDI+ v2
Replies: 16
Views: 11095

Re: GDI+ v2

I plan to update my GDI+ library to ahk v2. It's on my to-do list. I don't know when I'll get to it...

Best regards, Marius.
by robodesign
25 Jul 2023, 07:37
Forum: AutoHotkey_H
Topic: Ahk_H v1.1 updates?
Replies: 0
Views: 1178

Ahk_H v1.1 updates?

Hello!

In my projects I rely on Ahk_H v1.1.

I've seen this guy:
https://github.com/thqby

He seems to be maintaining the Ahk_H v2, but not v1.1.

Would anyone be interested in updating the v1.1 flavor as well? Thank you.

Best regards, Marius.
by robodesign
24 Jul 2023, 05:01
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v6+
Replies: 261
Views: 85941

Re: [Script] Quick Picto Viewer v5+

Hello! A new version is here with minor improvements. The big new is ... it is now available through the Microsoft Windows Store as well. - v5.9.84 (2023-08-06) - various bug fixes for Windows Store and some minor fixes. - v5.9.80 (2023-07-24) - users can now click on the print preview area in the p...
by robodesign
08 Jul 2023, 04:11
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v6+
Replies: 261
Views: 85941

Re: [Script] Quick Picto Viewer v5+

Thank you, ozzii <3. New release: - v5.9.7 (2023-07-07) - [new] text opacity option in print image panel - fixed viewport flip h/v issues [bug reported by tidbit] - fixed the issues related to the omnibox and the folder tree losing keyboard and window focus on almost any action; it was a regression ...
by robodesign
01 Jul 2023, 05:40
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v6+
Replies: 261
Views: 85941

Re: [Script] Quick Picto Viewer v5+

Hello, guys! The project is still.... alive. - v5.9.6 (2023-07-01) - [new] soft brush tool allows users to paint with blending modes - [new] «air-brush mode» for the soft brush tool - [new] painting with symmetry is now possible with the eraser and effects brushes as well - [new] more blending modes...
by robodesign
20 May 2023, 04:20
Forum: Scripts and Functions (v1)
Topic: Church Bells Tower - auto bell chimer
Replies: 66
Views: 23381

Re: Church Bells Tower - auto bell chimer

Hello, people !

v3.4.0 - 2023 / 05 / 20
- [new] option to display the moon phase [illumination fraction] on the OSD
- bug fixes

No new features are planned.

Best regards, Marius.
by robodesign
15 May 2023, 15:37
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v6+
Replies: 261
Views: 85941

Re: [Script] Quick Picto Viewer v5+

- v5.9.5 (2023-05-15) - [new] fill selected area object can be invert-blurred... this is a rudimentary implementation to create glows and inner shadows - [new] selection area is previewed in the thumbnails list mode for the selected files - fixed «crop selected images» option - fixed regressions rel...
by robodesign
09 May 2023, 10:16
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v6+
Replies: 261
Views: 85941

Re: [Script] Quick Picto Viewer v5+

Hello! New release. It seems minor, but the fixes are rather important ... - v5.9.4 (2023-05-09) - [new] the object can be blured in the «Fill selected area» panel - various bug fixes and improvements: - fixed issues related to toolbar positioning, when attached to the main window - fixed dark mode ...
by robodesign
06 May 2023, 05:14
Forum: Tips and Tricks
Topic: DarkMode (Force or Toggle)
Replies: 7
Views: 3617

Re: DarkMode (Force or Toggle)

Does this work on win11 ? I had issues on a system with win11 - the menus were not dark...
by robodesign
26 Apr 2023, 11:27
Forum: Ask for Help (v1)
Topic: Gui support for webp image format Topic is solved
Replies: 27
Views: 7160

Re: Gui support for webp image format Topic is solved

@teadrinker . Thank you very much . It works well. I would give you milk for the tea as a thanks <3.
by robodesign
25 Apr 2023, 11:45
Forum: Ask for Help (v1)
Topic: Gui support for webp image format Topic is solved
Replies: 27
Views: 7160

Re: Gui support for webp image format Topic is solved

@teadrinker . Can you please provide a version of the HBitmapFromWebP() function for v1 as well ? Thank you .
by robodesign
25 Apr 2023, 10:37
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 441
Views: 254675

Re: GDI+ standard library 1.45 by tic

He uses a library DLL to load the WebP. libwebp32Url := "https://s3.amazonaws.com/resizer-dynamic-downloads/webp/0.5.2/x86/libwebp.dll" libwebp64Url := "https://s3.amazonaws.com/resizer-dynamic-downloads/webp/0.5.2/x86_64/libwebp.dll" That is not GDI+. Please do not go offtopic here. GDI+ start-up m...
by robodesign
25 Apr 2023, 08:25
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 441
Views: 254675

Re: GDI+ standard library 1.45 by tic

btw, I noticed that the library doesn't have "Gdip_CreateBitmapFromScan0" as a function. I needed it to read webp files. maybe there's something equivalent to use and it's just my noobness. otherwise, I recommend adding it to the library. The function CreateBitmapFromScan0 is already covered by cre...
by robodesign
25 Apr 2023, 08:13
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 441
Views: 254675

Re: GDI+ standard library 1.45 by tic

hmmm fair enough. it's just that I was having some problems with the library, and they disappeared when I updated a few functions to have that condition. I'll investigate the issue further. If your investigations do point to an actual bug in my library, please do not hesitate to write back. But ple...
by robodesign
25 Apr 2023, 07:37
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 441
Views: 254675

Re: GDI+ standard library 1.45 by tic

Marius, your version of the library breaks compatibility with x64. it always uses "UPtr" while x64 version uses "UInt" (among some other changes. in an old library made by tic, you can find code like this: A_PtrSize ? "UPtr" : "UInt" this allows it to use UPtr or UInt depending on the bitness to be...
by robodesign
24 Apr 2023, 09:40
Forum: Scripts and Functions (v1)
Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
Replies: 46
Views: 18030

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Never use ANSI, unless you know exactly what it means. And I suggest using the Unicode 64 bits edition.

Good luck with your stuff!

Best regards, Marius.
by robodesign
24 Apr 2023, 06:40
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v6+
Replies: 261
Views: 85941

Re: [Script] Quick Picto Viewer v5+

Hello, people! New version... with more fixes: - v5.9.3 (2023-04-24) - [new] users can now paint or define the alpha mask in real time when using the image color adjustments tool - it is now possible to draw with a brush of 1px in size - ellipse and pie chart objects now share their center of rotati...
by robodesign
22 Apr 2023, 13:51
Forum: Scripts and Functions (v1)
Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
Replies: 46
Views: 18030

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

Please be more specific.

In my edition of GDIp, the text is blurry?

Please provide an example, test case.

To use a brush object, use the dedicated parameter named "user brush" of the function you mentioned.

Best regards, Marius.
by robodesign
22 Apr 2023, 06:34
Forum: Scripts and Functions (v1)
Topic: [Class] CustomFont - Load font from file or resource, without needed install to system.
Replies: 46
Views: 18030

Re: [Class] CustomFont - Load font from file or resource, without needed install to system.

vanheartnet098 wrote:
22 Apr 2023, 04:21
robodesign wrote:
22 Apr 2023, 02:34
Next time use the MS-DOS edition :-)
Does that mean your lib is not 32bit compatible?
It should be compatible with 32 bits Unicode..... , not ANSI.

Go to advanced search