Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
patsko #1
Styling Ranges of text
Hi,
I'm having problem with the TextArea- and/or RichText-controls in Flex. I
can't find any way to change the background color or individual lines or
characters in the control. I've tried to apply styles to tags in the
htmlText-property. But no luck there.
Is it even possible to do this in Flex3?
Thanks in advance
Patrik
patsko Guest
-
Styling Text Components
In my movie, I have loaded XML data using the XMLConnector component. All my XML text loads perfectly fine into my different components, however,... -
Searching with Date Ranges
If I want to show events (records in a MySQL table) for the next 10 days (and I do), what would be the best approach to searching with this range? ... -
Selecting rows in ranges
What is the fastest way to select rows x to x in a table using db2? Following is the query to do this in Oracle. What is the equivalent in db2?... -
[ANN] EASY RANGES released...
Hey folks, Just wanted to let you know I have made available a free FMP snap in file that allows you to generate date ranges in the Quickbooks... -
Difference between .. and ... in boolean ranges
I'm a bit confused by some Ruby behavior I'm seeing with ranges. As I understand it the difference between 0..5 and 0...5 is that the... -
patsko #2
Re: Styling Ranges of text
I've now tried a workaround with labels/textInputs that autosizes and flows.
But I don't get the editing I want. Since I can't select text between the
inputboxes.
Does anyone have any info on the problem with background colors on specific
ranges of text?
/Patrik
patsko Guest
-
slaingod #3
Re: Styling Ranges of text
That has been asked here before with no useful response. Basically you would
need to do it yourself. It isn't terribly hard to do, just tedious.
This is easier with using a single font/height for your code, but basically
you can use TextLineMetrics to get information about a given line of text, or
more specifically a given letter. You can then draw the background based on
those offsets.
slaingod Guest



Reply With Quote

