Can I set position of Vision Panel?

Find and share HowTos to various installations / configurations!
6 posts • Page 1 of 1
yjsid939
Posts:13
Joined: Mon Dec 23, 2013 3:44 am

Can I set position of Vision Panel?

Post by yjsid939 »

Is there any solution to set Vision position to(0,0)?

If I save panel when the position is not 0,0 then vision panel can not place corrently.

I want to know parameter options or config.

Thank you.

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Can I set position of Vision Panel?

Post by mkoller »

With the CTRL function ModuleOn() or ModuleOnWithPanel() you can pass the position.

yjsid939
Posts:13
Joined: Mon Dec 23, 2013 3:44 am

Re: Can I set position of Vision Panel?

Post by yjsid939 »

Thank you Koray.

But I need the function when vision initialize.

please refer below.

Image
Attachments
Vision.PNG

Gertjan van Schijndel
Posts:634
Joined: Mon Aug 02, 2010 10:37 am

Re: Can I set position of Vision Panel?

Post by Gertjan van Schijndel »

Replace '-m vision' with '-m vision,+0+0'

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Can I set position of Vision Panel?

Post by mkoller »

You can pass the position and size via the commandline.
e.g.
-m vision,600x400+0+0

Hint: start the UI with -help to get all possible commandline options.
Here are the lines for this feature:

-m type[:name][,geometry] ... module-type to be started [gedi,para,vision]
name = module's name
geometry = [x]+-+-

yjsid939
Posts:13
Joined: Mon Dec 23, 2013 3:44 am

Re: Can I set position of Vision Panel?

Post by yjsid939 »

Thank you everyone.

Finally I don't need fix everytime.

Have a nice day.

6 posts • Page 1 of 1