Mat Posted March 11, 2010 Share Posted March 11, 2010 (edited) This control is useful in situations where a window does not have enough area to display a child window. For example, if your application has a toolbar that is not wide enough to show all of its items, you can assign the toolbar to a pager control and users will be able to scroll to the left or right to access all of the items. You can also create pager controls that scroll vertically.Functions:_GUICtrlPager_Add_GUICtrlPager_Create_GUICtrlPager_Destroy_GUICtrlPager_ForwardMouse_GUICtrlPager_IsHorz_GUICtrlPager_IsVert_GUICtrlPager_GetBKColor_GUICtrlPager_GetBorder_GUICtrlPager_GetButtonSize_GUICtrlPager_GetButtonState_GUICtrlPager_GetDropTarget_GUICtrlPager_GetPos_GUICtrlPager_ReCalcSize_GUICtrlPager_RegisterAutoHandler_GUICtrlPager_SetBKColor_GUICtrlPager_SetBorder_GUICtrlPager_SetButtonSize_GUICtrlPager_SetChild_GUICtrlPager_SetPosDownload linkDownloads so far is shown on the download page.The download zip contains:GUIPager.au3ExamplesPlanets Example (As shown in screen shot)Mat Edited March 12, 2010 by Mat mLipok 1 AutoIt Project Listing Link to comment Share on other sites More sharing options...
AlmarM Posted March 11, 2010 Share Posted March 11, 2010 Looks great, its a bit late for me to test now, so i'll test it tomorrow. Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes. Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted March 12, 2010 Share Posted March 12, 2010 Yes like a very good project, keep it up. Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
Shafayat Posted March 12, 2010 Share Posted March 12, 2010 Great job. I've always wanted to make something like that. Again, cool work. [Not using this account any more. Using "iShafayet" instead] Link to comment Share on other sites More sharing options...
Yashied Posted March 12, 2010 Share Posted March 12, 2010 (edited) Nice job. But why not written _GUICtrlPager_Destroy() function? Anyways, 5* from me for a really usefull UDF. Edited March 12, 2010 by Yashied My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More... Link to comment Share on other sites More sharing options...
Mat Posted March 12, 2010 Author Share Posted March 12, 2010 Thanks Guys The one thing I did forget is to add an example of handling the PGN_CALCSIZE notification manually. I'll do that today. AutoIt Project Listing Link to comment Share on other sites More sharing options...
Mat Posted March 12, 2010 Author Share Posted March 12, 2010 Nice job. But why not written _GUICtrlPager_Destroy() function? Anyways, 5* from me for a really useful UDF.Completely missed that one out Another thing is that I have no idea how to make the function work for external applications. AutoIt Project Listing Link to comment Share on other sites More sharing options...
Fire Posted March 12, 2010 Share Posted March 12, 2010 (edited) Fantastic Job! Very nice and very usefull for me too. Thanks so much Mat. 5 stars from me too. Also Thanks too: George Gedye (GEOSoft), SmOke_N Edited March 12, 2010 by Sh3llC043r [size="5"] [/size] Link to comment Share on other sites More sharing options...
Mat Posted March 12, 2010 Author Share Posted March 12, 2010 Fantastic Job! Very nice and very usefull for me too.Thanks so much Mat.5 stars from me too.Also Thanks too: George Gedye (GEOSoft), SmOke_NYes, I didn't mention that at the top, but GEOSoft was very helpful in making the _GUICtrlPager_Create function, and he also got a lot of help from SmOke_N for the same. AutoIt Project Listing Link to comment Share on other sites More sharing options...
zackrspv Posted March 12, 2010 Share Posted March 12, 2010 This control is useful in situations where a window does not have enough area to display a child window. For example, if your application has a toolbar that is not wide enough to show all of its items, you can assign the toolbar to a pager control and users will be able to scroll to the left or right to access all of the items. You can also create pager controls that scroll vertically.Is it just for toolbars? -_-------__--_-_-____---_-_--_-__-__-_ ^^€ñ†®øÞÿ ë×阮§ wï†høµ† ƒë@®, wï†høµ† †ïmë, @ñd wï†høµ† @ †ïmïdï†ÿ ƒø® !ïƒë. €×阮 ñø†, bµ† ïñ§†ë@d wï†hïñ, ñ@ÿ, †h®øµghøµ† †hë 맧ëñ§ë øƒ !ïƒë. Link to comment Share on other sites More sharing options...
Mat Posted March 12, 2010 Author Share Posted March 12, 2010 Is it just for toolbars?No... Although I have not done it with other controls yet, it should work with any window.I will do that as well. AutoIt Project Listing Link to comment Share on other sites More sharing options...
Mat Posted March 12, 2010 Author Share Posted March 12, 2010 (edited) Updated.Added: _GUICtrlPager_DestroyRemoved: Random Mercury.xcf from the planets example Edit: Interesting that we already have an attempt at doing something similar with GDI+ here. Edited March 13, 2010 by Mat AutoIt Project Listing Link to comment Share on other sites More sharing options...
Shafayat Posted March 13, 2010 Share Posted March 13, 2010 Very exciting script. Does it support automatically resizing? (Forgive me if the question is stupid. I AM STUPID ) [Not using this account any more. Using "iShafayet" instead] Link to comment Share on other sites More sharing options...
Mat Posted March 13, 2010 Author Share Posted March 13, 2010 Very exciting script.Does it support automatically resizing? (Forgive me if the question is stupid. I AM STUPID )As in... GUICtrlSetResizing?? No. You will have to process the WM_SIZE message yourself. AutoIt Project Listing Link to comment Share on other sites More sharing options...
Shafayat Posted March 14, 2010 Share Posted March 14, 2010 (edited) Thank you. I thought so but was hoping it not to be so. Edited March 14, 2010 by Shafayat [Not using this account any more. Using "iShafayet" instead] Link to comment Share on other sites More sharing options...
Mat Posted March 14, 2010 Author Share Posted March 14, 2010 Thank you. I thought so but was hoping it notk to be so. Its the same for all non-autoit controls. this is a very simple example: #include <GuiRichEdit.au3> #include <WindowsConstants.au3> Global $hGui, $hRichEdit Main() Func Main() $hGui = GUICreate("Example WM_SIZE", 320, 350, -1, -1, BitOR($GUI_SS_DEFAULT_GUI, $WS_SIZEBOX)) $hRichEdit = _GUICtrlRichEdit_Create($hGui, "This is a test.", 10, 10, 300, 330) GUIRegisterMsg($WM_SIZE, "WM_SIZE") GUISetState() While 1 Switch GUIGetMsg() Case -3 _GUICtrlRichEdit_Destroy($hRichEdit) Exit EndSwitch WEnd EndFunc ;==>Main Func WM_SIZE($hWnd, $iMsg, $wParam, $lParam) #forceref $hWnd, $iMsg, $wParam, $lParam Local $aPos = WinGetClientSize($hGui) ControlMove($hGui, "", $hRichEdit, 10, 10, $aPos[0] - 20, $aPos[1] - 20) EndFunc Mat AutoIt Project Listing Link to comment Share on other sites More sharing options...
Shafayat Posted March 14, 2010 Share Posted March 14, 2010 Thank you, Mat. I had have some problems with WM_NOTIFY (for a listview item) few days ago and wasted almost 2 hours to find what I did wrong. Got it in the end but for a noob like me it wasn't easy. So I started to kinda fear GuiregisterMsg() . Anyway this one seems easy and working. Regards Shafayat [Not using this account any more. Using "iShafayet" instead] Link to comment Share on other sites More sharing options...
Mat Posted March 14, 2010 Author Share Posted March 14, 2010 Thank you, Mat. I had have some problems with WM_NOTIFY (for a listview item) few days ago and wasted almost 2 hours to find what I did wrong. Got it in the end but for a noob like me it wasn't easy. So I started to kinda fear GuiregisterMsg() . Anyway this one seems easy and working. Regards Shafayat This one is easy because I didn't use any of the parameters, so all its doing is waiting for the message... I did do it the more complex way though, completely overlooking the inbuilt autoit method: #include <GuiRichEdit.au3> #include <WindowsConstants.au3> #include <GUIConstantsEx.au3> Global $hGui, $hRichEdit Main() Func Main() $hGui = GUICreate("Example WM_SIZE", 320, 350, -1, -1, BitOR($GUI_SS_DEFAULT_GUI, $WS_SIZEBOX)) $hRichEdit = _GUICtrlRichEdit_Create($hGui, "This is a test.", 10, 10, 300, 330) GUISetState() Local $aPos While 1 Switch GUIGetMsg() Case -3 _GUICtrlRichEdit_Destroy($hRichEdit) Exit Case $GUI_EVENT_RESIZED $aPos = WinGetClientSize($hGui) ControlMove($hGui, "", $hRichEdit, 10, 10, $aPos[0] - 20, $aPos[1] - 20) EndSwitch WEnd EndFunc ;==>Main Thats much easier!!! AutoIt Project Listing Link to comment Share on other sites More sharing options...
Shafayat Posted March 14, 2010 Share Posted March 14, 2010 I learned something today. This will certainly help me understand the language better. Thanks. [Not using this account any more. Using "iShafayet" instead] Link to comment Share on other sites More sharing options...
mLipok Posted August 22, 2014 Share Posted August 22, 2014 Thanks for this UDF. I change this a litle #include <UDFGlobalID.au3> instead #include "UDFGlobalID.au3" and it works with AutoIt 3.3.10.2, but not working with AutoIt 3.3.13.18 this is because __UDF_ValidateClassName was removed from UDFGlobalID.au3 but Why ? Signature beginning:* Please remember: "AutoIt"..... * Wondering who uses AutoIt and what it can be used for ? * Forum Rules ** ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Code * for other useful stuff click the following button: Spoiler Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST API * ErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 * My contribution to others projects or UDF based on others projects: * _sql.au3 UDF * POP3.au3 UDF * RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF * SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane * Useful links: * Forum Rules * Forum etiquette * Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * Wiki: * Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX IE Related: * How to use IE.au3 UDF with AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskScheduler * IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related: * How to get reference to PDF object embeded in IE * IE on Windows 11 * I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions * EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *I also encourage you to check awesome @trancexx code: * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuff * OnHungApp handler * Avoid "AutoIt Error" message box in unknown errors * HTML editor * winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/ "Homo sum; humani nil a me alienum puto" - Publius Terentius Afer"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming" , be and \\//_. Anticipating Errors : "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty." Signature last update: 2023-04-24 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