On 2007-04-06, at 14:39, Mike Ott wrote: > I have no idea how to put styled text (e.g. from a styled > Editfield) to the > clipboard. With the following code the style information is not > transported > to the clipboard. EFStyled is the name of the styled Editfield: > > Dim c as Clipboard > c = New Clipboard > ... > > EFStyled.TextFont = Fenster1.SchriftMenue.caption > EFStyled.TextSize = 14 > EFStyled.Text = chr(me.index) > > c.SetText EFStyled.Text > c.close > > > Could someone give me a hint how to change the code? Thanx for any > help. > > Best wishes > Mike > > OS 10.4.9 / RB 2007r2 > -- > >
Hi, If you have a "styled" EditField ... then EditField1.copy Sven E _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
