Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Flex | Forum profile

Forum profile page for Flex on http://www.adobeforums.com. This report page is the aggregated overview from a single forum: Flex, located on the Message Board at http://www.adobeforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Flex" on the Message Board at http://www.adobeforums.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Adobe - Forums - Flex (site profile, domain info adobeforums.com)
Title: Flex
Url: http://forums.adobe.com/community/flex/flex_gen...
Users activity: 21 posts per thread
Forum activity: 508 active threads during last week
 

Posting activity on Flex:

  Week Month 3 Months
Threads: 508 1,631 4,448
Post: 1,058 3,354 9,448
 

Flex Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Flex harUI
61
user's latest post:
ItemRender creates 2 of each...
Published (2009-11-26 10:43:00)
That's the correct implementation.  Renderers  are handed an explicitWidth and asked for measuredHeight.  Flow-based word wrapping things can be any size so you generally have to tie their explicitWidth to the given explicitWidth so it will measure correctly.   Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui
paul.williams
54
user's latest post:
Find Bluetooth enabled devices
Published (2009-11-26 16:08:00)
I'm not aware of any way to do this with Flex.
Greg Lafrance
46
user's latest post:
An error about Array
Published (2009-11-26 23:57:00)
I downloaded your .as file and am not getting an error:     <mx:Application xmlns:mx= "http://www.adobe.com/2006/mxml" ? creationComplete= "init();" > ? <mx:Script> ? <![CDATA[ ? import MinHeap; ? ? private function init(): void { ? var h:MinHeap = new MinHeap(function cmp(l:Point,r:Point):Boolean { return false ; } ); ? var pt:Point = new Point; ? h.insert(pt.clone());...
Subeesh Arakkan
31
user's latest post:
Error in the example of...
Published (2009-11-26 07:14:00)
Hi,   You? need to have the first application named FlexApp.mxml in the same folder as that of the main application to get rid of the compiler error.   When you run the application, you will get runtime error while clicking on the buttons. To fix that, listen for complete event instead of creationCompete   change this line   <mx:SWFLoader id = "myLoader" width = "300" source =...
harihisu
28
user's latest post:
Alert Box repeating
Published (2009-11-23 19:23:00)
The problem is about resource management. You add listeners without removing them after task done. In Cairngorm, to handle each dispatched event, FrontController will create a new command of corresponding CommandClass. First time you dispatch the search event, command1 will be generated to execute and listen to ResultEvent as well as FaultEvent, but after all the listeners still remain. Next time you dispatch the search event, command2 will...
ShankarFlex3
24
user's latest post:
Preserve...
Published (2009-11-24 18:20:00)
? Hi,   ? All the bold italic font text are changed or added. I hope this should work   ? import mx.events.ListEvent;   ? public var crntObj:Object = new Object(); ? ? private function unitRPCResult(event:ResultEvent):void ? { ? units=event.result.root.Interval; ? total=event.result.root.Interval; ? ? dg.selectedItem = crntObj; ? }   ? //add a new function ? private function...
msakrejda
22
user's latest post:
Class needs to listen for events
Published (2009-11-24 14:08:00)
EventDispatcher. Alternately, if you cannot (or don't want to) extend EventDispatcher, you can implement IEventDispatcher and implement the interface yourself (though this is typically done by delegating all the functions defined in the interface to a nested IEventDispatcher).
Stefan Horochovec
17
user's latest post:
Find Bluetooth enabled devices
Published (2009-11-26 21:05:00)
Hello   You can't find Bluetooth using Flex, but it's possible with other tecnologies.   If you work with Java, please, visit this link http://www.jsr82.com/jsr-82-sample-bluetooth-service-search/   You can 'talk' with Java applications using BlazeDS: http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/   Regards
Yozef0
15
user's latest post:
Break Date Range by Week / Month
Published (2009-11-26 14:13:00)
I have an ArrayCollection which is made up of Objects in the following form:   AC = { site='abc.com' date="2009-10-01" visits="2000" ...}, ? { site='abc.com' date="2009-10-02" visits="2000" }, ? { site='abc.com' date="2009-10-03" visits="2000" }, ? { site='abc.com' date="2009-10-04" visits="2000" }, ? {...
Grizzzzzzzzzz
11
user's latest post:
Form requires all text
Published (2009-11-26 09:20:00)
<mx:Button click="sendInfo.send()"/> <mx:HTTPService id="sendInfo" showBusyCursor="true" method="POST"? url="http://localhost/sendInfo.php" useProxy="false"> ? <mx:request xmlns=""> ? <Box1> ? {Box1.text}? ? </Box1> ? <Box2> ? {Box2.text}? ? </Box2> ? <Box3> ?...
 

Latest active threads on Flex::

Adobe - Forums
Started 3 weeks, 6 days ago (2009-11-01 07:32:00)  by levancho
I have never tried it , and it might not work at all, but have you tried ussing relative url? <endpoint uri=" /domainn.org/amfphp/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/> like this? again I am not sure if that works since I dont really lik ussing service file on client side....
Thread:  Show this thread (29 posts)   Thread info: how to use the same services-config for the local and remote servers. Size: 919 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to use the same services-config for the local and remote servers. :: Flex :: Adobe - Forums"
Adobe - Forums
Started 1 day, 3 hours ago (2009-11-27 09:07:00)  by Subeesh Arakkan
Hi, Try this urlManipulation = titleString.match(new RegExp("/(((http|ftp|https):\/\/){1}([a-zA-Z0-9_-] +)(\.[a-zA-Z0-9_-]+)+([\S,:\/ \.\?=a- zA-Z0-9_-]+))/","igs"));
Thread:  Show this thread (13 posts)   Thread info: Assigning result of a match to a variable Size: 713 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Assigning result of a match to a variable :: Flex :: Adobe - Forums"
Adobe - Forums
Started 4 days, 23 hours ago (2009-11-23 13:14:00)  by ShankarFlex3
Hi, Is the date the frist GroupingField,  try to group by Date first and see if the data is correct.
Thread:  Show this thread (14 posts)   Thread info: Refreshing a Sorted arrayCollection in GroupColumn in Adv.DataGrid get back
to default Size: 578 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Refreshing a Sorted arrayCollection in GroupColumn in Adv.DataGrid get
back to default :: Flex :: Adobe - Forums"
Adobe - Forums
Started 14 hours, 20 minutes ago (2009-11-27 22:00:00)  by Greg Lafrance
In Flex/AIR, all you can do is communicate with the server. You'll need a server side script called via HTTPService to create the folder. If this post answers your question or helps, please mark it as such. Greg Lafrance www.ChikaraDev.com Flex Development and Support Services
Thread:  Show this thread (2 posts)   Thread info: create folder Size: 974 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: create folder :: Flex :: Adobe - Forums"
Adobe - Forums
Started 1 day, 2 hours ago (2009-11-27 09:47:00)  by Greg Lafrance
In the WindowedApplication tag, have applicationComplete="playSound()", and then create a function playSound() in which the sound is played. You can also play the sound directly in the applicationComplete="mySound.play()" If this post answers your question or helps, please mark it as such....
Thread:  Show this thread (10 posts)   Thread info: How do I play a small sound when opening my AIR application ? Size: 1,192 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How do I play a small sound when opening my AIR application ? :: Flex :: Adobe - Forums"
Adobe - Forums
Started 16 hours, 17 minutes ago (2009-11-27 20:03:00)  by Muzak
swc's should go in the libs folder inside the project. The libs folder is already added to the project's Library path .
Thread:  Show this thread (2 posts)   Thread info: Best practice for SWC's in shared projects? Size: 762 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Best practice for SWC's in shared projects? :: Flex :: Adobe - Forums"
 

Hot threads for last week on Flex::

Flex
Started 4 days, 23 hours ago (2009-11-23 13:14:00)  by ShankarFlex3
Hi, Is the date the frist GroupingField,  try to group by Date first and see if the data is correct.
Thread:  Show this thread (14 posts)   Thread info: Refreshing a Sorted arrayCollection in GroupColumn in Adv.DataGrid get back
to default Size: 578 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Refreshing a Sorted arrayCollection in GroupColumn in Adv.DataGrid get
back to default :: Flex :: Adobe - Forums"
Flex
Started 1 day, 3 hours ago (2009-11-27 09:07:00)  by Subeesh Arakkan
Hi, Try this urlManipulation = titleString.match(new RegExp("/(((http|ftp|https):\/\/){1}([a-zA-Z0-9_-] +)(\.[a-zA-Z0-9_-]+)+([\S,:\/ \.\?=a- zA-Z0-9_-]+))/","igs"));
Thread:  Show this thread (13 posts)   Thread info: Assigning result of a match to a variable Size: 713 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Assigning result of a match to a variable :: Flex :: Adobe - Forums"
Flex
Re: Cant see .swf file - 12 new posts
Started 3 days, 13 hours ago (2009-11-24 22:34:00)  by flexbuilder3.0
Dont embedd it into variable only use mxml tag like this. as <mx:swfloader   source="foldername/swffilename" height=100, width=11/> height or width according to u.try it other wise check it the flash player install or not.
Thread:  Show this thread (12 posts)   Thread info: Cant see .swf file Size: 2,361 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Cant see .swf file :: Flex :: Adobe - Forums"
Flex
Re: e4x filter - 11 new posts
Started 5 days, 6 hours ago (2009-11-23 05:49:00)  by paul.williams
The filter expression works fine for me in a standalone app (although your xml is invalid). Can you post the full error?
Thread:  Show this thread (11 posts)   Thread info: e4x filter Size: 518 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: e4x filter :: Flex :: Adobe - Forums"
Flex
Started 1 week, 1 day ago (2009-11-19 19:27:00)  by harihisu
Here is one of the good solutions http://cookbooks.adobe.com/post_Creating_a_dynamic ally_resizing_TextArea_without _s-13628.html
Thread:  Show this thread (10 posts)   Thread info: How do I tame the TextArea? Size: 677 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How do I tame the TextArea? :: Flex :: Adobe - Forums"
Flex
Started 1 day, 2 hours ago (2009-11-27 09:47:00)  by Greg Lafrance
In the WindowedApplication tag, have applicationComplete="playSound()", and then create a function playSound() in which the sound is played. You can also play the sound directly in the applicationComplete="mySound.play()" If this post answers your question or helps, please mark it as such....
Thread:  Show this thread (10 posts)   Thread info: How do I play a small sound when opening my AIR application ? Size: 1,192 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How do I play a small sound when opening my AIR application ? :: Flex :: Adobe - Forums"
Flex
Started 5 days, 9 hours ago (2009-11-23 03:15:00)  by manofspirit
Hi I created a sample project to illustrate my problem, my data provider actually use identical value objects like there could be same objects with same data in an array collection. When i bring mouse over the list control, i dont get any sky blue selection/highlight and i cant even click over them and am not getting any change event either. Here is the code, You can also download ...
Thread:  Show this thread (9 posts)   Thread info: List control with custom item renderer selection/highlight problem Size: 7,184 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "List control with custom item renderer selection/highlight problem :: Flex :: Adobe - Forums"
Flex
Started 1 week, 1 day ago (2009-11-20 11:49:00)  by Greg Lafrance
Maybe create another state where you remove image_BackBtn1, such that there is no base state (this new state will effectively be your base state)? If this post answers your question or helps, please mark it as such.
Thread:  Show this thread (9 posts)   Thread info: embedding Button symbol from swf Size: 809 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: embedding Button symbol from swf :: Flex :: Adobe - Forums"
Flex
Started 1 week, 2 days ago (2009-11-19 08:45:00)  by msakrejda
Do you need maxChars ? What happens when you remove that and keep just the maximum ?
Thread:  Show this thread (8 posts)   Thread info: Limit numericstepper to maximum of 10 Size: 590 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Limit numericstepper to maximum of 10 :: Flex :: Adobe - Forums"
Flex
Started 1 week, 2 days ago (2009-11-19 10:15:00)  by harihisu
Hi Slowly_sa, You can't enable disjoint dates by using selectableRange (because "range" here is singular). Instead, you can easily achieve it by disable all the other days, using disabledRanges array. For example, to enable 2 days 2009/11/23 and 2009/11/25, use these lines of code: dateChooser.disabledRanges = []; dateChooser.disabledRanges.push( { rangeEnd: new Date( 2009, 10, 22...
Thread:  Show this thread (8 posts)   Thread info: Date Chooser date enabling issue (Flex3) Size: 1,561 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Date Chooser date enabling issue (Flex3) :: Flex :: Adobe - Forums"