LeBlanc Posted February 4, 2018 Posted February 4, 2018 (edited) Hello I have a lot of questions in mind, but I will ask them 1 after the other. I will try to solve problems after problems. My first question is this: I want to anchor the windows on screen, so that I can never move them with my cursor by mistake. The windows I am talking about are: Status window Party window Buff window Target window Skillbar window Edited February 4, 2018 by LeBlanc
LeBlanc Posted February 4, 2018 Author Posted February 4, 2018 (edited) This guy did it on his video, He says the AbnormalStatusWindow is anchored. I only managed to do it with the Buff window, I need help for the others. Edited February 5, 2018 by LeBlanc
LeBlanc Posted February 6, 2018 Author Posted February 6, 2018 I know it is in interface.xdat. Please anyone can help me do this? Or nobody understands my request?
UgliBiBagli Posted February 7, 2018 Posted February 7, 2018 remove handles draggable - false save/load position - false anchor to the main view port, set default coordinates in case you are going to use initialize option
LeBlanc Posted February 8, 2018 Author Posted February 8, 2018 (edited) Thank you for such answer! I will just need a little help with figuring what is what, I am learning... If you can please understand ^^ I will go point by point. I selected the AbnormalStatusWnd[Window], the buffs window for simplicity. Remove handles What are they, how to delete them? If I delete StatusIcon[StatusIconCtrl], it will delete the whole information inside it, I am afraid of doing it. draggable - false I imagine the only option here is: AbnormalStatusWnd[Window], then on the right panel, Window, then, Draggable - pick Now I don't know what these 3 options mean: save/load position - false I imagine it is the option here: AbnormalStatusWnd[Window], then on the right panel, Window, savePosition. But I don't see Save/Load Position. anchor to the main view port I think that to Anchor I have to go there: AbnormalStatusWnd[Window], then on the right panel, anchored But how to anchor it specifically to "main view port" ? set default coordinates in case you are going to use initialize option Where are these default coordinates ? Thank you very much for helping me out! I am learning this software, please don't scream at me it is hard when you start >.> <3 Edited February 8, 2018 by LeBlanc
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