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.
Can I set position of Vision Panel?
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Can I set position of Vision Panel?
With the CTRL function ModuleOn() or ModuleOnWithPanel() you can pass the position.
- yjsid939
- Posts:13
- Joined: Mon Dec 23, 2013 3:44 am
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Can I set position of Vision Panel?
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?
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]+-+-
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?
Thank you everyone.
Finally I don't need fix everytime.
Have a nice day.
Finally I don't need fix everytime.
Have a nice day.