Hi.
How do I connect a Flex Application( Internet Site ) and C++ togehter ?
a minimalistic example from what i mean (User Story):
Frank goes to www.myflexsite.de there are 2 textboxes and 1 Button( Label = add two numbers) .
He inserts 2 in the first textbox and 5 in the ohter. Now he clicks on the add button.
The Backend : We have a ...
Hello everybody,
I have a strange problem, I have a XMLList with elements who have the attribute position from 0 to x. When I want to add text to a element of that XMLList by the following statement, I get a error message:
textElements.(@position == columnIndex) = "anyString";
1050: Cannot assign to a non-reference value.
What i...
I know there are a billion questions regarding what books are best and I'm sorry for posting another, but all of them see to have an orientation to a language I am not familiar with.
My problem is I learned to program before OO became big, then I stopped programming for a few years, moved into web design, moved into coldFusion, and now ...
I am creating a component that will be a large plus or a large minus. I don't want to use a bitmap because even I can draw this using the Graphics class, but the component must be clickable (the Shape class is not).
It will be part of an item renderer, so I want it to be as light-weight as possible. UIComponent does not seem to sent CLI...
I'm building a Flex app that will run publicly, and so I would like to protect the SWFs from reverse engineers as much as possible.
I once heard of ways to deny browsers direct access to the SWF files, yet allowing it to play within the main HTML page. I would like to know any such practices (and how to employ them) that can be used to ...
Hi to all, well, I have a combobox which I have bind his selectedItem property to a value object object, like this
<fx:Binding source="styles_cb.selectedItem.toString()" destination="_uniform.style"/>
<fx:Declarations>
<fx:XML id="config_xml" xmlns="" source="config.xml" />
<!-- Place non-visual elements (e.g., services, value objects) ...
Hi,
I am in the middle of a project and I am building this look-book kid of thing such that each page is a set of 3 images. So when I press next it displays the next in the set. I am modifying the imageRail image gallery component. Now what I want is that the border of the page to fade in as the user goes from one set of pages to the ne...
Hi,
I am building a image gallery in flex 3. In each page I have 3 images show. I would like to allow the user to see the page number he is on at the top right corner as below
1/2/3/4/5/6>>
Here page 3 is the current page and would be shown in black whereas other page numbers are in white. When we have more than 6 pages, they are not...
Hi guys,
I am using FDT for Flex development and when I compile, and it tries to access a flv file, I get the error "cannot access local file". This is obviously a security sandbox thing.
Now I tried adding crossdomain.xml to the root and it still makes the same error. I know somehow I need to add to my project use-network=false, but i...
Hi everyone,
Our flex app talks back to its originating server over a TCP-socket connection. This requires an allowance from the server in question and thus we've set up a socket policy server at the host (source code at pastie.org/791060).
This has worked fine on many permutations of Firefox, Safari, Windows and Mac OS X, but then yes...
So I'm starting an internship as a Flex developer in ~2weeks thanks to a friend of mine. The thing is I know squat about Flex - it is an internship after all so I'm supposed to learn there, but nonetheless I want to have some basic understanding of Flex before I start (eventually I want to become a JEE/Flex dev).
So my question is simpl...
Hi, I'm wondering if there is a way I can bind a flex property to flash property?, the flash property is inside a swc file created in flash with the Flex Component Kit for Flash Professional, I can manipulate the flash component as a regular flex component, but I want to bind their properties, is there a way?? thanks!!
...
Hi,
I have an xml string fetched as a remote object like:
<metadata>
<system name="A">
<serviceGroup name="SG1">
<version id="id1" />
<service name="S1"/>
</serviceGroup>
<serviceGroup name="SG2">
<version id="id2" />
<serviceGroup name="SG3">
<version id="id3" />
...
I have a TabNavigator that has a handful of children. The flow of the application allows the possibility of a user leaving the screen with this TabNavigator, then returning. When this happens, a method called on show of the parent canvas sets selectedChild to the first tab. When actually tested, the TabNavigator returns showing the te...
How can I rotate an Image eg. 180 degrees clockwise using the Matrix
I can use the following code to rotate the image 90 degrees, but it is incremental, meaing
var matrix:Matrix = new Matrix();
matrix.rotate(Math.PI/2);
matrix.tx = imgControl.content.height;
var bitmapData:BitmapData = new BitmapData(imgControl.content.height, imgCo...
I have as good as finished a new project I’m working on now for a while, and I have this small problem coming up at the fine tuning.
The area of concern is so I believe the ViewStack I’m using, but I’m not sure so here the details.
I have several check boxes (4), and only one at all times can be selected to show off associated Radio Bu...
Hi everybody,
I have a Problem with adding columns programmatically to a AdvancedDataGrid. The code:
var cols:Array = thisDataGrid.columns;
cols.push(dgc);
thisDataGrid.columns = cols;
does create a column, adds it to the cols array, bot the last code line has no effect. The cols wont be found in the thisDataGrid.columns property...
...
How to get value of selected column form Advanced datagrid whose visble propery is false .
...
Hi,
I've just started learning flex using OReilly "Programming Flex 3.0". After completing three chapters and starting fourth (ActionScript), and not having enough patience to wait till completing chapter 22 I started to practice :)
One bit that I have most worries about right now is the the dual coding mode (MXML vs ActionScript)
P...
When and where will see (ore already can get) Adobe® Stratus 2 examples (with source) on "Swarming", Live Application-Level Multicast, Distributed Data Storage?
...