Rich Text DataWindow In Rich Text ControlHi, is there a way to take the contents of a rich text data window and put
it into a rich text edit control?
Thanks,
Cliff
...
chinese character in rich text control and text controlI have a chinese character in either rich text control or text control. The
character is look fine if it is a small size (10, 12), however when the font
size is changed bigger (36 or 72), the character is out of shape(many dot,
not smooth). Is anyone has any idea to print a bigger chinese character from
pb7.03.
...
In rich text editor I cannot normally edit text just after pasting textName: Darek
Email: darekatgrapevinejobsdotcodotuk
Product: Firefox
Summary: In rich text editor I cannot normally edit text just after pasting text
Comments:
In rich text editor I have following problem: After pasting text for
example from Word I try to remove a letter or word from just pasted
text and I could not do this. If I insert let say single space then
after this operation I am able to remove text and generally do
everything.
Browser Details: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5....
Rich Text Edit control: get total pages?Hi, can anyone think of a way I can get the total number of pages contained
in a rich text edit control after having executed a DataSource() function?
I need to switch back and forth between letterhead and regular paper when
printing this 2-page document and the number of pages would help me write a
loop.
Since you are using DataSource function, to get the actual number of pages you
can use:
rte_1.PageCount ( ) * dw_1.Rowcount(), where dw_1 is the DW you have used in
the Datasource function.
Hope this helps.
John.
Rick Charnes wrote:
> Hi, can anyone think of a way...
Pasting text from Mac apps into rich text controls pastes plain textName: Bob
Product: Firefox
Summary: Pasting text from Mac apps into rich text controls pastes plain text
Comments:
Using: Mac OS X 10.6 and Firefox 3.5 and 3.6 beta 1
Steps to reproduce:
* Write text in Text Edit, Yojimbo, etc using rich text (e.g. font
sizes, bold, italics)
* Open Gmail in Firefox and compose an email
* Copy and paste the text you created from the other Mac app into Firefox
Observed: text is pasted in as plain text
Expected: converts the rich text to appropriate rich text in the
control, like Safari does
This is a huge pain when e.g. writing release n...
Text does not wrap correctly in rich text controlHi,
I'm having this problem: 'Text does not wrap correctly in
rich text control'. I'm using PB10.5.1.
I've done some research on the Web and tried: set the
following variable in the pb.ini file:
[RichText]
PageSizeAsControlSize=1
Should I install PB10.5.2? Does it resolve the problem?
Any help would be appreciated.
Thank you.
Joan
A bit more description about the problem.
I have a rich text control in my app.
I have tried to set property to 'Wordwrap, which dosen't
work.
I have tried to set the following variable in the pb.ini
file:
...
Can't edit text in the 'Basic text Box' OR 'Rich Text Editor'
have, DNN 3.0.13 installed on Windows server 2003have tried sitting at the server and on a workstationI first tried to edit the text on the home page, the text editor shows up but it is empty/blank, I couldn't put my cursor in the text area and type anything.I have also tried to create a new page and try to edit a text area, same problem.....I have also tried to use the events module and tried to add an event, same problem...PS. preview in not on.Thanks in advance, Peter
What browser are you using?Are you using a custom skin?Icthus TechnologiesBuilding Faith on the Internet
Im havi...
How do I get the Text of a Text ....That may sound confusing, but I need to get the text of a Dynamically
created text object.
For each row the Text objects text might be somthing different, and when
I loop through all the rows, I need to see if any of them are a certain
Word.
When I used Getitemstring, it doesn't like it.
dw_1.Describe( 'text_control.text' ) will give you the .text attribute of a
text control in a datawindow.
How are you getting different values for the .text attributes on different
rows? Using an expression or something?
--
Paul Horan[TeamSybase]
VCI Springfield, MA
www.v...
Rich Text Edit ControlHI All:
I have a RTF control which imports a RTF file and I want the RTF file to
print with it's original margin settings. The RTF document has the
following margin sizes: L = 1, R = 1, T 1.80 and B = .25
What happens when I print (rte_1.Print(blah...)) the RTF document is
expanded to the edges of the paper.
When I view the RTF in PREVIEW mode, the margins are set to:
L = .25, R = 0, T = 0 and B = .20
I tried scripting the desired margin settings (RTE_1.LeftMargin = 1
etc.. )and printed with the same result.
I do NOT want the users to use the RTE_1.Preview = true window to...
Rich Text Edit Control
Who's successfully using a - easy to use, cheap or free - rich text editor control in a VWD project? What's the name of it?What's the name of the rich text edit control I'm typing into right now for this forum post?Thanks.Frank
Free Text Box or FCKEditor. The fact it's a VWD project isn't relevant.JeffPlease: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
I use FreeTextBox as well (though not in Studio, not that it matters much).&nbs...
Rich Text Edit ControlsDoes anyone know how to set the font for a RTE programmatically?
---- AND ----
How can you tell in a script how far a RTE has been scrolled
HORIZONTALLY?
Hi Paul,
There should be an easier way of setting the font size for RTE controls,
but I have not found it yet. The code below will change the font size
for the entire window. I don�t know how to change it for selected
text. Give this a try. Hope it works.
String ls_init_rtf
ls_init_rtf = '{\rtf1{\fonttbl{\f0\froman Tms Rmn;}}'
ls_init_rtf = ls_init_rtf + "{\f0\fs24\cf0\up0\dn0 a big brown house...
Rich Text Edit ControlsHello,
We have just migrated our app from 6.5.1 to 7.0.2. I had problems with a
few particular objects when trying to open in the library painter and
when running from source. PB would crash with "Invalid page fault
pb70.exe@014f:10005357". The only way that I could solve the problem was
to comment out all code from the 6.5 version, remove a control(one at a
time) and migrate to 7.0 until I found which one was the culprit. Rich
Text Edit control is the one that is crashing . No matter what I try to
add it to, pb70 will blow up with that same error. Does anyone know if
ther...
Rich Text Edit ControlHi All
I'm using PB703 Build 10213
I'd like to use a RTE on a window, together with a Datawindow control, get
the data from a Long VarChar column on the Datawindow control, set them in
the RTE, do some formating on the (BOLD, UNDERLINE, etc), get them from the
RTE set them back in the column and save them to the database.
Is this posible.
TIA
Stelios Stylianou
Stelios -
This is what the RTE Datawindow style is supposed to accomplish. From
what I've heard it works FAIRLY well, but it has "issues". You have been
warned. :)
Olan
"...
PowerBuilder Rich Text ControlHello group, I have a problem.... I am trying to save the contents of a rich
text control in an sqlserver table through jaguar. The problem is with a
specific text column. Sql Server "sees" that column as text whereas in
powerbuilder i see that column as char(32767). When the update statement
executes then jaguar reports the following error:
*******************************************************
**** EAS SERVER 4.2 (ERROR LOG) *********
*******************************************************
Sep 22 14:27:51 2003: Bind parameter value for ':1' is too big (10434)
...