Chat component problems Hi Guys, I haven't got any sort of flash server installed, so I'm using a database to build a primative chat component. The app greates a timer on initialise, which calls a web service every | | 7 | 105 | 2/24/2008 8:39:54 PM |
Is this possible? I have a loop that kicks out a button for every record in the database:
//button var buttontest:Button = new Button; buttontest.width = 50; buttontest.y = yvar; buttontes | | 2 | 89 | 2/24/2008 8:11:09 PM |
newbie: binding actionscript var to textinput Hi,
I'm just starting with flex, and have a simple question on bindings. I've created the following application (using flex3 beta 3, and flexbuilder):
<?xml version="1 | | 3 | 127 | 2/24/2008 7:17:08 PM |
flex 2 drag and drop for dynamical object In my case, all the swf files/image are dynamically loaded. It is hard to do drag and drop. And I couldn't find any document on that. I have left panel, and a right Canvas. I want to drag th | | 3 | 447 | 2/24/2008 7:16:40 PM |
Panel Resize respect to Text Size : How To? I have a panel named "description", It has only one text control named "detail". "detail" is a dynamic text control which gets data from an xml file and display | | 0 | 84 | 2/24/2008 4:11:27 PM |
Three most stupid features about actionscript 1. crossdomain.xml 2. not database support 3. source code can be easily extracted
With those mistakes, Actionscript is the most stupid language I have ever known. Basically, i | | 3 | 87 | 2/24/2008 3:32:35 PM |
AS3 Echo? In a loop I dynamically set the value of a function:
fnc1 = "function handleClick2(event:MouseEvent) : void{this.currentState = myvar;}";
} But how do I | | 0 | 148 | 2/24/2008 2:26:24 PM |
hideDropFeedback, preventDefault does not Hi all,
i want stop the dragging in handleDrag(...) but does not .. why, what do i wrong?
<?xml version="1.0" encoding="utf-8"?> <mx:Applicat | | 0 | 137 | 2/24/2008 11:09:46 AM |
By dragAndDrop losing value Hi all,
i play with the drag and drop functionality between a tree and a canvas, but now i have a problem. As soon as i start the dragging i losing the value from the node, only se | | 1 | 86 | 2/24/2008 10:57:58 AM |
Scolling form problems Hi all,
I have some problems with a form I have created in Flex. Because it is larger than the Panel parent container, automatic scroll bars appear. However, when scrolling the lay | | 0 | 85 | 2/24/2008 10:49:47 AM |
Loader.loadBytes runtime too slow - is there another Hi Everyone,
I'm writing a socket-based MJPEG video feed display in Flex. I have written a custom byte buffer, which queues up data from socket until a full JPEG is present. When | | 0 | 93 | 2/24/2008 9:16:41 AM |
Binding progress bar in datagrid? Hi all,
I am trying to populate a progress bar in datagrid. Basically, the datagrid binds to an arraycollection and it is empty initially. After user selects the files, the file in | | 8 | 602 | 2/24/2008 6:25:48 AM |
using transitions and effects within a custom component I have created a custom mxml component page within my application with an id=Theatre2. When the appropriate button is clicked in the main application Theatre2 opens by fading in. Within Th | | 0 | 82 | 2/24/2008 4:51:58 AM |
Click on an image Im adding an image in as3, but how can I add a click to it:
//add marker var marker:Image = new Image; marker.source = ("images/pointer.png"); marker.x = (tagX);
| | 1 | 77 | 2/24/2008 3:30:41 AM |
Draggble Image?? Hi,
I need to create an image that is draggable (but not like drag and drop), I want it so that the image is postioned on the canvas and a user can drag it to a new position on the canvas
| | 1 | 84 | 2/24/2008 3:12:00 AM |
HTML Link in Datagrid Is there a way to create an html link in one of the columns of a datagrid?
| | 0 | 114 | 2/24/2008 1:08:55 AM |
Images going over the top of each other? Hi,
In a result handler I have this: //add profile image var profileImg:Image = new Image; profileImg.source = (profileImage); profileImageContainer.addChild(profileImg); | | 0 | 90 | 2/24/2008 12:47:26 AM |
base state id? how do get back to the base state:
this.currentState = '';
What do I refer to it as, ive tried base state but that doesnt seem to work
| | 1 | 97 | 2/23/2008 8:47:31 PM |
eventlisteners My application has a number of canvas' each with a different label. They have been setup using canv= new Canvas(); lbl= new Label(); rather than using the m | | 0 | 89 | 2/23/2008 8:44:18 PM |
Datagrid using animated gif or flash I have a datagrid that is using an image control for its item renderer on one of the columns. That works just fine but I would like to be able to display an animated image in the datagrid in | | 0 | 102 | 2/23/2008 8:37:18 PM |
Which cairngorm generator is better? Please give me a advice about cairngorm code generator,which one is easy to use.
Thanks
Mark
| | 2 | 89 | 2/23/2008 6:45:34 PM |
AdvancedDataGrid width resizing If I have an AdvancedDataGrid, which contains columns that have an ItemRenderer, what's the method of resizing the column width after the creationComplete of the AdvancedDataGrid? I'm assumi | | 0 | 171 | 2/23/2008 4:51:53 PM |
Hidden field in a datagrid? Can you ahve a hidden field in a datagrid, if so how?
| | 0 | 117 | 2/23/2008 4:22:39 PM |
Coverflow component Hi, I understand that the coverflow component (http://dougmccune.com/blog/2007/11/03/coverflow-flex-component/) is based upon the view stack, and therefore I hope someone can help!
| | 3 | 199 | 2/23/2008 9:23:04 AM |
Canvas colour? Hi,
Im trying to set the background colour of a canvas using actionscript, but it doesnt seem to be working:
private function clickHandlerChangeBackground():void {
| | 2 | 93 | 2/23/2008 7:36:41 AM |
CDATA XML element inside mxml Hello,
I'm getting mixed up on how the syntax to create a CDATA element inside the script block in the mxml file. I do this and I get a parse error:
var tmpStr:XML = new XML( | | 2 | 142 | 2/23/2008 7:18:59 AM |
Application Deployment On Linux I'm about to deploy my first Flex application and i would like to know can i deploy on Linux Web Server?
| | 1 | 78 | 2/23/2008 4:22:17 AM |
Drag and Drop i have tree in a panel with image icons,when i drag the leaf node into the another panel i want to the image on that panel. can any one help me.
| | 2 | 87 | 2/23/2008 2:04:02 AM |
Flex 3 Release I have been looking at the site and I am wondering if Adobe is going to be releasing flex 3 any time soon. I have been waiting to purchase until it comes out but the beta 2 just seems to be | | 2 | 94 | 2/23/2008 2:03:59 AM |
Colour Picker? I want to set the background of a canvas based on the user picking a colour from a colour picker, so far I have this:
<mx:Canvas x="43" y="187" width="200&q | | 2 | 101 | 2/23/2008 1:42:50 AM |
httpservice request has me close to despair.... Hi,
I am trying to send multipleselections from a datagrid as request parameters.
Since the request object is based on name value pairs, how do i send several items with the s | | 3 | 81 | 2/23/2008 1:37:55 AM |
Scheduling Framework howto?? Hi All I am pretty new to flex. I am descent with as2 and are starting to migrate to as3. I am trying to build an events calender in flex. I found the Scheduling Framework but cant s | | 0 | 103 | 2/23/2008 12:28:53 AM |
Flex 2.01 Contract in Lawndale, CA ... Flex 2.01 Contract in Lawndale, CA 90260, on-site, no telecommuting, good rate.
I'm looking for a smart individual who can hit the ground running on a Flex 2.01 application immediately. | | 0 | 92 | 2/22/2008 11:26:55 PM |
State change?? When a state changes how can I add:
creationComplete="myservice.getOperation('getprofile1').send();
So when the user changes the state it fires off a request?
| | 2 | 111 | 2/22/2008 10:56:53 PM |
Shortcut Keys I know I can do shortcut keys inside flex, my question is, is there a way to trap ALL shortcut key combinations and not all the browser to process them? My current application uses alot of | | 1 | 76 | 2/22/2008 10:53:56 PM |
Compress this code into a button? I have this code:
<mx:ToggleButtonBar id="toggleButtonBar" itemClick="captureImg(event.item.data);" width="72" height="21&quo | | 3 | 99 | 2/22/2008 10:34:47 PM |
combobox and arraycollection Hi all, I am totaly new with Flex, and need your help. I have a ArrayCollection getMD that saved the field passed from coldfusion cfc ++++++++++++++++++++++++++++++ <cfcomponent | | 10 | 191 | 2/22/2008 10:08:40 PM |
Can you click on an image? var profile:Image = new Image; profile.source = ("images/myprofile.gif"); profile.y = 50; profile.x = 50; profile.click ="this.currentState = 'newstate'"; | | 1 | 91 | 2/22/2008 9:40:20 PM |
Font Question I have a need to trace the outline of a font in my application and I am wondering if there is any way to find the border or any other information on a particular glyph in a font; like a font | | 0 | 82 | 2/22/2008 9:08:06 PM |
Events have me stumped I'm a flex noob and have been stuck on this one problem for hours and still haven't found a solution - any suggestions?
My application includes a custom component (canvas container with | | 7 | 108 | 2/22/2008 8:42:35 PM |
Referencing checkboxes in datagrid Hi,
I'm looking to change the value of a checkbox within a DataGrid based on whether the item is selected or not. I don't however want to add a selected field to the data as this | | 1 | 95 | 2/22/2008 8:08:31 PM |
datagrid date chooser format Hi all I have a datagrid that has a column with dates. the data in the grid is from a db via coldfusion. It comes in with a certain date fromat. The grid is editable. I want to use | | 1 | 151 | 2/22/2008 7:32:01 PM |
Styling a textinput I want to have 2 styles for a textinput. Active and not active.
Is this possible?
| | 2 | 92 | 2/22/2008 7:06:27 PM |
Preventing repeat values on chart X axis Hi, I'm trying to modify a code I found to not repeat identical values on my chart's X-Axis, which is currently a date value. I have the date formatted as MMM-YYYY. Depending on the month | | 1 | 86 | 2/22/2008 7:02:12 PM |
Stateful web service implementation in Flex 2 Hello Gurus,
We are trying to invoke a web service located on a remote server using MXML to create a purchase order. One of the requirements is that we pass a cookie from our end | | 0 | 99 | 2/22/2008 6:46:01 PM |
Finding printer and output to printer problem Hi all,
Is Flex2 have class to find avaliable printer information? and send result to printer directly?
Thanks
| | 1 | 83 | 2/22/2008 6:37:00 PM |
html file into a TextArea? Hi,
I'm attempting to read an external html file into a TextArea. This works but there's too much white space and fonts and styles are no-go. (It's a fully complient html file with | | 3 | 133 | 2/22/2008 6:25:56 PM |
Wordwrap of a Text control? I'm trying to create a Text control that wordwraps. The documentation says wordwrap is the default behavior of a Text control, but I can't get it to work.
Here is my sample application | | 2 | 87 | 2/22/2008 6:16:11 PM |
img tag in TextField : a nightmare ? After reading of the documentation about Flash TextField class (used by Label and Text), I was expected a lot of this component, especially about the [b]img[/b] tag. I spent a lot of ho | | 0 | 104 | 2/22/2008 6:07:32 PM |
SSL issue with Firefox 2.0.0.12 and Flex I've filed a bug with Bugzilla on Mozilla.org, but no response yet. Here's a summary of the issue:
I'm using this channel definition on a secure server: <channel-definition id=& | | 1 | 89 | 2/22/2008 5:49:57 PM |