Picture load Failure

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Liaxim
Posts: 35
Joined: 09 Jan 2020, 05:14

Picture load Failure

23 Feb 2020, 17:49

Hey, I have a problem with my Gui. These Pictures often do not load. I think the Buttons can not load because the Pictures are too big and ahk can not load all of them. Hope someone have an idea what is missing or where the failure is...

Code: Select all

FutureW:
Gui,FutureW: new
Gui,FutureW: -MaximizeBox -MinimizeBox

Gui,FutureW: Add, Picture, x3 y3 w1280 h720, %wallpaper%.png ; This is my Background

Gui,FutureW: Add, Text,x200 y300, Buttons

Gui,FutureW: Add, Picture, x159 y99 w150 h90 gws1, Buttons(1).png
Gui,FutureW: Add, Picture, x359 y99 w150 h90 gws2, Buttons(2).png
Gui,FutureW: Add, Picture, x559 y99 w150 h90 gws3, Buttons(3).png
Gui,FutureW: Add, Picture, x759 y99 w150 h90 gws4, Buttons(4).png
Gui,FutureW: Add, Picture, x959 y99 w150 h90 gws5, Buttons(5).png
Gui,FutureW: Add, Picture, x159 y199 w150 h90 gws6, Buttons(6).png
Gui,FutureW: Add, Picture, x359 y199 w150 h90 gws7, Buttons(7).png
Gui,FutureW: Add, Picture, x559 y199 w150 h90 gws8, Buttons(8).png
Gui,FutureW: Add, Picture, x759 y199 w150 h90 gws9, Buttons(9).png
Gui,FutureW: Add, Picture, x959 y199 w150 h90 gws10, Buttons(10).png
Gui,FutureW: Add, Picture, x159 y299 w150 h90 gws11, Buttons(11).png
Gui,FutureW: Add, Picture, x359 y299 w150 h90 gws12, Buttons(12).png
Gui,FutureW: Add, Picture, x559 y299 w150 h90 gws13, Buttons(13).png
Gui,FutureW: Add, Picture, x759 y299 w150 h90 gws14, Buttons(14).png
Gui,FutureW: Add, Picture, x959 y299 w150 h90 gws15, Buttons(15).png
Gui,FutureW: Add, Picture, x159 y399 w150 h90 gws16, Buttons(16).png
Gui,FutureW: Add, Picture, x359 y399 w150 h90 gws17, Buttons(17).png
Gui,FutureW: Add, Picture, x559 y399 w150 h90 gws18, Buttons(18).png
Gui,FutureW: Add, Picture, x759 y399 w150 h90 gws19, Buttons(19).png
Gui,FutureW: Add, Picture, x959 y399 w150 h90 gws20, Buttons(20).png
Gui,FutureW: Add, Picture, x159 y499 w150 h90 gws21, Buttons(21).png
Gui,FutureW: Add, Picture, x359 y499 w150 h90 gws22, Buttons(22).png
Gui,FutureW: Add, Picture, x559 y499 w150 h90 gws23, Buttons(23).png
Gui,FutureW: Add, Picture, x759 y499 w150 h90 gws24, Buttons(24).png
Gui,FutureW: Add, Picture, x959 y499 w150 h90 gws25, Buttons(25).png

Gui,FutureW: Add, Picture, x600 y600 +BackgroundTrans ghome , HomeB.png
Gui,FutureW: Add, Picture, x400 y600 +BackgroundTrans ghintergrund , BackB.png

Gui,FutureW: Show, w0 h0
WinSet, Region, W1280 H720, APLS.exe

WinWait, APLS.exe
WinMove, 0, 0
Gui,hintergrund: Destroy
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], MrHue, Rohwedder, Rxbie, songdg and 362 guests