is there no way ensure that I am using the same layer? I believe this a problem becuase I am mixing the draw componenets and the writer components. It seems to pretty straight forward to tell the draw components which layer they are on, but writer components do not seem to have layers, they only have zOrders, no?
The reason I am having this problem is becuase I am want my frame borders to have fancy lines like dotten lines, etc. Is there a way to tell a frame to use a line for a border? --- Fernand Vanrie <[EMAIL PROTECTED]> wrote: > Kent Gibson schreef: > > thanks for sharing your expereinces, related to > images > > do you think you could answer two questions for > me? > > > > I am having a problem with cropping. Cropping > seems to > > work ok, but for some odd reason, "keep scale" is > > default during cropping, you can see this in the > UI. > > Therefore when I crop it then gets scaled. So all > I > > need to know is how to turn off "keep the scale" > and > > use "keep image size" programmatically. > > > I think the crop-dialog i a sort of "wizard" and > can not be handled by > the API. The "keep the scale" is following the > last-klicked status and > saved someware hidden in the > OOconf-user-depended-files. The results of > using this wizard are stored as a properrty of the > "graphicObject" its > a struct. with top,bottom,left and right distances > and can at all times > easely be handeld with the API. > . > > > The other problem I have is with zOrder from > > TextFrames and Lines. My lines are going to the > > background, so even though I set all the zOrders, > the > > layering will be wrong, while the TextFrames go to > the > > foreground. > > > > After experimenting I am pretty sure the problem > is > > that the wrap modus is influencing it. Wrap (I am > > using wrap through) is always defaulting to wrap > "In > > the background" and this is also another > undocumented > > > No idee ? > > Fernand > > parameter which I have no idea how to set. > > > > Any help would be grand as this problems are > proving > > to be real headaches. thanks. > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
