Marlo Posted November 29, 2008 Posted November 29, 2008 (edited) So im making an script which has a GUI that use's Both a Statusbar (_GUICtrlStatusBar_Create) and a Menu (GUICtrlCreateMenu) Now my problem is that i cant seem to use them both at the same time! for example if you create a window with both a Menu and a status bar the menu seems to push the status bar down and you can barely see the top of the status bar : / this is a very weird bu incredibly vexing problem. Anyone ran into this before, and if so do they know how to fix it?! Thanks in advance Edited November 29, 2008 by Marlo Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
Bert Posted November 30, 2008 Posted November 30, 2008 So im making an script which has a GUI that use's Both a Statusbar (_GUICtrlStatusBar_Create) and a Menu (GUICtrlCreateMenu)Now my problem is that i cant seem to use them both at the same time! for example if you create a window with both a Menu and a status bar the menu seems to push the status bar down and you can barely see the top of the status bar : / this is a very weird bu incredibly vexing problem.Anyone ran into this before, and if so do they know how to fix it?!Thanks in advancescreenshot please. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Marlo Posted November 30, 2008 Author Posted November 30, 2008 (edited) Here:You can see the Statusbar just at the bottom of the form. Edited November 30, 2008 by Marlo Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
dbzfanatic Posted November 30, 2008 Posted November 30, 2008 Try increasing the height of your GUI. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
BrettF Posted November 30, 2008 Posted November 30, 2008 I've run into that error, and found that simply calling _GUICtrlStatusBar_Resize() works Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Marlo Posted November 30, 2008 Author Posted November 30, 2008 Ahh groovy <3 Thanks alot Brett Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
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