Search found 73 matches

by Galaxis
10 Jan 2023, 13:43
Forum: Ask for Help (v1)
Topic: GDIP+ and ActiveX HTML Topic is solved
Replies: 7
Views: 654

Re: GDIP+ and ActiveX HTML Topic is solved

@flyingDman
@Hellbent :superhappy:

Thanks a lot for your time. Cheers and a happy new year!
by Galaxis
09 Jan 2023, 14:46
Forum: Ask for Help (v1)
Topic: GDIP+ and ActiveX HTML Topic is solved
Replies: 7
Views: 654

Re: GDIP+ and ActiveX HTML Topic is solved

The whole intent is to update the Superman text information in real-time. But I am unable to do so after the window is drawn. And there is too much flickering when using GuiControl updates, which is why I resorted to ActiveX. Still, ActiveX text is always overlapped by GDIP shapes/colors after windo...
by Galaxis
09 Jan 2023, 10:33
Forum: Ask for Help (v1)
Topic: GDIP+ and ActiveX HTML Topic is solved
Replies: 7
Views: 654

Re: GDIP+ and ActiveX HTML Topic is solved

flyingDman Hello, thanks for your response. I tried something similar, but just as with your sample, only returns numbers. If I want to edit the BG_Art bitmap later and add text on top of it, and continuously update it how would you do that using Gdip_TextToGraphics. I've tried this code, but to no...
by Galaxis
08 Jan 2023, 16:19
Forum: Ask for Help (v1)
Topic: GDIP+ and ActiveX HTML Topic is solved
Replies: 7
Views: 654

GDIP+ and ActiveX HTML Topic is solved

Hello, folks. I'm working with GDIP+ drawing images and coloring the background of the native AHK GUI. My problem is my HTML ActiveX content displays behind the painted background. It seems to display directly on the GUI itself, as it should, but below the GDIP+ images or painted background. How do ...
by Galaxis
28 May 2022, 07:58
Forum: Scripts and Functions (v1)
Topic: Imagen() : A fade-in/fade-out animator for picture control
Replies: 63
Views: 12917

Re: Imagen() : A fade-in/fade-out animator for picture control

SKAN How do you make the white background invisible/clear? For example, if I wanted to two blue squares to appear like a splash image on my desktop, but not look as if it's in a window? Can Imagen do that? @SKAN It seems to be a bug. When I use the fade-out effect, the pic control always has a back...
by Galaxis
30 Apr 2022, 14:12
Forum: AHK Studio
Topic: AHK Studio
Replies: 1179
Views: 617137

Re: AHK Studio

maestrith I just upgraded to AHK Studio from SCITE. So far, it's amazing, but I have one issue. I'm using AHK version H, which works fine as long as there's no multithreading in the script. AHK Studio reads a new thread as an undefined function and throws an error. Is there a plugin I need or a wor...
by Galaxis
10 Apr 2022, 09:16
Forum: Gaming Help (v1)
Topic: Gdip Gui Help!!
Replies: 26
Views: 3528

Re: Gdip Gui Help!!

@Hellbent
I want to make a huge glossy round button. It changes between the PLAY/PAUSE symbols when pressed. I think it'd be stylish for my music themed GUI I'm trying to create.
Don't think I've ever seen any round button examples though.

[Imgur](https://i.imgur.com/p3o5Gwc.png)
by Galaxis
03 Dec 2021, 21:18
Forum: Ask for Help (v1)
Topic: RegexReplace: percent sign Topic is solved
Replies: 2
Views: 495

Re: RegexReplace: percent sign Topic is solved

@mikeyww
Dude! You're the best! Thank you!
by Galaxis
03 Dec 2021, 17:31
Forum: Ask for Help (v1)
Topic: RegexReplace: percent sign Topic is solved
Replies: 2
Views: 495

RegexReplace: percent sign Topic is solved

In the code below, I'm trying to change %Old% to %New% with RegexReplace. For some reason, it simply disappears. I want to read the percent signs as literal from FileAppend, or better yet, simply change the expression name without it disappearing. Text= (Ltrim (1) Old: (2) Older (3) Old= (4) Old:= (...
by Galaxis
21 Sep 2021, 08:33
Forum: Ask for Help (v2)
Topic: RHCP/Kalamity classMemory for AHK version 2
Replies: 1
Views: 812

RHCP/Kalamity classMemory for AHK version 2

I'm doing a few projects with AHK version 1 that uses classMemory lib. Right now, I'm trying to learn and convert a few small projects to AHK v2. Does a classMemory exist that is compatible with AHKv2? If classMemory v2 exists, then I can convert all of the software I'm creating in AHK1 to AHKv2. Th...
by Galaxis
12 May 2021, 07:52
Forum: Ask for Help (v1)
Topic: GUI & Image Mapping Topic is solved
Replies: 6
Views: 606

Re: GUI & Image Mapping Topic is solved

Okidoki. I have the GDIP library already. Just thought it might have been possible with AHK by default. I'll use that then. Thanks!
by Galaxis
11 May 2021, 16:27
Forum: Ask for Help (v1)
Topic: GUI & Image Mapping Topic is solved
Replies: 6
Views: 606

Re: GUI & Image Mapping Topic is solved

Ok, I don't want to suggest something silly, again. You need to clarify. You have a 4000x4000 image. You want to crop a piece of it and use it as GUI background? I have multiple buttons in the image file that I want to place at the top of the GUI. One of the buttons I want at coordinates x10 y10 of...
by Galaxis
11 May 2021, 13:06
Forum: Ask for Help (v1)
Topic: GUI & Image Mapping Topic is solved
Replies: 6
Views: 606

Re: GUI & Image Mapping Topic is solved

Thanks, Skan!

But I image with this workaround, the button cannot be moved to the top of the GUI, or elsewhere.
by Galaxis
10 May 2021, 02:46
Forum: Ask for Help (v1)
Topic: GUI & Image Mapping Topic is solved
Replies: 6
Views: 606

GUI & Image Mapping Topic is solved

Greetings! I created a montage in Photoshop. This is a single image file that contains 24 different fighting game characters and 5 different button snippets I want to use in my AHK Gui, based on the active tab. Can I specify coordinates and dimesnsions of a button or a fighter within this image to d...
by Galaxis
01 Jan 2021, 22:20
Forum: Ask for Help
Topic: Continuation Section too long Topic is solved
Replies: 11
Views: 4785

Re: Continuation Section too long Topic is solved

@HotKeyIt
Thanks man. And stay awesome :)
by Galaxis
01 Jan 2021, 19:11
Forum: Ask for Help
Topic: Continuation Section too long Topic is solved
Replies: 11
Views: 4785

Re: Continuation Section too long Topic is solved

Hmm. Well, the readmemory functions in classmemory don't work when using using that CreateScript method. So, I did this simple test here, and the outer variable not visible to the thread. With that result, I assumed is why #include classmemory wasn't detected, and no functions initialized as they sh...
by Galaxis
01 Jan 2021, 17:14
Forum: Ask for Help
Topic: Continuation Section too long Topic is solved
Replies: 11
Views: 4785

Re: Continuation Section too long Topic is solved

@HotKeyIt
You helped me solve the problem though. Using compression on the Exe caused it to throw error "Continuation Section Too Long"

By you telling me to uncheck compression... the script/exe worked instantly. Compression was the problem. LOL
by Galaxis
01 Jan 2021, 16:47
Forum: Ask for Help
Topic: Continuation Section too long Topic is solved
Replies: 11
Views: 4785

Re: Continuation Section too long Topic is solved

@HotKeyIt

Code: Select all

ClassMemory:
Return
#Include classMemory.ahk
ClassMemoryEnd:
Return
Thanks.
CreateScript is interesting! But stuff outside the thread Isn't visable to anything inside the thread. So i can't use classMemory
by Galaxis
01 Jan 2021, 13:50
Forum: Ask for Help
Topic: Continuation Section too long Topic is solved
Replies: 11
Views: 4785

Re: Continuation Section too long Topic is solved

@HotKeyIt But as stated before, all that above works fine, as long as the script isn't compiled. The Exe is the problem.
by Galaxis
01 Jan 2021, 13:40
Forum: Ask for Help
Topic: Continuation Section too long Topic is solved
Replies: 11
Views: 4785

Re: Continuation Section too long Topic is solved

Compile the script without compression, then use ResHacker to get the compiled script from your exe, then you can check why the continuation section is too long. You can then split the section in 2 or more ones: var:=" ( ... )" var.=" ( ... )" ... You can also try using AHK_H v2 which has been impr...

Go to advanced search