working on two screens

BlitzMax Forums/BlitzMax Beginners Area/working on two screens

Hardcoal(Posted 2016) [#1]
hi..
I want to extand my desktop so in my laptop i will program
and on my other screen when i compile i will get the compile window..

anyone knows how to tell blitz to open the compile screen on the second monitor,
or how to locate the win position?

tnx


Brucey(Posted 2016) [#2]
what "compile" window?
Do you mean the running application window itself?

A standard BlitzMax graphics window has no default functionality for locating it anywhere on the screen - as far as I am aware, which, to be honest, is a bit rubbish.


BlitzMan(Posted 2016) [#3]
If you mean to see your program on the other monitor,just drag the program window across to the other monitor.


Brucey(Posted 2016) [#4]
just drag the program window across to the other monitor

Like I said - a bit rubbish.


BlitzMan(Posted 2016) [#5]
For Blitz yes it is a waste of time,but for Blender and Gimp it is pure loveliness.:)


Hardcoal(Posted 2016) [#6]
when i drag the program window to the other monitor
next time i compile , i will have to drag it again..
I want it to open on the other monitor every time i compile..
so there should be a way to set blitzmax output window position i guess.

anyway.. its no big deal..


BlitzMan(Posted 2016) [#7]
Try using extended monitor,in your graphics app.
wont work my bad. sorry

Drag Blitz3D or Max to your other monitor,and the compiled program should show on the first monitor,all the time


Hardcoal(Posted 2016) [#8]
Ok ill try, tnx mate (though I think ive tried in the past and it didnt work)
Ill try again. maybe i missed something


xlsior(Posted 2016) [#9]
so there should be a way to set blitzmax output window position i guess.

anyway.. its no big deal..



I'd assume that it appears on whatever monitor you set up as your primary in the display settings -- try making our other monitor the primary, and run the IDE on the secondary.


Hardcoal(Posted 2016) [#10]
Good idea xksior..
I intended to program on my laptop and test on my external monitor, which i still might do


coffeedotbean(Posted 2016) [#11]
Some code here from GfK that could be used to set the applications starting location http://www.blitzbasic.com/Community/posts.php?topic=74915


Hardcoal(Posted 2016) [#12]
Xlsior Idea Worked for me