tommytx Posted September 26, 2013 Share Posted September 26, 2013 My autoit work window has expanded so that i can no longer see the minimize, and close x button.. Everything still works fine but when I am programming.. I can only get out by File and exit.. No minimize or resize or X out close .. so aggravating.. tried shut down the puter and restart but it is locked in the full expand mode... cannot slide the wondow to be able to see the minimize button and really do not even know if the button still exists... any suggestions would be greatly appreciated. Using windows XP home Always worked fine before. Link to comment Share on other sites More sharing options...
JohnOne Posted September 26, 2013 Share Posted September 26, 2013 WinMove() Post Code. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 26, 2013 Moderators Share Posted September 26, 2013 tommytx,My autoit work windowDo you mean the SciTE editor? 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...
tommytx Posted September 26, 2013 Author Share Posted September 26, 2013 Yes scite editor... Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted September 26, 2013 Moderators Share Posted September 26, 2013 Try F11 to toggle full screen "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 26, 2013 Moderators Share Posted September 26, 2013 tommytx,Try adding these lines (with suitable values) to your User properties file. You can open it via the SciTE <Options - Open user Option File> menu or look for "C:Usersyour_user_nameSciTEUser.properties":position.left=5 position.top=10 position.width=1000 position.height=500Then restart SciTE. M23 tommytx 1 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...
tommytx Posted September 26, 2013 Author Share Posted September 26, 2013 Have no idea what that means??? WinMove() Post Code. F11 no help... Link to comment Share on other sites More sharing options...
Solution JohnOne Posted September 26, 2013 Solution Share Posted September 26, 2013 WinMove("[Class:SciTEWindow]","",0,0) Exit tommytx 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
tommytx Posted September 26, 2013 Author Share Posted September 26, 2013 No help on User Properties... and under View = Full screen not checked.. and when checked the screen move a little but looks like it may be locked in the full screen mode... since full screen changes its look only a tiny amount.. Link to comment Share on other sites More sharing options...
tommytx Posted September 26, 2013 Author Share Posted September 26, 2013 Thanks John... you been there before right... and once I used that code on the next load it was fine.. All is well thanks everyone for the help... I have not been using the Move so it must have been a will program.. It has been so freaking agravating.. Link to comment Share on other sites More sharing options...
Developers Jos Posted September 26, 2013 Developers Share Posted September 26, 2013 The next time just edit or remove the file "SciTE.session" located in %USERPROFILE%, which contains the last session info of SciTE and is used again at startup. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. 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