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.
...
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...
Fix broken text wrapping and control input text length in TextBox control
Hi!
I'm developing a(nother; it's my second!) ASP.NET application that right now is giving me fits.
On one of my screens, the user needs to be able to enter large amounts of text into three database fields. The database fields are all char(350).
I'm having two problems with this. First of all, I found that when editing an existing record, text in the fields would wrap in a manner similar to this:
Wow, what a sorryperformance!
The text box is much wider than the text "Wow, what a sorry", so I couldn't figure out why the text was wrapping. I tried setting the Columns property to 90 (which...
How to get a text from rich text edit control ?It does not have a such property as 'Text'. So how can I catch in to
variable whatever user types ?
Thanks.
string ls_text
this.SelectTextAll()
ls_text = this.SelectedText()
On Thu, 24 May 2001 11:43:44 -0400,
in powersoft.public.powerbuilder.general
yt <tyuriy@aol.com> wrote:
>It does not have a such property as 'Text'. So how can I catch in to
>variable whatever user types ?
>
>Thanks.
>
>
Bruce Armstrong [TeamSybase]
http://www.needhim.org
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_news...
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)
...
Text as textName: JohnA Boice
Email: jaboiceathughesdotnet
Product: Firefox
Summary: Text as text
Comments:
You need to do as Safari does and make ALL text, including buttons,
links, bookmarks, and general page text actual text so screen readers
can interpret and voice the text.
Until this occurs, your products are a real pain to use. And I have
limited sight. What about those with less or no sight?
Browser Details: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
...
Rich Text editor conponent to format rich textHi we want to format rich text in a memo with the bold , underline , fonts ect. with basic functions like wordpad. A VCL component for now but later something that will work with firemonkey to format text.
There are a few component out there but they cost more than half the price of Delphi. Is there a basic component out there that can do that and not hundreds of other things as well that we have to pay for that we don't need.
WE got XE4 and want to start all new developments with that and fire monkey where posible, but for now we still use VCL because there still need to develop com...
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....
Wrapping Text? (or should that be unwrapped text ;) )Hello all,
I'm new to mozilla and have been using it for about a week or so.
Today, I visited the epinions site and was reading some health club
reviews and noticed that on some pages the text of the review did not
wrap to the page. On most it did, though not all.
I took a look at the same pages using IE and they wrapped perfectly.
Any ideas? Is there a setting I need to change?
Here's a sample page:
http://www.epinions.com/content_67494973060
Thanks in advance.
...
How to populate other text controls by losing focus of one text control
Hi All,Iam new to ASP.net. Here is a small illustration about my prob. I have 3 text controls in a page i.e which represents zip,city,state. I want to populate city and state after entering zipcode into zip text control i.e something like focus lost event on zip text control. Any solution regarding this thanks and regards,vijaycanaan
How about OnTextChange: http://msdn.microsoft.com/en-us/library/aa710190(VS.71).aspx
EricPascarello.com | Twitter epascarello | LinkedIn
Hi vijaycanaan We can capture the following event when TextBox lost focus: On Server-Side:We...
text wrap and description tag: text does not wrap if using .value ????Hi,
I have this issue with the description tag: The text wraps on 2 or more lines if the text is between the <description id="myId"> my text <description/> tags, but doesn't is I use the getElementById("myId").value = "my text that should be long enough to wrap, 30 times" in javascript.
Does anyone know a work arounds ?
I have tried to use <html:p id="myId" /> and getElementById("myId").innerHTML="my text that should be long enough to wrap, 30 times" bu I get an error NS_ERROR_FAILURE (would the inne...
[PATCH] Updated Text::Tabs and Text::Wrap to correctly handle Unicode combining characters via \X, and added two new test modules for this functionality.Hope this is more the style you're looking for.
--tom
---
lib/Text/Tabs.pm | 46 ++++++++---
lib/Text/TabsWrap/CHANGELOG | 5 +
lib/Text/TabsWrap/t/Tabs-ElCid.t | 167 +++++++++++++++++++++++++++++++++=
+++++
lib/Text/TabsWrap/t/Wrap-JLB.t | 142 ++++++++++++++++++++++++++++++++
lib/Text/Wrap.pm | 40 ++++++---
5 files changed, 375 insertions(+), 25 deletions(-)
create mode 100755 lib/Text/TabsWrap/t/Tabs-ElCid.t
create mode 100755 lib/Text/TabsWrap/t/Wrap-JLB.t
diff --git a/lib/Text/Tabs.pm b/lib/Text/Tabs.pm
index d3c0...
changing text in static text controlHello
PB 11 build 8123
I have a window with a dwcontrol. When I am updating the dw control I
want one of the column names (static text controls) to change based on
a value I select in another column.
So far I have the code in the itemchanged to capture the value of my
selection in the field I first select.
How do I take this value, (it can only be Y or N) and program one of
the column headings (static text) to display a certain text?
I can't seem to get it to work with setitem or settext. Those two
funcs don't really work with column headings as far as I can see.
A...