Microsoft
Software
Hardware
Network
Question : If Statement for a Width in a mx:Text
I have a <mx:width> and I can't remember the correct syntax for inserting an actionscript if into the width option.
<mx:text width"{ CODE }" />
Thanks in advance
Answer : If Statement for a Width in a mx:Text
try the short-hand if operator:
<mx:text width="{(booleanExpression
)?trueValu
e:falseVal
ue}"/>
Random Solutions
Check for nulls to stop the error - Nullable object must have a value
Make email address UPN name for multi-domain forest
adding user to an existing AD group
user input masking method in VBscript in Win7
How to make changes to a cisco switch configuration file
How can I disable flash allowfullscreen?
how to add a column checkbox to Telerik RadGrid to select/deselect all the checkboxes from each item?
TSQL- Arithmetic overflow error converting float to data type numeric.
PHP GD add colour overlay to image
Checking for Negative Numbers not Working