Advertisement

06.18.2008 at 04:29PM PDT, ID: 23497271 | Points: 50
[x]
Attachment Details

I have made a couple of changes to custom component, do I need to re-compile the entire project to get the changes ??

Asked by namballa in Adobe Flex

Tags: , , ,

1st Question: I have made a couple of changes to custom component, do I need to re-compile the entire project to get the changes ??

2nd Question: I am trying to enforce NOT TO TRIM THE TEXT, does CONDENSEWHITE property take care of that or is there any other property for the textArea ???Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
<?xml version="1.0" encoding="utf-8"?>
<custom:TextHoleClass xmlns:mx="http://www.adobe.com/2006/mxml"
			xmlns:custom="com.XXXXXXXXXX.component.TextHole.*"
			 horizontalScrollPolicy="off" 
			 verticalScrollPolicy="off"  
 
			 condenseWhite="false" 
			 wordWrap="true" 
 
			 editable="true" 
			 enabled="true"  
			 styleName="textBox"
			 />
[+][-]06.19.2008 at 08:13AM PDT, ID: 21822957

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 14-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.19.2008 at 10:28AM PDT, ID: 21824404

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.19.2008 at 10:29AM PDT, ID: 21824410

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 14-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-43 / EE_QW_2_20070628