I have a Flex question. I was wondering, if I have two list boxes, and I want to drag and drop between both of them, how do I prevent the user from dragging onto the same list (thus duplicating the item? I cannot have a situation where that is the case. Thanks guys
...
How can you know that an swf was written using flash or flex?
and is there a way to compile back to flex?
I know sothink's for flash, but any thing for flex?
...
I am using AS3, I have a problem in displaying the datagrid. The Datagrid text not showing behind mask. If i put outside the mask, then the data(text) will appear. How do I display the datagridc text/data inside the mask layer?
...
Hello!
I was programming in php for a while but it was all procedural-oriented. Now I have a project in Flex 3 and I made a simple script which animates (moves) few objects but I think that I am missing the point of object-oriented programming here because I am repeating some stuff over and over... Maybe it is mixed together with all of ...
When I am stepping through code in the Flex debugger, and enter my singleton class, "this" appears in the variables window but this cannot be expanded. How do you inspect the variables of "this".
...
Hello,
Anyone here know if you can run Yahoo! Widgets under Adobe AIR? If so, how does one go about doing this?
Thanks for your suggestions
...
I'm working on an app which will, like most apps, have a whole boat load of buisness logic, almost all of which will need to be executed both on the server and the Flash-based client… And I'm trying to figure out the best (read: least complex) way to implement the rules engine.
These are the parameters of the problem:
The rules engine...
Hi!
Is it possible to make some kind of 'dynamic' thumbnails for mxml components which I'm using in my application? By 'dynamic' I mean if I change some layout in mxml component, my thumbnail refreshes according to new layout without any screen capturing, photoshoping or similar =)
Thanks!
...
Hi,
I have .exe file, which is done in VB. i need to open or hit that exe file from Flex3 air application on Button Click event.
i need to simple hit that exe file to run, no need to open inside the air applcation.
How to hit the exe file in Air app...?
Thanks in Advance
...
Apart from using BlazeDS, are there any pre-existing libraries that implement long polling (or server push) in Flex?
Note: I've read I like to implement Flex to Server comet / long polling for games, but he's only asking if it's possible to implement… Not if implementations exist.
...
Looking for a simple diagram showing the constituent parts of the Flash player like AVM1,AVM2,graphics renderer, text layout engine, video player, etc. Can anyone help me out? Thanks.
...
Hi,
I'm working on a project that was created using flex and CS3. I only have access to CS4 and the class paths normally located at:
C:/Documents and Settings/wturrin/Local Settings/Application Data/Adobe/Flash CS3/en/Configuration/Classes
are nowhere to be found. I tried setting up links to the localSettings/Application/Adobe/Flash ...
I am trying to display a list of items in a datagrid from an XMLList.
<Series no="1">
<file>
<filenum>1</epnum>
<prodnum>4V01</prodnum>
<title>Series #1 - File #1</title>
</file>
<file>
<filenum>2</epnum>
<prodnum>4V02</prodnum>
<title>Series #1 - File #2</title>
</file>
</...
I need to load dynamically a few images (4-6) so that by clicking on particular image user would invoke particular action. Embedding images solves the problem but at the expense of file size. If I load them dynamically, they lose their ID.
<comps:ExercisesScroller id="scroller" x="300" y="100"
ex1="@Embed(source='assets/Exerc_1....
I've recently started making a game in FlexBuilder. The game is currently a Flex project.
Is there any downside to using Flex as opposed to just Actionscript?
A friend of a friend told me that Flex is slower than an Actionscript project. I've been unable to validate this on the internet; is there any truth to that claim?
Thanks!
...
Following on from - http://stackoverflow.com/questions/1591467/deep-nested-xml
I have a checkbox renderer i am placing into my Datagrid. The checkbox needs to do a sql query on the sqllite database and see if the show is marked as watched, if it is then make the checkbox as checked and if not mark the checkbox and not checked.
What i w...
Hi!
I would like to make some kind of thumbnail with capturing BitmapData or ImageSnapshot of some UNINITIALIZED components in my Flex application.
Is it possible?
Thanks in advance!
m.
...
i'm looking for some free media servers for live streaming of video/audio, it would be great if it has HD support; also it would be good if it would be something .net related, cuz i'm making the server side in asp.net
...
when I apply a css using mx:style tag it corrupts the design view
this answer settings doesn't change anything wether I checked or not "render skins when opening a file"
is there a way to tell flex to ignore completly css in design view, or indeed let flex shows the dcss properly instead of this blue gear icon placeholder everywhere.
...
Hi there,
currently I'm translating an app from C# into ActionScript (Silverlight to Flex) and I need to serialize some XML content in ActionScript.
Now, unfortunately I need the variables to have an other name than the nodes in the XML file. I tried a workaround with getters and setters. It worked for setting the variables, but I fail...