[Module] DeFlicker - easily deflicker resizeable Windows

Share your advanced PureBasic knowledge/code with the community.
PureLust
Enthusiast
Enthusiast
Posts: 477
Joined: Mon Apr 16, 2007 3:57 am
Location: Germany, NRW

Re: [Module] DeFlicker - easily deflicker resizeable Windows

Post by PureLust »

Fred wrote:@PureLust, I will give it a try.
Did you had some time already?

Any success on this so far? :)
[Dynamic-Dialogs] - create complex GUIs the easy way
[DeFlicker] - easily deflicker your resizeable Windows
[WinFX] - Window Effects (incl. 'click-through' Window)
User avatar
kpeters58
Enthusiast
Enthusiast
Posts: 341
Joined: Tue Nov 22, 2011 5:11 pm
Location: Kelowna, BC, Canada

Re: [Module] DeFlicker - easily deflicker resizeable Windows

Post by kpeters58 »

Excellent work - works like a charm!

Thanks for sharing!
PB 5.73 on Windows 10 & OS X High Sierra
User avatar
J. Baker
Addict
Addict
Posts: 2178
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Re: [Module] DeFlicker - easily deflicker resizeable Windows

Post by J. Baker »

WOW! That helps out a lot with the CanvasGadget() resizing.

Thanks! :D
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef

Mac: 10.13.6 / 1.4GHz Core 2 Duo / 2GB DDR3 / Nvidia 320M
PC: Win 7 / AMD 64 4000+ / 3GB DDR / Nvidia 720GT


Even the vine knows it surroundings but the man with eyes does not.
PureLust
Enthusiast
Enthusiast
Posts: 477
Joined: Mon Apr 16, 2007 3:57 am
Location: Germany, NRW

Re: [Module] DeFlicker - easily deflicker resizeable Windows

Post by PureLust »

Little Update (code in first post updated):

- Added Macros to call DeFlicker::Functions which use CompilerIf to disable DeFlicker functions if compiled on OSX or Linux
So e.g. call the Macro DeFlicker_StartResize(Window) instead of Module function DeFlicker::StartResize(Window) if you want OS independent code.

- DeFlicker can now handle multiple nested Start-/EndResize calls

Hint: If you are not 100% satisfied with the result by default, DeFlicker provides ways to fine tune the redraw exactly for your needs.
[Dynamic-Dialogs] - create complex GUIs the easy way
[DeFlicker] - easily deflicker your resizeable Windows
[WinFX] - Window Effects (incl. 'click-through' Window)
User avatar
ChrisR
Addict
Addict
Posts: 1127
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

Re: [Module] DeFlicker - easily deflicker resizeable Windows

Post by ChrisR »

PureLust wrote:[EDIT 31.02.2020]
2020 is a triple, leap year !

Thanks for the module and the last update :)
PureLust
Enthusiast
Enthusiast
Posts: 477
Joined: Mon Apr 16, 2007 3:57 am
Location: Germany, NRW

Re: [Module] DeFlicker - easily deflicker resizeable Windows

Post by PureLust »

ChrisR wrote:
PureLust wrote:[EDIT 31.02.2020]
2020 is a triple, leap year !)
Hmmmmm ... must be caused by a faulty keyboard driver. :?

I think I have to investigate this deeply ...
thanks for mentioning. :wink:
[Dynamic-Dialogs] - create complex GUIs the easy way
[DeFlicker] - easily deflicker your resizeable Windows
[WinFX] - Window Effects (incl. 'click-through' Window)
Post Reply