![]() |
API Server Window position |
Post Reply
|
| Author | |
martind
Contributor
Joined: 18.Apr.2008 Location: Bremen, Germany Points: 16 |
Post Options
Thanks(0)
Quote Reply
Topic: API Server Window positionPosted: 14.May.2008 at 10:15 |
|
Is there a posibility to choose where the API server window gets positioned when opened via the command line at start up? I have the impression that the window always puts its center to where the mouse actually is.
Regards, Martin |
|
![]() |
|
stevek
MetaCase
Joined: 11.Mar.2008 Points: 643 |
Post Options
Thanks(0)
Quote Reply
Posted: 14.May.2008 at 10:43 |
|
You're correct about the window opening over the mouse position. If you want to specify the window position, you could use your programming language's function to position the mouse where you want the window before calling the API command. That's one of the benefits of the API: we don't have to provide duplicates of all the normal low-level functions. You use the API just for the MetaEdit-specific parts of your program, and all the normal maths, window operations etc. are done with the familiar functions in whatever programming language you use.
|
|
![]() |
|
Post Reply
|
|
| Tweet |
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |