Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 22116 - 22145 of 153721   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22116
I have a need to have video streaming from a set of security cameras. The only research I've come up is that Flex uses .FLV and even MP3 for sound. Does...
James
masterjtforyou
Offline Send Email
Oct 1, 2005
11:18 am
22117
Good morning, I've had the same problem in the past, I worked around the issue by coping my local copies of files that have been modified to my Flex test...
James
masterjtforyou
Offline Send Email
Oct 1, 2005
11:25 am
22118
Hi All, Can anybody tell me Flash 8 compatibilty with Redhat Linux. i.e Flash 8 work with Redhat Linux or not ? Because my application in which I have Browse...
sandip_patil01
Offline Send Email
Oct 1, 2005
2:32 pm
22119
Hi All, I used FileIO new feature to upload files from local machine to server. My server details --> OS : RedHat Linux Application Server :Jboss4.0.1sp1 JDK...
sandip_patil01
Offline Send Email
Oct 1, 2005
2:32 pm
22120
This would be very helpful feature for declarative description of dynamic properties: add property "expando" or "bag" to the base UIObject/UIComponent so you...
Anatole Tartakovsky
anatolet
Offline Send Email
Oct 1, 2005
4:23 pm
22121
I just wanted to add my voice to this thread to say that I too have been having this problem and have been using the same work-around that James mentioned...
delaquae
Offline Send Email
Oct 1, 2005
4:24 pm
22122
Hi I am having a problem with button click event. When I click a button, it makes a call and talks to the remoteObject. But it does that 5times! If I click...
Husain Kitabi
relisanhard52
Offline Send Email
Oct 1, 2005
4:24 pm
22123
You might want to ask the Flashcom group. I've seen IP cameras usage with Flashcom come up a lot, and I coulda swore they had ways to get this to work. ...
JesterXL
flexxl
Offline Send Email
Oct 1, 2005
7:15 pm
22124
Hi! I have now tryed for few days to get my amazon app. running. But got so mad so i deleted all files cause the result never got to the datagrid. So now i ask...
pioplacz
Offline Send Email
Oct 1, 2005
9:46 pm
22125
Even better approach would be to allow declarative instance level mixins giving the controls expanded set of properties of added control(s) <DataGrid...
Anatole Tartakovsky
anatolet
Offline Send Email
Oct 1, 2005
11:35 pm
22126
Got a WSDL + license key? ... From: "pioplacz" <icep87@...> To: <flexcoders@yahoogroups.com> Sent: Saturday, October 01, 2005 5:46 PM Subject:...
JesterXL
flexxl
Offline Send Email
Oct 2, 2005
12:56 am
22127
I just put together an example on my blog. You can find it here: http://jeff.mxdj.com/using_amazons_itemsearch_webservice_from_flex.htm...
Jeff Tapper
jefftappernyc
Offline Send Email
Oct 2, 2005
1:33 am
22128
I'm trying to create a wizard based application. I'm having trouble sending arguments to my "back" and "next" buttons using addEventListener. Basically, when...
face7hill
Offline Send Email
Oct 2, 2005
5:24 am
22129
Hi all, I'm building an application using Flex with Cairngorm and for some reason the Flex application isn't loading. I am not getting any errors in the ...
Andora, Greg
and_or_a
Offline Send Email
Oct 2, 2005
6:50 am
22130
Never mind, I've narrowed down the problem to my controller adding commands that go to the CF side of things. Still odd it doesn't give any type of errors...
Andora, Greg
and_or_a
Offline Send Email
Oct 2, 2005
7:41 am
22131
hey face7Hill i dont think you can pass arguments to an eventlistner, only function pointers..so in your nextButton.addEventListener( "click", ...
Aly Sidi
alysidi@...
Send Email
Oct 2, 2005
7:51 am
22132
Try looking here for an example of using iFrame in your Flex app: http://coenraets.com/viewarticle.jsp?articleId=95 run the example and you could put your PDF...
Simon Fifield
mangoboy_simon
Offline Send Email
Oct 2, 2005
3:16 pm
22133
... By "Linux box" do you mean client or do you mean server? There's no Player 8 for Linux AFAIK so I don't see how you could get this to work. If you mean...
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
7:22 pm
22134
... Use createChild to create it again....
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
7:22 pm
22135
... One accordion pane will be visible at any given time. To switch to another pane simply set the 'selectedIndex' property accordingly....
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
7:23 pm
22136
... See the 'in' operator of ActionScript....
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
7:27 pm
22137
There are some problems in your code: 1) addEventListener(..) expects second argument as function reference but in your case you are calling a...
Abdul Qabiz
abdulqabiz3
Offline Send Email
Oct 2, 2005
7:57 pm
22138
Hi, Can you post the sample-but-complete code, so that we can see what is going wrong? -abdul ________________________________ From: flexcoders@yahoogroups.com...
Abdul Qabiz
abdulqabiz3
Offline Send Email
Oct 2, 2005
7:59 pm
22139
... Like this? <?xml version="1.0"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"> <mx:Tile id="tile" width="200" height="200"...
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
8:32 pm
22140
... ^^^^^^^^^^^ cc:columns That should work....
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
8:34 pm
22141
... http://www.mail-archive.com/flexcoders@yahoogroups.com/msg06841.html...
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
8:37 pm
22142
Omar, We had to implement our own container to achieve this effect; the container intelligently adapts the presentation of the children depending on the space ...
Steven Webster
swebsteratit...
Offline Send Email
Oct 2, 2005
8:47 pm
22143
... Why are you listening for the event on the application when actually the event is dispatched from the LinkNavigator component? I think that's the mistake....
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
9:01 pm
22144
... createChild returns the new object. Call setStyle on it to set these effects....
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
9:06 pm
22145
... You mean flow layout? // Flow.as /** * Implements flow layout for Flex. */ class Flow extends mx.containers.Container { public function...
Manish Jethani
manish_jethani
Offline Send Email
Oct 2, 2005
9:17 pm
Messages 22116 - 22145 of 153721   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help