EKY32 Posted September 3, 2013 Share Posted September 3, 2013 About water, some other examples here: http://www.escapemotions.com/experiments/fluid_water_3/ http://grantkot.com/MPM/Liquid.html I don't know how do they program such this natural simulations? [font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font] Link to comment Share on other sites More sharing options...
wakillon Posted September 4, 2013 Author Share Posted September 4, 2013 (edited) About water, some other examples here: http://www.escapemotions.com/experiments/fluid_water_3/ http://grantkot.com/MPM/Liquid.html I don't know how do they program such this natural simulations? May be a good wave equation in three dimensions, a bit of knowledge of water properties and a complicated algorithm for some water effects ! http://29a.ch/sandbox/2010/water/ Edited September 4, 2013 by wakillon EKY32 1 AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
HAMID Posted September 25, 2013 Share Posted September 25, 2013 thanks wakillon MiniFinder Link to comment Share on other sites More sharing options...
wakillon Posted September 26, 2013 Author Share Posted September 26, 2013 thanks wakillon You're welcome ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
EKY32 Posted September 27, 2013 Share Posted September 27, 2013 (edited) Hey wakillon, I was trying to apply the water effect on a resizable picture control in my GUI, i had a problem of course as the bmp is not create as a known control to me. The control name is: [CLASS:#32770; INSTANCE:1] can i change the size of it? my Pic Control is resized as the window width. thank you. Edited September 27, 2013 by EKY32 [font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font] Link to comment Share on other sites More sharing options...
wakillon Posted September 27, 2013 Author Share Posted September 27, 2013 (edited) Hey wakillon, I was trying to apply the water effect on a resizable picture control in my GUI, i had a problem of course as the bmp is not create as a known control to me. The control name is: [CLASS:#32770; INSTANCE:1] can i change the size of it? my Pic Control is resized as the window width. thank you. you could use a GUIRegisterMsg ( $WM_SIZE, '_WM_SIZE' ) for detect resize and for each time size change, close waterblob & watereffect with : AdlibUnRegister ( '_WaterBlob' ) _FlattenWater () _DisableWater () ; and relaunch water efffect with new values adapted to the new size _EnableWater ( $sBmpFilePath, $hGui, new WaterRadius, new WaterHeight, new Left, new Top ) _WaterBlob () AdlibRegister ( '_WaterBlob', 3000 ) Edited September 27, 2013 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Starstar Posted October 15, 2013 Share Posted October 15, 2013 What a nice thing.I love it. Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once." Link to comment Share on other sites More sharing options...
wakillon Posted October 16, 2013 Author Share Posted October 16, 2013 What a nice thing.I love it. Thanks, glad you like it ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
becky Posted October 17, 2013 Share Posted October 17, 2013 this is nice! but what about these cripted parts? seems a little suspicious... Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted October 17, 2013 Moderators Share Posted October 17, 2013 becky.Welcome to the AutoIt forum. If you are not happy with the script, then just do not run it - no-one is forcing you to do so. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
wakillon Posted October 17, 2013 Author Share Posted October 17, 2013 this is nice! but what about these cripted parts? seems a little suspicious... Read the first post ! "All files are embeded in script with BinaryToAu3Kompressor." See link in my signature becky. Welcome to the AutoIt forum. If you are not happy with the script, then just do not run it - no-one is forcing you to do so. M23 Hi Melba, nice to see you on my humble topic ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted October 17, 2013 Moderators Share Posted October 17, 2013 wakillon,Bonjour, mon ami. Ca va? M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
becky Posted October 17, 2013 Share Posted October 17, 2013 becky. Welcome to the AutoIt forum. If you are not happy with the script, then just do not run it - no-one is forcing you to do so. M23 1. thanks! i'm a regular visitor of this forum but decided to make just now a new acc 2. it's not about that...maybe it sounded a little bit strengh but i was just wondering...why are there cripted parts? Link to comment Share on other sites More sharing options...
becky Posted October 17, 2013 Share Posted October 17, 2013 "All files are embeded in script with BinaryToAu3Kompressor." See link in my signature ok, sorry then. but i was not doubting you, i was just curious. i know it sounded a bit har but...sorry again. i knew that viruses are cripted in base64 and that's why i asked . anyway, nice script. i'm trying to understand a part of it (i'm pretty new in Autoit), and i'm trying to change the pic, but nothing so far... Link to comment Share on other sites More sharing options...
wakillon Posted October 17, 2013 Author Share Posted October 17, 2013 wakillon, Bonjour, mon ami. Ca va? M23 Very well thank you ! 1. thanks! i'm a regular visitor of this forum but decided to make just now a new acc 2. it's not about that...maybe it sounded a little bit strengh but i was just wondering...why are there cripted parts? The encryption used permit to embed external files in script, and to highly compress them ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Starstar Posted May 2, 2014 Share Posted May 2, 2014 (edited) Can i create Controls on water effect...............? Edit:: Like InputBox, Labels Buttons...etc Edited May 2, 2014 by Starstar Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once." Link to comment Share on other sites More sharing options...
wakillon Posted May 3, 2014 Author Share Posted May 3, 2014 Can i create Controls on water effect...............? Edit:: Like InputBox, Labels Buttons...etc I have not tried that but I do not think that is possible! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Starstar Posted May 3, 2014 Share Posted May 3, 2014 I have not tried that but I do not think that is possible! ok and thanks....... Life is like a coin. You can spend it Anyway as you wish and for your kind information. "you can spend it only once." Link to comment Share on other sites More sharing options...
Fabse Posted July 24, 2018 Share Posted July 24, 2018 Sorry for Digging out that old threat but i got a problem with the watereffect.au3 when i use small bmps like up to 600x500px its working well but with bigger ones the program freezes and exits, is there a way to fix it without changing the dll? cant anyway cause i only got the binary source. thank you! Link to comment Share on other sites More sharing options...
gwinter Posted January 27, 2022 Share Posted January 27, 2022 wakillon: Do you have a copy of the BinaryToAu3Kompressor? I can't find it anywhere. Link to comment Share on other sites More sharing options...
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