Page 1 of 1
oval selection problem and oval appear with the image area
Posted: Tue Apr 19, 2016 6:32 am
by kevin007
Hi ALL,
When I use the code choose oval tool, I can draw a oval, my problem is if I draw more than one oval it's not possible to select ovals separately, also If draw oval using the code choose oval tool then the oval appear within the image area. how I solve this problem ?
Thanks
Kevin
Re: oval selection problem and oval appear with the image ar
Posted: Tue Apr 19, 2016 8:07 am
by jmburnod
Hi Kevin,
Oval tool is a paint tool
Try this:
Code: Select all
set the style of templategraphic to oval
choose graphic tool
Best regards
Jean-Marc
Re: oval selection problem and oval appear with the image ar
Posted: Tue Apr 19, 2016 9:59 am
by kevin007
@Jean-Marc
Great it's Working

Re: oval selection problem and oval appear with the image ar
Posted: Wed Apr 20, 2016 7:28 am
by kevin007
HI All,
when using the below code it's shows error how I solve this error.
Code: Select all
set the style of templategraphic to line
choose graphic tool
Thanks
Kevin
Re: oval selection problem and oval appear with the image ar
Posted: Wed Apr 20, 2016 10:18 am
by Klaus
Hi Kevin,
put QUOTES round the style:
...
set the style of templategraphic to "line"
choose graphic tool
...
Best
Klaus
Re: oval selection problem and oval appear with the image ar
Posted: Wed Apr 20, 2016 10:40 am
by shalu
@Klaus
Thanks Klaus for your valuable reply
