Hey!
Is it possible to let a GUI slide in from the right bounds of the desktop?
I am making a settings-GUI where all necessary settings can easily be done in one window
When my mouse reaches a zone on the right of my desktop, a GUI should slide in...
I achieved this some time ago with a single control of a GUI... GUICtrlSetPos; But there is no GUISetPos Function...
Can i achieve this in any other way?
Or do you know better ways to bring this GUI to my screen?
3 replies to this topic
#1
Posted 19 October 2011 - 05:38 AM
#2
Posted 19 October 2011 - 06:29 AM
I achieved this some time ago with a single control of a GUI... GUICtrlSetPos; But there is no GUISetPos Function...
No, but there is WinMove. Just pass the window handle returned from GUICreate as the first parameter, and leave the second one empty.
Like this:
WinMove($hWnd, "", $x, $y)
Edited by Kip, 19 October 2011 - 06:33 AM.
#3
Posted 19 October 2011 - 06:56 AM
See this post: http://www.autoitscript.com/forum/topic/19370-autoit-wrappers/page__st__60__p__199609#entry199609
I don't know where I'm going, but I'm on my way.
#4
Posted 19 October 2011 - 07:18 AM
Thanks mat!
This fade in style is very cool!
no need to roll it in anymore
This fade in style is very cool!
no need to roll it in anymore
Also tagged with one or more of these keywords: gui, slide, effect
AutoIt v3 →
Graphical User Interface (GUI) Help and Support →
GUI Window Remembers Screen PositionStarted by atnextc , 14 Jun 2013 |
|
|
||
AutoIt v3 →
General Help and Support →
Link two windowsStarted by Reinhardt1julian , 02 Jun 2013 |
|
|
||
AutoIt v3 →
Example Scripts →
GDI+ Color Transformer v0.9.5 build 2013-05-27Started by UEZ , 23 May 2013 |
|
|
||
AutoIt v3 →
General Help and Support →
Keyboard Layout for Autoit GUIStarted by Anas , 19 May 2013 |
|
|
||
GDI+ Wrapping TextStarted by Artisan , 10 May 2013 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




