oval selection problem and oval appear with the image area

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
kevin007
Posts: 40
Joined: Mon Sep 21, 2015 7:46 am

oval selection problem and oval appear with the image area

Post 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 ? :oops:

Thanks
Kevin
--
Thanks
Kevin
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2734
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: oval selection problem and oval appear with the image ar

Post 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
https://alternatic.ch
kevin007
Posts: 40
Joined: Mon Sep 21, 2015 7:46 am

Re: oval selection problem and oval appear with the image ar

Post by kevin007 »

@Jean-Marc

Great it's Working :P :D :)
--
Thanks
Kevin
kevin007
Posts: 40
Joined: Mon Sep 21, 2015 7:46 am

Re: oval selection problem and oval appear with the image ar

Post by kevin007 »

HI All,

when using the below code it's shows error how I solve this error. :oops:

Code: Select all

   set the style of templategraphic to line
   choose graphic tool
Thanks
Kevin
--
Thanks
Kevin
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: oval selection problem and oval appear with the image ar

Post by Klaus »

Hi Kevin,

put QUOTES round the style:
...
set the style of templategraphic to "line"
choose graphic tool
...


Best

Klaus
shalu
Posts: 72
Joined: Fri Mar 20, 2015 1:05 pm

Re: oval selection problem and oval appear with the image ar

Post by shalu »

@Klaus

Thanks Klaus for your valuable reply :D :) :P
--
Thanks
Shalu S
Post Reply