Calistoga Posted December 19, 2009 Posted December 19, 2009 Hi, I have been messing around with my "SciTEUser.properties" file, and I find it quite useful. However, I would like to execute a program from this file. The purpose of it is to set the window position and size of the SciTe editor. Maybe something like this system.run("myapp.exe"); Is there a way to accomplish this? Note that I know how to set the window position manually using position.left, position.top etc. The difference is that my program centers the window relative to the Windows taskbar. So that it doesn't matter where the taskbar is placed today or tomorrow, left or right. If this is possible to do in the "SciTEUser.properties" file, I would love to know about it.
Developers Jos Posted December 19, 2009 Developers Posted December 19, 2009 Not at startup, but when you want to do this at startup its a matter of writing a script that starts SciTE and position the window after it is started. 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.
Calistoga Posted December 19, 2009 Author Posted December 19, 2009 All right, that's what I feared I'll create a state of the art SciTe Startup Wrapper
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