Jump to content

ling3882688

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by ling3882688

  1. @Nine Ok,Thanks.
  2. Is there a Resize parameter?Resize the image(gif/png/jpg/bmp) based on the controlid's dimensions. I am trying to replace all the other UDFs using your UDF to creat controls of my GUI. And could you please help to add a function like _GUICtrlSetGIF() in order to change the gif file of a control? If possible support image file path or $hImage. Thank you so much.
  3. @Nine Excellent! Thank you ! Appreciate !
  4. How to restart the Gif from the first frame without recreating the control?I tried the old UDF _guictrlsetgif,but it caused flickering. Is there an idea to restart the gif from any frame we want?In some special cases,I need to restart the gif before the end of the gif ,such as countdown number. In some other cases,for example,the countdown number is from 15 to 0,What I need is from 10 to 0.So I can start the gif from the sixth frame.
  5. @Nine Thanks a lot. It works well.
  6. Ok,Thanks😁 Perhaps,I need to creat another Gui, Then make it transparent on top of the first Gui.Many Gdi+ Gui did in this way.
  7. How can I keep the Gif transparent and stop it overlaps when the background picture is not solid color?
  8. Hello Nine,Glad to see that you added double buffering to this UDF,I tried many UDFs to creat a png button,all of them cause flickering except your UDF. But,there's something I still don‘t understand. What's wrong with this countdown gif, It is overlapping. Global $IMG_Ctrl1 = _GUICtrlCreateAnimGIF("1.gif", 150, 50, 285, 280, -1, $GUI_WS_EX_PARENTDRAG, False, 0 ) I tried to change the $nBackColor to 0,it works.But if there is a backgroud picture ,It is overlapping again. Animated GIF Multiple.rar
  9. Thanks ,I know 7za.exe. DLL and exe,which is the better way. I thought UDF seems advanced a little.
  10. So,only the total-file done progress we can get,I initially thought I ignore something or the UDF'bug.
  11. There is an Example called _7ZIPExtractEx_Example_using_Callback.AU3 in the 7-Zip UDF. I found a problem. If one file in the 7z archive is too big,the progress bar will stop for a long time. How can I get the exact progress even though there are big files in the archive? In other words,how to get the exact extracted file size without delay ? 7Zip_UDF.zip
×
×
  • Create New...