saraconor Posted August 7, 2019 Author Posted August 7, 2019 You right, i lost this one. There is solution: #AutoIt3Wrapper_Res_File_Add=1.gif, rt_rcdata, G2 #include "resources.au3" #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include "GIFAnimation.au3" $hGui = GUICreate("GIF Animation", 411, 211, -1, -1) if not @Compiled then $hGIF = _GUICtrlCreateGIF(@ScriptDir & "\1.gif", "", 61, 10) $hGIF = _GUICtrlCreateGIF(@ScriptFullPath, "10;G2", 61, 10) GUISetState() do until GUIGetMsg() = -3
Developers Jos Posted August 7, 2019 Developers Posted August 7, 2019 You will be able to do that ones you are "upgraded" to the next group, but "new members" can't yet. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now