The link elements I'm talking about are single words, so they are not wrapped inside the container, which means that they should have a single bounding rectangle. But how do I go about finding this rectangle? I'm familiar with Flex3 but don't know enough about the new Text Layout Engine in Flex4.
Can someone help me please? Thanks!
...
Do you know any flex component with the functionality such as horizontally collapsible window or panel
I found arc90, but it folds vertically.
Thanks in advance
...
Ok, so I swear this question should be all over the place, but its not.
I have a value object, inside are lots of getters/setters. It is not a dynamic class. And I desperately need to search an ArrayCollection filled with them. The search spans all fields, so and there are about 13 different types of VOs I'll be doing this with.
I've t...
Hi,
I'm using AdvancedDataGrid to display data in a tree, variableRowHeight = true.
The problem is that if the value of the node is too high from the row height (according to the resolution) then only part of the node value is displayed and the scroll of the tree jumps directly to the next line without being able to scroll/view the who...
I have a main mxml file (flex4) and want to pass a parameter (user_name) to a component in a directory called components.
When I run the program, the user_name is NOT being sent from the main to the component file.
(Interestingly, if you make the component visible, you can see the parameter has been passed)
New to flex/actionscript and...
Is there a way to import / export Syntax Coloring in Flash Builder? If not how hard would it be to build?
...
I've been working with Zend Amf for few months and everything is fine on my localserver (and was fine on my test server hosted by dreamhost) until recently. Now every time I try to access the gateway via the URL (i.e. http://hostname/gateway/) instead of the 'Zend AMF endpoint' message should be getting, the browser simply prompts me to ...
I would like to add some fancy drawing beyond the CSS formatting.
How can I put a skin on a spark Label ?
thanks
...
I have a Spark List with a custom ItemRenderer. The ItemRenderer contains a custom component that is visible only when the ItemRenderer is in the selected state, e.g.:
<components:MyCustomThing id="customThing" left="158" top="22" includeIn="selected"/>
I've stripped down MyCustomThing to the bare essentials, namely:
<?xml version="1...
Hi,
I am new to flex, actionscript and flash builder (having to do an upgrade to an existing project).
One of the problems I seem to have is that the Autocomplete component that seems to be part of flex extras is not displaying the list of items in the dropdown list. Basically, I get a list of blank items. I know they are there and they...
I will not be hosting the .swf file and I would like to include images using Flash Builder 4. The images appear in a folder in the exported version and I'm not sure how to "embed" them into the .swf (so that I can deploy the file to sites like Kongregate, etc.)
Seems like it should be simple, but my Google fu is currently poor.
Edit: ...
for example i have object one a Textinput haveing id="
id_txtBox
", and a panel having a lot of children(TextInputs, Trees, Buttons etc.)..
if user is editing text in one of panel's child and then clik on "id_txtBox". can we get to know
the id/object user were editing before
the click on "id_txtBox
". i mean from which obj...
I've flex application and am using arial font family. My problem is, arial fonts are shown up in windows while on Mac, it's been replaced with Times New Roman. (Arial font is there on both systems).
What can be the problem??
...
Hey guys,
I want to use a SuperAccordion GUI component. I.e. an accordion, where sereval windows can be opened simultaneously.
I found this:
http://www.adobe.com/devnet/flex/tourdeflex/web/#sampleId=19370;illustIndex=0;docIndex=1
However, I can get the code... Flex does not know about a component 'SuperAccordion".
Please help.
Thank...
I'm working in Flex 4.1, and I have a viewstack and tabbar as my main navigation. A user logs into the application and should then only be able to see what tabs are available to his user level.
I am trying to stick with MXML as much as possible, since it works well with the framework. But I'm goin numb thinking about this. What are the ...
I know AS3Commons-collection framework is a good one, but it can't use in ComboBox, recently
I try to use LinkedSet data structure to retrieve and store data in ComboBox, any one can help me? thanks in advance.
...
I have a web page which has a SWF file embeded. I have an issue with the focus.
Click on a HTML Text Field and Click on a Flex Field.
Begin to type a text.
Expected Result is the entered text should go in the Flex TextInput field but the
actual Result is it goes into HTML text field.
...
Hey guys,
I have a Java project and Flex together in Eclipse. The Java is the server and Flex is the client.
I once (this morning) could just right click on my main.mxml -> RunAs->FlexApplication and that would launch the client.
I messed up the project somehow ( deleted the main.mxml, then returned ti etc...) and can not run it now.
...
hi i have problem with swfLoader in flex, when i close following code in click method i can easly add many swf to main application
<mx:VBox id="content" width="100%" height="100%" ></mx:VBox>
public function doIT():void
{
var swfLoader1:SWFLoader = new SWFLoader;
swfLoader1.source = "DayProfileElement.swf";
...
Hello All,
I'm gonna split this question into 'Situation' , 'Task' , 'Confusion' & 'Question' to make it easier to answer it. So, here it goes --
Situation : I'm an intern, who has to develop web service kind of thing at my company. It is important because here is where I start my journey and I am hungry to learn.
Task : My assignment...