--
Mathieu Gendron, ia
http://www.siq.gouv.qc.ca/
<Philip_Salgannik> a écrit dans le message de news:
3DB07D06339A66DB00604D3585256D5D.005779FC85256D5D@webforums...
> roundrectangle is a drawobject, not a dragobject, that's why it does not
> show up in the list of objects from which you can inherit a "standard
> visual" PB Object.
> What you need to do (unless you want to revise your drawing design and go
> to doing it in a datawindow control, which makes it much easier) is create
> a "Custom Visual" object, place a roundrectangle on it and manipulate
> everything thru the Custom Visual...
I don't want everyone to modify their dws to put a roundrectangle object,
that's why I figured out that a dynamic UserObject could do the job.
Thank you,
--
Mathieu Gendron, ia
http://www.siq.gouv.qc.ca/
<Philip_Salgannik> a écrit dans le message de news:
2BB21BF673AF23C70069467285256D5D.00667DEB85256D5D@webforums...
> Unfortunately "use that object about 5 times on each window" is not enough
> for me to answer your question :-)
>
> What is it that you are doing?
--
Mathieu Gendron, ia
http://www.siq.gouv.qc.ca/
<Philip_Salgannik> a écrit dans le message de news:
09871E92FF03B57A00757BFF85256D5D.006F019F85256D5D@webforums...
> Well, you could manipulate the border of the datawindow control in
> getfocus/loosefocus events...